From patchwork Mon Mar 22 07:32:56 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3975 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 4F3mSQ34Rwz40Qq for ; Mon, 22 Mar 2021 07:33:10 +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 4F3mSK1JYBz5Qq; Mon, 22 Mar 2021 07:33:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F3mSK0l7tz2yVC; Mon, 22 Mar 2021 07:33:05 +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 4F3mSH6QMSz2x9X for ; Mon, 22 Mar 2021 07:33:03 +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 4F3mSB5HMGz1Nh; Mon, 22 Mar 2021 07:32:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1616398378; 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=hZq3AobDX7yq9MBsxPOUgR8RmcUFM69WVUWnuNhxdCU=; b=0PSUO6KRzr0gF43CO4QJO3aGW6l8N5vhm8FBHSxU8wrbl4CyVgaOMClRCnPcT+7ndASuoH 5Bb2yYkn5B5frPBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1616398378; 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=hZq3AobDX7yq9MBsxPOUgR8RmcUFM69WVUWnuNhxdCU=; b=utfDzQnsid3qSZROc8NyjV38Myqz1qJwmN74J20u65runNHf7tK2fJBMvblm//ZYifPe3q DylFtSA7EHm/9DuLewr35eIyF6RjNz4+FU7wqM39ItaRrBSTVGnUcvH8NAGEof6ne6Amno /CnevrJsHEMhkyaeZqqdDawUwuAQ+HKKgCKr++BDrBiwEkdwWxctgPKXEg9LsitaAflk/+ 1R5/8Y2CP3l36lqlEui4X/8tJwLguMvcICnWO86diPc6eiiThxV/SCr1US2VwXuam2S0y9 JzQzf6o9UWGoUJaDShGIsUqhZXaCwmi+sHJjpWTQ3YaFBgLf363ntjIQNfxsDQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/3] perl-MIME-Base64: Update to 3.16 Date: Mon, 22 Mar 2021 08:32:56 +0100 Message-Id: <20210322073256.1890-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 3.15 to 3.16 - No update of rootfile required - This a dependency to the git addon package - Changelog 2020-09-26 - Convert the build to Dist::Zilla to ensure we're releasing well built packages - Ensure all tests are using strict and warnings (thanks, Nicolas R). - Cleanup this change log - Add a .mailmap to cleanup our contributors list - Use `our` instead of `use vars` - Bump the required Perl version to v5.6.2 Signed-off-by: Adolf Belka --- lfs/perl-MIME-Base64 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/perl-MIME-Base64 b/lfs/perl-MIME-Base64 index 00623560e..584b0b41f 100644 --- a/lfs/perl-MIME-Base64 +++ b/lfs/perl-MIME-Base64 @@ -24,7 +24,7 @@ include Config -VER = 3.15 +VER = 3.16 THISAPP = MIME-Base64-$(VER) DL_FILE = ${THISAPP}.tar.gz @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = perl-MIME-Base64 DEPS = -PAK_VER = 2 +PAK_VER = 3 ############################################################################### # Top-level Rules @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ef958dc2bf96be5f759391c6ac1debd4 +$(DL_FILE)_MD5 = 58a62a2ddd42999d8446d93c8badc8a2 install : $(TARGET)