diff options
author | wiz <wiz> | 2013-05-30 07:05:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-05-30 07:05:21 +0000 |
commit | 800cba7aaddf917e33070bc3e15e19cc03b66576 (patch) | |
tree | db3278aa9034ac822319f635c5b5faf540859c51 /x11/libXcursor | |
parent | d6e314fbdd5fc9282376e8031fec5e0a94da3b18 (diff) | |
download | pkgsrc-800cba7aaddf917e33070bc3e15e19cc03b66576.tar.gz |
Update to 1.14:
This release delivers the fix for security vulnerability CVE-2013-2003
and makes the Makefile.am more compatible with future automake releases.
Alan Coopersmith (3):
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
signedness bug & integer overflow in _XcursorFileHeaderCreate() [CVE-2013-2003]
libXcursor 1.1.14
Diffstat (limited to 'x11/libXcursor')
-rw-r--r-- | x11/libXcursor/Makefile | 5 | ||||
-rw-r--r-- | x11/libXcursor/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index f7330a9fb64..eecd04b3a2b 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2012/10/29 05:06:34 asau Exp $ -# +# $NetBSD: Makefile,v 1.8 2013/05/30 07:05:21 wiz Exp $ -DISTNAME= libXcursor-1.1.13 +DISTNAME= libXcursor-1.1.14 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXcursor/distinfo b/x11/libXcursor/distinfo index 274400a05b2..d50e7f76c73 100644 --- a/x11/libXcursor/distinfo +++ b/x11/libXcursor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/03 17:39:56 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/05/30 07:05:21 wiz Exp $ -SHA1 (libXcursor-1.1.13.tar.bz2) = 4e461d9e4324689ca8a84706926a8c0fe9470e47 -RMD160 (libXcursor-1.1.13.tar.bz2) = 11f643f8fa934a5670249156bd98b89554353566 -Size (libXcursor-1.1.13.tar.bz2) = 302525 bytes +SHA1 (libXcursor-1.1.14.tar.bz2) = 89870756758439f9216ddf5f2d3dca56570fc6b7 +RMD160 (libXcursor-1.1.14.tar.bz2) = 95c0779a2fc04876fa01e785a30111564bb8e9c4 +Size (libXcursor-1.1.14.tar.bz2) = 311896 bytes |