summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-07-03 12:25:13 +0000
committerwiz <wiz@pkgsrc.org>2015-07-03 12:25:13 +0000
commit9bf1a5afdb82ce12dcea49e223894d3e108c54b0 (patch)
tree1808037dcb871cd4fed1621970c2bda133a3b663
parentc0d2a3145e951d8e342f97b34fa60bf4b530b250 (diff)
downloadpkgsrc-9bf1a5afdb82ce12dcea49e223894d3e108c54b0.tar.gz
Update to 1.0.71:
CHANGES IN V1.0.71 - texttopdf: The Page allocation is moved into textcommon.c, where it does all the necessary checking: lower-bounds for CVE-2015-3258 and upper-bounds for CVE-2015-3259 due to integer overflows for the calloc() call initialising Page[0] and the memset() call in texttopdf.c's WritePage() function zeroing the entire array. Thanks to Tim Waugh from Red Hat for the patch. - texttopdf: Upper-bounds checking (CVE-2015-3259).
-rw-r--r--print/cups-filters/Makefile4
-rw-r--r--print/cups-filters/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index c97a0f406dd..a17c91f8e3b 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2015/07/01 15:31:34 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2015/07/03 12:25:13 wiz Exp $
-DISTNAME= cups-filters-1.0.70
+DISTNAME= cups-filters-1.0.71
CATEGORIES= print
MASTER_SITES= http://openprinting.org/download/cups-filters/
EXTRACT_SUFX= .tar.xz
diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo
index 869a4938b93..7a1a30bc586 100644
--- a/print/cups-filters/distinfo
+++ b/print/cups-filters/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2015/07/01 15:31:34 wiz Exp $
+$NetBSD: distinfo,v 1.19 2015/07/03 12:25:13 wiz Exp $
-SHA1 (cups-filters-1.0.70.tar.xz) = ec0969c66627f3770554ed73453c0fbbeb377ad8
-RMD160 (cups-filters-1.0.70.tar.xz) = 69d7461dd62917b2c7155f11a6d3df46d0b72c6a
-Size (cups-filters-1.0.70.tar.xz) = 1338076 bytes
+SHA1 (cups-filters-1.0.71.tar.xz) = c08258c086d4a6edf5869fc29676280ad0c22b27
+RMD160 (cups-filters-1.0.71.tar.xz) = c5da92ce803f156b60e8b08bf1251fa1d06c315b
+Size (cups-filters-1.0.71.tar.xz) = 1339116 bytes