summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-05-31 08:24:51 +0000
committerwiz <wiz@pkgsrc.org>2013-05-31 08:24:51 +0000
commitc2692d850710e3f762fb29e63158e837d3a26012 (patch)
treecf56d4ca4a7a859dba103dc7b21d5ad1368fc005
parentf22c16508e0ba59b7f9dbebad7462f1784e8ffd5 (diff)
downloadpkgsrc-c2692d850710e3f762fb29e63158e837d3a26012.tar.gz
Update to 1.0.2:
This bug fix release delivers the fixes for the recently announced security vulnerability CVE-2013-2062, alongside the last couple years accumulation of janitorial cleanups, compiler warning fixes, and adjustments to remain compatible with changes in new and future automake releases. Alan Coopersmith (10): Strip trailing whitespace Stop trying to use NULL for Status values Fix XpEventToWire arguments to match what libXext expects Add const qualifiers to silence gcc -Wwrite-strings warnings Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Use _XEatDataWords to avoid overflow of rep.length bit shifting integer overflow in XpGetAttributes & XpGetOneAttribute [CVE-2013-2062 1/3] integer overflows in XpGetPrinterList() [CVE-2013-2062 2/3] integer overflows in XpQueryScreens() [CVE-2013-2062 3/3] libXp 1.0.2
-rw-r--r--x11/libXp/Makefile5
-rw-r--r--x11/libXp/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile
index e68a3e67f77..b5afbe796c9 100644
--- a/x11/libXp/Makefile
+++ b/x11/libXp/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2012/10/29 05:06:35 asau Exp $
-#
+# $NetBSD: Makefile,v 1.8 2013/05/31 08:24:51 wiz Exp $
-DISTNAME= libXp-1.0.1
+DISTNAME= libXp-1.0.2
CATEGORIES= x11 print
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/libXp/distinfo b/x11/libXp/distinfo
index 83a6d5fb907..550d1dfb6fb 100644
--- a/x11/libXp/distinfo
+++ b/x11/libXp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/01/21 23:17:12 wiz Exp $
+$NetBSD: distinfo,v 1.3 2013/05/31 08:24:51 wiz Exp $
-SHA1 (libXp-1.0.1.tar.bz2) = 9c76823c7cfcb43f097963d0c930dcc4e38807a8
-RMD160 (libXp-1.0.1.tar.bz2) = e8c952ec53e429e7892f27354314ee2a7433c021
-Size (libXp-1.0.1.tar.bz2) = 300427 bytes
+SHA1 (libXp-1.0.2.tar.bz2) = bac586283c089536e526529de21b13778a428c07
+RMD160 (libXp-1.0.2.tar.bz2) = 616dce4bd663c9325e70b64d7bed39ce411ad1bf
+Size (libXp-1.0.2.tar.bz2) = 298632 bytes