2019-01-16 20:21:22 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libgpg-error: updated to 1.34
Noteworthy changes in version 1.34:
* Support for riscv32.
* New API to allow emergency cleanup after internal fatal errors.
* Minor bug and portability fixes.
|
2018-12-09 18:12:09 by Adam Ciarcinski | Files touched by this commit (1) |  |
Log message:
libgpg-error: update distinfo
|
2018-12-09 18:11:43 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
libgpg-error: updated to 1.33
Noteworthy changes in version 1.33:
* New unified config script gpgrt-config which can now be used by all
GnuPG related packages.
* Support for ARC and arm64ilp32.
* The log functions now sanitize strings printed with the "%s" format
specifier. All control characters are C-escaped in the output.
Users of that function may want to remove their own escaping to
avoid doubling of backslashes.
* New fprintf style function to apply a custom filter for string
arguments.
* New function to compare version strings.
|
2018-07-17 08:38:02 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libgpg-error: updated to 1.32
version 1.32:
* Fixes a problem with gpgrt_fflush and gpgrt_fopencookie.
* Fixes a problem with the C11 header stdnoreturn.h.
* The yat2m tool can now also be build on Windows.
* Updates translations for Spanish, Russian and Ukrainian.
|
2018-05-04 07:43:42 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
libgpg-error: updated to 1.31
changes in version 1.31:
* Fixes another problem with gpgrt_poll under Windows.
* New translation for Spanish.
|
2018-04-30 12:34:23 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
libgpg-error: update to 1.30.
Remove hack for DragonFly/i386, DragonFly is 64-bit only nowadays.
Noteworthy changes in version 1.30 (2018-04-30) [C24/A24/R1]
-----------------------------------------------
* Fix for a hang on Windows when using gpgrt_poll under nPth.
* Build fix for Solaris. [#3869]
|
2018-04-12 08:56:17 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
libgpg-error: updated to 1.29
Noteworthy changes in version 1.29:
* The yat2m tool is during cross-compile now also installed on the
host platform.
* New option parser and associated functions similar to the one used
by GnuPG.
* New Base-64 encoder.
* Fixes regression in 1.28 for arm64 and w64 builds.
* Interface changes relative to the 1.28 release:
gpgrt_argparse New.
gpgrt_usage New.
gpgrt_strusage New.
gpgrt_set_strusage New.
gpgrt_set_usage_outfnc New.
gpgrt_set_fixed_string_mapper New.
GPGRT_ENABLE_ARGPARSE_MACROS New macro.
gpgrt_b64enc_start New.
gpgrt_b64enc_write New.
gpgrt_b64enc_finish New.
|
2018-04-11 10:29:24 by Maya Rashish | Files touched by this commit (3) |
Log message:
libgpg-error: Fix build error on ARM via upstream patch.
PR pkg/53106, upstream fix noted by Matthias Peterman.
Bump PKGREVISION.
|
2018-04-04 10:08:54 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
libgpg-error: SunOS needs libsocket.
|
2018-03-20 13:39:28 by Thomas Klausner | Files touched by this commit (3) |
Log message:
libgpg-error: Honor LDFLAGS.
Fixes RELRO build. Bump PKGREVISION.
|