pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-Twofish p5-Crypt-Twofish: update to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5799c5757b2
branches:  trunk
changeset: 451481:d5799c5757b2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 27 12:07:25 2021 +0000

description:
p5-Crypt-Twofish: update to 2.18.

2.18    2020-11-25      Abhijit Menon-Sen <ams%toroid.org@localhost>

    * Fix Makefile.PL to use -I. when executing tab/tables.pl, so that
      it can find tab/misc.h (suggested by Tim V)

diffstat:

 security/p5-Crypt-Twofish/Makefile                  |   5 ++---
 security/p5-Crypt-Twofish/distinfo                  |  11 +++++------
 security/p5-Crypt-Twofish/patches/patch-Makefile.PL |  20 --------------------
 3 files changed, 7 insertions(+), 29 deletions(-)

diffs (54 lines):

diff -r 244da545385f -r d5799c5757b2 security/p5-Crypt-Twofish/Makefile
--- a/security/p5-Crypt-Twofish/Makefile        Tue Apr 27 12:06:20 2021 +0000
+++ b/security/p5-Crypt-Twofish/Makefile        Tue Apr 27 12:07:25 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2020/08/31 18:11:15 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2021/04/27 12:07:25 wiz Exp $
 
-DISTNAME=              Crypt-Twofish-2.17
+DISTNAME=              Crypt-Twofish-2.18
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           7
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 
diff -r 244da545385f -r d5799c5757b2 security/p5-Crypt-Twofish/distinfo
--- a/security/p5-Crypt-Twofish/distinfo        Tue Apr 27 12:06:20 2021 +0000
+++ b/security/p5-Crypt-Twofish/distinfo        Tue Apr 27 12:07:25 2021 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/06/07 14:56:57 ryoon Exp $
+$NetBSD: distinfo,v 1.9 2021/04/27 12:07:25 wiz Exp $
 
-SHA1 (Crypt-Twofish-2.17.tar.gz) = f2659d7b9e7d7daadb3b2414174bd6ec8ac68eda
-RMD160 (Crypt-Twofish-2.17.tar.gz) = e170199a685f68b3761e9af274790ca422c9f015
-SHA512 (Crypt-Twofish-2.17.tar.gz) = c61d07f2fd3d88bff1e41eaa3008c6717fc21e9acf2e45d45c3a39b15500f71b3bc425a3df988bbbd5b6865085866595240f1574424aa70448d6c8b3f38ee2e2
-Size (Crypt-Twofish-2.17.tar.gz) = 13851 bytes
-SHA1 (patch-Makefile.PL) = 83e486dfc9464f828454fb6b2024bb2b89b74773
+SHA1 (Crypt-Twofish-2.18.tar.gz) = cf97ed3d8ece671f51d3403e926e92aea4c51c25
+RMD160 (Crypt-Twofish-2.18.tar.gz) = 1c7d5b18ea59142be101eda4992a9bd90f972fd9
+SHA512 (Crypt-Twofish-2.18.tar.gz) = e900b066e73237dbad8a9882c28509fcd8516c16478cdc2703883a1801d9ec387c4e43c38f6e50024c47f9fb2812c44f6096f2a2ce298f9d73303a84833b61a2
+Size (Crypt-Twofish-2.18.tar.gz) = 13904 bytes
diff -r 244da545385f -r d5799c5757b2 security/p5-Crypt-Twofish/patches/patch-Makefile.PL
--- a/security/p5-Crypt-Twofish/patches/patch-Makefile.PL       Tue Apr 27 12:06:20 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:56:57 ryoon Exp $
-
-* Fix build with Perl 5.26.0
-
---- Makefile.PL.orig   2013-04-10 14:04:00.000000000 +0000
-+++ Makefile.PL
-@@ -2,4 +2,6 @@
- # Copyright 2001 Abhijit Menon-Sen <ams%wiw.org@localhost>
- 
-+use FindBin;
-+use lib $FindBin::Bin;
- use Config;
- use File::Spec;
-@@ -50,5 +52,5 @@ print F $text;
- close F;
- 
--sub MY::postamble { "tables.h: tab/tables.pl\n\t\$(PERL) tab/tables.pl\n" }
-+sub MY::postamble { "tables.h: tab/tables.pl\n\tPERL5LIB=. \$(PERL) tab/tables.pl\n" }
- 
- WriteMakefile(



Home | Main Index | Thread Index | Old Index