From patchwork Thu Jun 11 16:06:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3201 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49jTHv0GqRz3wbg for ; Thu, 11 Jun 2020 16:06: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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49jTHt4X6lz1f6; Thu, 11 Jun 2020 16:06:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49jTHt2Vykz2xqR; Thu, 11 Jun 2020 16:06: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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49jTHr44Xpz2xZw for ; Thu, 11 Jun 2020 16:06: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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49jTHr0FxszJ1 for ; Thu, 11 Jun 2020 16:06:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1591891592; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=BgjiGPqhWG6Y1tsjvO/ohNX75trImExPjKGKe6cwyz0=; b=ZXLRM69HSJBniy47JDGd7n0LbGQhprJSD2L+lh8stcy0jf2ESMcbv632ETJ87PM2UxvLp1 wnEtxonwku2iOgAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1591891592; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=BgjiGPqhWG6Y1tsjvO/ohNX75trImExPjKGKe6cwyz0=; b=gvZewZixv9LpGrJ4oSR8xgjE4dsBJ2QydCxgxtIo2ZCx98zHHjewgfhkZ1zFosDP3tqz28 +VeExz4KGiTmh/687t/tGd1GxMWXY4G6jzLoDH5VqV3FJ3iKWUcaqYRfSWtsDGFBmmgHkW 6MbR9vk8PNGzmX5FJK8XYGRqTSoIC4aMXEwN6wJnTFOPgW3CfUR13WSZTVMIQI8vwhrLJg 0Y1UlGPoUNPCTxJZ4hs2TUeEhd7i34VRQvoRqkNXw+WTQYQpqi3bFTRX09FX5O0LApFPGK dzTWUAkllRBGT4rsZNeqEq3qT3e7yxNfBubh3Xp2maH5wIGbml1Uv1ZxYwt8qQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libassuan: Update to 2.5.3 Date: Thu, 11 Jun 2020 18:06:27 +0200 Message-Id: <20200611160627.14830-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org 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" Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- config/rootfiles/packages/libassuan | 3 ++- lfs/libassuan | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/libassuan b/config/rootfiles/packages/libassuan index 8670ee704..d8e471773 100644 --- a/config/rootfiles/packages/libassuan +++ b/config/rootfiles/packages/libassuan @@ -3,6 +3,7 @@ usr/bin/libassuan-config #usr/lib/libassuan.la usr/lib/libassuan.so usr/lib/libassuan.so.0 -usr/lib/libassuan.so.0.7.3 +usr/lib/libassuan.so.0.8.3 +#usr/lib/pkgconfig/libassuan.pc #usr/share/aclocal/libassuan.m4 #usr/share/info/assuan.info diff --git a/lfs/libassuan b/lfs/libassuan index 78703e383..16619ae63 100644 --- a/lfs/libassuan +++ b/lfs/libassuan @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 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 # @@ -24,7 +24,7 @@ include Config -VER = 2.4.3 +VER = 2.5.3 THISAPP = libassuan-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libassuan -PAK_VER = 4 +PAK_VER = 5 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8e01a7c72d3e5d154481230668e6eb5a +$(DL_FILE)_MD5 = 226c504ea78a232224bf3b6846b3adb9 install : $(TARGET)