diff options
author | wiz <wiz> | 2013-06-01 07:15:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-06-01 07:15:52 +0000 |
commit | 0ac820a49ed2fb3d4f9f163b288307cc8c2d4ce1 (patch) | |
tree | 9f9621200e3fd2ad15d5ad6df3d061d42e1fdebc /x11/libXrandr | |
parent | a83d795e569c147bd16fbbdc093b0528572b8870 (diff) | |
download | pkgsrc-0ac820a49ed2fb3d4f9f163b288307cc8c2d4ce1.tar.gz |
Update to 1.4.1:
This release brings the fixes for the recently announced security issue
CVE-2013-1986, with some related hardening to avoid other issues, alongside
a couple small build configuration & compiler warning fixes.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (9):
Constify a couple string arguments that are just copied, not modified
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
Use _XEatDataWords to avoid overflow of rep.length bit shifting
integer overflow in XRRQueryOutputProperty() [CVE-2013-1986 1/4]
integer overflow in XRRQueryProviderProperty() [CVE-2013-1986 2/4]
integer overflow in XRRGetOutputProperty() [CVE-2013-1986 3/4]
integer overflow in XRRGetProviderProperty() [CVE-2013-1986 4/4]
Make XRRGet*Property() always initialize returned values
libXrandr 1.4.1
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Diffstat (limited to 'x11/libXrandr')
-rw-r--r-- | x11/libXrandr/Makefile | 5 | ||||
-rw-r--r-- | x11/libXrandr/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile index b8bf091466e..d73602574d2 100644 --- a/x11/libXrandr/Makefile +++ b/x11/libXrandr/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2012/10/29 05:06:35 asau Exp $ -# +# $NetBSD: Makefile,v 1.14 2013/06/01 07:15:52 wiz Exp $ -DISTNAME= libXrandr-1.4.0 +DISTNAME= libXrandr-1.4.1 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXrandr/distinfo b/x11/libXrandr/distinfo index 564b7686fbd..9f1642845b5 100644 --- a/x11/libXrandr/distinfo +++ b/x11/libXrandr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2012/07/29 20:37:07 wiz Exp $ +$NetBSD: distinfo,v 1.10 2013/06/01 07:15:52 wiz Exp $ -SHA1 (libXrandr-1.4.0.tar.bz2) = 2353d16635a20521a64838f568bb4c8a10823316 -RMD160 (libXrandr-1.4.0.tar.bz2) = ceda88362876b27031aeac08d52e8e050a7c7162 -Size (libXrandr-1.4.0.tar.bz2) = 306649 bytes +SHA1 (libXrandr-1.4.1.tar.bz2) = 732c79029766a567936da020339a37d2f636d787 +RMD160 (libXrandr-1.4.1.tar.bz2) = 25a5e31b9878c11d0f48097debae847deddbd58e +Size (libXrandr-1.4.1.tar.bz2) = 312857 bytes |