From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8807eeaf8d0b952bd38b2c7df634c3fdecf2e7b1 Date: Wed, 30 Jan 2013 09:58:41 +0100 Message-ID: <20130130085841.92C5F200B5@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1029653389228900447==" List-Id: --===============1029653389228900447== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Wed Jan 30 09:55:03 2013 +0100 libupnp: Update to 1.6.18. =20 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/co= re/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 @@ =20 include Config =20 -VER =3D 1.6.6 +VER =3D 1.6.18 =20 THISAPP =3D libupnp-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 8918dcf7428cd119d0c8275765ff2833 +$(DL_FILE)_MD5 =3D 11c6484fd2e2927bf3b8d8108407ca56 =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============1029653389228900447==--