[Pkg-gnupg-commit] [libassuan] branch master updated (5539c66 -> 812f944)

Eric Dorland eric at moszumanska.debian.org
Sat Nov 25 07:02:15 UTC 2017


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

eric pushed a change to branch master
in repository libassuan.

      from  5539c66   Standards-Version to 4.0.1, no changes
       new  bf39d04   Post release updates
       new  8ab3b92   EPROTO portability fix.
       new  b26b73d   build: Use macOS' compatibility macros to enable all features.
       new  62f3123   Use gpgrt_free to release memory allocated by gpgrt_asprintf.
       new  859f9a9   configure: Add flag to disable documentation build.
       new  87473cd   Define INADDR_LOOPBACK if not defined.
       new  87c2bb5   We can't support fd passing, if the system doesn't support it.
       new  7b408d3   Fix the nanosleep case of __assuan_usleep.
       new  4d4c82a   Fix last commit.
       new  1f9a635   Add an SPDX tag to all core files.
       new  dfb8654   Let configure create the VERSION file.
       new  4f5596c   Add special check version request \001\001
       new  3611db2   Release 2.4.4
       new  8263499   New upstream version 2.4.4
       new  99a5c46   Update upstream source from tag 'upstream/2.4.4'
       new  590381a   New upstream release
       new  3cc14b2   Mark libassuan-mingw-w64-dev as priority optional
       new  c7bfa92   Standards-Version to 4.1.1
       new  812f944   Refresh patches

The 19 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                                          |   166 +
 INSTALL                                            |   231 -
 Makefile.am                                        |    14 +-
 Makefile.in                                        |   892 -
 NEWS                                               |    15 +
 README                                             |     4 +-
 VERSION                                            |     2 +-
 aclocal.m4                                         |  1224 --
 autogen.sh                                         |    41 +-
 build-aux/compile                                  |   347 -
 build-aux/depcomp                                  |   791 -
 build-aux/install-sh                               |   527 -
 build-aux/ltmain.sh                                |  9677 -----------
 build-aux/mdate-sh                                 |   224 -
 build-aux/missing                                  |   215 -
 build-aux/texinfo.tex                              | 10079 -----------
 config.h.in                                        |   259 -
 configure                                          | 17391 -------------------
 configure.ac                                       |    52 +-
 debian/changelog                                   |     9 +
 debian/control                                     |     4 +-
 ...nker-errors-when-cross-building-for-win32.patch |    10 +-
 .../0002-avoid-self-describing-as-a-beta.patch     |    18 +-
 doc/Makefile.in                                    |   810 -
 doc/assuan.info                                    |   116 +-
 doc/stamp-vti                                      |     4 +-
 doc/version.texi                                   |     4 +-
 m4/Makefile.in                                     |   445 -
 m4/libtool.m4                                      |  8027 ---------
 m4/ltoptions.m4                                    |   384 -
 m4/ltsugar.m4                                      |   123 -
 m4/ltversion.m4                                    |    23 -
 m4/lt~obsolete.m4                                  |    98 -
 src/Makefile.am                                    |     2 +
 src/Makefile.in                                    |  1195 --
 src/assuan-buffer.c                                |    34 +-
 src/assuan-defs.h                                  |    35 +-
 src/assuan-error.c                                 |    33 +-
 src/assuan-handler.c                               |    35 +-
 src/assuan-inquire.c                               |    33 +-
 src/assuan-io.c                                    |    35 +-
 src/assuan-listen.c                                |    41 +-
 src/assuan-logging.c                               |    37 +-
 src/assuan-pipe-connect.c                          |    35 +-
 src/assuan-pipe-server.c                           |    41 +-
 src/assuan-socket-connect.c                        |    33 +-
 src/assuan-socket-server.c                         |    49 +-
 src/assuan-socket.c                                |    49 +-
 src/assuan-uds.c                                   |    33 +-
 src/assuan.c                                       |    37 +-
 src/assuan.h.in                                    |    39 +-
 src/client.c                                       |    33 +-
 src/context.c                                      |    33 +-
 src/conversion.c                                   |    40 +-
 src/debug.c                                        |    10 +-
 src/debug.h                                        |    36 +-
 src/funopen.c                                      |     1 +
 src/gpgcedev.c                                     |   102 +-
 src/gpgcedev.def                                   |     1 +
 src/gpgcemgr.c                                     |    87 +-
 src/isascii.c                                      |     1 +
 src/libassuan-config.in                            |     1 +
 src/libassuan.def                                  |     4 +-
 src/libassuan.m4                                   |     3 +-
 src/libassuan.vers                                 |     1 +
 src/memrchr.c                                      |     1 +
 src/mkheader.c                                     |     1 +
 src/posix-fd-t.inc.h                               |     1 +
 src/posix-includes.inc.h                           |     1 +
 src/posix-sock-nonce.inc.h                         |     3 +-
 src/posix-sys-pth-impl.h                           |     3 +-
 src/posix-types.inc.h                              |     1 +
 src/putc_unlocked.c                                |     1 +
 src/server.c                                       |    33 +-
 src/setenv.c                                       |    31 +-
 src/stpcpy.c                                       |    32 +-
 src/system-posix.c                                 |    38 +-
 src/system-w32.c                                   |    33 +-
 src/system-w32ce.c                                 |    33 +-
 src/system.c                                       |    33 +-
 src/sysutils.c                                     |    34 +-
 src/versioninfo.rc.in                              |     2 +-
 src/w32-fd-t.inc.h                                 |     1 +
 src/w32-includes.inc.h                             |     3 +-
 src/w32-sock-nonce.inc.h                           |     1 +
 src/w32-sys-pth-impl.h                             |     1 +
 src/w32-types.inc.h                                |     1 +
 src/w32ce-add.h                                    |     1 +
 src/w32ce-fd-t.inc.h                               |     1 +
 tests/Makefile.in                                  |   804 -
 tests/version.c                                    |     1 +
 91 files changed, 1004 insertions(+), 54466 deletions(-)
 delete mode 100644 INSTALL
 delete mode 100644 Makefile.in
 delete mode 100644 aclocal.m4
 delete mode 100755 build-aux/compile
 delete mode 100755 build-aux/depcomp
 delete mode 100755 build-aux/install-sh
 delete mode 100755 build-aux/ltmain.sh
 delete mode 100755 build-aux/mdate-sh
 delete mode 100755 build-aux/missing
 delete mode 100644 build-aux/texinfo.tex
 delete mode 100644 config.h.in
 delete mode 100755 configure
 delete mode 100644 doc/Makefile.in
 delete mode 100644 m4/Makefile.in
 delete mode 100644 m4/libtool.m4
 delete mode 100644 m4/ltoptions.m4
 delete mode 100644 m4/ltsugar.m4
 delete mode 100644 m4/ltversion.m4
 delete mode 100644 m4/lt~obsolete.m4
 delete mode 100644 src/Makefile.in
 delete mode 100644 tests/Makefile.in

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