The NetBSD Project

CVS log for pkgsrc/www/p5-LWP-Protocol-https/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / p5-LWP-Protocol-https

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.33 / (download) - annotate - [select for diffs], Tue Mar 19 10:41:41 2024 UTC (9 days, 7 hours ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.32: +9 -10 lines
Diff to previous 1.32 (colored) to selected 1.4 (colored)

p5-LWP-Protocol-https: update to 6.14.

Fix dependencies.

6.14      2024-03-11 01:08:33Z
    - Inherit with 'use parent' instead of 'use base' (GH#78) (Marin Tsanov)

Revision 1.32 / (download) - annotate - [select for diffs], Sun Feb 25 08:34:56 2024 UTC (4 weeks, 4 days ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.4 (colored)

p5-LWP-Protocol-https: update to 6.13.

6.13      2024-02-06 01:00:50Z
    - Fix ssl upgrade for regular host names (GH#77) (Axel Burri)

Revision 1.31 / (download) - annotate - [select for diffs], Sun Jan 28 11:50:24 2024 UTC (8 weeks, 4 days ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.4 (colored)

p5-LWP-Protocol-https: update to 6.12.

6.12      2024-01-22 17:51:31Z
    - Enable MultiHomed for IO::Socket::SSL (GH#61) (ãäÉÊcolas ãä)
    - 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)

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jan 4 10:55:23 2024 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.29: +2 -3 lines
Diff to previous 1.29 (colored) to selected 1.4 (colored)

p5-LWP-Protocol-https: update to 6.11.

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)

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jul 6 09:42:48 2023 UTC (8 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.4 (colored)

*: recursive bump for perl 5.38

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jun 28 11:37:36 2022 UTC (21 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.4 (colored)

*: recursive bump for perl 5.36

Revision 1.27 / (download) - annotate - [select for diffs], Mon May 24 19:55:44 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored) to selected 1.4 (colored)

*: recursive bump for perl 5.34

Revision 1.26 / (download) - annotate - [select for diffs], Tue Apr 27 17:13:51 2021 UTC (2 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.25: +4 -3 lines
Diff to previous 1.25 (colored) to selected 1.4 (colored)

p5-LWP-Protocol-https: update to 6.10.

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)

Revision 1.25 / (download) - annotate - [select for diffs], Mon Sep 7 20:49:21 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.24: +2 -3 lines
Diff to previous 1.24 (colored) to selected 1.4 (colored)

p5-LWP-Protocol-https: update to 6.09.

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)

Revision 1.24 / (download) - annotate - [select for diffs], Mon Aug 31 18:13:03 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.4 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Aug 11 13:24:53 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.4 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jun 30 20:17:38 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.4 (colored)

Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 22 09:47:48 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.4 (colored)

Recursive bump for perl5-5.28.0

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 5 14:25:27 2017 UTC (6 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored) to selected 1.4 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.19 / (download) - annotate - [select for diffs], Wed Feb 22 11:37:34 2017 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.18: +3 -4 lines
Diff to previous 1.18 (colored) to selected 1.4 (colored)

Updated p5-LWP-Protocol-https to 6.07.

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)

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jun 8 19:25:11 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.4 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 12 10:52:07 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.4 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.16 / (download) - annotate - [select for diffs], Sun May 10 02:43:37 2015 UTC (8 years, 10 months ago) by mef
Branch: MAIN
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 (colored) to selected 1.4 (colored)

- To skip make test, add the line
   TEST_TARGET?= # to skip make test (but can be enabled by 'env TEST_TARGET=test make test')
for following packages:
  devel/p5-File-ShareDir-Install
  time/p5-DateTime-Format-Strptime
  www/p5-LWP-Protocol-https
- Add BUILD_DEPENDS for make test

Revision 1.15 / (download) - annotate - [select for diffs], Thu May 29 23:38:11 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.4 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.11.6.1 / (download) - annotate - [select for diffs], Wed May 28 19:45:34 2014 UTC (9 years, 10 months ago) by tron
Branch: pkgsrc-2014Q1
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) next main 1.12 (colored) to selected 1.4 (colored)

Pullup ticket #4423 - requested by taca
www/p5-LWP-Protocol-https: security patch

Apply patch to fix CVE-2014-3230.

Revision 1.14 / (download) - annotate - [select for diffs], Thu May 15 11:59:21 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored) to selected 1.4 (colored)

Remove circular dependency.
Perhaps this shouldn't be a dependency in p5-libwww instead.

Revision 1.13 / (download) - annotate - [select for diffs], Thu May 15 10:17:38 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.4 (colored)

Fix for CVE-2014-3230, from upstream pull request at
https://github.com/libwww-perl/lwp-protocol-https/pull/14

Bump PKGREVISION.

Revision 1.12 / (download) - annotate - [select for diffs], Thu May 15 10:13:15 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.11: +4 -3 lines
Diff to previous 1.11 (colored) to selected 1.4 (colored)

Update to 6.06, add missing dependency on p5-libwww:

2014-04-18 LWP-Protocol-https 6.06

Mike Schilli (3):
      Merge pull request #12 from drieux/subjectAltName
      Merge pull request #9 from chorny/master
      Updated libwww requirement to 6.06 to fix failing t/proxy.t test cases.

Gisle Aas (2):
      Getopt::Long isn't actually used
      Merge pull request #7 from noxxi/master

Alexandr Ciornii (1):
      better diagnostics in case of failures in apache.t

Karen Etheridge (1):
      Merge pull request #8 from cpansprout/patch-1

Steffen Ullrich (1):
      correct behavior for https_proxy, this goes together with change to
      libwww-perl cb80c2ddb7, new method _upgrade_sock in LWP::Protocol::https

cpansprout (1):
      Typo fix: envirionment =~ s/io/o/

drieux (1):
      support for subjectAltName

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jul 10 02:51:56 2013 UTC (10 years, 8 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Branch point for: pkgsrc-2014Q1
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored) to selected 1.4 (colored)

Update to 6.04. From the changelog:

- Fix IO::Socket::SSL warnings when not verifying hostname.
- Doc spelling fix.

Revision 1.10 / (download) - annotate - [select for diffs], Fri May 31 12:42:48 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored) to selected 1.4 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Oct 28 06:30:47 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.8: +1 -3 lines
Diff to previous 1.8 (colored) to selected 1.4 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 21 22:33:07 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (colored) to selected 1.4 (colored)

