Path to this page:
./
security/libgpg-error,
Definitions of common error values for all GnuPG components
Branch: CURRENT,
Version: 1.59,
Package name: libgpg-error-1.59,
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)
Filesize: 1096.859 KB
Version history: (Expand)
- (2026-02-19) Updated to version: libgpg-error-1.59
- (2026-02-03) Updated to version: libgpg-error-1.58nb2
- (2026-01-30) Updated to version: libgpg-error-1.58nb1
- (2025-12-22) Updated to version: libgpg-error-1.58
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
CVS history: (Expand)
2026-02-19 08:35:27 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
libgpg-error: update to 1.59.
Noteworthy changes in version 1.59 (2026-02-18) [C41/A41/R2]
-----------------------------------------------
* Take care of POSIX semaphore "shared" semantics. This fixes a
problem on NetBSD. [T8065]
* Fix preparing the environment block on Windows. [T8052]
* Fix for GPGRT_PROCESS_*_KEEP flags on Windows. [T8052]
* Update Russian and Swedish translations.
* Introduce autogen.rc variable autogen_use_force.
|
| 2026-02-03 10:53:23 by Thomas Klausner | Files touched by this commit (3) |
Log message:
libgpg-error: add upstream patch fixing a bug on NetBSD
Needed by gnupg 2.5
Bump PKGREVISION.
|
| 2026-01-30 15:45:13 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libgpg-error: fix rpath in pkg-config file
Bump PKGREVISION.
|
2025-12-21 22:38:59 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libgpg-error: updated to 1.58
Noteworthy changes in version 1.58 (2025-12-12) [C41/A41/R1]
* Fix building of static libraries on Windows. [rE421e101cf9]
Noteworthy changes in version 1.57 (2025-12-10) [C41/A41/R0]
* The sysconfdir as provided by the configure run is now used for the
default global config files of the argparser. [T7894]
* New function gpgrt_fconcat and improved the existing
gpgrt_fnameconcat and gpgrt_absfnameconcat. [T7894,rE34dba88757]
* On Windows use the UI language instead of the locale for
translations. [T7874]
* Some minor build improvements for zOS.
* Updated the Swedish and Portuguese translations.
* Interface changes relative to the 1.56 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgrt_fconcat NEW.
GPGRT_FCONCAT_ABS NEW.
GPGRT_FCONCAT_TILDE NEW.
GPGRT_FCONCAT_SYSCONF NEW.
|
2025-10-08 14:16:20 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libgpg-error: updated to 1.56
Noteworthy changes in version 1.56 (2025-10-07) [C40/A40/R0]
* Support the %b conversion specifier in the estream printf
functions.
* New spawn GPGRT_PROCESS_STDIO_NUL to be used on Windows to share
the "nul" device.
* Support pipe I/O for GPGRT_PROCESS_DETACHED on Windows.
* New mode keyword "share=xxx" for gpgrt_fopen.
* Change the default method to get the number of fds to close. This
fixes a spawning problem on certain POSIX machine.
* Fix some cases of inheriting HANDLEs on Windows.
* New system configurations for 64-bit Android, i686 Android, x86_64
Android and an armv7a alias to arm for Android.
* Set build specific build variable for zOS
|
2025-04-25 13:18:31 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libgpg-error: updated to 1.55
Noteworthy changes in version 1.55 (2025-04-24)
* Rewrite the extended length path handling under Windows.
* Add new test commands to the gpg-error tool. Allow command w/o
dashes and reformat the help.
* Silence warning from gcc 15.
|
2025-04-18 10:10:16 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libgpg-error: updated to 1.54
Noteworthy changes in version 1.54 (2025-04-17)
* Fix a regression in 1.52 which did not allow to open UNC
specified files on Windows.
* Ignore log file specification from the Registry in the gpg-error
tool.
|
2025-04-09 12:36:54 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libgpg-error: update to 1.53.
Noteworthy changes in version 1.53 (2025-04-09) [C39/A39/R1]
-----------------------------------------------
* Fix regression in 1.52.
|