Port details |
- p5-Crypt-SSLeay Perl5 interface to allow p5-libwww LWP to make https connections
- 0.72_3 security =72 0.72_3Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2000-12-15 22:50:49
- Last Update: 2022-12-18 17:28:19
- Commit Hash: 6597d3e
- People watching this port, also watch:: gmake, p5-HTML-Parser, p5-HTML-Tagset, p5-URI, p5-libwww
- Also Listed In: perl5
- License: ART20
- WWW:
- https://metacpan.org/release/Crypt-SSLeay
- Description:
- This perl module provides support for the https protocol
under LWP, so that a LWP::UserAgent can make https GET &
HEAD & POST requests. Please see perldoc LWP for more
information on POST requests.
The Crypt::SSLeay package contains Net::SSL, which is
automatically loaded by LWP::Protocol::https on https
requests, and provides the necessary SSL glue for that
module to work via these deprecated modules:
Crypt::SSLeay::CTX
Crypt::SSLeay::Conn
Crypt::SSLeay::X509
Work on Crypt::SSLeay has been continued only to provide
https support for the LWP - libwww perl libraries. If you
want access to the OpenSSL API via perl, check out Sampo's
Net::SSLeay.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Crypt-SSLeay>0:security/p5-Crypt-SSLeay
- To install the port:
- cd /usr/ports/security/p5-Crypt-SSLeay/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Crypt-SSLeay
- pkg install p5-Crypt-SSLeay
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Crypt-SSLeay
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Crypt-SSLeay-0.72.tar.gz) = f5d34f813677829857cf8a0458623db45b4d9c2311daaebe446f9e01afa9ffe8
SIZE (Crypt-SSLeay-0.72.tar.gz) = 129575
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-LWP-Protocol-https>=6.02 : www/p5-LWP-Protocol-https
- p5-Path-Class>=0.26 : devel/p5-Path-Class
- p5-Try-Tiny>=0.19 : lang/p5-Try-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-LWP-Protocol-https>=6.02 : www/p5-LWP-Protocol-https
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- comms/p5-SMS-Send-TW-HiAir
- comms/p5-SMS-Send-TW-PChome
- comms/p5-SMS-Send-TW-emome
- databases/p5-DBD-mysql4
- devel/p5-Connector
- devel/p5-Google-Checkout
- dns/dnsmax-perl
-
Deleted ports which required this port:
- for Run
-
- comms/p5-SMS-Send-TW-HiAir
- comms/p5-SMS-Send-TW-PChome
- comms/p5-SMS-Send-TW-emome
- databases/p5-DBD-mysql4
- devel/p5-Connector
- devel/p5-Google-Checkout
- devel/p5-Metabase-Client-Simple
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- security_p5-Crypt-SSLeay
- USES:
- perl5 ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.72_3 18 Dec 2022 17:28:19 |
Dimitry Andric (dim) |
security/p5-Crypt-SSLeay: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
security/p5-Crypt-SSLeay failed to build with clang 15:
SSLeay.xs:159:31: warning: call to undeclared function 'SSLv2_client_method';
ISO C99 and later do not support implicit function declarations
[-Wimplicit-function-declaration]
ctx = SSL_CTX_new(SSLv2_client_method());
^
SSLeay.xs:159:31: error: incompatible integer to pointer conversion passing
'int' to parameter of type 'const SSL_METHOD *' (aka 'const struct ssl_method_st
*') [-Wint-conversion]
ctx = SSL_CTX_new(SSLv2_client_method());
^~~~~~~~~~~~~~~~~~~~~
This is because SSLeay.xs uses the obsolete define OPENSSL_NO_SSL2 to
determine whether OpenSSL still supports SSLv2. Since this define was
removed from OpenSSL 1.1 and later, define it via CFLAGS instead.
PR: 268258
Approved by: portmgr (tcberner)
MFH: 2022Q4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.72_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.72_3 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.72_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.72_3 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.72_3 09 Jan 2017 14:41:34 |
sunpoet |
Strip shared library
- Bump PORTREVISION for package change |
0.72_2 10 Dec 2016 20:09:18 |
brnrd |
security/p5-Crypt-SSLeay: Fix build without SSLv2/3
- Add patch to fix build without SSLv2/3
Approved by: SSL blanket |
0.72_2 08 Sep 2016 18:10:59 |
marino |
security/p5-Crypt-SSLeay: Set CFLAGS to support USES+=ssl
Approved by: SSL blanket |
0.72_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.72_2 27 Apr 2015 15:35:43 |
mat |
Make non-interactive.
PR: 199354
Sponsored by: Absolight |
0.72_2 08 Mar 2015 19:45:55 |
adamw |
Remove obsolete cruft from Makefile that either no longer reflects
the codebase, or touches code paths that aren't accessed.
PR: 191901
Submitted by: Trond.Endrestol@ximalas.info |
0.72_2 01 Mar 2015 14:33:25 |
sunpoet |
- Cleanup RUN_DEPENDS
- Fix version requirement of BUILD_DEPENDS
- Sort PLIST
- Bump PORTREVISION for dependency change |
0.72_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.72 15 Jul 2014 10:20:07 |
erwin |
Make p5-Try-Tiny a build instead of test dependency as it is already
needed at the configure stage. |
0.72 15 Jul 2014 07:17:28 |
leeym |
- update to 0.72 |
0.64 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.64 06 Nov 2013 07:39:32 |
vanilla |
Support STAGEDIR. |
0.64 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.64 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.64 17 Dec 2012 09:54:03 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
0.64 07 Aug 2012 04:14:44 |
sunpoet |
- Disable live tests (without prompt)
- Eliminate harmless library detection messages
Reported by: Alexander Wittig <alexander@wittig.name> |
0.64 06 Aug 2012 19:16:18 |
sunpoet |
- Update to 0.64
- Update LICENSE
Changes: http://search.cpan.org/dist/Crypt-SSLeay/Changes |
0.60 30 Jul 2012 19:40:24 |
sunpoet |
- Update to 0.60
- Add LICENSE
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Crypt-SSLeay/Changes |
0.58_2 08 Jun 2012 22:21:00 |
sunpoet |
- Fix *_DEPENDS: according to its change log, unused dependency URI was removed
in 0.43 (2002-07-29)
- Use = instead of +=
- Bump PORTREVISION for dependency change |
0.58_1 06 Jun 2012 17:22:52 |
az |
- Remove SITE_PERL from *_DEPENDS |
0.58_1 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
0.58_1 17 May 2011 11:11:48 |
jadawin |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
0.58_1 27 Sep 2010 00:13:02 |
wen |
- Force bump PORTREVISION due to last DEPENDS change
Submitted by: alexey@renatasystems.org(via Email) |
0.58 16 Sep 2010 02:10:50 |
wen |
- Remove MIME::Base64 DEPENDS which is already in Perl 5
PR: ports/150140
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
0.58 09 Sep 2010 03:06:05 |
pgollucci |
- Remove empty files |
0.58 31 Aug 2010 02:29:42 |
pgollucci |
- Update to 0.58
PR: ports/150127
Submitted by: Frederic Culot <frederic@culot.org>
With Hat: perl@
Changes: http://search.cpan.org/dist/Crypt-SSLeay/Changes |
0.57_1 19 May 2010 19:23:36 |
tobez |
Fix HTTP headers handling. Bump PORTREVISION.
This bug has been known for years, but have been ignored
upstream (see https://rt.cpan.org/Public/Bug/Display.html?id=33954).
Submitted by: brian |
0.57 04 May 2010 10:57:10 |
nork |
Fix build issue WITH_OPENSSL_PORT.
PR: ports/146289
Submitted by: Dan Lukes dan obluda cz |
0.57 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
0.57 29 Jan 2009 17:41:17 |
erwin |
Reassign my p5-* ports to perl@ so more than one person
can look at them. |
0.57 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.57 22 Sep 2007 19:23:18 |
erwin |
Update to 0.57 |
0.56 16 Jul 2007 17:24:04 |
erwin |
- Fix CONFIGURE_ARGS so OpenSSL is actually detected
- Disable networks test prompt
Submitted by: backyard <backyard1454-bsd@yahoo.com> |
0.56 16 Jul 2007 17:18:28 |
erwin |
Update to 0.56 |
0.55 03 Jun 2007 17:49:50 |
erwin |
Update to 0.55 |
0.54 15 Apr 2007 16:00:35 |
erwin |
Update to 0.54 |
0.53 29 Dec 2006 18:05:59 |
erwin |
Update to 0.53 |
0.51 22 Jan 2006 02:50:55 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.51 19 Jan 2006 14:32:06 |
erwin |
Pass correct OpenSSL base directory to Makefile.PL
PR: 91958
Submitted by: skv |
0.51 26 Nov 2005 17:00:48 |
pav |
- Add SHA256
Approved by: maintainer |
0.51 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
0.51 18 May 2004 05:48:34 |
linimon |
Remove trailing blank line to pacify portlint. |
0.51 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.51 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.51 12 Jun 2003 16:41:16 |
erwin |
Change to my FreeBSD.org address |
0.51 11 Jun 2003 07:49:56 |
erwin |
Update to 0.51 |
0.49 13 Apr 2003 12:28:23 |
edwin |
Conditionalize dependencies for moudules included in perl 5.8
Make dependencies on modules included in the perl 5.8
distribution conditional on the perl version installed.
While I'm here, remove SITE_PERL and MAN(3)PREFIX.
17 + 29 + 234 = 280 PRs. It's about time he starts doing the work himself!
PR: ports/50588
Submitted by: Erwin Lansing <erwin@lansing.dk> |
0.49 21 Feb 2003 13:26:58 |
knu |
De-pkg-comment. |
0.49 17 Feb 2003 16:21:38 |
nork |
Remove RESTRICTED tag for crypto stuff.
Pointed out by: kris
Submitted by: Erwin Lansing <erwin@lansing.dk> (maintainer) |
0.49 04 Feb 2003 05:07:11 |
edwin |
maintainer-update crypt/p5-Crypt-SSLeay to 0.49
- update to 0.49 including fix for possible memory leak
PR: ports/47687
Submitted by: Erwin Lansing <erwin@lansing.dk |
0.45 03 Aug 2002 00:21:38 |
pat |
Update to 0.45
PR: ports/41272
Submitted by: maintainer |
0.43 30 Jul 2002 16:13:36 |
naddy |
Update to 0.43.
PR: 41157
Submitted by: Erwin Lansing <erwin@lansing.dk> |
0.41 08 Jul 2002 16:27:36 |
tobez |
Update to 0.41.
PR: 40329
Submitted by: maintainer |
0.40 03 Jul 2002 08:47:32 |
pat |
Update to 0.40
PR: 40142
Submitted by: maintainer |
0.39 24 Jun 2002 18:01:56 |
pat |
Update to 0.39
PR: 39771
Submitted by: maintainer |
0.37 09 Jun 2002 22:42:30 |
petef |
- update to 0.37
- give maintainership to submitter
- add WWW: tag
PR: 39076
Submitted by: Erwin Lansing <erwin@lansing.dk> |
25 Dec 2001 09:04:30 |
kevlo |
Update to version 0.35 |
10 May 2001 02:20:55 |
vanilla |
Upgrade |
20 Apr 2001 14:16:44 |
steve |
Remove empty directories on uninstall. |
14 Apr 2001 23:31:53 |
steve |
Remove empty directories on uninstall. |
05 Apr 2001 07:31:20 |
vanilla |
Upgrade to 0.23, and remove IS_INTERACTIVE. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
16 Dec 2000 01:50:49 |
alfred |
p5-Crypt-SSLeay is needed by LWP if you want to do https (SSL) requests. |