From a23bbbdc87c7a2ca29b6ffae3580e19756cf3716db58753fd5c738f0d5a5f002 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 30 May 2023 09:24:37 +0000 Subject: [PATCH] Accepting request 1089769 from home:pmonrealgonzalez:branches:devel:libraries:c_c++ - Update to 8.1.2: * Bugfixes: - configure: quote the assignments for run-compiler - configure: without pkg-config and no custom path, use -lnghttp2 - curl: cache the --trace-time value for a second - http2: fix EOF handling on uploads with auth negotiation - http3: send EOF indicator early as possible - lib1560: verify more scheme guessing - lib: remove unused functions, make single-use static - libcurl.m4: remove trailing 'dnl' that causes this to break autoconf - libssh: when keyboard-interactive auth fails, try password - misc: fix spelling mistakes - page-header: mention curl version and how to figure out current release - page-header: minor wording polish in the URL segment - scripts/singleuse.pl: add more API calls - urlapi: remove superfluous host name check OBS-URL: https://build.opensuse.org/request/show/1089769 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=338 --- curl-8.1.1.tar.xz | 3 --- curl-8.1.1.tar.xz.asc | 11 ----------- curl-8.1.2.tar.xz | 3 +++ curl-8.1.2.tar.xz.asc | 11 +++++++++++ curl.changes | 20 ++++++++++++++++++++ curl.spec | 2 +- 6 files changed, 35 insertions(+), 15 deletions(-) delete mode 100644 curl-8.1.1.tar.xz delete mode 100644 curl-8.1.1.tar.xz.asc create mode 100644 curl-8.1.2.tar.xz create mode 100644 curl-8.1.2.tar.xz.asc diff --git a/curl-8.1.1.tar.xz b/curl-8.1.1.tar.xz deleted file mode 100644 index f1a7c9a..0000000 --- a/curl-8.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08a948e061929645597c1ef7194e07b308b22084ff03fa7400b465e6c05149e5 -size 2613348 diff --git a/curl-8.1.1.tar.xz.asc b/curl-8.1.1.tar.xz.asc deleted file mode 100644 index d7a5c0c..0000000 --- a/curl-8.1.1.tar.xz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAmRsWaUACgkQXMkI/bce -EsJeaAf/b3Ff+AB1UlflL05RYMl9RwiMEhSqAlm9yY7RQHUuvtAgkoI4HvDAlRbJ -FKDVHBpR/kD1B8Ct6DtFsPIsK4zNwXW6OC4mLuwuwZqjhpinhNCSa724vds2Fubd -eEbHH24Gigx3SE9TOHuJEWSIAhRrAoHyUWdOCHsGOcZ52HO4rsUq9Q/y7tZp3pY4 -deWxC9O0Tytm44OoMQwnR49ln/Si4IeZocq26G8POtl3Wzqad4NEiv1V/dTG4iiO -okq2uXX+zGgvmkoo1MgONCBLGg9r51Tahhqd802E60wILauMFFLj8XrPxvpEAb7j -/b/6dAQAwCN8sUa9rohgkOdqDXAgaQ== -=ZjKH ------END PGP SIGNATURE----- diff --git a/curl-8.1.2.tar.xz b/curl-8.1.2.tar.xz new file mode 100644 index 0000000..31663b9 --- /dev/null +++ b/curl-8.1.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b1118eb8bfd43cd95d9a3f146f814ff874f6ed3999b29d94f4d1e7dbac5ef6 +size 2612652 diff --git a/curl-8.1.2.tar.xz.asc b/curl-8.1.2.tar.xz.asc new file mode 100644 index 0000000..6567ed5 --- /dev/null +++ b/curl-8.1.2.tar.xz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAmR1lPcACgkQXMkI/bce +EsJGYwgAiXV3rNFy+en5GoRNCagvnVaC4ngY9lOPpqHu9piNfd4JjGowqj0mkAiq +iNvr020y1xcS7XvLwRviTjSit7pE+5EKhDZDsz1HeHjV7MQapSx5yjvLo6Wvi1UF +81CSgXvgAa+hMlxvk6AMZqLK5uVTO4UhFONr+hm3Asv/yN3U+NJ4XsEa0dn8HTnc +NzICrr2WzjlGCLn8NfLtVXgjydYcVaRCWPkyW/YgJghVV3LZwr0MA79pcwaOixhv +C34xZ3ABboJDGrQlqLXBolG9mIZGj1i3brwerGbtA41Z3KSO1QoV/PSnhJuinAiR +5cuw0QDKYu51p12B8HroFo0TT7/8Mw== +=BHtS +-----END PGP SIGNATURE----- diff --git a/curl.changes b/curl.changes index abf5b11..be595c0 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue May 30 09:08:35 UTC 2023 - Pedro Monreal + +- Update to 8.1.2: + * Bugfixes: + - configure: quote the assignments for run-compiler + - configure: without pkg-config and no custom path, use -lnghttp2 + - curl: cache the --trace-time value for a second + - http2: fix EOF handling on uploads with auth negotiation + - http3: send EOF indicator early as possible + - lib1560: verify more scheme guessing + - lib: remove unused functions, make single-use static + - libcurl.m4: remove trailing 'dnl' that causes this to break autoconf + - libssh: when keyboard-interactive auth fails, try password + - misc: fix spelling mistakes + - page-header: mention curl version and how to figure out current release + - page-header: minor wording polish in the URL segment + - scripts/singleuse.pl: add more API calls + - urlapi: remove superfluous host name check + ------------------------------------------------------------------- Tue May 23 10:14:39 UTC 2023 - Pedro Monreal diff --git a/curl.spec b/curl.spec index 0e4c29a..c20df02 100644 --- a/curl.spec +++ b/curl.spec @@ -21,7 +21,7 @@ # need ssl always for python-pycurl %bcond_without openssl Name: curl -Version: 8.1.1 +Version: 8.1.2 Release: 0 Summary: A Tool for Transferring Data from URLs License: curl