From 63a600a5f9102d817332db9fb746a4153ed62b51 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 15 Jun 2012 00:01:47 +0000 Subject: Fri Jun 15 00:01:47 UTC 2012 --- extra/tcpdump/PKGBUILD | 10 +++++----- extra/tcpdump/tcpdump_duplicate_executable.patch | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'extra/tcpdump') diff --git a/extra/tcpdump/PKGBUILD b/extra/tcpdump/PKGBUILD index e399b0538..db08f1c90 100644 --- a/extra/tcpdump/PKGBUILD +++ b/extra/tcpdump/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 148483 2012-02-02 13:39:36Z giovanni $ +# $Id: PKGBUILD 161647 2012-06-13 06:49:09Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: dorphell pkgname=tcpdump -pkgver=4.2.1 -pkgrel=2 +pkgver=4.3.0 +pkgrel=1 pkgdesc="A tool for network monitoring and data acquisition" arch=('i686' 'x86_64') url="http://www.tcpdump.org" @@ -12,8 +12,8 @@ license=('BSD') depends=('libpcap' 'openssl') source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz" 'tcpdump_duplicate_executable.patch') -md5sums=('c202878c6db054767b52651041b9e60e' - 'b45c978dff8193ff5529d3566e7dbfa3') +md5sums=('a3fe4d30ac85ff5467c889ff46b7e1e8' + '96c116e5ed51759a029bb6c236d63178') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/tcpdump/tcpdump_duplicate_executable.patch b/extra/tcpdump/tcpdump_duplicate_executable.patch index 705983ccc..bb3e60f1a 100644 --- a/extra/tcpdump/tcpdump_duplicate_executable.patch +++ b/extra/tcpdump/tcpdump_duplicate_executable.patch @@ -1,6 +1,6 @@ ---- a/Makefile.in 2011-07-24 22:58:55.000000000 +0200 -+++ b/Makefile.in 2011-12-05 12:59:23.000000000 +0100 -@@ -399,7 +399,6 @@ +--- a/Makefile.in 2012-06-12 18:56:20.000000000 +0200 ++++ b/Makefile.in 2012-06-13 08:41:09.000000000 +0200 +@@ -409,7 +409,6 @@ [ -d $(DESTDIR)$(sbindir) ] || \ (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir)) $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG) -- cgit v1.2.3-54-g00ecf