Fri May 31 08:24:51 2013 UTC ()
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


(wiz)
diff -r1.7 -r1.8 pkgsrc/x11/libXp/Makefile
diff -r1.2 -r1.3 pkgsrc/x11/libXp/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/x11/libXp/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/libXp/Attic/Makefile 2012/10/29 05:06:35 1.7
+++ pkgsrc/x11/libXp/Attic/Makefile 2013/05/31 08:24:51 1.8
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2012/10/29 05:06:35 asau Exp $ 1# $NetBSD: Makefile,v 1.8 2013/05/31 08:24:51 wiz Exp $
2# 
3 2
4DISTNAME= libXp-1.0.1 3DISTNAME= libXp-1.0.2
5CATEGORIES= x11 print 4CATEGORIES= x11 print
6MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 5MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= X Print Service Extension Library 10COMMENT= X Print Service Extension Library
12 11
13USE_LIBTOOL= yes 12USE_LIBTOOL= yes
14USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16 15
17CONFIGURE_ENV+= LIB_MAN_SUFFIX=3 16CONFIGURE_ENV+= LIB_MAN_SUFFIX=3

cvs diff -r1.2 -r1.3 pkgsrc/x11/libXp/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/libXp/Attic/distinfo 2011/01/21 23:17:12 1.2
+++ pkgsrc/x11/libXp/Attic/distinfo 2013/05/31 08:24:51 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2011/01/21 23:17:12 wiz Exp $ 1$NetBSD: distinfo,v 1.3 2013/05/31 08:24:51 wiz Exp $
2 2
3SHA1 (libXp-1.0.1.tar.bz2) = 9c76823c7cfcb43f097963d0c930dcc4e38807a8 3SHA1 (libXp-1.0.2.tar.bz2) = bac586283c089536e526529de21b13778a428c07
4RMD160 (libXp-1.0.1.tar.bz2) = e8c952ec53e429e7892f27354314ee2a7433c021 4RMD160 (libXp-1.0.2.tar.bz2) = 616dce4bd663c9325e70b64d7bed39ce411ad1bf
5Size (libXp-1.0.1.tar.bz2) = 300427 bytes 5Size (libXp-1.0.2.tar.bz2) = 298632 bytes