Upgrade to 1.08
- Re-gen patch
This commit is contained in:
parent
4bccda6ac1
commit
1bbff23d9e
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2001/05/08 03:46:54 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2001/07/19 05:40:18 shell Exp $
|
||||
|
||||
COMMENT= 'perl module for using OpenSSL'
|
||||
COMMENT= "perl module for using OpenSSL"
|
||||
|
||||
VERSION= 1.07
|
||||
VERSION= 1.08
|
||||
DISTNAME= Net_SSLeay.pm-${VERSION}
|
||||
PKGNAME= p5-Net-SSLeay-${VERSION}
|
||||
CATEGORIES= security perl5
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Net_SSLeay.pm-1.07.tar.gz) = cf5278dfd77535eaa04cb18a96eebd51
|
||||
RMD160 (Net_SSLeay.pm-1.07.tar.gz) = 4ccbaf9ba79f61067605aee5a10445bb3b7b6f1e
|
||||
SHA1 (Net_SSLeay.pm-1.07.tar.gz) = d1ed01bae222ca055729d37ba8ed1447cc77b98a
|
||||
MD5 (Net_SSLeay.pm-1.08.tar.gz) = 1d4ef5f9327aa34f3ecff55f7771d81d
|
||||
RMD160 (Net_SSLeay.pm-1.08.tar.gz) = 30f0679604536b15d1587678318b4521e0f1cc51
|
||||
SHA1 (Net_SSLeay.pm-1.08.tar.gz) = f71714fb19d7a076b7343e689bb3d1841d3c2b20
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- Makefile.PL.orig Thu Apr 19 22:55:07 2001
|
||||
+++ Makefile.PL Thu Apr 19 23:00:38 2001
|
||||
@@ -20,16 +20,8 @@
|
||||
--- Makefile.PL.orig Thu Jul 19 13:37:20 2001
|
||||
+++ Makefile.PL Thu Jul 19 13:38:01 2001
|
||||
@@ -26,17 +26,8 @@
|
||||
$make_it = shift if $ARGV[0] eq '-m';
|
||||
$test_it = shift if $ARGV[0] eq '-t';
|
||||
$debug = $test_it = shift if $ARGV[0] eq '-d';
|
||||
@ -14,8 +14,9 @@
|
||||
- $openssl_path = '/usr/local/ssl' if -x '/usr/local/ssl/bin/openssl';
|
||||
-}
|
||||
-
|
||||
+# Define the path here, ${PREFIX} confused the Makefile.PL
|
||||
-$openssl_vers = '0.9.6b';
|
||||
+$openssl_path = '/usr';
|
||||
$openssl_vers = '0.9.6a';
|
||||
+$openssl_vers = '0.9.6a';
|
||||
|
||||
print "Checking for OpenSSL-$openssl_vers or newer...\n";
|
||||
|
||||
|
@ -1,17 +1,25 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/05/08 03:46:55 shell Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/07/19 05:40:18 shell Exp $
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Net/SSLeay.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Net/SSLeay/Handle.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Net/ptrtstrun.pl
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/SSLeay.bs
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/SSLeay.so
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/autosplit.ix
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/debug_read.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/do_https.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/do_https2.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/dump_peer_certificate.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/get_https.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/head_https.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/https_cat.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/make_form.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/make_headers.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/new_x_ctx.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/open_tcp_connection.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/post_https.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/put_https.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/randomize.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/set_cert_and_key.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/set_server_cert_and_key.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/ssl_read_CRLF.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/ssl_read_all.al
|
||||
@ -20,7 +28,7 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/ssl_write_CRLF.a
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/ssl_write_all.al
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay/sslcat.al
|
||||
man/man3/Net::SSLeay.3p
|
||||
share/examples/p5-Net-SSLeay/req.conf
|
||||
man/man3/Net::SSLeay::Handle.3p
|
||||
share/examples/p5-Net-SSLeay/bulk.pl
|
||||
share/examples/p5-Net-SSLeay/callback.pl
|
||||
share/examples/p5-Net-SSLeay/get_authenticated_page.pl
|
||||
@ -28,6 +36,7 @@ share/examples/p5-Net-SSLeay/get_page.pl
|
||||
share/examples/p5-Net-SSLeay/https-proxy-snif.pl
|
||||
share/examples/p5-Net-SSLeay/makecert.pl
|
||||
share/examples/p5-Net-SSLeay/minicli.pl
|
||||
share/examples/p5-Net-SSLeay/req.conf
|
||||
share/examples/p5-Net-SSLeay/ssl-inetd-serv.pl
|
||||
share/examples/p5-Net-SSLeay/ssl_diff.pl
|
||||
share/examples/p5-Net-SSLeay/sslcat.pl
|
||||
@ -35,3 +44,4 @@ share/examples/p5-Net-SSLeay/sslecho.pl
|
||||
share/examples/p5-Net-SSLeay/stdio_bulk.pl
|
||||
@dirrm share/examples/p5-Net-SSLeay
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/SSLeay
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Net/SSLeay
|
||||
|
Loading…
Reference in New Issue
Block a user