summaryrefslogtreecommitdiff
path: root/x11/libXdmcp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-04-02 22:35:06 +0000
committerwiz <wiz@pkgsrc.org>2015-04-02 22:35:06 +0000
commit9038c74bda47f9c3dbf55a6770465de3853200b7 (patch)
tree0e1feead3b908964589fb03446b0611ba4d9bbae /x11/libXdmcp
parentda5167212e0c48c74e4b72a3339e85421967148b (diff)
downloadpkgsrc-9038c74bda47f9c3dbf55a6770465de3853200b7.tar.gz
Update to 1.1.2:
This release has hardened handling of invalid arguments & allocation failures, adds support for using arc4random in key generation, and adds some unit tests to help developers prevent regressions in the future. Alan Coopersmith (11): Remove unused TLI ("STREAMSCONN") code from libXdmcp Ensure ARRAY* structs are zero'ed out when allocation fails Make XdmcpCopyARRAY8 call XdmcpAllocARRAY8 instead of replicating it Add unit tests for Array allocation functions Ensure ARRAY* structs are zero'ed out when oversize values are passed Ensure ARRAYofARRAY8 pointers are initialized to NULL Also reject requests to allocate negative sized amounts of memory configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Add AC_USE_SYSTEM_EXTENSIONS to expose arc4random() interfaces in headers libXdmcp 1.1.2 Matthieu Herrb (1): Use arc4random when available to produce the XDM-AUTHENTICATION1 key
Diffstat (limited to 'x11/libXdmcp')
-rw-r--r--x11/libXdmcp/Makefile5
-rw-r--r--x11/libXdmcp/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile
index 984b426163b..ba905f7f760 100644
--- a/x11/libXdmcp/Makefile
+++ b/x11/libXdmcp/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2012/10/29 05:06:34 asau Exp $
-#
+# $NetBSD: Makefile,v 1.8 2015/04/02 22:35:06 wiz Exp $
-DISTNAME= libXdmcp-1.1.1
+DISTNAME= libXdmcp-1.1.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/libXdmcp/distinfo b/x11/libXdmcp/distinfo
index f0922862673..cfff2736769 100644
--- a/x11/libXdmcp/distinfo
+++ b/x11/libXdmcp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2012/06/03 17:26:03 wiz Exp $
+$NetBSD: distinfo,v 1.6 2015/04/02 22:35:06 wiz Exp $
-SHA1 (libXdmcp-1.1.1.tar.bz2) = 3b63e8fc1600c51d9897d017da190fc6c16245b6
-RMD160 (libXdmcp-1.1.1.tar.bz2) = c8cf4964c0702431b05c347594438ea7bb10c382
-Size (libXdmcp-1.1.1.tar.bz2) = 310878 bytes
+SHA1 (libXdmcp-1.1.2.tar.bz2) = 3c09eabb0617c275b5ab09fae021d279a4832cac
+RMD160 (libXdmcp-1.1.2.tar.bz2) = 4b3c314683617d46e855e519e846212283c1b574
+Size (libXdmcp-1.1.2.tar.bz2) = 331518 bytes