Package: zlib / 1:1.2.8.dfsg-5

Metadata

Package Version Patches format
zlib 1:1.2.8.dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Restore gzflags symbol for ABI compatibility.patch | (download)

zlib.map | 1 1 + 0 - 0 !
zutil.c | 6 6 + 0 - 0 !
2 files changed, 7 insertions(+)

 [patch] restore gzflags symbol for abi compatibility

zlib 1.2.7 no longer uses the gzflags symbol but since it was previously
an exported symbol we should really retain it in order to preserve
binary compatibility in case anything linked with it; nothing should
have been doing so but the cost of retaining the symbol is very low so
just do it.

cflags for minizip | (download)

contrib/minizip/Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
use dso | (download)

0 files changed

---
use dso really | (download)

contrib/minizip/Makefile | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

---
CVE 2016 9840 | (download)

inftrees.c | 18 8 + 10 - 0 !
1 file changed, 8 insertions(+), 10 deletions(-)

---
CVE 2016 9841 | (download)

inffast.c | 81 31 + 50 - 0 !
1 file changed, 31 insertions(+), 50 deletions(-)

---
CVE 2016 9842 | (download)

inflate.c | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

---
CVE 2016 9843 | (download)

crc32.c | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

---