1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-18 09:20:12 +02:00

Bump libpcap version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2020-03-13 12:45:32 +01:00
parent 325cb95b75
commit 356efc3a56
3 changed files with 6 additions and 5 deletions

View file

@ -1,8 +1,8 @@
VERSION="1.9.0"
VERSION="1.9.1"
SRCDIR="libpcap-${VERSION}"
TARBALL="${SRCDIR}.tar.gz"
URL="http://www.tcpdump.org/release/"
SHA256SUM="2edb88808e5913fdaa8e9c1fcaf272e19b2485338742b5074b9fe44d68f37019"
SHA256SUM="635237637c5b619bcceba91900666b64d56ecb7be63f298f601ec786ce087094"
DEPENDS="libnl3-dev toolchain"
SUBPKG="libpcap libpcap-dev"

View file

@ -18,6 +18,7 @@ file include/pcap/sll.h 0644 0 0
file include/pcap/usb.h 0644 0 0
file include/pcap/can_socketcan.h 0644 0 0
file include/pcap/namedb.h 0644 0 0
file include/pcap/socket.h 0644 0 0
file include/pcap-namedb.h 0644 0 0
file lib/pkgconfig/libpcap.pc 0644 0 0
slink lib/libpcap.so 0777 0 0 libpcap.so.1.9.0
slink lib/libpcap.so 0777 0 0 libpcap.so.1.9.1

View file

@ -1,2 +1,2 @@
slink lib/libpcap.so.1 0777 0 0 libpcap.so.1.9.0
file lib/libpcap.so.1.9.0 0755 0 0
slink lib/libpcap.so.1 0777 0 0 libpcap.so.1.9.1
file lib/libpcap.so.1.9.1 0755 0 0