[arch-commits] Commit in tcpdump/trunk (PKGBUILD ppi.h)
Giovanni Scafora
giovanni at archlinux.org
Tue Jan 3 19:56:44 UTC 2012
Date: Tuesday, January 3, 2012 @ 14:56:44
Author: giovanni
Revision: 145889
upgpkg: tcpdump 4.2.1-1
upstream release
Modified:
tcpdump/trunk/PKGBUILD
Deleted:
tcpdump/trunk/ppi.h
----------+
PKGBUILD | 13 ++++---------
ppi.h | 8 --------
2 files changed, 4 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-01-03 19:46:57 UTC (rev 145888)
+++ PKGBUILD 2012-01-03 19:56:44 UTC (rev 145889)
@@ -3,7 +3,7 @@
# Contributor: dorphell <dorphell at 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 @@
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"
Deleted: ppi.h
===================================================================
--- ppi.h 2012-01-03 19:46:57 UTC (rev 145888)
+++ ppi.h 2012-01-03 19:56:44 UTC (rev 145889)
@@ -1,8 +0,0 @@
-typedef struct ppi_header {
-uint8_t ppi_ver;
-uint8_t ppi_flags;
-uint16_t ppi_len;
-uint32_t ppi_dlt;
-} ppi_header_t;
-
-#define PPI_HDRLEN 8
More information about the arch-commits
mailing list