2003-03-05 12:42:54 by Stoned Elipot | Files touched by this commit (1) |
Log message:
Pass prefix to openssl as argument to the configure stage: helps
when openssl is not in places planned by Makefile.PL (like
LOCALBASE).
|
2002-12-31 15:15:18 by Shell Hung | Files touched by this commit (2) |
Log message:
Updated to p5-Net-SSLeay-1.21
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-27 11:33:09 by Shell Hung | Files touched by this commit (2) |
Log message:
Updated to p5-Net-SSLeay-1.20
Changes :
- Additional SSL_peek patch to ssl_read_until from
Peter Behroozi <peter@@fhpwireless_.com> --Sampo
pkgsrc changes :
- buildlink -> buildlink2
- perl5 module
|
2002-08-20 16:39:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Update HOMEPAGE.
|
2002-08-19 11:48:56 by Shell Hung | Files touched by this commit (2) |
Log message:
Updated to p5-Net-SSLeay-1.19
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-26 15:47:45 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Depends on openssl 0.9.6D, as noted by Eric Schnoebelen in pkg/17728.
|
2002-06-10 03:53:32 by Shell Hung | Files touched by this commit (2) |
Log message:
Updated to p5-Net-SSLeay to 1.17
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-24 07:40:50 by Martti Kuparinen | Files touched by this commit (1) |
Log message:
Fix the USE_OPENSSL_VERSION setting
|
2002-04-17 13:06:55 by Shell Hung | Files touched by this commit (2) |
Log message:
Updated to p5-Net-SSLeay-1.15
- 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.
|