From 006c3f2240d9c4f90205dea12aea5341140087c6 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Tue, 12 May 2020 15:50:27 +0100 Subject: gnu: Add perl-lwpx-paranoidagent. * gnu/packages/web.scm (perl-lwpx-paranoidagent): New variable. --- gnu/packages/web.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index eabc3c0197..a3f69e1587 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -126,6 +126,7 @@ #:use-module (gnu packages lua) #:use-module (gnu packages markup) #:use-module (gnu packages ncurses) + #:use-module (gnu packages networking) #:use-module (gnu packages nss) #:use-module (gnu packages openldap) #:use-module (gnu packages openstack) @@ -3718,6 +3719,35 @@ possibly-temporary error (like a DNS lookup timeout), it'll wait a few seconds and retry a few times.") (license license:perl-license))) +(define-public perl-lwpx-paranoidagent + (package + (name "perl-lwpx-paranoidagent") + (version "1.12") + (source + (origin + (method url-fetch) + (uri (string-append + "mirror://cpan/authors/id/S/SA/SAXJAZMAN/lwp/LWPx-ParanoidAgent-" + version ".tar.gz")) + (sha256 + (base32 + "0gfhw3jbs25yya2dryv8xvyn9myngcfcmsybj7gkq62fnznil16c")))) + (build-system perl-build-system) + (propagated-inputs + `(("perl-libwww" ,perl-libwww) + ;; Users should instead make sure SSL_ca_path is set properly. + ;; ("perl-mozilla-ca" ,perl-mozilla-ca) + ("perl-net-dns" ,perl-net-dns))) + (home-page "https://metacpan.org/release/LWPx-ParanoidAgent") + (synopsis "Security enhanced subclass of LWP::UserAgent") + (description "@code{LWPx::ParanoidAgent} is a class subclassing +@code{LWP::UserAgent} but paranoid against attackers. Its purpose is +to vet requests for a remote resource on behalf of a possibly +malicious user. The class can do the same as @code{LWP::UserAgent}, +except that proxy support has been removed. Support for URI schemes +is limited to http and https.") + (license license:perl-license))) + (define-public perl-net-amazon-s3 (package (name "perl-net-amazon-s3") -- cgit v1.2.3 2763b8a163d2f63'>gnu/packages/mpd.scm
AgeCommit message (Expand)Author
2018-03-21gnu: mpd: Update to 0.20.18....Leo Famulari
2018-02-22gnu: mpd-mpc: Update to 0.29....Leo Famulari
2018-02-22gnu: mpd: Update to 0.20.17....Leo Famulari
2018-02-22gnu: libmpdclient: Update to 2.14....Leo Famulari
2018-02-16gnu: Use HTTPS for supported nongnu.org home pages....Tobias Geerinckx-Rice
2018-01-22gnu: mpd: Update to 0.20.15....Leo Famulari
2018-01-13gnu: mpd: Remove (gnu packages gcc) import....Tobias Geerinckx-Rice
2018-01-13gnu: mpd: Use HTTPS for musicpd.org home pages....Tobias Geerinckx-Rice
2018-01-13gnu: mpdscribble: Update home page....Tobias Geerinckx-Rice
2018-01-13gnu: libmpdclient: Update to 2.13....Tobias Geerinckx-Rice
2017-12-19gnu: mpd: Update to 0.20.13....Leo Famulari
2017-12-07gnu: mpd: Update to 0.20.12....Leo Famulari
2017-11-17gnu: Move testing packages from python.scm to check.scm....Ricardo Wurmus
2017-10-31gnu: ncmpcpp: Update to 0.8.1....Leo Famulari
2017-10-30gnu: mpd: Update to 0.20.11....Leo Famulari
2017-09-04gnu: mpd: Update to 0.20.10....Leo Famulari
2017-07-10gnu: ncmpcpp: Update to 0.8....Leo Famulari
2017-06-21gnu: mpd: Build with the default GCC....Leo Famulari
2017-06-17gnu: mpd: Update to 0.20.9....Leo Famulari
2017-04-14gnu: ncmpc: Update to 0.27....Leo Famulari
2017-04-14gnu: libmpdclient: Update to 2.11....Leo Famulari
2017-03-19gnu: mpd: Update to 0.20.6....Leo Famulari
2017-02-12gnu: mpd: Update to 0.20.4....Leo Famulari
2016-12-29gnu: mpd: Install systemd service files....Leo Famulari
2016-12-29gnu: mpd: Update to 0.19.21....Leo Famulari
2016-11-25Merge branch 'master' into python-build-systemLeo Famulari
2016-11-21gnu: packages: Use gettext-minimal....Alex Kost
2016-11-16gnu: ncmpcpp: Update to 0.7.7....Leo Famulari
2016-11-15gnu: Remove python-setuptools and python2-setuptools from inputs (part 4a)...Hartmut Goebel
2016-09-16doc: "filesystem" -> "file system"...John Darrington
2016-09-11gnu: mpd: Remove unused glib-or-gtk-build-system module....Leo Famulari
2016-09-11gnu: Add sonata...Christopher Baines
2016-08-24gnu: ncmpc: Update to 0.25....Leo Famulari
2016-08-24gnu: mpd-mpc: Update to 0.28....Leo Famulari
2016-08-24gnu: mpd: Update to 0.19.19....Leo Famulari
2016-08-24gnu: ncmpcpp: Update to 0.7.5....Leo Famulari