2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2021-04-01 15:18:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libgpg-error: updated to 1.42
Noteworthy changes in version 1.42 (2021-03-22)
* Allow Unicode file names under Windows for the gettext domain.
* Improve cross-compiling support.
* Improve $libdir determination by gpgrt-config.
* Support --disable-thread by gen-lock-obj.sh.
|
2021-01-23 09:58:31 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libgpg-error: add https master site
From Peter C Lai in PR 55947
|
2021-01-12 12:48:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libgpg-error: updated to 1.41
Noteworthy changes in version 1.41 (2020-12-21)
-----------------------------------------------
* Fixes another glitch in the "ignore" meta command.
* Fixes two typos in the German translation.
Release-info: https://dev.gnupg.org/T5192
Noteworthy changes in version 1.40 (2020-12-21)
-----------------------------------------------
* New function gpgrt_access.
* Make "ignore" meta command work correctly in the option parser.
* On Windows gpgrt_getcwd and the internal getusername now handle
Unicode values.
* Update the build system.
|
2020-09-08 19:53:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libgpg-error: updated to 1.39
Noteworthy changes in version 1.39
----------------------------------
* On Windows gpgrt_fopen, gpgrt_chdir, and gpgrt_mkdir now handle
UTF-8 names.
* Make timeout of gpgrt_poll work correctly on Windows if no file
descriptors are active.
* New function gpgrt_fcancel as alternative to gpgrt_close. This
function avoid flushing out buffered data and also tries to delete
a newly created file.
* Changes to ease cross-building.
* "gpg-error --lib-version" works again.
* Interface changes relative to the 1.38 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgrt_fcancel NEW.
|
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.
|