diff options
author | Marius Bakke <marius@gnu.org> | 2020-12-20 17:16:39 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-12-20 17:20:20 +0100 |
commit | 2191d88d1b6995402392566bbe59427cc55776a0 (patch) | |
tree | 23c7745332153ea050a71a07a39de3a210d704fe /gnu/packages/web.scm | |
parent | 7405593222177214fc93dd9752140d19c8d21744 (diff) |
gnu: perl-io-socket-ssl: Update to 2.068.
* gnu/packages/patches/perl-io-socket-ssl-openssl-1.0.2f-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.068.
[source](patches): Remove.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index e072f56eed..aa66ba4b82 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3669,16 +3669,14 @@ and IPv6 sockets, intended as a replacement for IO::Socket::INET.") (define-public perl-io-socket-ssl (package (name "perl-io-socket-ssl") - (version "2.066") + (version "2.068") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/S/SU/SULLR/" "IO-Socket-SSL-" version ".tar.gz")) (sha256 (base32 - "1kgbws7dwp2hh16qid7169dfkhmcwg7dz9ffbm6k0id5h53hciqd")) - (patches (search-patches - "perl-io-socket-ssl-openssl-1.0.2f-fix.patch")))) + "1ycgzg1l7p07y5wc0vzgnj122vm51p5aqpi4s56pp0piaq0gq824")))) (build-system perl-build-system) (propagated-inputs `(("perl-net-ssleay" ,perl-net-ssleay) |