This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 81469c10d0311cd2d8c53e24f67d9c0ed6aa6b94 (commit) via 52f8264bda52fd200a9c7f8e50892b6904802311 (commit) from 9e462c59710cad7f8a16a068b3a4ce0a075624c9 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 81469c10d0311cd2d8c53e24f67d9c0ed6aa6b94 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Aug 1 20:46:55 2015 +0100
core93: Add libpcap update
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 52f8264bda52fd200a9c7f8e50892b6904802311 Author: Matthias Fischer fischerm42@t-online.de Date: Fri Jul 31 15:42:05 2015 +0200
libpcap: Update to 1.7.4
Signed-off-by: Matthias Fischer fischerm42@t-online.de Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/libpcap | 2 +- config/rootfiles/{oldcore/92 => core/93}/filelists/libpcap | 0 lfs/libpcap | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) copy config/rootfiles/{oldcore/92 => core/93}/filelists/libpcap (100%)
Difference in files: diff --git a/config/rootfiles/common/libpcap b/config/rootfiles/common/libpcap index 9031c6e..2045ca7 100644 --- a/config/rootfiles/common/libpcap +++ b/config/rootfiles/common/libpcap @@ -15,7 +15,7 @@ #usr/lib/libpcap.a usr/lib/libpcap.so usr/lib/libpcap.so.1 -usr/lib/libpcap.so.1.7.3 +usr/lib/libpcap.so.1.7.4 #usr/share/man/man1/pcap-config.1 #usr/share/man/man3/pcap.3pcap #usr/share/man/man3/pcap_activate.3pcap diff --git a/config/rootfiles/core/93/filelists/libpcap b/config/rootfiles/core/93/filelists/libpcap new file mode 120000 index 0000000..c7f9f52 --- /dev/null +++ b/config/rootfiles/core/93/filelists/libpcap @@ -0,0 +1 @@ +../../../common/libpcap \ No newline at end of file diff --git a/lfs/libpcap b/lfs/libpcap index 32b2f36..10fbcd4 100644 --- a/lfs/libpcap +++ b/lfs/libpcap @@ -24,7 +24,7 @@
include Config
-VER = 1.7.3 +VER = 1.7.4
THISAPP = libpcap-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 9ce284eacc02cb5491e123b875f3f63c +$(DL_FILE)_MD5 = b2e13142bbaba857ab1c6894aedaf547
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree