diff options
author | adam <adam@pkgsrc.org> | 2007-10-11 21:37:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-10-11 21:37:57 +0000 |
commit | dead0f5d4b102d847428d0d6639a96daea10ca6f (patch) | |
tree | 04ff957cc69fcab34a59a28bc6276da40f09a212 | |
parent | 7c6345248f37ca08ddad75bfafa9fd1d5a1c3d00 (diff) | |
download | pkgsrc-dead0f5d4b102d847428d0d6639a96daea10ca6f.tar.gz |
Changes 0.9.8:
* Change build process to put public libpcap headers into pcap subir
* DLT: Add value for IPMI IPMB packets
* DLT: Add value for u10 Networks boards
* Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted
libpcap files on an OS other than where the file was generated
-rw-r--r-- | net/libpcap/Makefile | 4 | ||||
-rw-r--r-- | net/libpcap/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index ef0971b097d..c5ccd9fa220 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2007/10/08 20:38:17 adam Exp $ +# $NetBSD: Makefile,v 1.39 2007/10/11 21:37:57 adam Exp $ -DISTNAME= libpcap-0.9.7 +DISTNAME= libpcap-0.9.8 SVR4_PKGNAME= lpcap CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ diff --git a/net/libpcap/distinfo b/net/libpcap/distinfo index 071bece0269..321007cb351 100644 --- a/net/libpcap/distinfo +++ b/net/libpcap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2007/10/08 20:38:17 adam Exp $ +$NetBSD: distinfo,v 1.20 2007/10/11 21:37:57 adam Exp $ -SHA1 (libpcap-0.9.7.tar.gz) = 0e2e494d8a66dd644fff03dcad7887164aef9b0e -RMD160 (libpcap-0.9.7.tar.gz) = f927552c04aa3ef35f8e62e9286001e8ddb3dcf0 -Size (libpcap-0.9.7.tar.gz) = 517562 bytes +SHA1 (libpcap-0.9.8.tar.gz) = 11dfe67cfc1c279c7346d626a99ad4ba90621028 +RMD160 (libpcap-0.9.8.tar.gz) = 2f5ecbc9840d8bd646798c977b7a02abe191311e +Size (libpcap-0.9.8.tar.gz) = 520526 bytes SHA1 (patch-ac) = f1d911e4c4136ae332d3e756fe92dbf8f0ea8c9d |