summaryrefslogtreecommitdiff
path: root/extra/tcpdump/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/tcpdump/PKGBUILD')
-rw-r--r--extra/tcpdump/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/extra/tcpdump/PKGBUILD b/extra/tcpdump/PKGBUILD
index 3e9865440..a2a2cf8b6 100644
--- a/extra/tcpdump/PKGBUILD
+++ b/extra/tcpdump/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 144370 2011-12-05 12:08:20Z giovanni $
+# $Id: PKGBUILD 145890 2012-01-03 19:57:08Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=tcpdump
-pkgver=4.2.0
+pkgver=4.2.1
pkgrel=1
pkgdesc="A tool for network monitoring and data acquisition"
arch=('i686' 'x86_64')
@@ -11,17 +11,12 @@ url="http://www.tcpdump.org"
license=('BSD')
depends=('libpcap' 'openssl')
source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz"
- 'tcpdump_duplicate_executable.patch'
- 'ppi.h')
-md5sums=('0296d4c487c3a156879783643704bd39'
- 'b45c978dff8193ff5529d3566e7dbfa3'
- 'd898c868bb730e14dbd2afd1ad883b87')
+ 'tcpdump_duplicate_executable.patch')
+md5sums=('c202878c6db054767b52651041b9e60e'
+ 'b45c978dff8193ff5529d3566e7dbfa3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
- # Add missing header file
- cp ${srcdir}/ppi.h .
# do not install tcpdump-4.1.1 executable (FS#23346)
patch -Np1 -i "${srcdir}/tcpdump_duplicate_executable.patch"