pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libXdmcp Update to 1.1.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7840572bd5dd
branches:  trunk
changeset: 649304:7840572bd5dd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 02 22:35:06 2015 +0000

description:
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:

 x11/libXdmcp/Makefile |  5 ++---
 x11/libXdmcp/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 111c83c72aa5 -r 7840572bd5dd x11/libXdmcp/Makefile
--- a/x11/libXdmcp/Makefile     Thu Apr 02 22:34:50 2015 +0000
+++ b/x11/libXdmcp/Makefile     Thu Apr 02 22:35:06 2015 +0000
@@ -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 -r 111c83c72aa5 -r 7840572bd5dd x11/libXdmcp/distinfo
--- a/x11/libXdmcp/distinfo     Thu Apr 02 22:34:50 2015 +0000
+++ b/x11/libXdmcp/distinfo     Thu Apr 02 22:35:06 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index