Commit 7d43a66c authored by Felix Paul Kühne's avatar Felix Paul Kühne

Backport [22dbee00] and announce it

parent 54c1b755
...@@ -4,6 +4,7 @@ Changes between 0.8.6f and 0.8.6g: ...@@ -4,6 +4,7 @@ Changes between 0.8.6f and 0.8.6g:
Security updates: Security updates:
* Removed VLC variable settings from Mozilla and ActiveX (CVE-2007-6683) * Removed VLC variable settings from Mozilla and ActiveX (CVE-2007-6683)
* Removed loading plugins from the current directory (CVE-2008-2147) * Removed loading plugins from the current directory (CVE-2008-2147)
* Updated libpng on Windows and Mac OS X (CVE-2008-1382)
Various bugfixes: Various bugfixes:
* Fixed various memory leaks, improving stability when running as a server * Fixed various memory leaks, improving stability when running as a server
......
...@@ -119,7 +119,7 @@ VCDIMAGER_VERSION=0.7.23 ...@@ -119,7 +119,7 @@ VCDIMAGER_VERSION=0.7.23
VCDIMAGER_URL=$(GNU)/vcdimager/vcdimager-$(VCDIMAGER_VERSION).tar.gz VCDIMAGER_URL=$(GNU)/vcdimager/vcdimager-$(VCDIMAGER_VERSION).tar.gz
CDIO_VERSION=0.77 CDIO_VERSION=0.77
CDIO_URL=$(GNU)/libcdio/libcdio-$(CDIO_VERSION).tar.gz CDIO_URL=$(GNU)/libcdio/libcdio-$(CDIO_VERSION).tar.gz
PNG_VERSION=1.2.12 PNG_VERSION=1.2.29
PNG_URL=$(SF)/libpng/libpng-$(PNG_VERSION).tar.bz2 PNG_URL=$(SF)/libpng/libpng-$(PNG_VERSION).tar.bz2
GPGERROR_VERSION=1.3 GPGERROR_VERSION=1.3
#GPGERROR_URL=http://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.gz #GPGERROR_URL=http://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.gz
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment