* [PATCH] libgpg-error: Update to version 1.44
@ 2022-02-05 12:01 Adolf Belka
2022-02-05 13:21 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-02-05 12:01 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2199 bytes --]
- Update from 1.43 to 1.44
- Update of rootfile
- Changelog
Noteworthy changes in version 1.44 (More details can be found in the ChangeLog file in
the source tarball which lists each commit)
* Fix dependency to gpg-error-config-test.sh. [T5696]
* Run the posix locking test only on supported platforms. [T5699]
* Detect Linux systems using musl. [T5762]
* Fix gpg-error-config-test for PKG_CONFIG_LIBDIR. [T5740]
* Fix returning of option attributes for options with args. [T5799]
* Add Turkish translations.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/libgpg-error | 3 ++-
lfs/libgpg-error | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/libgpg-error b/config/rootfiles/common/libgpg-error
index 579be02fa..1587242d7 100644
--- a/config/rootfiles/common/libgpg-error
+++ b/config/rootfiles/common/libgpg-error
@@ -7,7 +7,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.32.1
+usr/lib/libgpg-error.so.0.32.2
#usr/lib/pkgconfig/gpg-error.pc
#usr/share/aclocal/gpg-error.m4
#usr/share/aclocal/gpgrt.m4
@@ -37,6 +37,7 @@ usr/lib/libgpg-error.so.0.32.1
#usr/share/locale/ru/LC_MESSAGES/libgpg-error.mo
#usr/share/locale/sr/LC_MESSAGES/libgpg-error.mo
#usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo
+#usr/share/locale/tr/LC_MESSAGES/libgpg-error.mo
#usr/share/locale/uk/LC_MESSAGES/libgpg-error.mo
#usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo
#usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo
diff --git a/lfs/libgpg-error b/lfs/libgpg-error
index 852f2e6f8..57786c7d4 100644
--- a/lfs/libgpg-error
+++ b/lfs/libgpg-error
@@ -24,7 +24,7 @@
include Config
-VER = 1.43
+VER = 1.44
THISAPP = libgpg-error-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = f1e09cfa536a6e6a264dbf2ccdc2e534
+$(DL_FILE)_MD5 = 3956969812cd4fbd133b79c5b5a2e7f7
install : $(TARGET)
--
2.35.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] libgpg-error: Update to version 1.44
2022-02-05 12:01 [PATCH] libgpg-error: Update to version 1.44 Adolf Belka
@ 2022-02-05 13:21 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-02-05 13:21 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2365 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> - Update from 1.43 to 1.44
> - Update of rootfile
> - Changelog
> Noteworthy changes in version 1.44 (More details can be found in the ChangeLog file in
> the source tarball which lists each commit)
> * Fix dependency to gpg-error-config-test.sh. [T5696]
> * Run the posix locking test only on supported platforms. [T5699]
> * Detect Linux systems using musl. [T5762]
> * Fix gpg-error-config-test for PKG_CONFIG_LIBDIR. [T5740]
> * Fix returning of option attributes for options with args. [T5799]
> * Add Turkish translations.
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/libgpg-error | 3 ++-
> lfs/libgpg-error | 4 ++--
> 2 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/config/rootfiles/common/libgpg-error b/config/rootfiles/common/libgpg-error
> index 579be02fa..1587242d7 100644
> --- a/config/rootfiles/common/libgpg-error
> +++ b/config/rootfiles/common/libgpg-error
> @@ -7,7 +7,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.32.1
> +usr/lib/libgpg-error.so.0.32.2
> #usr/lib/pkgconfig/gpg-error.pc
> #usr/share/aclocal/gpg-error.m4
> #usr/share/aclocal/gpgrt.m4
> @@ -37,6 +37,7 @@ usr/lib/libgpg-error.so.0.32.1
> #usr/share/locale/ru/LC_MESSAGES/libgpg-error.mo
> #usr/share/locale/sr/LC_MESSAGES/libgpg-error.mo
> #usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo
> +#usr/share/locale/tr/LC_MESSAGES/libgpg-error.mo
> #usr/share/locale/uk/LC_MESSAGES/libgpg-error.mo
> #usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo
> #usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo
> diff --git a/lfs/libgpg-error b/lfs/libgpg-error
> index 852f2e6f8..57786c7d4 100644
> --- a/lfs/libgpg-error
> +++ b/lfs/libgpg-error
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 1.43
> +VER = 1.44
>
> THISAPP = libgpg-error-$(VER)
> DL_FILE = $(THISAPP).tar.bz2
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = f1e09cfa536a6e6a264dbf2ccdc2e534
> +$(DL_FILE)_MD5 = 3956969812cd4fbd133b79c5b5a2e7f7
>
> install : $(TARGET)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-05 13:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-05 12:01 [PATCH] libgpg-error: Update to version 1.44 Adolf Belka
2022-02-05 13:21 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox