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

libxdmcp: Changes to 'refs/tags/libxdmcp-1_1.1.2-1'



Tag 'libxdmcp-1_1.1.2-1' created by Julien Cristau <jcristau@debian.org> at 2015-04-26 15:16 +0000

Tagging upload of libxdmcp 1:1.1.2-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJVPQFFAAoJEDEBgAUJBeQM4YIQALB9c5OP55hz+0+FGXttB/Rm
xgqp+UdOcoeHz3Pv9yDG9/gAj/P4L2xIt8K4b1Jl71Rgk8JrpRut2VPymw2UHdDI
S6U+8dDFTpxgZ1FONbBa6TaIF7cNqO3M9G1qc7I3fTx0y90SVX//6FMOmjdLSY/Y
QkaWbkvQLdULe4K/9i4IozcT4ShgGhv5bDQlS8/LrjSYsdvj3qiE+byiFgzLS7NS
AZIADWqA4CUcZenVqQnkVVSF6VbiR2MfqoCva78EdQW+EtkLogXeXRC0uxXEElcA
LJg2NMpDqzBC+Qxl3ysOQGiCi0Jo7snpPJhXRcYNiKRLGNCOENZH1MtVosyvnY8i
WvsL+Fu+aHWA+KckRC7Ap0bCuF3QYMGIJ4F1SuFyJz543QwI9aFL4mPkExb0sKv5
gtJpP64M4cyKGOY85iitAqecnFue+m/9NSfnzGxDcNChvlCkjEPrzrLKE/BoltHr
GlLkRD4WI8HDJA0quaylPGhDEjBx/IPeHUGkJsWrzxF95KcqaYhnHy5MVarOvINe
DbDkjH9xX4ePHPBo7S5neV80+HpZ+4UmosbvQY86mCig7KAVhaZ3BddmgaEgkviI
UgVXjFJfVCgZpE19uSFAl4mH0ebf7heGuAGZNIn8NzAg2j/JXcfJlBx1UcI70bz/
VcgWMZ0+P/VsjFtIGQ1N
=+AKR
-----END PGP SIGNATURE-----

Changes since libxdmcp-1_1.1.1-1:
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

Julien Cristau (7):
      Let uscan verify tarball signatures.
      Merge tag 'libXdmcp-1.1.2' into debian-unstable
      Bump changelogs
      Switch to dh with the autoreconf and quilt addons.
      Disable silent build rules.
      Remove Cyril from Uploaders.
      Upload to unstable

Matthieu Herrb (1):
      Use arc4random when available to produce the XDM-AUTHENTICATION1 key

---
 .gitignore                      |    1 
 Array.c                         |   87 ++++++++++++++++------------
 ChangeLog                       |  123 ++++++++++++++++++++++++++++++++++++++++
 Fill.c                          |   22 -------
 Flush.c                         |   17 -----
 Key.c                           |   10 +++
 Makefile.am                     |    2 
 autogen.sh                      |    4 -
 configure.ac                    |   20 ++++--
 debian/changelog                |   10 +++
 debian/compat                   |    2 
 debian/control                  |    9 +-
 debian/rules                    |  100 +++++---------------------------
 debian/upstream/signing-key.asc |   60 +++++++++++++++++++
 debian/watch                    |    1 
 include/X11/Xdmcp.h             |    2 
 test/Array.c                    |   92 +++++++++++++++++++++++++++++
 test/Makefile.am                |   13 ++++
 18 files changed, 404 insertions(+), 171 deletions(-)
---


Reply to: