Path to this page:
./
security/libgpg-error,
Definitions of common error values for all GnuPG components
Branch: CURRENT,
Version: 1.41,
Package name: libgpg-error-1.41,
Maintainer: minskimlibgpg-error is a library that defines common error values for all
GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent,
libgcrypt, pinentry, SmartCard Daemon and possibly more in the future.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 66d6270511a48bac0bf347330e7a12c62f3a1ab4
RMD160: c33c299f324e7eaafbf537056156d721bda491d5
Filesize: 944.45 KB
Version history: (Expand)
- (2021-01-12) Updated to version: libgpg-error-1.41
- (2020-09-08) Updated to version: libgpg-error-1.39
- (2020-06-11) Updated to version: libgpg-error-1.38
- (2020-02-10) Updated to version: libgpg-error-1.37
- (2019-10-08) Updated to version: libgpg-error-1.36nb1
- (2019-03-20) Updated to version: libgpg-error-1.36
CVS history: (Expand)
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.
|
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
|