summaryrefslogtreecommitdiff
path: root/x11/libFS
diff options
context:
space:
mode:
authorwiz <wiz>2013-05-29 22:35:44 +0000
committerwiz <wiz>2013-05-29 22:35:44 +0000
commite76075202f86d12769df04f6e2638eaf148e6a82 (patch)
tree3119dddf719f8717e05bfa6783a7437fce12686b /x11/libFS
parent2f28762425ba58f0d731688b7975621604396bf1 (diff)
downloadpkgsrc-e76075202f86d12769df04f6e2638eaf148e6a82.tar.gz
Update to 1.0.5:
This minor bugfix release includes the fix for the security issue recently reported as CVE-2013-1996, as well as a number of other cleanups of the memory allocation & error handling code noticed while working on that. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (9): Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Get rid of unnecessary casts in FS*alloc calls Get rid of unnecessary casts in FSfree calls Use NULL instead of 0 for null pointers Avoid reading outside bounds when _FSReply receives an Error response Avoid accessing freed memory on realloc failure in FSListFontsWithXInfo Get rid of more duplication in error cleanup code in FSListFontsWithXInfo Sign extension issue and integer overflow in FSOpenServer() [CVE-2013-1996] libFS 1.0.5 Colin Walters (1): autogen.sh: Implement GNOME Build API Thomas Klausner (1): Fix a prototype error
Diffstat (limited to 'x11/libFS')
-rw-r--r--x11/libFS/Makefile5
-rw-r--r--x11/libFS/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libFS/Makefile b/x11/libFS/Makefile
index f097f9d88a8..ee6c200cf0f 100644
--- a/x11/libFS/Makefile
+++ b/x11/libFS/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2012/10/29 05:06:32 asau Exp $
-#
+# $NetBSD: Makefile,v 1.12 2013/05/29 22:35:44 wiz Exp $
-DISTNAME= libFS-1.0.4
+DISTNAME= libFS-1.0.5
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/libFS/distinfo b/x11/libFS/distinfo
index ef203564d77..a829f392fec 100644
--- a/x11/libFS/distinfo
+++ b/x11/libFS/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2012/06/03 17:22:40 wiz Exp $
+$NetBSD: distinfo,v 1.6 2013/05/29 22:35:44 wiz Exp $
-SHA1 (libFS-1.0.4.tar.bz2) = f114f32f60eb84d3e1d0e6f0dfe7679b07e91295
-RMD160 (libFS-1.0.4.tar.bz2) = 6e74cc9b4d8ece4abcabb26e3c5cec7a0e591918
-Size (libFS-1.0.4.tar.bz2) = 291155 bytes
+SHA1 (libFS-1.0.5.tar.bz2) = 3a94bc42775f4aa2eac14a51e0043299d7cd31b6
+RMD160 (libFS-1.0.5.tar.bz2) = c3f6bb8fed4ac1904e55fe36cb4650e69f37dc06
+Size (libFS-1.0.5.tar.bz2) = 303806 bytes