summaryrefslogtreecommitdiff
path: root/security/p5-Net-SSLeay
AgeCommit message (Collapse)AuthorFilesLines
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-15Needs libz.rillig1-1/+2
From PR 37760.
2008-01-09Updated to version 1.32.heinz2-10/+18
Pkgsrc changes: - Requires p5-Test-Exception and p5-Test-Warn for building and p5-MIME-Base64 for running. The modules p5-Array-Compare, p5-Sub-Uplevel and p5-Tree-DAG_Node are only used through p5-Test-Warn. Opened bug id 32172 at rt.cpan.org for this. - Needs a C compiler. - Specified prefix for OpenSSL in order to avoid adding any search paths to inc/Module/Install/PRIVATE/Net/SSLeay.pm. - No more interactive questions (PERL_MM_USE_DEFAULT). Changes since version 1.30: =========================== - Mike McCauley and Florian Ragwitz maintain this module now 1.31_01 02.07.2007 - Only bind X509_STORE_set_trust #if OPENSSL_VERSION_NUMBER >= 0x0090800fL - Removed %Filenum_Objects from Net::SSLeay::Handle so unused handles will be freed. - Use ppport.h. - improved openssl path guessing, forcing openssl path now requires the -path flag (caution: incompatible flag change) Path guessing works on windows too. mikem, with patches from Stas Bekman - Added /usr/sfw/bin/openssl to path guessing for Open Solaris, suggested by Igor Boehme. - Fixed a problem with X509_get_subjectAltNames not working when the subjectAltNAmes are the first extension. Reported by Achim Grolms 1.31_02 14.07.2007 - Fix linking problems on Windows. Tested with VC++ 6.0, Shining Light 0.9.7L on Windows Server 2003 with ActivePerl 5.8.8.820. Also tested with OpenSSL 0.9.8e compiled from source. - Unable to get working systems when compiling with MS Visual Studio Express 2005. Contributions requested. This may be relevant: http://www.itwriting.com/blog/?postid=261&replyto=2542 - Fixed a number of minor compile warnings on Windows - Updated README.Win32 to define building procedures on Windows - Fixed incorrect test failure reports in 08_external. - Add parens to function calls in Makefile.PL to prevent warnings with some perls. - Tested on Sparc Solaris 8, Sparc Solaris 10, OpenSuSE 10.2 x64, OpenSuSE 10.0 x86, FreeBSD 6.0 x86, Ubuntu 6.10, Fedora Core 6 x86 - Changed type of SSL_set_info_callback args to stop compiler warnings on Windows - Removed auto_include from Makefile.PL - Removed build_requires('Test::NoWarnings') from Makefile.PL - Testing with Strawberry Perl on Windows XP SP2, added doc to README.Win32 - Testing with Perl CamelPack 5.8.7 on Windows XP SP2,added doc to README.Win32 1.32 03.08.2007 - Don't let the tests die when something unexpected happens. Just BAIL_OUT. - Some Win32 improvements.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-09-30Reset maintainer -- shell@ is inactive.wiz1-2/+2
2006-11-05DESTDIR support.joerg1-1/+2
2006-10-01The "test" phase is interactive.rillig1-1/+4
2006-03-12Updated to version 1.30.heinz2-10/+7
Pkgsrc changes: - The new release includes the patch by Peter Behroozi (already contained in Peter's unofficial release 1.26) that adds get1_session() for session caching. - Reverted to using MASTER_SITE_PERL_CPAN Changes since version 1.25: =========================== 1.30 21.12.2005 - Fixed the MD5 function for hashsums containing \0 - Fixed some compile warnings with recent gcc. - Fixed do_httpx3: + Don't add additional Host: headers if it's already given + Omit the :$port suffix for standard ports + Thanks to ivan-cpan-rt@420.am - Limit the chunk size when reading with tcp_read_all to 0x1000. This fixes various rt tickets. - Added patch to allow session caching - Mike McCauley and Florian Ragwitz maintain this module now
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-23Revert previous, fixed in perl5/module.mk.wiz1-5/+2
2005-02-22Override MAKE_PARAMS returned set by perl5/module.mk; fixes build on -current.wiz1-2/+5
2005-02-18Update to (inofficial) 1.26 needed by p5-IO-Socket-SSL-0.96:wiz2-7/+8
(1.26)** 30.4.2004 - added get1_session()
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-2/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-23This homepage doesn't exist anymore.jlam1-2/+1
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-05bl3ifyjlam1-4/+6
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-09-13Update security/p5-Net-SSLeay to 1.25. Changes from version 1.23 include:jlam2-5/+5
- new features: http and raw tcp support - fixed apparent STDIO vs. sysread bug in proxy connect - added tcpecho.pl and tcpcat.pl to MANIFEST - fixed some further bugs with TCP read all, etc. - fixed some const char pointer warnings
2003-09-11Garbage-collect USE_OPENSSL_VERSION now that openssl/buildlink2.mk supportsjlam1-3/+1
just setting BUILDLINK_DEPENDS.openssl. USE_OPENSSL_VERSION wasn't actually needed here anyway since the minimum version allowed by openssl/buildlink2.mk exceeded the version requested here.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-14Updated to p5-Net-SSLeay-1.23shell2-5/+5
Changes : 1.22 - proxy auth fix from Bill.Muller@@ubsw_..com - RAND patch from Toni Andjelkovic <toni@soth._at> 1.23 - some minor tweaks by many, mainly for RH build - memory leak and cleanup patches from Marian Jancar <mjancar@suse._cz>
2003-03-05Pass prefix to openssl as argument to the configure stage: helpsseb1-1/+2
when openssl is not in places planned by Makefile.PL (like LOCALBASE).
2002-12-31Updated to p5-Net-SSLeay-1.21shell2-5/+5
Changes provided, but not clear, I guess should be a functional improvement and some bugs fixed. - Patch by Mike McCauley mikem@open.com_.au - applied patch from Tim Engler <tim@burntcouch_.com> - perl-5.8/gcc-3.2 patch on Makefile.PL from Joern_Hoos@@notes.uni-paderborn._de, lucho@@galix._com, bellis@@saberlogic._com, and simonclewer@@superquote._com
2002-09-27Updated to p5-Net-SSLeay-1.20shell2-12/+8
Changes : - Additional SSL_peek patch to ssl_read_until from Peter Behroozi <peter@@fhpwireless_.com> --Sampo pkgsrc changes : - buildlink -> buildlink2 - perl5 module
2002-08-20Update HOMEPAGE.wiz1-2/+2
2002-08-19Updated to p5-Net-SSLeay-1.19shell2-6/+6
Changes : - further fixes for Net::SSLeay::Handle from jbowlin@@_linklint.org - applied minor patch by Mark Veltzer <mark@@veltzer._org> to Makefile.PL - Added SSL_peek patch to ssl_read_until from Peter Behroozi <peter@@fhpwireless_.com> --Sampo - Improved Windows instructions per Marcel Bucher <marcle@bucher._cc>
2002-07-26Depends on openssl 0.9.6D, as noted by Eric Schnoebelen in pkg/17728.wiz1-2/+2
2002-06-10Updated to p5-Net-SSLeay to 1.17shell2-6/+6
Changes since 1.15 : - applied patch to fix CTX_set_default_passwd_cb() contributed by Timo Kujala <timo.kujala@@intellitel_.com>, --Sampo - similar patch by Chris Ridd <chris.ridd@messagingdirect.com> - applied patch to add various API functions by mikem@open.com_.au - 5.005_03 compat fix for Handle.pm from Jim Mintha <jim@@ic._uva.nl> - further fixes for Net::SSLeay::Handle from jbowlin@@_linklint.org - improved README.Win32 and added RECIPE.Win32 from Hermann Kelley <hkelley@@secmon._com>
2002-04-24Fix the USE_OPENSSL_VERSION settingmartti1-2/+2
2002-04-17Updated to p5-Net-SSLeay-1.15shell2-6/+6
- change my email address Changes since p5-Net-SSLeay-1.13 : - added code to Makefile.PL to verify that the same C compiler is used for both perl and openssl - added code to Makefile.PL to support aCC on HPUX. Detective work contributed by Marko Asplund. - added peer certificate support to hilevel API, inspired by mock@@_obscurity.org - added `use bytes' from Marcus Taylor <marcus@@semantico_.com> This avoids unicode/utf8 (as may appear in some XML docs) from fooling the length comuptations.
2002-03-15Updated p5-Net-SSLeay to 1.13 (provided by Shell Hung in pkg/15604)martti3-10/+10
- eliminated initializing random numbers using /etc/passwd per comments by Matt Messier <matt@@securesw_.com> - tested against openssl-0.9.6c (not in pkg now :-)
2002-01-10Remove non-existing patch-aa from distinfo.wiz1-2/+1
2001-12-24Make PKGNAME match directory name.wiz1-2/+2
2001-12-19Updated to 1.12 (provided by Shell Hung in pkg/14992)martti2-5/+5
- Fixed a typo in proxy handling for Net::SSLeay::Handle - Fixed make test for wellsfargo
2001-12-15Updated to 1.11 (provided by Shell Hung in pkg/14953)martti2-7/+7
Changes : - Add proxy support to Net::SSLeay::Handle - New maintainer
2001-12-10Updated to 1.10 (provided by Shell Hung in pkg/14881)martti2-6/+6
* Add proxy support
2001-11-28Updated to p5-Net-SSLeay-1.09 (provided by Shell Hung in pkg/14512)martti2-6/+6
1.09 20.8.2001, - fixed Makefile.PL (computation of bin_path) and test.pl ($perl use before defined) per Gordon Lack <gml4410@ggr.co.uk> 11.9.2001, - Patch by Jeremy Mates <jmates@mbt.washington.edu> to make Handle.pm more acceptable for older perls 25.9.2001, - systematically implemented many of the newer functions of openssl API (per popular request and for completeness)
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam2-5/+7
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-09-27This package requires a relatively recent OpenSSL installation.jlam1-1/+3
2001-09-27p5-Net-SSLeay - perl5 module for using OpenSSLjlam4-0/+30
Net::SSLeay.pm is a perl module that allows you to call Secure Sockets Layer (SSL) functions of the SSLeay library directly from your perl scripts. It is useful if you want to program robots that access secure web servers or if you want to build your own applications over SSL encrypted tunnels. Provided in pkg/14035 by Sen Nagata <sen@eccosys.com>.