diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-10-07 07:24:41 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-10-07 07:24:41 +0000 |
commit | f37e5da1133d36663c30480f8ffa6a7b673e801a (patch) | |
tree | e18e69dba763f135b9919b8bba309896173d2bde /package | |
parent | 8e71cdd87f70eced2fe735c2b4179e6207d5fd0b (diff) | |
download | buildroot-novena-f37e5da1133d36663c30480f8ffa6a7b673e801a.tar.gz buildroot-novena-f37e5da1133d36663c30480f8ffa6a7b673e801a.zip |
libpcap: bump to version 0.9.8
This patch bumps the version to 0.9.8 and refreshes the patch against that
version. Fixes bug #5284.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/libpcap/libpcap.mk | 2 | ||||
-rw-r--r-- | package/libpcap/libpcap.patch | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/package/libpcap/libpcap.mk b/package/libpcap/libpcap.mk index af1e62f19..62def6f46 100644 --- a/package/libpcap/libpcap.mk +++ b/package/libpcap/libpcap.mk @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA -LIBPCAP_VERSION:=0.9.5 +LIBPCAP_VERSION:=0.9.8 LIBPCAP_DIR:=$(BUILD_DIR)/libpcap-$(LIBPCAP_VERSION) LIBPCAP_SITE:=http://www.tcpdump.org/release LIBPCAP_SOURCE:=libpcap-$(LIBPCAP_VERSION).tar.gz diff --git a/package/libpcap/libpcap.patch b/package/libpcap/libpcap.patch index 196ee34eb..93206946b 100644 --- a/package/libpcap/libpcap.patch +++ b/package/libpcap/libpcap.patch @@ -1,6 +1,8 @@ ---- libpcap-0.8.3/Makefile.in.orig 2005-01-17 19:04:41.291056960 -0500 -+++ libpcap-0.8.3/Makefile.in 2005-01-17 19:04:47.836061968 -0500 -@@ -100,7 +100,7 @@ +Index: libpcap-0.9.8/Makefile.in +=================================================================== +--- libpcap-0.9.8.orig/Makefile.in 2007-07-24 04:35:15.000000000 +0200 ++++ libpcap-0.9.8/Makefile.in 2008-10-07 09:23:01.000000000 +0200 +@@ -103,7 +103,7 @@ libpcap.a: $(OBJ) @rm -f $@ @@ -8,4 +10,4 @@ + $(AR) rc $@ $(OBJ) $(LIBS) $(RANLIB) $@ - scanner.c: $(srcdir)/scanner.l + shared: libpcap.$(DYEXT) |