test320: update expected output for gnutls-3.6.4
This commit is contained in:
parent
ece57c4aa4
commit
84125cbefe
63
0001-curl-7.61.1-test320-gnutls.patch
Normal file
63
0001-curl-7.61.1-test320-gnutls.patch
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
From 3cd5b375e31fb98e4782dc3a77e7316ad9eb26cf Mon Sep 17 00:00:00 2001
|
||||||
|
From: Daniel Stenberg <daniel@haxx.se>
|
||||||
|
Date: Thu, 4 Oct 2018 15:34:13 +0200
|
||||||
|
Subject: [PATCH] test320: strip out more HTML when comparing
|
||||||
|
|
||||||
|
To make the test case work with different gnutls-serv versions better.
|
||||||
|
|
||||||
|
Reported-by: Kamil Dudka
|
||||||
|
Fixes #3093
|
||||||
|
Closes #3094
|
||||||
|
|
||||||
|
Upstream-commit: 94ad57b0246b5658c2a9139dbe6a80efa4c4e2f3
|
||||||
|
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
|
||||||
|
---
|
||||||
|
tests/data/test320 | 24 ++++--------------------
|
||||||
|
1 file changed, 4 insertions(+), 20 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/tests/data/test320 b/tests/data/test320
|
||||||
|
index 457a11eb2..87311d4f2 100644
|
||||||
|
--- a/tests/data/test320
|
||||||
|
+++ b/tests/data/test320
|
||||||
|
@@ -62,34 +62,18 @@ simple TLS-SRP HTTPS GET, check user in response
|
||||||
|
HTTP/1.0 200 OK
|
||||||
|
Content-type: text/html
|
||||||
|
|
||||||
|
-
|
||||||
|
-<HTML><BODY>
|
||||||
|
-<CENTER><H1>This is <a href="http://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER>
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-<h5>If your browser supports session resuming, then you should see the same session ID, when you press the <b>reload</b> button.</h5>
|
||||||
|
-<p>Connected as user 'jsmith'.</p>
|
||||||
|
-<P>
|
||||||
|
-<TABLE border=1><TR><TD></TD></TR>
|
||||||
|
-<TR><TD>Key Exchange:</TD><TD>SRP</TD></TR>
|
||||||
|
-<TR><TD>Compression</TD><TD>NULL</TD></TR>
|
||||||
|
-<TR><TD>Cipher</TD><TD>AES-NNN-CBC</TD></TR>
|
||||||
|
-<TR><TD>MAC</TD><TD>SHA1</TD></TR>
|
||||||
|
-<TR><TD>Ciphersuite</TD><TD>SRP_SHA_AES_NNN_CBC_SHA1</TD></TR></p></TABLE>
|
||||||
|
-<hr><P>Your HTTP header was:<PRE>Host: %HOSTIP:%HTTPTLSPORT
|
||||||
|
+FINE
|
||||||
|
User-Agent: curl-test-suite
|
||||||
|
Accept: */*
|
||||||
|
|
||||||
|
-</PRE></P>
|
||||||
|
-</BODY></HTML>
|
||||||
|
-
|
||||||
|
</file>
|
||||||
|
<stripfile>
|
||||||
|
-s/^<p>Session ID:.*//
|
||||||
|
+s/^<p>Connected as user 'jsmith'.*/FINE/
|
||||||
|
s/Protocol version:.*[0-9]//
|
||||||
|
s/GNUTLS/GnuTLS/
|
||||||
|
s/(AES[-_])\d\d\d([-_]CBC)/$1NNN$2/
|
||||||
|
+s/^<.*\n//
|
||||||
|
+s/^\n//
|
||||||
|
</stripfile>
|
||||||
|
</verify>
|
||||||
|
|
||||||
|
--
|
||||||
|
2.17.1
|
||||||
|
|
@ -5,6 +5,9 @@ Release: 2%{?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
|
||||||
|
Patch1: 0001-curl-7.61.1-test320-gnutls.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
|
||||||
|
|
||||||
@ -155,6 +158,7 @@ be installed.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
# upstream patches
|
# upstream patches
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
# Fedora patches
|
# Fedora patches
|
||||||
%patch101 -p1
|
%patch101 -p1
|
||||||
@ -322,6 +326,7 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* 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
|
||||||
|
- test320: update expected output for gnutls-3.6.4
|
||||||
- drop 0105-curl-7.61.0-tests-ssh-keygen.patch no longer needed (#1622594)
|
- drop 0105-curl-7.61.0-tests-ssh-keygen.patch no longer needed (#1622594)
|
||||||
|
|
||||||
* Wed Sep 05 2018 Kamil Dudka <kdudka@redhat.com> - 7.61.1-1
|
* Wed Sep 05 2018 Kamil Dudka <kdudka@redhat.com> - 7.61.1-1
|
||||||
|
Loading…
Reference in New Issue
Block a user