From acc7ff54e6ce46915a60d7fe7e53a17cd591f4422996470a94c482bf45d58e13 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Wed, 17 May 2023 11:31:06 +0000 Subject: [PATCH] Accepting request 1087532 from home:david.anes:branches:devel:libraries:c_c++ - Update to 8.1.0: * Changes: - curl: add --proxy-http2 - CURLPROXY_HTTPS2: for HTTPS proxy that may speak HTTP/2 - hostip: refuse to resolve the .onion TLD - tool_writeout: add URL component variables * Bugfixes: - Many bugfixes. See full changelog here: https://curl.se/changes.html#8_1_0 OBS-URL: https://build.opensuse.org/request/show/1087532 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=333 --- curl-8.0.1.tar.xz | 3 --- curl-8.1.0.tar.xz | 3 +++ curl-8.1.0.tar.xz.asc | 11 +++++++++++ curl.changes | 12 ++++++++++++ curl.spec | 2 +- 5 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 curl-8.0.1.tar.xz create mode 100644 curl-8.1.0.tar.xz create mode 100644 curl-8.1.0.tar.xz.asc diff --git a/curl-8.0.1.tar.xz b/curl-8.0.1.tar.xz deleted file mode 100644 index f9a29ad..0000000 --- a/curl-8.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a381cd82f4d00a9a334438b8ca239afea5bfefcfa9a1025f2bf118e79e0b5f0 -size 2575544 diff --git a/curl-8.1.0.tar.xz b/curl-8.1.0.tar.xz new file mode 100644 index 0000000..9ca60a9 --- /dev/null +++ b/curl-8.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd80ad4f07187015911216ee7185b90d285ac5162aed1bded144f9f93232a3c +size 2612568 diff --git a/curl-8.1.0.tar.xz.asc b/curl-8.1.0.tar.xz.asc new file mode 100644 index 0000000..b1f0dd1 --- /dev/null +++ b/curl-8.1.0.tar.xz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAmRkb2YACgkQXMkI/bce +EsIbNQgAo0VwmDj8VDpSRtjM+dHQ/9CO7MrK9IHT4PyQENrq8SkrX8bbrVaKoqs3 +NUhcqnE2AZugjpUg3Az7LjZcPKt/5wjS1TmFAJ5es+PM89F67icCgW1vy50gjrM1 +YlhgFMcCURBGu0w4D3CQyKlMuUoeaThcPiq6gkF+52NN1Z7z3S3O5qLPkDr34ALU +2i4hEvIC1TjU/aFrocjICWcp3GAVtOFTN56JBEF/uhBePH7jMCz35WzlxzZ/KYVs +qdjvP9fEa/PfeNDOkabXFxmz5pOaTfrnODvF32lk6lrOfAZa83QFN0s47iCS6NBR +/5U6lZXAL3frmCEfLyft1Rql139wtg== +=if2A +-----END PGP SIGNATURE----- diff --git a/curl.changes b/curl.changes index 902b4c1..fa36919 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 17 08:13:32 UTC 2023 - David Anes + +- Update to 8.1.0: + * Changes: + - curl: add --proxy-http2 + - CURLPROXY_HTTPS2: for HTTPS proxy that may speak HTTP/2 + - hostip: refuse to resolve the .onion TLD + - tool_writeout: add URL component variables + * Bugfixes: + - Many bugfixes. See full changelog here: https://curl.se/changes.html#8_1_0 + ------------------------------------------------------------------- Tue Mar 21 08:44:52 UTC 2023 - Pedro Monreal diff --git a/curl.spec b/curl.spec index c540108..e7ee106 100644 --- a/curl.spec +++ b/curl.spec @@ -21,7 +21,7 @@ # need ssl always for python-pycurl %bcond_without openssl Name: curl -Version: 8.0.1 +Version: 8.1.0 Release: 0 Summary: A Tool for Transferring Data from URLs License: curl