From patchwork Sun Apr 4 11:10:11 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4097 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 4FCrgG3Zv2z3x1r for ; Sun, 4 Apr 2021 11:10:34 +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 4FCrgG1236zwQ; Sun, 4 Apr 2021 11:10:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FCrgF703Tz2xmG; Sun, 4 Apr 2021 11:10:33 +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 4FCrgD4n1lz2xB0 for ; Sun, 4 Apr 2021 11:10:32 +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 4FCrgD1hfGzD4; Sun, 4 Apr 2021 11:10:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1617534632; 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: in-reply-to:in-reply-to:references:references; bh=LaoWy2HGYOxxCPZQ78kN7SQ4shNPvncxluFs8hohNYA=; b=spJVlxEjkbOBt79QTywPwBm7iXypblQ2UiiYxqfZH+iR/jzj3cpA4VRY+VOnG9qidUMxZ4 pMQVpS+cnWx4jyCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1617534632; 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: in-reply-to:in-reply-to:references:references; bh=LaoWy2HGYOxxCPZQ78kN7SQ4shNPvncxluFs8hohNYA=; b=M5QAxeoygCGrFqs5d5cLJV3ado+i9vB6HJJVhMIE5WRQa4guxvv3mNBDWnoreSpveG7+Zf au2ye5oqUS4bC9vJ2+pcL7Er/MagNMhpudbT7kOktaQhrE+w1uTKgi6/kcOMhZuVwzalek +5qUayzmOkoA4miZRVse/q5AvX+aSf2WyFGoOo75zSa9zFfn1Qng5mdeeDZ1ycRkDKnRxX C8qzHSmOJVuZwcudnvYd+v7ze+LClbzcSZKs5zCeEbTZRAaobnib8rpB7aXSqzgEgY9mBP SiNZzZfZKwn23m925+KQXwuIgtkym6ABHMBiJmSc0opLUl5qZ+MBGv0J/Cu4UA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/5] gnupg: Update to 2.2.27 Date: Sun, 4 Apr 2021 13:10:11 +0200 Message-Id: <20210404111015.66155-2-adolf.belka@ipfire.org> In-Reply-To: <20210404111015.66155-1-adolf.belka@ipfire.org> References: <20210404111015.66155-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.4.23 (Legacy branch) to 2.2.27 (LTS branch) - Update of rootfile - gnupg 2.2 requires libassuan, libksba and npth for the build and use. pinentry is not required for the build and is not needed for the gpg uses in IPFire - gpg --import in src/initscripts/system/pakfire - gpg --verify --status-fd 1 in src/pakfire/lib/functions.pl - gpg -d --batch --quiet --no-verbose --status-fd 2 --output in src/pakfire/lib/functions.pl Tested by installing the iso created by build of this patch series Keys successfully imported. Installation of addons successfully carried out with signatures being checked and verified. - libassuan had to be changed from an addon to a core program - make.sh updated to include libksba and npth which are provided as separate patches in this series Signed-off-by: Adolf Belka --- config/rootfiles/common/gnupg | 107 ++++++++++++++++++++++++++++++---- lfs/gnupg | 4 +- make.sh | 2 + 3 files changed, 101 insertions(+), 12 deletions(-) diff --git a/config/rootfiles/common/gnupg b/config/rootfiles/common/gnupg index edd2beccb..8bcad92da 100644 --- a/config/rootfiles/common/gnupg +++ b/config/rootfiles/common/gnupg @@ -1,16 +1,103 @@ +#usr/bin/dirmngr +#usr/bin/dirmngr-client usr/bin/gpg -#usr/bin/gpg-zip +#usr/bin/gpg-agent +#usr/bin/gpg-connect-agent +#usr/bin/gpg-wks-server +#usr/bin/gpgconf +#usr/bin/gpgparsemail +#usr/bin/gpgscm +#usr/bin/gpgsm #usr/bin/gpgsplit +#usr/bin/gpgtar #usr/bin/gpgv -#usr/lib/gnupg -usr/lib/gnupg/gpgkeys_curl -usr/lib/gnupg/gpgkeys_finger -usr/lib/gnupg/gpgkeys_hkp -usr/lib/gnupg/gpgkeys_ldap +#usr/bin/kbxutil +#usr/bin/watchgnupg +usr/lib/dirmngr_ldap +usr/lib/gpg-check-pattern +usr/lib/gpg-preset-passphrase +usr/lib/gpg-protect-tool +usr/lib/gpg-wks-client +usr/lib/scdaemon +#usr/sbin/addgnupghome +#usr/sbin/applygnupgdefaults +#usr/share/doc/gnupg +#usr/share/doc/gnupg/DCO +#usr/share/doc/gnupg/DETAILS +#usr/share/doc/gnupg/FAQ +#usr/share/doc/gnupg/HACKING +#usr/share/doc/gnupg/KEYSERVER +#usr/share/doc/gnupg/OpenPGP +#usr/share/doc/gnupg/README +#usr/share/doc/gnupg/TRANSLATE +#usr/share/doc/gnupg/examples +#usr/share/doc/gnupg/examples/Automatic.prf +#usr/share/doc/gnupg/examples/README +#usr/share/doc/gnupg/examples/VS-NfD.prf +#usr/share/doc/gnupg/examples/debug.prf +#usr/share/doc/gnupg/examples/gpgconf.conf +#usr/share/doc/gnupg/examples/pwpattern.list +#usr/share/doc/gnupg/examples/scd-event +#usr/share/doc/gnupg/examples/systemd-user +#usr/share/doc/gnupg/examples/systemd-user/README +#usr/share/doc/gnupg/examples/systemd-user/dirmngr.service +#usr/share/doc/gnupg/examples/systemd-user/dirmngr.socket +#usr/share/doc/gnupg/examples/systemd-user/gpg-agent-browser.socket +#usr/share/doc/gnupg/examples/systemd-user/gpg-agent-extra.socket +#usr/share/doc/gnupg/examples/systemd-user/gpg-agent-ssh.socket +#usr/share/doc/gnupg/examples/systemd-user/gpg-agent.service +#usr/share/doc/gnupg/examples/systemd-user/gpg-agent.socket +#usr/share/doc/gnupg/examples/trustlist.txt #usr/share/gnupg -#usr/share/gnupg/FAQ -#usr/share/gnupg/options.skel -#usr/share/info/gnupg1.info -#usr/share/man/man1/gpg-zip.1 +#usr/share/gnupg/distsigkey.gpg +#usr/share/gnupg/help.be.txt +#usr/share/gnupg/help.ca.txt +#usr/share/gnupg/help.cs.txt +#usr/share/gnupg/help.da.txt +#usr/share/gnupg/help.de.txt +#usr/share/gnupg/help.el.txt +#usr/share/gnupg/help.eo.txt +#usr/share/gnupg/help.es.txt +#usr/share/gnupg/help.et.txt +#usr/share/gnupg/help.fi.txt +#usr/share/gnupg/help.fr.txt +#usr/share/gnupg/help.gl.txt +#usr/share/gnupg/help.hu.txt +#usr/share/gnupg/help.id.txt +#usr/share/gnupg/help.it.txt +#usr/share/gnupg/help.ja.txt +#usr/share/gnupg/help.nb.txt +#usr/share/gnupg/help.pl.txt +#usr/share/gnupg/help.pt.txt +#usr/share/gnupg/help.pt_BR.txt +#usr/share/gnupg/help.ro.txt +#usr/share/gnupg/help.ru.txt +#usr/share/gnupg/help.sk.txt +#usr/share/gnupg/help.sv.txt +#usr/share/gnupg/help.tr.txt +#usr/share/gnupg/help.txt +#usr/share/gnupg/help.zh_CN.txt +#usr/share/gnupg/help.zh_TW.txt +#usr/share/gnupg/sks-keyservers.netCA.pem +#usr/share/info/gnupg.info +#usr/share/info/gnupg.info-1 +#usr/share/info/gnupg.info-2 +#usr/share/man/man1/dirmngr-client.1 +#usr/share/man/man1/gpg-agent.1 +#usr/share/man/man1/gpg-connect-agent.1 +#usr/share/man/man1/gpg-preset-passphrase.1 +#usr/share/man/man1/gpg-wks-client.1 +#usr/share/man/man1/gpg-wks-server.1 #usr/share/man/man1/gpg.1 +#usr/share/man/man1/gpgconf.1 +#usr/share/man/man1/gpgparsemail.1 +#usr/share/man/man1/gpgsm.1 +#usr/share/man/man1/gpgtar.1 #usr/share/man/man1/gpgv.1 +#usr/share/man/man1/scdaemon.1 +#usr/share/man/man1/symcryptrun.1 +#usr/share/man/man1/watchgnupg.1 +#usr/share/man/man7/gnupg.7 +#usr/share/man/man8/addgnupghome.8 +#usr/share/man/man8/applygnupgdefaults.8 +#usr/share/man/man8/dirmngr.8 diff --git a/lfs/gnupg b/lfs/gnupg index f94948fe9..16effeaa2 100644 --- a/lfs/gnupg +++ b/lfs/gnupg @@ -24,7 +24,7 @@ include Config -VER = 1.4.23 +VER = 2.2.27 THISAPP = gnupg-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b1df02c73572f27bc859ac05ff2259ab +$(DL_FILE)_MD5 = a9c002b5356103c97412955a1956ae0c install : $(TARGET) diff --git a/make.sh b/make.sh index 0c124ac81..a9d71768a 100755 --- a/make.sh +++ b/make.sh @@ -1311,6 +1311,8 @@ buildipfire() { lfsmake2 perl-Device-Modem lfsmake2 perl-Apache-Htpasswd lfsmake2 perl-Parse-Yapp + lfsmake2 libksba + lfsmake2 npth lfsmake2 gnupg lfsmake2 hdparm lfsmake2 sdparm From patchwork Sun Apr 4 11:10:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4098 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 4FCrgL4Hkyz3x1r for ; Sun, 4 Apr 2021 11:10:38 +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 4FCrgL1mh2z1ZT; Sun, 4 Apr 2021 11:10:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FCrgL0Y5Sz2yP9; Sun, 4 Apr 2021 11:10:38 +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 4FCrgK2zpwz2xfm for ; Sun, 4 Apr 2021 11:10:37 +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 4FCrgK255Lz14F; Sun, 4 Apr 2021 11:10:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1617534637; 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: in-reply-to:in-reply-to:references:references; bh=JSzvjjhCnEwRgXMwVP6AOqGHX9wCL2prmGSeK7y7cdk=; b=VGwOyP0vYSpmvR1Mr7FI//WoMbiw61OreRvaYKEZSjBjo6rIVT8Lr243d4yTQG+7fX5qs7 HJR/gXRsi+uZzwAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1617534637; 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: in-reply-to:in-reply-to:references:references; bh=JSzvjjhCnEwRgXMwVP6AOqGHX9wCL2prmGSeK7y7cdk=; b=JEF0qhxQXlLcPK2mrm9+hKroLz2tem/cLLzgt+9RiueJjJRGOcbDYpy2nd1SCw1I6oN0jL J/s8qZuHqp6wPfT2rb3g02JK243+M30IZiq4oapflDZ+lZHTIRaVsFvLuz32b0KRlSmh4j vjK8UckTgqT92hk9ffUpx0bI1LtwoDBqH/Nw1IHFcY12SM/WWH63JyvidBKFOXgNaouvtV SfFkNDIFLu9FrIYwMIDBN0npiDOvrsB456weinB7iHTp2KXjl8c38c4p/jZkPRGnv4qxsJ gaAs7cghyypanYGzOTNu3nIjnVILlyw3u445LsgWwwLbf3rLTs6ei/1QKnqqzw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/5] libassuan: Convert from addon to core program Date: Sun, 4 Apr 2021 13:10:12 +0200 Message-Id: <20210404111015.66155-3-adolf.belka@ipfire.org> In-Reply-To: <20210404111015.66155-1-adolf.belka@ipfire.org> References: <20210404111015.66155-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" - libassuan required as a core program for gnupg 2.2 series - rootfile moved from packages to common - lfs adjusted to compile and install as core program Signed-off-by: Adolf Belka --- config/rootfiles/{packages => common}/libassuan | 0 lfs/libassuan | 6 ------ 2 files changed, 6 deletions(-) rename config/rootfiles/{packages => common}/libassuan (100%) diff --git a/config/rootfiles/packages/libassuan b/config/rootfiles/common/libassuan similarity index 100% rename from config/rootfiles/packages/libassuan rename to config/rootfiles/common/libassuan diff --git a/lfs/libassuan b/lfs/libassuan index 4edb3fcb0..a89cab3a0 100644 --- a/lfs/libassuan +++ b/lfs/libassuan @@ -31,10 +31,7 @@ DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = libassuan -PAK_VER = 6 -DEPS = ############################################################################### # Top-level Rules @@ -54,9 +51,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: - @$(PAK) - ############################################################################### # Downloading, checking, md5sum ############################################################################### From patchwork Sun Apr 4 11:10:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4099 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 4FCrgX4tSkz3x1r for ; Sun, 4 Apr 2021 11:10:48 +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 4FCrgX2Z0Qz1Zh; Sun, 4 Apr 2021 11:10:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FCrgX1P7Cz2xxL; Sun, 4 Apr 2021 11:10:48 +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 4FCrgV6mXKz2xfm for ; Sun, 4 Apr 2021 11:10:46 +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 4FCrgV3p4Rz1Tm; Sun, 4 Apr 2021 11:10:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1617534646; 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: in-reply-to:in-reply-to:references:references; bh=S6eLm+ENHkrFD+5vGTupuGcnfeMx9lIasrE2p6JZzPY=; b=3ItI0Ukzgzbdl9Fl9Z6Kz3aqCCJaSnbmkZjT0pBsMoegTtpEfUY1y7P9QGJqD2WBfBUbHi t7mVn6ygnzgGHFBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1617534646; 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: in-reply-to:in-reply-to:references:references; bh=S6eLm+ENHkrFD+5vGTupuGcnfeMx9lIasrE2p6JZzPY=; b=k206Pn7InYRsHZp82LaF4eKpwH1kqI1UMF2SslEKik7/3vn1gOG6rWaNnlzyIWD3qaC2Ej a0OcIeKK/NCEKwxmZfIRfTGzSXCcVm5daaZyPOYlKEaM7PkOdf4LBDt7baxe2MtYKysStB qrwLg//alqfIo8nYsiyhqOAew85NLpmtVueN6GJ+yJxVuwiY4KgkEFjqC6+kLQVMRmCr1d aBH27q0MJCM3EklqiBF0WEwc8EPDRtSFoG/rAHKfbufuDPGy207ZsC6BBffUPatsJTBGcD 8WcKfHyHHieem2JMUOXtCn67nyMGB9YYhVzSOTLqsuHy49o+3cLepEUHYItm3w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/5] libksba: required for gnupg 2.2 series Date: Sun, 4 Apr 2021 13:10:13 +0200 Message-Id: <20210404111015.66155-4-adolf.belka@ipfire.org> In-Reply-To: <20210404111015.66155-1-adolf.belka@ipfire.org> References: <20210404111015.66155-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" - Installation of libksba required for build and use of gnupg 2.2 series Signed-off-by: Adolf Belka --- config/rootfiles/common/libksba | 9 ++++ lfs/libksba | 79 +++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 config/rootfiles/common/libksba create mode 100644 lfs/libksba diff --git a/config/rootfiles/common/libksba b/config/rootfiles/common/libksba new file mode 100644 index 000000000..b23f58d92 --- /dev/null +++ b/config/rootfiles/common/libksba @@ -0,0 +1,9 @@ +#usr/bin/ksba-config +#usr/include/ksba.h +#usr/lib/libksba.la +#usr/lib/libksba.so +usr/lib/libksba.so.8 +usr/lib/libksba.so.8.13.0 +#usr/lib/pkgconfig/ksba.pc +#usr/share/aclocal/ksba.m4 +#usr/share/info/ksba.info diff --git a/lfs/libksba b/lfs/libksba new file mode 100644 index 000000000..335f4df2d --- /dev/null +++ b/lfs/libksba @@ -0,0 +1,79 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2018 IPFire Team # +# # +# 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 1.5.0 + +THISAPP = libksba-$(VER) +DL_FILE = $(THISAPP).tar.bz2 +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) + + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = a43bc51bd1bf13295623398d0f2d88b4 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) + cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) + @$(POSTBUILD) From patchwork Sun Apr 4 11:10:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4100 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 4FCrgg5kyNz3x1r for ; Sun, 4 Apr 2021 11:10:55 +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 4FCrgg3Jfgz1cb; Sun, 4 Apr 2021 11:10:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FCrgg27p1z2yP9; Sun, 4 Apr 2021 11:10:55 +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 4FCrgf2YfQz2xfm for ; Sun, 4 Apr 2021 11:10:54 +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 4FCrgd6hmKz1Tm; Sun, 4 Apr 2021 11:10:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1617534654; 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: in-reply-to:in-reply-to:references:references; bh=zrenccHOsGaqwpPAbwwhzb3VkXYxNp5PulOFZTWOT1E=; b=q3swnkbCVtxub2EW5XYFh5J0nKP8/fDjh5VB905DHI1WnZP7OvSx5VdgIsxIdemWw0iVOl Z9yYsa0BhCP2jWDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1617534654; 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: in-reply-to:in-reply-to:references:references; bh=zrenccHOsGaqwpPAbwwhzb3VkXYxNp5PulOFZTWOT1E=; b=vKONmLBKJ6gTjGQ8O2hgO/P/ivjjD6Uc8Jv4QFN0IKD7XUiTMjxiIvdFfsVmOenOu2HFT9 IxHnmTB9DZ2WgeRwF0foKJSzG7lzzYAQxnwXfL4594bhlCiBQKNmH+a7aJceKV5NIjKF9d XXAZuMYJlz2EtGQjLwFBgshrRSC5WZXvSI7obdS4L58jpl97QSmNE/MK88+6g5/SbJQZWg eiIYZghA3nPCqPE8SvNQfA54xmqDbgR9BQukSsPHBbCkxahpMbxRbqhhdeRbVwgVacHaWb LFgzv4WN4ueOzhw9vdeEGtg9nxotKQpO1OpTgvP522JvCf8GQbaWaDrW8lE2cQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 4/5] npth: required for gnupg 2.2 series Date: Sun, 4 Apr 2021 13:10:14 +0200 Message-Id: <20210404111015.66155-5-adolf.belka@ipfire.org> In-Reply-To: <20210404111015.66155-1-adolf.belka@ipfire.org> References: <20210404111015.66155-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" - Installation of npth required for build and use of gnupg 2.2 series Signed-off-by: Adolf Belka --- config/rootfiles/common/npth | 7 ++++ lfs/npth | 79 ++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 config/rootfiles/common/npth create mode 100644 lfs/npth diff --git a/config/rootfiles/common/npth b/config/rootfiles/common/npth new file mode 100644 index 000000000..213f3cbe1 --- /dev/null +++ b/config/rootfiles/common/npth @@ -0,0 +1,7 @@ +#usr/bin/npth-config +#usr/include/npth.h +#usr/lib/libnpth.la +#usr/lib/libnpth.so +usr/lib/libnpth.so.0 +usr/lib/libnpth.so.0.1.2 +#usr/share/aclocal/npth.m4 diff --git a/lfs/npth b/lfs/npth new file mode 100644 index 000000000..f91c75592 --- /dev/null +++ b/lfs/npth @@ -0,0 +1,79 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007-2018 IPFire Team # +# # +# 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 1.6 + +THISAPP = npth-$(VER) +DL_FILE = $(THISAPP).tar.bz2 +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) + + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = 375d1a15ad969f32d25f1a7630929854 + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) + cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) + @$(POSTBUILD) From patchwork Sun Apr 4 11:10:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4101 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 4FCrgq6ypgz3x1r for ; Sun, 4 Apr 2021 11:11:03 +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 4FCrgq3zmbz1yc; Sun, 4 Apr 2021 11:11:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FCrgq2njnz2xmG; Sun, 4 Apr 2021 11:11:03 +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 4FCrgp4Dttz2xfm for ; Sun, 4 Apr 2021 11:11:02 +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 4FCrgp1711z1v8; Sun, 4 Apr 2021 11:11:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1617534662; 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: in-reply-to:in-reply-to:references:references; bh=Q9uSY5wlQx9yZikkMpR+Wz2BhLKSb+rmsc66qngSenI=; b=d6cI/S7eR1ZvXDh6u6cMiFUohHc3qOrCoq/675sVYPa9+lpGMDjE+H4H3HYg80WakzfWKE Ox6E2/RU9VEKmoAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1617534662; 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: in-reply-to:in-reply-to:references:references; bh=Q9uSY5wlQx9yZikkMpR+Wz2BhLKSb+rmsc66qngSenI=; b=ViA4My5nvEBowIgtEpQnVll5Gsw+lsi1R1dD+daPwQk0DiO4Hfs0aIe4bOWLz28b9I29O+ QL69oxv/HCOjl67iZCHJ3Qsnh3MhofABKYtWXm4mkOhkYC395t6Q2ywuSyYlqfaxe1b1NR bQfO6zzzCyIn9jC0yYkq8hSGWN7NfdVEootHfSZiSqalX4FzsEMlJ6oN5DFII4MDIumHv2 HzNDxbi/55BfCnLteKs/eYnq0JjtuNGCi1QknQBQiFT5Uf0hhkTgZL4X88euWnZbHR559u 7qGMUnaNwLJjvg0/wlkbqFZr7uyelxwcMXqbjSvsLDM/sdzsQzJ23gNxBAcNrw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 5/5] gpgme: Update to 1.15.1 Date: Sun, 4 Apr 2021 13:10:15 +0200 Message-Id: <20210404111015.66155-6-adolf.belka@ipfire.org> In-Reply-To: <20210404111015.66155-1-adolf.belka@ipfire.org> References: <20210404111015.66155-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.3.2 (2012) to 1.15.1 (2021) - gpgme had failures when trying to build new version with legacy gnupg 1.4 branch. Successfully built with LTS gnupg 2.2 branch - Updated rootfile - Changelog has over 10k lines for changes between these versions. Full details can be found in ChangeLog file in source tarball Signed-off-by: Adolf Belka --- config/rootfiles/packages/gpgme | 162 ++++++++++++++++++++++++++++++-- lfs/gpgme | 6 +- 2 files changed, 159 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/packages/gpgme b/config/rootfiles/packages/gpgme index 2a035231d..9a5586da0 100644 --- a/config/rootfiles/packages/gpgme +++ b/config/rootfiles/packages/gpgme @@ -1,15 +1,165 @@ usr/bin/gpgme-config +#usr/bin/gpgme-json +#usr/bin/gpgme-tool +#usr/include/gpgme++ +#usr/include/gpgme++/configuration.h +#usr/include/gpgme++/context.h +#usr/include/gpgme++/data.h +#usr/include/gpgme++/decryptionresult.h +#usr/include/gpgme++/defaultassuantransaction.h +#usr/include/gpgme++/editinteractor.h +#usr/include/gpgme++/encryptionresult.h +#usr/include/gpgme++/engineinfo.h +#usr/include/gpgme++/error.h +#usr/include/gpgme++/eventloopinteractor.h +#usr/include/gpgme++/exception.h +#usr/include/gpgme++/global.h +#usr/include/gpgme++/gpgadduserideditinteractor.h +#usr/include/gpgme++/gpgagentgetinfoassuantransaction.h +#usr/include/gpgme++/gpggencardkeyinteractor.h +#usr/include/gpgme++/gpgmefw.h +#usr/include/gpgme++/gpgmepp_export.h +#usr/include/gpgme++/gpgmepp_version.h +#usr/include/gpgme++/gpgsetexpirytimeeditinteractor.h +#usr/include/gpgme++/gpgsetownertrusteditinteractor.h +#usr/include/gpgme++/gpgsignkeyeditinteractor.h +#usr/include/gpgme++/importresult.h +#usr/include/gpgme++/interfaces +#usr/include/gpgme++/interfaces/assuantransaction.h +#usr/include/gpgme++/interfaces/dataprovider.h +#usr/include/gpgme++/interfaces/passphraseprovider.h +#usr/include/gpgme++/interfaces/progressprovider.h +#usr/include/gpgme++/interfaces/statusconsumer.h +#usr/include/gpgme++/key.h +#usr/include/gpgme++/keygenerationresult.h +#usr/include/gpgme++/keylistresult.h +#usr/include/gpgme++/notation.h +#usr/include/gpgme++/result.h +#usr/include/gpgme++/scdgetinfoassuantransaction.h +#usr/include/gpgme++/signingresult.h +#usr/include/gpgme++/statusconsumerassuantransaction.h +#usr/include/gpgme++/swdbresult.h +#usr/include/gpgme++/tofuinfo.h +#usr/include/gpgme++/trustitem.h +#usr/include/gpgme++/verificationresult.h +#usr/include/gpgme++/vfsmountresult.h #usr/include/gpgme.h -#usr/lib/libgpgme-pthread.la -usr/lib/libgpgme-pthread.so -usr/lib/libgpgme-pthread.so.11 -usr/lib/libgpgme-pthread.so.11.8.1 +#usr/lib/cmake/Gpgmepp +#usr/lib/cmake/Gpgmepp/GpgmeppConfig.cmake +#usr/lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake #usr/lib/libgpgme.la -usr/lib/libgpgme.so +#usr/lib/libgpgme.so usr/lib/libgpgme.so.11 -usr/lib/libgpgme.so.11.8.1 +usr/lib/libgpgme.so.11.24.1 +#usr/lib/libgpgmepp.la +#usr/lib/libgpgmepp.so +usr/lib/libgpgmepp.so.6 +usr/lib/libgpgmepp.so.6.12.1 +#usr/lib/pkgconfig/gpgme-glib.pc +#usr/lib/pkgconfig/gpgme.pc +#usr/lib/python2.7/site-packages/gpg +#usr/lib/python2.7/site-packages/gpg-1.15.1-py2.7.egg-info +#usr/lib/python2.7/site-packages/gpg/__init__.py +#usr/lib/python2.7/site-packages/gpg/__init__.pyc +#usr/lib/python2.7/site-packages/gpg/_gpgme.so +#usr/lib/python2.7/site-packages/gpg/callbacks.py +#usr/lib/python2.7/site-packages/gpg/callbacks.pyc +#usr/lib/python2.7/site-packages/gpg/constants +#usr/lib/python2.7/site-packages/gpg/constants/__init__.py +#usr/lib/python2.7/site-packages/gpg/constants/__init__.pyc +#usr/lib/python2.7/site-packages/gpg/constants/create.py +#usr/lib/python2.7/site-packages/gpg/constants/create.pyc +#usr/lib/python2.7/site-packages/gpg/constants/data +#usr/lib/python2.7/site-packages/gpg/constants/data/__init__.py +#usr/lib/python2.7/site-packages/gpg/constants/data/__init__.pyc +#usr/lib/python2.7/site-packages/gpg/constants/data/encoding.py +#usr/lib/python2.7/site-packages/gpg/constants/data/encoding.pyc +#usr/lib/python2.7/site-packages/gpg/constants/event.py +#usr/lib/python2.7/site-packages/gpg/constants/event.pyc +#usr/lib/python2.7/site-packages/gpg/constants/import_type.py +#usr/lib/python2.7/site-packages/gpg/constants/import_type.pyc +#usr/lib/python2.7/site-packages/gpg/constants/keylist +#usr/lib/python2.7/site-packages/gpg/constants/keylist/__init__.py +#usr/lib/python2.7/site-packages/gpg/constants/keylist/__init__.pyc +#usr/lib/python2.7/site-packages/gpg/constants/keylist/mode.py +#usr/lib/python2.7/site-packages/gpg/constants/keylist/mode.pyc +#usr/lib/python2.7/site-packages/gpg/constants/keysign.py +#usr/lib/python2.7/site-packages/gpg/constants/keysign.pyc +#usr/lib/python2.7/site-packages/gpg/constants/md.py +#usr/lib/python2.7/site-packages/gpg/constants/md.pyc +#usr/lib/python2.7/site-packages/gpg/constants/pk.py +#usr/lib/python2.7/site-packages/gpg/constants/pk.pyc +#usr/lib/python2.7/site-packages/gpg/constants/protocol.py +#usr/lib/python2.7/site-packages/gpg/constants/protocol.pyc +#usr/lib/python2.7/site-packages/gpg/constants/sig +#usr/lib/python2.7/site-packages/gpg/constants/sig/__init__.py +#usr/lib/python2.7/site-packages/gpg/constants/sig/__init__.pyc +#usr/lib/python2.7/site-packages/gpg/constants/sig/mode.py +#usr/lib/python2.7/site-packages/gpg/constants/sig/mode.pyc +#usr/lib/python2.7/site-packages/gpg/constants/sig/notation.py +#usr/lib/python2.7/site-packages/gpg/constants/sig/notation.pyc +#usr/lib/python2.7/site-packages/gpg/constants/sigsum.py +#usr/lib/python2.7/site-packages/gpg/constants/sigsum.pyc +#usr/lib/python2.7/site-packages/gpg/constants/status.py +#usr/lib/python2.7/site-packages/gpg/constants/status.pyc +#usr/lib/python2.7/site-packages/gpg/constants/tofu +#usr/lib/python2.7/site-packages/gpg/constants/tofu/__init__.py +#usr/lib/python2.7/site-packages/gpg/constants/tofu/__init__.pyc +#usr/lib/python2.7/site-packages/gpg/constants/tofu/policy.py +#usr/lib/python2.7/site-packages/gpg/constants/tofu/policy.pyc +#usr/lib/python2.7/site-packages/gpg/constants/validity.py +#usr/lib/python2.7/site-packages/gpg/constants/validity.pyc +#usr/lib/python2.7/site-packages/gpg/core.py +#usr/lib/python2.7/site-packages/gpg/core.pyc +#usr/lib/python2.7/site-packages/gpg/errors.py +#usr/lib/python2.7/site-packages/gpg/errors.pyc +#usr/lib/python2.7/site-packages/gpg/gpgme.py +#usr/lib/python2.7/site-packages/gpg/gpgme.pyc +#usr/lib/python2.7/site-packages/gpg/results.py +#usr/lib/python2.7/site-packages/gpg/results.pyc +#usr/lib/python2.7/site-packages/gpg/util.py +#usr/lib/python2.7/site-packages/gpg/util.pyc +#usr/lib/python2.7/site-packages/gpg/version.py +#usr/lib/python2.7/site-packages/gpg/version.pyc +#usr/lib/python3.8/site-packages/gpg +#usr/lib/python3.8/site-packages/gpg-1.15.1-py3.8.egg-info +#usr/lib/python3.8/site-packages/gpg/__init__.py +#usr/lib/python3.8/site-packages/gpg/_gpgme.cpython-38-x86_64-linux-gnu.so +#usr/lib/python3.8/site-packages/gpg/callbacks.py +#usr/lib/python3.8/site-packages/gpg/constants +#usr/lib/python3.8/site-packages/gpg/constants/__init__.py +#usr/lib/python3.8/site-packages/gpg/constants/create.py +#usr/lib/python3.8/site-packages/gpg/constants/data +#usr/lib/python3.8/site-packages/gpg/constants/data/__init__.py +#usr/lib/python3.8/site-packages/gpg/constants/data/encoding.py +#usr/lib/python3.8/site-packages/gpg/constants/event.py +#usr/lib/python3.8/site-packages/gpg/constants/import_type.py +#usr/lib/python3.8/site-packages/gpg/constants/keylist +#usr/lib/python3.8/site-packages/gpg/constants/keylist/__init__.py +#usr/lib/python3.8/site-packages/gpg/constants/keylist/mode.py +#usr/lib/python3.8/site-packages/gpg/constants/keysign.py +#usr/lib/python3.8/site-packages/gpg/constants/md.py +#usr/lib/python3.8/site-packages/gpg/constants/pk.py +#usr/lib/python3.8/site-packages/gpg/constants/protocol.py +#usr/lib/python3.8/site-packages/gpg/constants/sig +#usr/lib/python3.8/site-packages/gpg/constants/sig/__init__.py +#usr/lib/python3.8/site-packages/gpg/constants/sig/mode.py +#usr/lib/python3.8/site-packages/gpg/constants/sig/notation.py +#usr/lib/python3.8/site-packages/gpg/constants/sigsum.py +#usr/lib/python3.8/site-packages/gpg/constants/status.py +#usr/lib/python3.8/site-packages/gpg/constants/tofu +#usr/lib/python3.8/site-packages/gpg/constants/tofu/__init__.py +#usr/lib/python3.8/site-packages/gpg/constants/tofu/policy.py +#usr/lib/python3.8/site-packages/gpg/constants/validity.py +#usr/lib/python3.8/site-packages/gpg/core.py +#usr/lib/python3.8/site-packages/gpg/errors.py +#usr/lib/python3.8/site-packages/gpg/gpgme.py +#usr/lib/python3.8/site-packages/gpg/results.py +#usr/lib/python3.8/site-packages/gpg/util.py +#usr/lib/python3.8/site-packages/gpg/version.py #usr/share/aclocal/gpgme.m4 usr/share/common-lisp/source/gpgme +usr/share/common-lisp/source/gpgme/gpgme-grovel.lisp usr/share/common-lisp/source/gpgme/gpgme-package.lisp usr/share/common-lisp/source/gpgme/gpgme.asd usr/share/common-lisp/source/gpgme/gpgme.lisp diff --git a/lfs/gpgme b/lfs/gpgme index a6056fc8e..bb5ecd570 100644 --- a/lfs/gpgme +++ b/lfs/gpgme @@ -24,7 +24,7 @@ include Config -VER = 1.3.2 +VER = 1.15.1 THISAPP = gpgme-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = gpgme -PAK_VER = 2 +PAK_VER = 3 DEPS = libassuan @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 326fe97077141713f0930aa87949a287 +$(DL_FILE)_MD5 = e086c4575fe4d7840864fb7dfe97f692 install : $(TARGET)