2020-06-11 14:14:54 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libgpg-error: updated to 1.38
Noteworthy changes in version 1.38
----------------------------------
* New option parser features to implement system wide configuration
files.
* New functions to build file names.
* New function to help reallocating arrays.
* Protect gpgrt_inc_errorcount against counter overflow.
* Improve cross-building for new platforms.
* Support 64-bit big-endian MIPS architecture.
* Support static link for Windows with -lws2_32.
* Interface changes relative to the 1.37 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgrt_fnameconcat NEW.
gpgrt_absfnameconcat NEW.
gpgrt_reallocarray NEW.
gpgrt_set_confdir NEW.
gpgrt_argparser NEW.
ARGPARSE_FLAG_SYS NEW.
ARGPARSE_FLAG_USER NEW.
ARGPARSE_FLAG_VERBOSE NEW.
ARGPARSE_FLAG_USERVERS NEW.
ARGPARSE_FLAG_WITHATTR NEW.
ARGPARSE_NO_CONFFILE NEW.
ARGPARSE_CONFFILE NEW.
ARGPARSE_OPT_CONFFILE NEW.
ARGPARSE_ATTR_FORCE NEW.
ARGPARSE_ATTR_IGNORE NEW.
ARGPARSE_TYPE_MASK NEW.
ARGPARSE_PERMISSION_ERROR NEW.
ARGPARSE_INVALID_META NEW.
ARGPARSE_UNKNOWN_META NEW.
ARGPARSE_UNEXPECTED_META NEW.
ARGPARSE_conffile NEW.
ARGPARSE_noconffile NEW.
ARGPARSE_verbatim NEW.
ARGPARSE_header NEW.
GPGRT_CONFDIR_USER NEW.
GPGRT_CONFDIR_SYS NEW.
|
2020-02-10 09:35:12 by Adam Ciarcinski | Files touched by this commit (10) |  |
Log message:
libgpg-error: updated to 1.37
Noteworthy changes in version 1.37:
* Fixes a build problems when using Gawk 5.0
* Fixes Bourne shell incompatibilities on Solaris.
* Improves cross-comiling support.
* On Windows strerror_s is now used to emulate strerror_r.
* New error codes to map SQLite primary error codes.
* Now uses poll(2) instead of select(2) in gpgrt_poll if possible.
* Fixes a bug in gpgrt_close.
* Fixes build problem under Cygwin.
* Fixes a few minor portability bugs.
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-11-04 22:13:04 by Roland Illig | Files touched by this commit (118) |
Log message:
security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-10-08 08:36:13 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (10) |
Log message:
libgpg-error: fix PR pkg/54609
pkgsrc changes:
---------------
* Apply upstream patches that will be removed in next release
(https://github.com/gpg/libgpg-error/commit/7865041)
* Bump revision
|
2019-07-03 19:17:59 by Sevan Janiyan | Files touched by this commit (1) |
Log message:
Need to define __DARWIN_UNIX03 to use unsetenv(3) which return integer.
Resolves build on Tiger
via https://trac.macports.org/ticket/56099
|
2019-03-20 06:43:21 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libgpg-error: updated to 1.36
Noteworthy changes in version 1.36:
* Two new error codes to better support PIV cards.
* Support armv7a-unknown-linux-gnueabihf.
* Increased estream buffer sizes for Windows.
* Interface changes relative to the 1.34 release:
GPG_ERR_NO_AUTH NEW.
GPG_ERR_BAD_AUTH NEW.
|
2019-02-04 10:36:42 by Thomas Klausner | Files touched by this commit (1) |
Log message:
*: mirror.switch.ch does not provide ftp/http service any longer
|
2019-02-04 10:34:49 by Thomas Klausner | Files touched by this commit (5) |
Log message:
*: ftp.freenet.de does not provide ftp/http service any longer
|
2019-01-29 09:08:04 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libgpg-error: updated to 1.35
Noteworthy changes in version 1.35:
* Distribute the correct gpgrt-config.
|