Commit graph

14 commits

Author SHA1 Message Date
schmonz
935b0a5f16 Apply patches from upstream git and Debian to fix reading long
documents over IO::Socket::SSL, then stop forcing Net::SSL (which
doesn't verify hostnames) even when the admin requested IO::Socket::SSL,
and then pass the server name through so SNI can work. Bump PKGREVISION.

Updating during the freeze for the security improvements.
2014-09-17 22:46:17 +00:00
schmonz
c0e5910d2c Update to 1.10. From the changelog:
- fixed: IO::Socket::SSL related warning (GitHub issue #3)
- fixed: "500 Can't read entity body" with IO::Socket:SSL (GitHub issue #4)
2014-06-09 20:08:15 +00:00
wiz
7eeb51b534 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.
2014-05-29 23:35:13 +00:00
schmonz
c5d3dcefc5 Update to 1.09. From the changelog:
- Makefile.PL updated
- removed TLS test for now, some cpan testers reporting issues with
  the configuration, seems pointless given the Makefile
- removed some of the tests that seem to fail on congested machines
  (eg: cpantesters).
- [SREZIC] added mirror support:
  https://rt.cpan.org/Ticket/Display.html?id=44569
2013-07-10 02:46:43 +00:00
wiz
d2ca14a3f1 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.
2013-05-31 12:39:57 +00:00
tron
19fd9a3b46 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
1f92806026 Updating package www/p5-LWPx-ParanoidAgent from 1.03nb1 to 1.07
pkgsrc changes:
  - Adjusting dependencies (remove core module from extra dependencies)
  - Adding license

Upstream changes:
1.07:  2009-08-05
	- Skip the whole test when it can't bind to the specified private IP
	  (Tatsuhiko Miyagawa)
	- Fix the way to get LWP error when it's set to X-Died instead of $@
	  (Zbigniew Lukasiak)

1.06:  2009-07-17
	- explicitly load deprecated module LWP::Debug, now that it's not
	  loaded by default.  (Tatsuhiko Miyagawa <miyagawa@gmail.com>)

1.05:  2009-06-21
        - patch from Alessio Signorini <alessio.signorini@spryte.it> to
	  quiet a warning that could be triggered

1.04:  2008-10-30
	- fix tests to no longer rely on my DNS servers, which had since migrated
	  to EasyDNS which doesn't allow the types of malicious records I was
	  testing for.  instead, switch to a mock object resolver.
	  (Brad Fitzpatrick, brad@danga.com)
2009-08-19 19:00:31 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
heinz
15260e8b9f Initial import of p5-LWPx-ParanoidAgent 1.03.
The Perl module LWPx::ParanoidAgent is a subclass of LWP::UserAgent,
but paranoid against attackers. It's to be used when you're fetching a
remote resource on behalf of a possibly malicious user.

This class can do whatever LWP::UserAgent can (callbacks, uploads from
files, etc), except proxy support is explicitly removed, because in that
case you should do your paranoia at your proxy. Only "http:" and "https:"
URL schemes are supported.
2007-06-11 21:15:10 +00:00