git: 8b4f0978d502 - main - security/p5-Crypt-OpenSSL-X509: Update to 1.908

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 30 20:04:47 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8b4f0978d50257eeda5096f8c91c1adeb963f163

commit 8b4f0978d50257eeda5096f8c91c1adeb963f163
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-30 19:55:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-30 19:55:43 +0000

    security/p5-Crypt-OpenSSL-X509: Update to 1.908
    
    Changes:        https://metacpan.org/changes/distribution/Crypt-OpenSSL-X509
---
 security/p5-Crypt-OpenSSL-X509/Makefile             |  2 +-
 security/p5-Crypt-OpenSSL-X509/distinfo             |  6 +++---
 .../p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL   | 21 ++++++++-------------
 3 files changed, 12 insertions(+), 17 deletions(-)

diff --git a/security/p5-Crypt-OpenSSL-X509/Makefile b/security/p5-Crypt-OpenSSL-X509/Makefile
index 682db25218c8..2020af9cae4d 100644
--- a/security/p5-Crypt-OpenSSL-X509/Makefile
+++ b/security/p5-Crypt-OpenSSL-X509/Makefile
@@ -1,7 +1,7 @@
 # Created by: kftseng at iyard.org
 
 PORTNAME=	Crypt-OpenSSL-X509
-PORTVERSION=	1.902
+PORTVERSION=	1.908
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff --git a/security/p5-Crypt-OpenSSL-X509/distinfo b/security/p5-Crypt-OpenSSL-X509/distinfo
index 71a0b2747b32..bf3f01eaeb3c 100644
--- a/security/p5-Crypt-OpenSSL-X509/distinfo
+++ b/security/p5-Crypt-OpenSSL-X509/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608366324
-SHA256 (Crypt-OpenSSL-X509-1.902.tar.gz) = 997de045340b6a03eed7b3dcd4f15ec8b2aa0c2de94f367529ec8d33f4324d37
-SIZE (Crypt-OpenSSL-X509-1.902.tar.gz) = 48065
+TIMESTAMP = 1622214096
+SHA256 (Crypt-OpenSSL-X509-1.908.tar.gz) = 66f584b0abe7a04950a61adf0ece7bd3f74e4b9a214ab8ad13d60613d0a5b061
+SIZE (Crypt-OpenSSL-X509-1.908.tar.gz) = 163916
diff --git a/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL b/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
index 0d7898704242..2d1997a843cd 100644
--- a/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
+++ b/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
@@ -1,16 +1,11 @@
---- Makefile.PL.orig	2020-11-05 20:37:56 UTC
+--- Makefile.PL.orig	2021-05-13 16:03:15 UTC
 +++ Makefile.PL
-@@ -18,11 +18,11 @@ inc '-I/usr/local/opt/openssl/include -I/usr/local/inc
- libs '-L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/lib -L/usr/local/ssl/lib -lcrypto -lssl';
- 
- if ($Config::Config{myuname} =~ /darwin/i) {
--  cc_optimize_flags('-O2 -g -Wall -Werror -Wno-deprecated-declarations');
-+  cc_optimize_flags('-O2 -g -Wall -Wno-deprecated-declarations');
- } elsif ($Config::Config{myuname} =~ /sunos|solaris/i) {
-   # Any SunStudio flags?
- } else {
--  cc_optimize_flags('-O2 -g -Wall -Werror');
-+  cc_optimize_flags('-O2 -g -Wall');
+@@ -25,7 +25,7 @@ if ($^O ne 'MSWin32' and my $prefix = `brew --prefix -
+   libs '-L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/lib -L/usr/local/ssl/lib -lcrypto -lssl';
  }
  
- auto_install();
+-my $cc_option_flags = '-O2 -g -Wall -Werror';
++my $cc_option_flags = '-O2 -g -Wall';
+ 
+ if ($Config::Config{gccversion} =~ /llvm/i) {
+   if ($Config::Config{perl_version} <= 20) {


More information about the dev-commits-ports-all mailing list