mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
libpng: Update to version 1.2.57
These all fix a potential "NULL dereference" bug that has existed in libpng since version 0.71 of June 26, 1995. To be vulnerable, an application has to load a text chunk into the png structure, then delete all text, then add another text chunk to the same png structure, which seems to be an unlikely sequence, but it has happened. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
#usr/lib/libpng.la
|
||||
usr/lib/libpng.so
|
||||
usr/lib/libpng.so.3
|
||||
usr/lib/libpng.so.3.46.0
|
||||
usr/lib/libpng.so.3.57.0
|
||||
#usr/lib/libpng12.a
|
||||
#usr/lib/libpng12.la
|
||||
usr/lib/libpng12.so
|
||||
usr/lib/libpng12.so.0
|
||||
usr/lib/libpng12.so.0.46.0
|
||||
usr/lib/libpng12.so.0.57.0
|
||||
#usr/lib/pkgconfig/libpng.pc
|
||||
#usr/lib/pkgconfig/libpng12.pc
|
||||
#usr/share/man/man3/libpng.3
|
||||
|
||||
1
config/rootfiles/core/109/filelists/libpng
Symbolic link
1
config/rootfiles/core/109/filelists/libpng
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/libpng
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.2.46
|
||||
VER = 1.2.57
|
||||
|
||||
THISAPP = libpng-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 03ddfc17ad321db93f984581e9415d22
|
||||
$(DL_FILE)_MD5 = dfcda3603e29dcc11870c48f838ef75b
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user