[arch-commits] Commit in tcpdump/trunk (PKGBUILD tcpdump_duplicate_executable.patch)

Giovanni Scafora giovanni at archlinux.org
Wed Jun 13 06:48:46 UTC 2012


    Date: Wednesday, June 13, 2012 @ 02:48:45
  Author: giovanni
Revision: 161646

upgpkg: tcpdump 4.3.0-1

upstream release

Modified:
  tcpdump/trunk/PKGBUILD
  tcpdump/trunk/tcpdump_duplicate_executable.patch

------------------------------------+
 PKGBUILD                           |    8 ++++----
 tcpdump_duplicate_executable.patch |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-13 05:17:46 UTC (rev 161645)
+++ PKGBUILD	2012-06-13 06:48:45 UTC (rev 161646)
@@ -3,8 +3,8 @@
 # Contributor: dorphell <dorphell at archlinux.org>
 
 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 @@
 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}"

Modified: tcpdump_duplicate_executable.patch
===================================================================
--- tcpdump_duplicate_executable.patch	2012-06-13 05:17:46 UTC (rev 161645)
+++ tcpdump_duplicate_executable.patch	2012-06-13 06:48:45 UTC (rev 161646)
@@ -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)




More information about the arch-commits mailing list