From patchwork Sat Feb 5 12:01:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5081 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4JrWGR5J7xz3wsl for ; Sat, 5 Feb 2022 12:01:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4JrWGQ6lYGzsv; Sat, 5 Feb 2022 12:01:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JrWGQ6WT9z2yWX; Sat, 5 Feb 2022 12:01:34 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4JrWGP4Gtbz2xfn for ; Sat, 5 Feb 2022 12:01:33 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4JrWGP1Sd6z80; Sat, 5 Feb 2022 12:01:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644062493; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=FiopgEnyKyl+JWybgI2Pi2qDkvyEFbbVZlOGAupp1/U=; b=nISdBjSPkHCOHsgbizzRz5kpuHPQv+qkor8EPX5naAI8zekVOhympWT+PkTaD0fdlMDsaL DKTmurAkH3mE8+BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644062493; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=FiopgEnyKyl+JWybgI2Pi2qDkvyEFbbVZlOGAupp1/U=; b=wuUS3Hma/huhoQvEW3Q7Snt+KW93/MvEOjY4PlyCyuupK0ftapXgz3hSrk/NYm6UD78Ep1 hglEjOgC4OGlFpIZNphCvO4RcIfDxAu8a5XGBlv2QHnbFYu7942L17dW1RQSquNvHhSWgK 3QM5F9p+FYionCqzbNj3aq9PuoGgUxbpj8hypXYoT5ZPlihuwcfFtrezF+/Q64fGyg5wiQ S2JKph4lDYrUiiPkeEULVzyv5sL9ZQardmUAS7+Vhc0JLXRWQyLERuT6YD6Cr+aM4KCesW SievF0XebAphd+4Yv5Fg8V5OpNSPXsGNCnvLd1W5r+NJTGA/umSMEDNR/iRIvQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libgpg-error: Update to version 1.44 Date: Sat, 5 Feb 2022 13:01:30 +0100 Message-Id: <20220205120130.3445313-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 Reviewed-by: Peter Müller --- 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)