7
0

122 Commits

Author SHA256 Message Date
5d82db353f Add Gitea build results 2025-08-12 18:14:50 +02:00
3a84ab3e81 Accepting request 1291908 from devel:languages:perl:autoupdate
- updated to 2.95.0 (2.095)
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.095 2025/07/10
  - regression: make sysread set buffer to empty string again when returning
    EOf. Fixes #171

OBS-URL: https://build.opensuse.org/request/show/1291908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=164
2025-07-11 10:20:20 +00:00
c10233911a Accepting request 1288032 from devel:languages:perl:autoupdate
- updated to 2.94.0 (2.094)
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.094 2025/06/18
  - fixed memory leak introduced in 2.092
  2.093 2025/06/17
  - Another rework for one-sided SSL shutdown, to a) implement a useful and secure
    behavior and b) without affecting existing applications. 2.092 had still
    unwanted side effects
  2.092 2025/06/16
  - rework implementation and behavior for one-sided SSL shutdown. Implementation
    in 2.091 lead to some problems with Net::FTP and others.
  2.091 2025/06/11
  - fix behavior on one-sided SSL shutdown. If the application continued
    to read after half-closing the SSL connection this could result in reading
    encrypted data (i.e. close notify, SSL session tickets ...).
    See documentation of stop_SSL for detailed description of handling
    half-closed SSL connections.

OBS-URL: https://build.opensuse.org/request/show/1288032
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=163
2025-06-24 07:16:45 +00:00
2fdd27b5b3 Accepting request 1282201 from devel:languages:perl:autoupdate
- updated to 2.90.0 (2.090)
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.090 2025/06/03
  - fix OCSP live test after Let's Encrypt has disabled OCSP support #169
  - public_suffix now preserves trailing dot #167

OBS-URL: https://build.opensuse.org/request/show/1282201
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=161
2025-06-03 09:21:48 +00:00
0fe25259e3 Accepting request 1203067 from devel:languages:perl:autoupdate
- updated to 2.89.0 (2.089)
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.089 2024/08/29
  - new option SSL_force_fingerprint to enforce fingerprint matching even if
    certificate validation would be successful without
  - document _get_ssl_object and _get_ctx_object for cases, where direct use of
    Net::SSLeay functions is needed

OBS-URL: https://build.opensuse.org/request/show/1203067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=159
2024-09-26 16:24:05 +00:00
e7e1030a39 Accepting request 1187397 from devel:languages:perl:autoupdate
- Remove patches 80315ed1a6a0b7968ce26284ed81b56c0ab288d9.patch,
  perl-IO-Socket-SSL-use-system-default-cipher-list.patch (fixed upstream)
- updated to 2.88.0 (2.088)
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.088 2024/07/14
  - minor fixes for use on ancient versions of perl and for building with
    newer versions of openssl

OBS-URL: https://build.opensuse.org/request/show/1187397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=157
2024-07-15 08:46:01 +00:00
938f1e724f add patch for operator precedence issue (revert unwanted changes)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=156
2024-07-11 14:44:59 +00:00
41a6569b63 add patch for operator precedence issue
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=155
2024-07-11 14:41:38 +00:00
babf85774f Accepting request 1186638 from devel:languages:perl:autoupdate
- updated to 2.87.0 (2.087)
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.087 2024/07/08
  - support for PSK, see SSL_psk in documentation

OBS-URL: https://build.opensuse.org/request/show/1186638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=154
2024-07-11 11:50:12 +00:00
5b329f119d Accepting request 1185197 from devel:languages:perl:autoupdate
- updated to 2.86.0 (2.086)
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.086 2024/07/03
  - internal optimzation: implement _touch_entry in session cache instead
     of using del+add.

OBS-URL: https://build.opensuse.org/request/show/1185197
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=152
2024-07-04 13:44:00 +00:00
0db87ca43c Accepting request 1160798 from devel:languages:perl:autoupdate
- Remove perl-IO-Socket-SSL-Openssl32.patch, fixed upstream
- updated to 2.085
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.085 2024/01/22
  - #147 fix test which failed due to behavior changes in OpenSSL 3.2
  - update PublicSuffix
  - add examples for TLS JA3/JA4 fingerprinting to tls_fingerprint/

