update the documentation of --tlsv1.0 in curl(1) man page
This commit is contained in:
parent
800bb58ef3
commit
2346b66a23
28
0002-curl-7.61.1-tlsv1.0-man.patch
Normal file
28
0002-curl-7.61.1-tlsv1.0-man.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From c574e05b0035f0d78e6bf6040d3f80430112ab4f Mon Sep 17 00:00:00 2001
|
||||||
|
From: Kamil Dudka <kdudka@redhat.com>
|
||||||
|
Date: Fri, 7 Sep 2018 16:50:45 +0200
|
||||||
|
Subject: [PATCH] docs/cmdline-opts: update the documentation of --tlsv1.0
|
||||||
|
|
||||||
|
... to reflect the changes in 6015cefb1b2cfde4b4850121c42405275e5e77d9
|
||||||
|
|
||||||
|
Closes #2955
|
||||||
|
|
||||||
|
Upstream-commit: 9ba22ce6b52751ed1e2abdd177b0a1d241819b4e
|
||||||
|
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
|
||||||
|
---
|
||||||
|
docs/cmdline-opts/tlsv1.0.d | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/docs/cmdline-opts/tlsv1.0.d b/docs/cmdline-opts/tlsv1.0.d
|
||||||
|
index 8789025e0..54e259682 100644
|
||||||
|
--- a/docs/cmdline-opts/tlsv1.0.d
|
||||||
|
+++ b/docs/cmdline-opts/tlsv1.0.d
|
||||||
|
@@ -3,4 +3,4 @@ Help: Use TLSv1.0
|
||||||
|
Protocols: TLS
|
||||||
|
Added: 7.34.0
|
||||||
|
---
|
||||||
|
-Forces curl to use TLS version 1.0 when connecting to a remote TLS server.
|
||||||
|
+Forces curl to use TLS version 1.0 or later when connecting to a remote TLS server.
|
||||||
|
--
|
||||||
|
2.17.1
|
||||||
|
|
12
curl.spec
12
curl.spec
@ -1,13 +1,16 @@
|
|||||||
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)
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.61.1
|
Version: 7.61.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Source: https://curl.haxx.se/download/%{name}-%{version}.tar.xz
|
Source: https://curl.haxx.se/download/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# test320: update expected output for gnutls-3.6.4
|
# test320: update expected output for gnutls-3.6.4
|
||||||
Patch1: 0001-curl-7.61.1-test320-gnutls.patch
|
Patch1: 0001-curl-7.61.1-test320-gnutls.patch
|
||||||
|
|
||||||
|
# update the documentation of --tlsv1.0 in curl(1) man page
|
||||||
|
Patch2: 0002-curl-7.61.1-tlsv1.0-man.patch
|
||||||
|
|
||||||
# patch making libcurl multilib ready
|
# patch making libcurl multilib ready
|
||||||
Patch101: 0101-curl-7.32.0-multilib.patch
|
Patch101: 0101-curl-7.32.0-multilib.patch
|
||||||
|
|
||||||
@ -45,6 +48,9 @@ BuildRequires: sed
|
|||||||
BuildRequires: stunnel
|
BuildRequires: stunnel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
|
# needed to compress content of tool_hugehelp.c after changing curl.1 man page
|
||||||
|
BuildRequires: perl(IO::Compress::Gzip)
|
||||||
|
|
||||||
# gnutls-serv is used by the upstream test-suite
|
# gnutls-serv is used by the upstream test-suite
|
||||||
BuildRequires: gnutls-utils
|
BuildRequires: gnutls-utils
|
||||||
|
|
||||||
@ -164,6 +170,7 @@ be installed.
|
|||||||
|
|
||||||
# upstream patches
|
# upstream patches
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
# Fedora patches
|
# Fedora patches
|
||||||
%patch101 -p1
|
%patch101 -p1
|
||||||
@ -330,6 +337,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
|
|||||||
%{_libdir}/libcurl.so.4.[0-9].[0-9].minimal
|
%{_libdir}/libcurl.so.4.[0-9].[0-9].minimal
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 11 2018 Kamil Dudka <kdudka@redhat.com> - 7.61.1-3
|
||||||
|
- update the documentation of --tlsv1.0 in curl(1) man page
|
||||||
|
|
||||||
* Thu Oct 04 2018 Kamil Dudka <kdudka@redhat.com> - 7.61.1-2
|
* Thu Oct 04 2018 Kamil Dudka <kdudka@redhat.com> - 7.61.1-2
|
||||||
- enforce versioned libpsl dependency for libcurl (#1631804)
|
- enforce versioned libpsl dependency for libcurl (#1631804)
|
||||||
- test320: update expected output for gnutls-3.6.4
|
- test320: update expected output for gnutls-3.6.4
|
||||||
|
Loading…
Reference in New Issue
Block a user