summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-04-27 12:07:25 +0000
committerwiz <wiz@pkgsrc.org>2021-04-27 12:07:25 +0000
commit9f0052e8d0170554d975f7c9cd76ff154ae63206 (patch)
treef77b93acebcc67ec50f141930a1ea5937a92a71a /security
parentd67f0234998935a1121755880d182fcaab35debc (diff)
downloadpkgsrc-9f0052e8d0170554d975f7c9cd76ff154ae63206.tar.gz
p5-Crypt-Twofish: update to 2.18.
2.18 2020-11-25 Abhijit Menon-Sen <ams@toroid.org> * Fix Makefile.PL to use -I. when executing tab/tables.pl, so that it can find tab/misc.h (suggested by Tim V)
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-Twofish/Makefile5
-rw-r--r--security/p5-Crypt-Twofish/distinfo11
-rw-r--r--security/p5-Crypt-Twofish/patches/patch-Makefile.PL20
3 files changed, 7 insertions, 29 deletions
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile
index ba12cd58d16..d11c4c8e5e4 100644
--- a/security/p5-Crypt-Twofish/Makefile
+++ b/security/p5-Crypt-Twofish/Makefile
@@ -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 --git a/security/p5-Crypt-Twofish/distinfo b/security/p5-Crypt-Twofish/distinfo
index b16e84c2c3b..f4e60b0c60f 100644
--- a/security/p5-Crypt-Twofish/distinfo
+++ b/security/p5-Crypt-Twofish/distinfo
@@ -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 --git a/security/p5-Crypt-Twofish/patches/patch-Makefile.PL b/security/p5-Crypt-Twofish/patches/patch-Makefile.PL
deleted file mode 100644
index c0008f382a1..00000000000
--- a/security/p5-Crypt-Twofish/patches/patch-Makefile.PL
+++ /dev/null
@@ -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>
-
-+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(