pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libXdmcp
Module Name: pkgsrc
Committed By: wiz
Date: Thu Apr 2 22:35:06 UTC 2015
Modified Files:
pkgsrc/x11/libXdmcp: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/libXdmcp/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/libXdmcp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index