|
@@ -7,7 +7,7 @@
|
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
|
Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
|
|
Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
|
|
Name: curl
|
|
Name: curl
|
|
-Version: 7.65.3
|
|
|
|
|
|
+Version: 7.66.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
License: MIT
|
|
License: MIT
|
|
@@ -15,9 +15,6 @@ Group: Applications/Internet
|
|
URL: http://curl.haxx.se/
|
|
URL: http://curl.haxx.se/
|
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.xz
|
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.xz
|
|
|
|
|
|
-# improve handling of gss_init_sec_context() failures
|
|
|
|
-Patch1: 0001-curl-7.65.3-negotiate-fails.patch
|
|
|
|
-
|
|
|
|
# avoid reporting spurious error in the HTTP2 framing layer (#1690971)
|
|
# avoid reporting spurious error in the HTTP2 framing layer (#1690971)
|
|
Patch2: 0002-curl-7.65.3-h2-framing-layer-error.patch
|
|
Patch2: 0002-curl-7.65.3-h2-framing-layer-error.patch
|
|
|
|
|
|
@@ -106,8 +103,6 @@ use cURL's capabilities internally.
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
# upstream patches
|
|
# upstream patches
|
|
-%patch1 -p1
|
|
|
|
-%patch2 -p1
|
|
|
|
|
|
|
|
# Fedora patches
|
|
# Fedora patches
|
|
%patch101 -p1
|
|
%patch101 -p1
|
|
@@ -212,6 +207,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Sep 21 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.66.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped Patch1 and 2: fixed in upstream.
|
|
|
|
+
|
|
* Thu Aug 29 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.65.3-1
|
|
* Thu Aug 29 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.65.3-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- updated patches.
|
|
- updated patches.
|