[Pkg-gnupg-commit] [libassuan] branch upstream updated (e5bffef -> 2c52569)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jul 15 00:20:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a change to branch upstream
in repository libassuan.

      from  e5bffef   Imported Upstream version 2.4.2
       new  d271ed7   Post release updates.
       new  7101fcb   Improve getting of max. number of open fds.
       new  d60ef71   Fix minor memory leaks
       new  70bb71e   Fix distcheck.
       new  e64f9a4   Speedup closing fds before an exec.
       new  678f606   Allow socket redirection with assuan_socket_connect.
       new  c52829e   Improve test for inet_pton on Solaris.
       new  cbf913c   build: Update config.{guess,sub} to {2016-05-15,2016-06-20}.
       new  316a040   Release 2.4.3.
       new  2c52569   Imported Upstream version 2.4.3

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                     |   6 +-
 ChangeLog                   |  49 ++++++++++++++
 Makefile.am                 |  14 ++++
 Makefile.in                 |  15 +++++
 NEWS                        |  12 ++++
 README                      |   2 +-
 VERSION                     |   2 +-
 build-aux/config.guess      | 159 +++++++++++++++++++++++++++-----------------
 build-aux/config.sub        |  46 ++++++++-----
 config.h.in                 |   5 +-
 configure                   | 100 +++++++++++++++++++++++-----
 configure.ac                |  17 ++++-
 doc/assuan.info             |   4 +-
 doc/stamp-vti               |   4 +-
 doc/version.texi            |   4 +-
 src/Makefile.in             |   4 +-
 src/assuan-handler.c        |   2 +-
 src/assuan-pipe-connect.c   |  10 +--
 src/assuan-socket-connect.c |  12 ++--
 src/assuan-uds.c            |  10 +--
 src/system-posix.c          | 113 ++++++++++++++++++++++++++++---
 src/system.c                |  26 +++-----
 tests/Makefile.am           |   2 +-
 tests/Makefile.in           |   2 +-
 tests/fdpassing.c           |  28 ++++----
 tests/socks5                | Bin 59432 -> 0 bytes
 26 files changed, 478 insertions(+), 170 deletions(-)
 delete mode 100755 tests/socks5

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list