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 8807eeaf8d0b952bd38b2c7df634c3fdecf2e7b1 (commit) from 83f1971428fa456462ee24ad6f0baab12f1ae8d7 (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 8807eeaf8d0b952bd38b2c7df634c3fdecf2e7b1 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jan 30 09:55:03 2013 +0100
libupnp: Update to 1.6.18.
Fixes a whole bunch of security issues: http://www.kb.cert.org/vuls/id/922681
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/libupnp | 22 ++++++++++++++-------- config/rootfiles/core/66/filelists/libupnp | 1 + lfs/libupnp | 4 ++-- 3 files changed, 17 insertions(+), 10 deletions(-) create mode 120000 config/rootfiles/core/66/filelists/libupnp
Difference in files: diff --git a/config/rootfiles/common/libupnp b/config/rootfiles/common/libupnp index 619567f..cec62c4 100644 --- a/config/rootfiles/common/libupnp +++ b/config/rootfiles/common/libupnp @@ -3,26 +3,32 @@ #usr/include/upnp/LinkedList.h #usr/include/upnp/ThreadPool.h #usr/include/upnp/TimerThread.h -#usr/include/upnp/iasnprintf.h +#usr/include/upnp/UpnpGlobal.h +#usr/include/upnp/UpnpInet.h +#usr/include/upnp/UpnpIntTypes.h +#usr/include/upnp/UpnpStdInt.h +#usr/include/upnp/UpnpString.h +#usr/include/upnp/UpnpUniStd.h #usr/include/upnp/ithread.h #usr/include/upnp/ixml.h +#usr/include/upnp/ixmldebug.h #usr/include/upnp/upnp.h #usr/include/upnp/upnpconfig.h +#usr/include/upnp/upnpdebug.h #usr/include/upnp/upnptools.h #usr/lib/libixml.a #usr/lib/libixml.la usr/lib/libixml.so usr/lib/libixml.so.2 +usr/lib/libixml.so.2.0.8 #usr/lib/libthreadutil.a #usr/lib/libthreadutil.la usr/lib/libthreadutil.so -usr/lib/libthreadutil.so.2 +usr/lib/libthreadutil.so.6 +usr/lib/libthreadutil.so.6.0.3 #usr/lib/libupnp.a #usr/lib/libupnp.la -#usr/lib/pkgconfig/libupnp.pc -#usr/include/upnp/upnpdebug.h -usr/lib/libixml.so.2.0.4 -usr/lib/libthreadutil.so.2.2.3 usr/lib/libupnp.so -usr/lib/libupnp.so.3 -usr/lib/libupnp.so.3.0.5 +usr/lib/libupnp.so.6 +usr/lib/libupnp.so.6.3.2 +#usr/lib/pkgconfig/libupnp.pc diff --git a/config/rootfiles/core/66/filelists/libupnp b/config/rootfiles/core/66/filelists/libupnp new file mode 120000 index 0000000..7ec2b00 --- /dev/null +++ b/config/rootfiles/core/66/filelists/libupnp @@ -0,0 +1 @@ +../../../common/libupnp \ No newline at end of file diff --git a/lfs/libupnp b/lfs/libupnp index 7d6d6d3..3f8d2b5 100644 --- a/lfs/libupnp +++ b/lfs/libupnp @@ -24,7 +24,7 @@
include Config
-VER = 1.6.6 +VER = 1.6.18
THISAPP = libupnp-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 8918dcf7428cd119d0c8275765ff2833 +$(DL_FILE)_MD5 = 11c6484fd2e2927bf3b8d8108407ca56
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree