Commit Graph

15 Commits

Author SHA256 Message Date
b21f255f6e Accepting request 1160751 from devel:languages:perl:autoupdate
- updated to 6.14
   see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes
  6.14      2024-03-11 01:08:33Z
      - Inherit with 'use parent' instead of 'use base' (GH#78) (Marin Tsanov)

OBS-URL: https://build.opensuse.org/request/show/1160751
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=27
2024-03-27 19:00:46 +00:00
Tina Müller
d92c1e7f23 Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=25
2024-03-08 22:41:08 +00:00
3f282f261b Accepting request 1153679 from devel:languages:perl:autoupdate
- updated to 6.13
   see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes
  6.13      2024-02-06 01:00:50Z
      - Fix ssl upgrade for regular host names (GH#77) (Axel Burri)
  6.12      2024-01-22 17:51:31Z
      - Enable MultiHomed for IO::Socket::SSL (GH#61) (ℕicolas ℝ.)
      - Making it possible to use IPv6 in https call through https proxy
        environment (in case of using CONNECT method to create a tunnel) (GH#74)
        (Dmitriy Shamatrin)

OBS-URL: https://build.opensuse.org/request/show/1153679
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=23
2024-03-01 08:40:48 +00:00
Dirk Stoecker
bd51d54ad1 Accepting request 1103525 from devel:languages:perl:autoupdate
- new version format, see https://github.com/openSUSE/cpanspec/issues/47
- Remove CVE-2014-3230.patch, upstream was fixed. CVE-2014-3230, Debian #746576
- Update LWP-Protocol-https-6.09-systemca.diff
- updated to 6.11
   see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes
  6.11      2023-07-09 15:10:30Z
      - Remove Authority section from dist.ini (GH#64) (Olaf Alders)
      - Add very basic diagnostic information via test (GH#73) (Olaf Alders)
      - CVE-2014-3230 - don't disable verification if only hostnames should not
        (GH#14) (Steffen Ullrich)
      - Make explicit requirement of Mozilla::CA obsolete (GH#72) (Steffen
        Ullrich and Olaf Alders)
      - Remove _in_san and _cn_match. Empty out the _check_sock hook (GH#71)
        (Chase Whitener)
      - Use warnings (GH#69) (Pete Houston)

OBS-URL: https://build.opensuse.org/request/show/1103525
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=21
2023-08-14 15:50:24 +00:00
b4fd8f8fda Accepting request 856858 from devel:languages:perl:autoupdate
- updated to 6.10
   see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes
  6.10      2020-12-17 15:42:06Z
      - Fix #39 - prevent user env from breaking the test (GH#63) (Gianni
        Ceccarelli)
      - Include Net::SSLeay in reported prereqs (GH#60) (Olaf Alders)
      - Use GitHub as a bug tracker (GH#59) (Olaf Alders)

OBS-URL: https://build.opensuse.org/request/show/856858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=19
2020-12-18 10:36:22 +00:00
e7cc2f98d0 Accepting request 841942 from devel:languages:perl:autoupdate
- updated to 6.09
   see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes
  6.09      2020-07-16 13:33:05Z
      - Make available the version of SSL/TLS protocol used in the connection
        (GH#56) (Jon Jensen)
  6.08      2020-03-23 20:19:22Z (TRIAL RELEASE)
      - Add defined check (GH#53) (Mohammad S Anwar)
      - Fix copyright year (GH#55) (Olaf Alders)
      - Upgrade Mozilla::CA dependency; originally #26 by dolmen (GH#54) (Shoichi Kaji)
      - Adds coverage tests (GH#51) (Juan Julin Merelo Guervs)
      - Migrated to DZil (GH PR#30)
      - Moved bug tracking from RT to GitHub (GH#48) (Olaf Alders)
Rebase patch LWP-Protocol-https-6.04-systemca.diff to LWP-Protocol-https-6.09-systemca.diff

OBS-URL: https://build.opensuse.org/request/show/841942
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=17
2020-10-15 17:41:16 +00:00
Dirk Stoecker
cad75b5a0b Accepting request 635570 from home:pmonrealgonzalez:branches:devel:languages:perl
- 6.07      2017-02-19
    - Cleaned up the Changes log
    - Explicitly add hostname for SNI to start_SSL (GH PR#17)
    - Fix the license name
    - Update some documentation on SSL args
    - Fix bug when checking for Mozilla::CA (GH PR#29)
 
- Refreshed patch LWP-Protocol-https-6.04-systemca.diff
- Cleaned spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/635570
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=14
2018-09-14 08:33:43 +00:00
Stephan Kulow
ef8dde830d update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=12
2015-04-23 06:21:57 +00:00
800fff5522 Accepting request 234145 from home:vitezslav_cizek:branches:devel:languages:perl
- fix for CVE-2014-3230 (bnc#876862)
  * perl-LWP-Protocol-https: Environment variables HTTPS_CA_DIR or
    HTTPS_CA_FILE disable hostname verification
  * added CVE-2014-3230.patch

OBS-URL: https://build.opensuse.org/request/show/234145
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=10
2014-05-15 10:43:41 +00:00
cc6100c017 Accepting request 232256 from home:leonardocf:branches:devel:languages:perl
Remove old tarball.

OBS-URL: https://build.opensuse.org/request/show/232256
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=8
2014-04-30 18:38:52 +00:00
Michal Hrusecky (old before rename to _miska_)
63854e2f1f reverting after lnussels review, proper fix in perl-IO-Socket-SSL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=7
2013-07-24 14:53:54 +00:00
Tomáš Chvátal
d2b29581c9 Accepting request 182794 from home:bmwiedemann:branches:devel:languages:perl
use /etc/ssl/certs as default SSL_ca_path to fix bnc#828881

OBS-URL: https://build.opensuse.org/request/show/182794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=6
2013-07-23 07:21:30 +00:00
Stephan Kulow
8b826baec4 Accepting request 182139 from home:lnussel:branches:devel:languages:perl
- Version 6.04
  * Fix IO::Socket::SSL warnings when not verifying hostname.
  * Doc spelling fix.
- Remove usage of Mozilla::CA entirely. IO::Socket::SSL will do the
  right thing instead.

OBS-URL: https://build.opensuse.org/request/show/182139
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-LWP-Protocol-https?expand=0&rev=4
2013-07-04 08:34:24 +00:00
Stephan Kulow
73533b0c69 Accepting request 106295 from devel:languages:perl
- updated to 6.03
  * Skip test if offline [RT#74163]
  * Typo fixes
  * Restore perl-5.8.1 compatibility.

OBS-URL: https://build.opensuse.org/request/show/106295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-LWP-Protocol-https?expand=0&rev=5
2012-03-01 16:24:54 +00:00
Sascha Peilicke
a33f850215 Accepting request 65864 from devel:languages:perl
Accepted submit request 65864 from user babelworx

OBS-URL: https://build.opensuse.org/request/show/65864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-LWP-Protocol-https?expand=0&rev=1
2011-04-04 11:32:39 +00:00