[Pkg-gnupg-commit] [libassuan] branch upstream updated (09ddf37 -> 6406e08)

Eric Dorland eric at moszumanska.debian.org
Wed Dec 2 06:18:01 UTC 2015


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

eric pushed a change to branch upstream
in repository libassuan.

      from  09ddf37   Imported Upstream version 2.3.0
      adds  3aec198   Post release updates
      adds  85ece74   Support SOCKS5 for assuan_sock_connect.
      adds  4061ac5   Support hostname based SOCKS5 connection.
      adds  dda9c84   Tests: Cope with broken HTTP servers.
      adds  7279c3c   Use asprintf function from libgpg-error.
      adds  6034cc0   w32: Use assuan_fd_t with the new socket functions.
      adds  0beb178   Release 2.4.0
      adds  98dacdf   Imported Upstream version 2.4.0
       new  c2fca26   Post release updates.
       new  cef28d9   Fix windows build with mingw-w64 2.0.x
       new  5b927b3   Also try port 9150 in Tor mode.
       new  429ff31   Make socks5 test case a bit more robust.
       new  add6953   Release 2.4.1.
       new  6406e08   Imported Upstream version 2.4.1

The 6 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            |  83 ++++++++++
 NEWS                 |  26 ++++
 VERSION              |   2 +-
 config.h.in          |  10 +-
 configure            |  52 +++----
 configure.ac         |  19 ++-
 doc/assuan.info      | 139 ++++++++++-------
 doc/assuan.texi      |  42 ++++-
 doc/stamp-vti        |   8 +-
 doc/version.texi     |   8 +-
 src/Makefile.in      |   3 +-
 src/assuan-defs.h    |   6 -
 src/assuan-logging.c |  14 +-
 src/assuan-socket.c  | 422 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 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 -> 56688 bytes
 tests/socks5.c       | 311 +++++++++++++++++++++++++++++++++++++
 23 files changed, 1051 insertions(+), 356 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