Updating link to change in openSUSE:Factory/perl-IO-Socket-SSL revision 22.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=7c7c69267eb80c750c0fff2db044a7a3
This commit is contained in:
parent
76dfc93159
commit
80f9958faa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb15576ed39a69edfc86834ac641a57aa48a0abedf0450d0e50127ab1b424f68
|
||||
size 59098
|
3
IO-Socket-SSL-1.31.tar.bz2
Normal file
3
IO-Socket-SSL-1.31.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25c7cd77c1c02355dfa60000221aca3296918ce7cc945579003b87c2309c3e27
|
||||
size 60240
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 13 16:34:59 CET 2010 - anicka@suse.cz
|
||||
|
||||
- update to 1.31
|
||||
* add and export constants for SSL_VERIFY_*
|
||||
* set SSL_use_cert if cert is given and not SSL_server
|
||||
* support alternative CRL file with SSL_crl_file thanks to patch of
|
||||
w[DOT]phillip[DOT]moore[AT]gmail[DOT]com
|
||||
* make t/memleak_bad_handshake.t more stable (increase listen queue,
|
||||
ignore errors on connect, don't run on windows..)
|
||||
* t/memleak_bad_handshake.t don't write errors with ps to stderr,
|
||||
-o vsize argument is not supported on all platforms, just skip
|
||||
test then
|
||||
* make sure that idn_to_ascii gets no \0 bytes from identity, because
|
||||
it simply cuts the string their (using C semantics). Not really a
|
||||
security problem because IDN like identity is provided by user in
|
||||
hostname, not by certificate.
|
||||
* fix test t/memleak_bad_handshake.t
|
||||
* fixed thanks for version 1.28
|
||||
* fix memleak when SSL handshake failed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-IO-Socket-SSL (Version 1.27)
|
||||
# spec file for package perl-IO-Socket-SSL (Version 1.31)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,8 +20,8 @@
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
BuildRequires: perl-Net-SSLeay perl-libwww-perl
|
||||
Version: 1.27
|
||||
Release: 2
|
||||
Version: 1.31
|
||||
Release: 1
|
||||
Provides: p_iossl
|
||||
Obsoletes: p_iossl
|
||||
Requires: perl-Net-SSLeay perl-libwww-perl
|
||||
|
Loading…
x
Reference in New Issue
Block a user