OBS-URL: https://build.opensuse.org/request/show/1160798
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=150
2024-03-27 18:59:55 +00:00
2be064de89 Accepting request 1134614 from home:pmonrealgonzalez:branches:devel:languages:perl
- Fix the test t/core.t to build with OpenSSL 3.2.0. [bsc#1218342]
  * https://github.com/noxxi/p5-io-socket-ssl/issues/147
  * Add perl-IO-Socket-SSL-Openssl32.patch

OBS-URL: https://build.opensuse.org/request/show/1134614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=148
2024-01-02 09:35:14 +00:00
f79f0bbddf Accepting request 1125751 from devel:languages:perl:autoupdate
- updated to 2.084
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.084 2023/11/06
  - various fixes for edge cases and build: #136, #141, #142, #143, #145
  - update documentation to reflect default SSL_version

OBS-URL: https://build.opensuse.org/request/show/1125751
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=146
2023-11-16 16:37:34 +00:00
95f33e5b29 Accepting request 1090332 from devel:languages:perl:autoupdate
- updated to 2.083
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.083 2023/05/18
  - fix t/protocol_version.t for OpenSSL versions which don't support SECLEVEL
    (regression from #122)
  2.082 2023/05/17
  - SSL_version default now TLS 1.2+ since TLS 1.1 and lower deprecated #122
  - fix output of alert string when debugging #132
  - improve regex for hostname validation #130, #126
  - add can_ciphersuites subroutine for feature checking #127
  - Utils::CERT_create - die if unexpected arguments are given instead of ignoring
    these

OBS-URL: https://build.opensuse.org/request/show/1090332
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=144
2023-06-01 15:22:17 +00:00
3dbdf82da2 Accepting request 1061401 from devel:languages:perl:autoupdate
- updated to 2.081
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.081 2023/01/25
  - new function set_msg_callback for user defined callback on each SSL message
  - showcase function in example/ssl_client.pl and example/ssl_server.pl for
    computing JA3S/JA3 fingerprints
  - fix tracing added in 2.076 to no longer include SSL3_RT_HEADER (noise)
  2.080 2023/01/18
  - move certs into t/ so that distributions like CentOS don't install the
    test certificates as part of the documentation any longer.
  2.079 2023/01/16
  - properly extract IPv6 address for verification from PeerAddr if not explicitly
    given as SSL_verifycn_name.
    https://github.com/noxxi/p5-io-socket-ssl/issues/123

OBS-URL: https://build.opensuse.org/request/show/1061401
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=142
2023-01-31 12:51:03 +00:00
0c9eb55402 Accepting request 1042272 from devel:languages:perl:autoupdate
- updated to 2.078
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.078 2022/12/11
  - revert decision from 2014 to not verify hostname by default if hostname is
    IP address but no explicit verification scheme given
    https://github.com/noxxi/p5-io-socket-ssl/issues/121

OBS-URL: https://build.opensuse.org/request/show/1042272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=140
2022-12-12 09:26:24 +00:00
08c28725ff Accepting request 1037682 from devel:languages:perl:autoupdate
- updated to 2.077
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.077 2022/11/21
  - fix memory leak in session cache, thanks to genuaboro
    https://github.com/noxxi/p5-io-socket-ssl/pull/118
  - more race conditions in tests fixed thanks to jddurand
    https://github.com/noxxi/p5-io-socket-ssl/issues/97
  2.076 2022/11/12
  - added curl like tracing based on contribution from jddurand
    https://github.com/noxxi/p5-io-socket-ssl/pull/117
  - fixed race condition in t/sni_verify.t based on analysis from jddurand
    https://github.com/noxxi/p5-io-socket-ssl/issues/97

OBS-URL: https://build.opensuse.org/request/show/1037682
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=138
2022-11-23 17:43:59 +00:00
4ad2fb52d2 Accepting request 1006455 from devel:languages:perl:autoupdate
- updated to 2.075
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.075
  - treat SSL_write returning 0 same as previously -1, as suggested by both
    OpenSSL and LibreSSL documentation
  - propagate error from SSL_shutdown, but if the shutdown is caused by an outer
    SSL error keep the original error
  - small tests fixes

OBS-URL: https://build.opensuse.org/request/show/1006455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=136
2022-09-28 13:30:53 +00:00
Stephan Kulow
5462ec0476 Accepting request 992732 from home:pmonrealgonzalez:branches:devel:languages:perl
Added missing patch to the changelog and the cpanspec.yml file

OBS-URL: https://build.opensuse.org/request/show/992732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=134
2022-08-06 06:19:34 +00:00
Anna Maresova
bdde1905d7 Accepting request 982027 from home:david.anes:branches:devel:languages:perl
- (bsc#1200295) follow system "PROFILE=SYSTEM" openSSL ciphers

OBS-URL: https://build.opensuse.org/request/show/982027
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=133
2022-06-13 07:59:32 +00:00
3641a27cb7 Accepting request 946047 from devel:languages:perl:autoupdate
- updated to 2.074
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.074
  - add SSL_ciphersuites option for TLS 1.3 ciphers
  - no longer use own default for ciphers, instead use system default but disable
    some weak ciphers which might still be enabled on older systems

OBS-URL: https://build.opensuse.org/request/show/946047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=132
2022-01-13 11:32:01 +00:00
80538a5492 Accepting request 943097 from devel:languages:perl:autoupdate
- updated to 2.073
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.073
  - fix behavior and tests for openssl 3.0.1
  - fix #110 - prevent internal error warning in some cases

OBS-URL: https://build.opensuse.org/request/show/943097
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=131
2022-01-04 11:11:24 +00:00
5d3624f03b Accepting request 913809 from devel:languages:perl:autoupdate
- updated to 2.072
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.072
  - add PEM_certs2file and PEM_file2certs in IO::Socket::SSL::Utils based
    on idea by rovo89 in #101
  - certs/*.p12 used for testing should now work with OpenSSL 3.0 too #108
  - update public suffix database

OBS-URL: https://build.opensuse.org/request/show/913809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=130
2021-08-23 14:13:09 +00:00
30cd30d074 Accepting request 895817 from devel:languages:perl:autoupdate
- updated to 2.071
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.071 2021/05/23
  - fix t/nonblock.t race on some systems. Fixes issue #102, maybe #98 too.

OBS-URL: https://build.opensuse.org/request/show/895817
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=128
2021-05-28 08:15:01 +00:00
3fa2b157bc Accepting request 876189 from devel:languages:perl:autoupdate
- updated to 2.070
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.070 2021/02/26
  - changed bugtracker in Makefile.PL to github, away from obsolete rt.cpan.org
  2.069 2021/01/22
  - IO::Socket::Utils CERT_asHash and CERT_create now support subject and issuer
    with multiple same parts (like multiple OU). In this case an array ref instead
    of a scalar is used as hash value.
    https://github.com/noxxi/p5-io-socket-ssl/issues/95

OBS-URL: https://build.opensuse.org/request/show/876189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=126
2021-03-02 11:44:59 +00:00
4bf76ad5d6 Accepting request 800135 from home:pmonrealgonzalez:branches:devel:languages:perl:autoupdate
- updated to 2.068
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.068 2020/03/31
  - treat OpenSSL 1.1.1e as broken and refuse to build with it in order to
    prevent follow-up problems in tests and user code
    https://github.com/noxxi/p5-io-socket-ssl/issues/93
    https://github.com/openssl/openssl/issues/11388
    https://github.com/openssl/openssl/issues/11378
  - update PublicSuffix with latest data from publicsuffix.org

OBS-URL: https://build.opensuse.org/request/show/800135
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=124
2020-05-04 18:28:47 +00:00
Lars Vogdt
f1d4cd0381 Accepting request 775255 from home:pmonrealgonzalez:branches:devel:languages:perl
- Add removal of the README.Win32 file in cpanspec.yml

- updated to 2.067
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes

OBS-URL: https://build.opensuse.org/request/show/775255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=122
2020-02-19 06:19:15 +00:00
c1f89c859a Accepting request 705652 from home:pmonrealgonzalez:branches:devel:languages:perl
- Remove not needed README.Win32 from the files section.
- Cleaned spec file with spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/705652
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=120
2019-05-27 15:40:11 +00:00
136477f857 Accepting request 682033 from home:pmonrealgonzalez:branches:devel:languages:perl
- updated to 2.066
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.066
  - fix test t/verify_partial_chain.t by using the newly exposed function
    can_partial_chain instead of guessing (wrongly) if the functionality is
    available

OBS-URL: https://build.opensuse.org/request/show/682033
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=118
2019-03-06 08:46:16 +00:00
0befc720dd Accepting request 682020 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/682020
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=117
2019-03-06 08:29:42 +00:00
Stephan Kulow
1c83562d62 - updated to 2.064
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.064
  - make algorithm for fingerprint optional, i.e. detect based on length of
    fingerprint - https://rt.cpan.org/Ticket/Display.html?id=127773
  - fix t/sessions.t and improve stability of t/verify_hostname.t on windows
  - use CTX_set_ecdh_auto when needed (OpenSSL 1.0.2) if explicit curves are set
  - update fingerprints for live tests
  2.063
  - support for both RSA and ECDSA certificate on same domain
  - update PublicSuffix
  - Refuse to build if Net::SSLeay is compiled with one version of OpenSSL but
    then linked against another API-incompatible version (ie. more than just the
    patchlevel differs).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=116
2019-03-05 11:55:47 +00:00
cccb1f3e29 Accepting request 678510 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/678510
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=114
2019-02-24 12:21:44 +00:00
2f81246d55 Accepting request 678395 from home:pmonrealgonzalez:branches:devel:languages:perl
- Removed patch:
    IO-Socket-SSL-2.060-make-all-tests-which-use-fork-also-ignore-signal-PIP.patch

OBS-URL: https://build.opensuse.org/request/show/678395
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=113
2019-02-23 10:26:04 +00:00
dc80c7a88a Accepting request 678362 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/678362
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=112
2019-02-23 09:58:46 +00:00
2b13108d56 Accepting request 646633 from home:vitezslav_cizek:branches:devel:languages:perl
- prevent flaky test failures with openssl 1.1.1 on overloaded
  systems(bsc#1108977)
  * https://rt.cpan.org/Public/Bug/Display.html?id=126899
  * add IO-Socket-SSL-2.060-make-all-tests-which-use-fork-also-ignore-signal-PIP.patch

OBS-URL: https://build.opensuse.org/request/show/646633
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=110
2018-11-06 11:51:40 +00:00
3f1702517c OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=108 2018-09-20 07:33:39 +00:00
92cf8516df OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=107 2018-09-20 07:32:37 +00:00
aed92dd246 Accepting request 636763 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/636763
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=106
2018-09-20 07:31:57 +00:00
2f05dd63c7 Accepting request 629488 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/629488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=104
2018-08-24 11:15:17 +00:00
Stephan Kulow
6080b4380d Accepting request 624149 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/624149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=102
2018-07-21 08:40:44 +00:00
0df083b597 Accepting request 578242 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/578242
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=100
2018-02-20 16:52:41 +00:00
Stephan Kulow
ad00b30596 Accepting request 577159 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/577159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=99
2018-02-16 08:46:31 +00:00
Stephan Kulow
b0d050f86a - ignore Mozilla::CA
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=97
2018-02-12 12:13:28 +00:00
Stephan Kulow
c6dcddc9a4 Accepting request 573805 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/573805
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=96
2018-02-08 06:05:10 +00:00
053afe9d36 Accepting request 535840 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/535840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=94
2017-10-23 10:05:00 +00:00
1d04b4d755 Accepting request 528108 from home:vitezslav_cizek:branches:devel:languages:perl
- update to 2.051
fixes build with openssl 1.1
  - syswrite: if SSL_write sets SSL_ERROR_SYSCALL but no $! (as seen with
    OpenSSL 1.1.0 on Windows) set $! to EPIPE to propagate a useful error up
    https://github.com/noxxi/p5-io-socket-ssl/issues/62
  - removed unecessary settings of SSL_version and SSL_cipher_list from tests
  - protocol_version.t can now deal when TLS 1.0 and/or TLS 1.1 are not supported
    as is the case with openssl versions in latest Debian (buster)
  - fixed problem caused by typo in the context of session cache
    https://github.com/noxxi/p5-io-socket-ssl/issues/60
  - update PublicSuffix information from publicsuffix.org
  - fixed small memory leaks during destruction of socket and context, RT#120643
  - better fix for problem which 2.046 tried to fix but broke LWP this way
  - cleanup everything in DESTROY and make sure to start with a fresh %{*self}
    in configure_SSL because it can happen that a GLOB gets used again without
    calling DESTROY (https://github.com/noxxi/p5-io-socket-ssl/issues/56)
  - fixed memory leak caused by not destroying CREATED_IN_THIS_THREAD for SSL
    objects -> github pull#55
  - optimization: don't track SSL objects and CTX in *CREATED_IN_THIS_THREAD
    if perl is compiled w/o thread support
  - small fix in t/protocol_version.t to use older versions of Net::SSLeay
    with openssl build w/o SSLv3 support
  - when setting SSL_keepSocketOnError to true the socket will not be closed
    on fatal error. This is a modified version of
    https://github.com/noxxi/p5-io-socket-ssl/pull/53/
  - protect various 'eval'-based capability detections at startup with a localized
    __DIE__ handler. This way dynamically requiring IO::Socket::SSL as done by
    various third party software should cause less problems even if there is a
    global __DIE__ handler which does not properly deal with 'eval'.
  - make t/session_ticket.t work with OpenSSL 1.1.0. With this version the
    session does not get reused any longer if it was not properly closed which

OBS-URL: https://build.opensuse.org/request/show/528108
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=92
2017-09-22 08:10:47 +00:00
P. Janouch
922a84d50c Accepting request 385206 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/385206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=90
2016-04-06 12:08:44 +00:00
Stephan Kulow
50877499ac - remove perl-IO-Socket-SSL_fix_offline.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=88
2016-03-11 21:35:05 +00:00
Stephan Kulow
252820815d Accepting request 369963 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/369963
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=87
2016-03-11 21:33:35 +00:00
Stephan Kulow
84db6defeb Accepting request 315527 from home:coolo:branches:devel:languages:perl
- add perl-IO-Socket-SSL_fix_offline.patch to fix build in OBS with
  updated perl

OBS-URL: https://build.opensuse.org/request/show/315527
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=85
2015-07-08 04:55:52 +00:00