- 02 May, 2018 4 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Update to upstream version '1.31' with Debian dir 4224a95a351dc103f6c7cd4b49268ee40f65a9d1
-
Daniel Kahn Gillmor authored
-
Werner Koch authored
* configure.ac: Set LT version to C24/A24/R2.
-
- 01 May, 2018 7 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Update to upstream version '1.30' with Debian dir 49e076c0976db46af2a1ce170eb4e8c27498aebe
-
Daniel Kahn Gillmor authored
-
Werner Koch authored
-- Signed-off-by:Werner Koch <wk@gnupg.org>
-
Werner Koch authored
* src/w32-estream.c (reader): Use standard free. (writer): Ditto. -- There are two errors: The minor one is that we allocated with calloc but released with _gpgrt_free. The major one is the recursive use of npth_unprotect due to the syscall_clamp mechanism: 1. Around the call to _gpgrt_w32_poll 2. By gpgrt_lock_lock on behalf of a the custom allocation handler in the worker threads at their _gpgrt_free. This problem was exhibited by GnuPG's dirmngr component. GnuPG-bug-id: 3937 Signed-off-by:Werner Koch <wk@gnupg.org>
-
Signed-off-by:
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-
- 30 Apr, 2018 4 commits
-
-
Werner Koch authored
--
-
Werner Koch authored
* configure.ac: Bump LT version to C24/A/24/R1. Signed-off-by:Werner Koch <wk@gnupg.org>
-
Werner Koch authored
* Makefile.am: Add release and sign-release targets. Signed-off-by:Werner Koch <wk@gnupg.org>
-
Werner Koch authored
* src/estream.c (_gpgrt_poll) [W32]: Use syscall clamp. Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 23 Apr, 2018 1 commit
-
-
Werner Koch authored
--
-
- 16 Apr, 2018 3 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- 14 Apr, 2018 2 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- 13 Apr, 2018 3 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
NIIBE Yutaka authored
* doc/Makefile.am: Fix target of yat2m-for-build. -- GnuPG-bug-id: 3901 Fixes-commit: efc47693 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 12 Apr, 2018 9 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Update to upstream version '1.29' with Debian dir 8ef1e89f68a8d94dbee7d1aaaf8dc48d51220f16
-
Daniel Kahn Gillmor authored
-
NIIBE Yutaka authored
* configure.ac: Check inet_addr for -lnsl, and socket for -lsocket. -- Once I used LIB_SOCKET_NSL for the variable name, but it is already used by AX_LIB_SOCKET_NSL in autoconf-archive as an alias of the macro. So, I changed the variable name. GnuPG-bug-id: 3869 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 11 Apr, 2018 5 commits
-
-
Damien Goutte-Gattat via Gnupg-devel authored
[[PGP Signed Part:Good signature from AA4373E6C82C78AD Damien Goutte-Gattat <dgouttegattat@incenp.org> (trust undefined) created at 2018-04-11T17:05:27+0200 using RSA]] [1. text/plain] * doc/Makefile.am (yat2m-stamp): Depend on version.texi. -- When building from a cloned Git repository and with `make -j 3` (or higher), the version.texi file may not have been generated yet when yat2m is called to generate the man page, resulting in a build failure. Signed-off-by:Damien Goutte-Gattat <dgouttegattat@incenp.org>
-
Werner Koch authored
--
-
Werner Koch authored
* configure.ac: Bump LT version to C24/A24/R0. Signed-off-by:Werner Koch <wk@gnupg.org>
-
Werner Koch authored
-- Signed-off-by:Werner Koch <wk@gnupg.org>
-
Werner Koch authored
* src/gpg-error.h.in (ARGPARSE_end): Simplify. * src/argparse.c (_gpgrt_argparse_internal_s): Add field opts. (deinitialize): Release new field. (initialize): Add arg opts and create a copy of the option list. Add the internal options. (_gpgrt_argparse): Rename arg opts to opts_orig and set new local var opts. Adjust all references to opts. (find_long_option): Adjust for chnaged type of OPTS. Re-indent. (arg_parse): Remove internal option assignment. Rename arg opts to opts_orig and set new local var opts. Adjust all references to opts. (show_help): Adjust all references to opts. -- The old ARGPARSE_end maro was a bit cumbersome and does not allow to chnage the number of internal options. Thus this somewhat larger chnage to keep the internal options out of the API. Note that with this change the internal options now also work in a option file and not just on the command line; that does not make much sense but is probably less surprising. Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 27 Mar, 2018 2 commits
-
-
NIIBE Yutaka authored
-- Fixes-commit: efc47693 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* configure.ac (HAVE_YAT2M): New. * doc/Makefile.am [CROSS_COMPILING]: Supported. -- Makefile portability is also improved. Fixes-commit: 4dc6d4d2 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-