Update to 6.03:

2012-02-18 LWP-Protocol-https 6.03

Skip test if offline [RT#74163]

Typo fixes

Restore perl-5.8.1 compatibility.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Oct 3 21:58:54 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.4 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Sep 4 06:37:49 2011 UTC (12 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.4 (colored)

Fix dependency pattern on p5-Mozilla-CA.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 4 06:01:59 2011 UTC (12 years, 6 months ago) by hiramatsu
Branch: MAIN
Changes since 1.4: +5 -2 lines
Diff to previous 1.4 (colored)

Add dependency to required packages p5-IO-Socket-SSL and p5-Mozilla-CA.

Bump PKGREVISION.

Revision 1.4 / (download) - annotate - [selected], Fri Aug 12 09:25:47 2011 UTC (12 years, 7 months ago) by obache
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Not CONFLICTS with p5-libwww>=6.x.

Bump PKGREVISION.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 7 08:36:35 2011 UTC (12 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored) to selected 1.4 (colored)

Revision bump after updating perl to 5.14.1.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 14 21:47:35 2011 UTC (12 years, 8 months ago) by spz
Branch: MAIN
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)

add CONFLICTS (thanks wiz@ for the reminder)
add a missing LICENSE and fix a few COMMENT

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jul 10 14:19:03 2011 UTC (12 years, 8 months ago) by spz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)

perl5 module LWP::Protocol::https - Provide https support for LWP::UserAgent

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jul 10 14:19:03 2011 UTC (12 years, 8 months ago) by spz
Branch: MAIN
Diff to selected 1.4 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>