]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libgpg-error: Update to version 1.47
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 19 Apr 2023 12:31:38 +0000 (14:31 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 24 Apr 2023 18:52:37 +0000 (18:52 +0000)
- Update from version 1.46 to 1.47
- Update of rootfile
- Changelog
Noteworthy changes in version 1.47 (2023-04-06) [C34/A34/R0]
 * New error codes for PUKs and reset codes.  [T6421]
 * Avoid segv in logging with improper use of the "socket://".
   [rE68333be630]
 * Fixed translation of argparse's internal option --help.
   [rE885a287a57]
 * Interface changes relative to the 1.46 release:
 GPG_ERR_SOURCE_TKD             NEW.
 GPG_ERR_BAD_PUK                NEW.
 GPG_ERR_NO_RESET_CODE         NEW.
 GPG_ERR_BAD_RESET_CODE         NEW.
 GPGRT_SPAWN_KEEP_STDIN         NEW.
 GPGRT_SPAWN_KEEP_STDOUT        NEW.
 GPGRT_SPAWN_KEEP_STDERR        NEW.
 GPGRT_SPAWN_INHERIT_FILE       NEW.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
config/rootfiles/common/libgpg-error
lfs/libgpg-error

index 77a12be295778e524add65aa36c55022444009d1..08079ed9c567a6062bc243939080c7131d6e28e7 100644 (file)
@@ -6,7 +6,7 @@ usr/bin/gpg-error
 #usr/lib/libgpg-error.la
 #usr/lib/libgpg-error.so
 usr/lib/libgpg-error.so.0
-usr/lib/libgpg-error.so.0.33.1
+usr/lib/libgpg-error.so.0.34.0
 #usr/lib/pkgconfig/gpg-error.pc
 #usr/share/aclocal/gpg-error.m4
 #usr/share/aclocal/gpgrt.m4
@@ -41,3 +41,4 @@ usr/lib/libgpg-error.so.0.33.1
 #usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo
 #usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo
 #usr/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo
+#usr/share/man/man1/gpgrt-config.1
index fa7b63f42e1ac9d0002d901ea7a2d75d9845ea9c..f60f1ae8204bc5ddcdc8d44ab908fe31b2be1bf1 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.46
+VER        = 1.47
 
 THISAPP    = libgpg-error-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 6748c463256b7d0a05fe89a63c5f3abda1975d861c35821248664f2f09cd2273ef619d12408b6107a99519939ca7214f492e705c29f52f7bbdc422237281c1ca
+$(DL_FILE)_BLAKE2 = bc04efa0686b1b7d7cdce045fc080c090c1abec60349b673c2e1ce27900483aea090eb6ebcb3fb49a4eed36f18156a12413d5446f739475632f4ed2a2481ff27
 
 install : $(TARGET)