[Pkg-gnupg-commit] [libassuan] branch master updated (ce604e6 -> d83c644)

Eric Dorland eric at moszumanska.debian.org
Thu Nov 12 16:14:46 UTC 2015


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

eric pushed a change to branch master
in repository libassuan.

      from  ce604e6   clean up debian/copyright to indicate libtool exception explicitly
       new  3aec198   Post release updates
       new  85ece74   Support SOCKS5 for assuan_sock_connect.
       new  4061ac5   Support hostname based SOCKS5 connection.
       new  dda9c84   Tests: Cope with broken HTTP servers.
       new  7279c3c   Use asprintf function from libgpg-error.
       new  6034cc0   w32: Use assuan_fd_t with the new socket functions.
       new  0beb178   Release 2.4.0
       new  98dacdf   Imported Upstream version 2.4.0
       new  a0c43b2   Merge tag 'upstream/2.4.0'
       new  b289fc9   New upstream release.
       new  d83c644   Add new assuan_sock_connect_byname symbol

The 11 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:
 ChangeLog                 |  62 ++++++++
 NEWS                      |  18 +++
 VERSION                   |   2 +-
 config.h.in               |  10 +-
 configure                 |  50 +++---
 configure.ac              |  15 +-
 debian/changelog          |   7 +
 debian/libassuan0.symbols |   1 +
 doc/assuan.info           | 139 ++++++++++-------
 doc/assuan.texi           |  42 ++++-
 doc/stamp-vti             |   8 +-
 doc/version.texi          |   8 +-
 src/Makefile.in           |   5 +-
 src/assuan-defs.h         |   6 -
 src/assuan-logging.c      |  14 +-
 src/assuan-socket.c       | 388 +++++++++++++++++++++++++++++++++++++++++++++-
 src/assuan.h.in           |  12 ++
 src/debug.c               |   8 +-
 src/libassuan.def         |   1 +
 src/libassuan.vers        |   1 +
 src/vasprintf.c           | 211 -------------------------
 tests/Makefile.am         |   8 +-
 tests/Makefile.in         |  21 ++-
 tests/socks5              | Bin 0 -> 55808 bytes
 tests/socks5.c            | 305 ++++++++++++++++++++++++++++++++++++
 25 files changed, 988 insertions(+), 354 deletions(-)
 delete mode 100644 src/vasprintf.c
 create mode 100755 tests/socks5
 create mode 100644 tests/socks5.c

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