Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=z2N24wyb; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=jdGEe72H Received: by mail.netbsd.org (Postfix, from userid 605) id 3BB1284E60; Mon, 29 Apr 2024 07:12:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714374720; bh=beqLaMWvcszvZyLNX1bvS6Bi3mhpYyVLEQS+hP2knGc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=z2N24wyb/qEKEeQt8bDoOqAHhEa0tnlakm9iYZhd8Xvx8AlUZVH852+gy1UXO7zid RVo0YbSb5dgqNGlZ8Q0Rv7cR7KkhNkcOC9pHWLWYrJUB0UeoUGJ9syX1yBhveMG7rQ 2zleoXmZBNZ5Pve19k6MoVcwoRF2+Wlhgk/cQOPY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C63784E5F for ; Mon, 29 Apr 2024 07:11:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dE8-BphikgUP for ; Mon, 29 Apr 2024 07:11:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 98C8E84D0E for ; Mon, 29 Apr 2024 07:11:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714374718; bh=beqLaMWvcszvZyLNX1bvS6Bi3mhpYyVLEQS+hP2knGc=; h=Date:From:Subject:To:Reply-To; b=jdGEe72HnshMo4+r+kz8jPfJZOSJwiKjCVFPsASyFJGYQVu3pI9BdezogTaT1kVWR TnRraD/h2iG239ipBCUrd3YWLprHkgWv89SWuDc17X3YYeoU65Qvt3Sej/KYJLP4Sn e22BVh6BnbVXBOdV6vv+oHTXH2GFljAe8qSiwzcA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8FA25FA2C; Mon, 29 Apr 2024 07:11:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171437471878230" MIME-Version: 1.0 Date: Mon, 29 Apr 2024 07:11:58 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/security/p5-Crypt-SMIME To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20240429071158.8FA25FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171437471878230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Mon Apr 29 07:11:58 UTC 2024 Modified Files: pkgsrc/security/p5-Crypt-SMIME: Makefile distinfo Log Message: Update to 0.30 Upstream changes: 0.30 Mon Mar 25 11:13:13 JST 2024 - Added missing licence info to META files: https://rt.cpan.org/Public/Bug/Display.html?id=152521 0.29 Mon Mar 4 18:10:38 JST 2024 - Fixed a bug which could cause a double-free on X.509 structures in a certain scenario: https://rt.cpan.org/Public/Bug/Display.html?id=152115 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/p5-Crypt-SMIME/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/p5-Crypt-SMIME/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171437471878230 Content-Disposition: inline Content-Length: 1672 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Crypt-SMIME/Makefile diff -u pkgsrc/security/p5-Crypt-SMIME/Makefile:1.18 pkgsrc/security/p5-Crypt-SMIME/Makefile:1.19 --- pkgsrc/security/p5-Crypt-SMIME/Makefile:1.18 Tue Oct 24 22:10:54 2023 +++ pkgsrc/security/p5-Crypt-SMIME/Makefile Mon Apr 29 07:11:58 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2023/10/24 22:10:54 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2024/04/29 07:11:58 wen Exp $ -DISTNAME= Crypt-SMIME-0.28 +DISTNAME= Crypt-SMIME-0.30 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIKAGE/} Index: pkgsrc/security/p5-Crypt-SMIME/distinfo diff -u pkgsrc/security/p5-Crypt-SMIME/distinfo:1.6 pkgsrc/security/p5-Crypt-SMIME/distinfo:1.7 --- pkgsrc/security/p5-Crypt-SMIME/distinfo:1.6 Sat May 28 03:26:37 2022 +++ pkgsrc/security/p5-Crypt-SMIME/distinfo Mon Apr 29 07:11:58 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/05/28 03:26:37 wen Exp $ +$NetBSD: distinfo,v 1.7 2024/04/29 07:11:58 wen Exp $ -BLAKE2s (Crypt-SMIME-0.28.tar.gz) = ef48a0ddfe4290cf9b314021d403020c0cbc5441c76c94fc75ef5fd926c0528f -SHA512 (Crypt-SMIME-0.28.tar.gz) = a930b7c10860550f57e1d83fc78cfe7ee17d265bdb7a04a6ad06281dcf419573e48271b83b66773ee871e4040cd2851fec2882a3b5e426456e5906415793927e -Size (Crypt-SMIME-0.28.tar.gz) = 28611 bytes +BLAKE2s (Crypt-SMIME-0.30.tar.gz) = beebb450d4d41ae1adc9e68cb29b50b6767abae2c3026a1e559668a387b234e1 +SHA512 (Crypt-SMIME-0.30.tar.gz) = 6e8e3a16803f4381fb6513fb2f4f4fd866dbd11c92f40651dc44dbcb6b2b3d1be4caa9940109b3bb018b0188933477d7f567f403a0d1fe374c63c7b62d4adb82 +Size (Crypt-SMIME-0.30.tar.gz) = 28475 bytes --_----------=_171437471878230--