Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/files/
Date: Sat, 18 Sep 2021 04:23:01
Message-Id: 1631938959.bc195c961bbf981a8368f108fa33ae38e4a9e1e8.sam@gentoo
1 commit: bc195c961bbf981a8368f108fa33ae38e4a9e1e8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 04:21:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 04:22:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc195c96
7
8 net-misc/curl: drop test case for response code
9
10 Fails for now, but keeping an eye upstream.
11
12 Bug: https://bugs.gentoo.org/813270
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 .../curl-7.79.0-http-3digit-response-code.patch | 60 ----------------------
16 1 file changed, 60 deletions(-)
17
18 diff --git a/net-misc/curl/files/curl-7.79.0-http-3digit-response-code.patch b/net-misc/curl/files/curl-7.79.0-http-3digit-response-code.patch
19 index 1da4cebd4aa..4fa70113265 100644
20 --- a/net-misc/curl/files/curl-7.79.0-http-3digit-response-code.patch
21 +++ b/net-misc/curl/files/curl-7.79.0-http-3digit-response-code.patch
22 @@ -45,63 +45,3 @@ Closes #7739
23 httpversion += 10 * httpversion_major;
24 switch(httpversion) {
25 case 10:
26 ---- a/tests/data/Makefile.inc
27 -+++ b/tests/data/Makefile.inc
28 -@@ -182,7 +182,7 @@ test1432 test1433 test1434 test1435 test1436 test1437 test1438 test1439 \
29 - test1440 test1441 test1442 test1443 test1444 test1445 test1446 test1447 \
30 - test1448 test1449 test1450 test1451 test1452 test1453 test1454 test1455 \
31 - test1456 test1457 test1458 test1459 test1460 test1461 test1462 test1463 \
32 --test1464 test1465 \
33 -+test1464 test1465 test1466 \
34 - \
35 - test1500 test1501 test1502 test1503 test1504 test1505 test1506 test1507 \
36 - test1508 test1509 test1510 test1511 test1512 test1513 test1514 test1515 \
37 ---- /dev/null
38 -+++ b/tests/data/test1466
39 -@@ -0,0 +1,45 @@
40 -+<testcase>
41 -+<info>
42 -+<keywords>
43 -+HTTP
44 -+HTTP GET
45 -+</keywords>
46 -+</info>
47 -+
48 -+<reply>
49 -+<data>
50 -+HTTP/1.1 405 405
51 -+Content-Length: 6
52 -+Connection: close
53 -+
54 -+-foo-
55 -+</data>
56 -+</reply>
57 -+
58 -+#
59 -+# Client-side
60 -+<client>
61 -+<server>
62 -+http
63 -+</server>
64 -+
65 -+<name>
66 -+HTTP GET with 3-digit response and only digits in reason
67 -+ </name>
68 -+ <command>
69 -+http://%HOSTIP:%HTTPPORT/%TESTNUMBER
70 -+</command>
71 -+</client>
72 -+
73 -+#
74 -+# Verify data after the test has been "shot"
75 -+<verify>
76 -+<protocol>
77 -+GET /%TESTNUMBER HTTP/1.1
78 -+Host: %HOSTIP:%HTTPPORT
79 -+User-Agent: curl/%VERSION
80 -+Accept: */*
81 -+
82 -+</protocol>
83 -+</verify>
84 -+</testcase>
85 -