From patchwork Sun Jun 28 07:36:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3221 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 49vj9n418dz3x65 for ; Sun, 28 Jun 2020 07:36:45 +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 49vj9l68DLz2NG; Sun, 28 Jun 2020 07:36:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49vj9l4hQVz2xGc; Sun, 28 Jun 2020 07:36:43 +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 49vj9k0R2rz2yc4 for ; Sun, 28 Jun 2020 07:36:42 +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 49vj9j5xs5zxQ for ; Sun, 28 Jun 2020 07:36:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1593329801; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:in-reply-to:in-reply-to:references:references; bh=saB4ZubDmckvE+9oGicfg1QZSy2lb1Zu88+8n/rUQiw=; b=Px4clJbUdMZC/DU4AXKMine5QkUxal6OKkYhOKMZzJF0MOKvmFUWx2hVsIeA6n00DOKWDl kT+TdztLW+LfCQCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1593329801; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:in-reply-to:in-reply-to:references:references; bh=saB4ZubDmckvE+9oGicfg1QZSy2lb1Zu88+8n/rUQiw=; b=Z0Doy1pmyKMngAkZPcnTydct/qFTtXlmQnRBmQe2anjxpCbB92K0V+riT+C+uULHr8ygcv mmWP2SyzkaagvOcgt3knsRazzJnUCuHP5mCUm052XddWHwUXwNnKTdn0dRUVmAikTBiTNm 7DXd51RVcPc0RBIoO4K5tpO+iePMk5nsBHkOnZ5QwKfSgOu2aJfEP8qfRAD5HxIDADD2eO EBwSPk5Ci/Bbfv3XklG7FK5G4OHkpgtfsFJeUhJQ8msmU08OI07W2vj0LmMPRFtr3mrzQ1 boxb9G3ic/wrkB4gLlEEsLxxM8ahOV+EovPfYf//W2nQnVacb27Dy59KIwQxGQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 3/3] popt: Update to 1.18 Date: Sun, 28 Jun 2020 09:36:33 +0200 Message-Id: <20200628073633.2368-3-matthias.fischer@ipfire.org> In-Reply-To: <20200628073633.2368-1-matthias.fischer@ipfire.org> References: <20200628073633.2368-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" Recommended for 'rsync 3.2.1'. Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- config/rootfiles/common/popt | 2 +- lfs/popt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/popt b/config/rootfiles/common/popt index 9383f60eb..bcadabcf0 100644 --- a/config/rootfiles/common/popt +++ b/config/rootfiles/common/popt @@ -3,6 +3,6 @@ #usr/lib/libpopt.la usr/lib/libpopt.so usr/lib/libpopt.so.0 -usr/lib/libpopt.so.0.0.0 +usr/lib/libpopt.so.0.0.1 #usr/lib/pkgconfig/popt.pc #usr/share/man/man3/popt.3 diff --git a/lfs/popt b/lfs/popt index 7b5d3f962..6d3b74248 100644 --- a/lfs/popt +++ b/lfs/popt @@ -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 = 1.16 +VER = 1.18 THISAPP = popt-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3743beefa3dd6247a73f8f7a32c14c33 +$(DL_FILE)_MD5 = 450f2f636e6a3aa527de803d0ae76c5a install : $(TARGET)