Codebase list libfurl-perl / fresh-snapshots/main
Refresh patches. Debian Janitor 1 year, 6 months ago
3 changed file(s) with 32 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
22 Last-Update: 2017-10-01
33 ---
44 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
5 --- a/t/100_low/07_timeout.t
6 +++ b/t/100_low/07_timeout.t
7 @@ -73,7 +73,7 @@
5 Index: libfurl-perl.git/t/100_low/07_timeout.t
6 ===================================================================
7 --- libfurl-perl.git.orig/t/100_low/07_timeout.t
8 +++ libfurl-perl.git/t/100_low/07_timeout.t
9 @@ -73,7 +73,7 @@ test_tcp(
810 $content_size_mb *= 2;
911 }
1012 is $code, 500, "request()/$_";
22 Last-Update: 2017-10-01
33 ---
44 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
5 --- a/t/100_low/08_proxy.t
6 +++ b/t/100_low/08_proxy.t
7 @@ -104,6 +104,7 @@
5 Index: libfurl-perl.git/t/100_low/08_proxy.t
6 ===================================================================
7 --- libfurl-perl.git.orig/t/100_low/08_proxy.t
8 +++ libfurl-perl.git/t/100_low/08_proxy.t
9 @@ -119,6 +119,7 @@ sub test_agent () {
810 }
911
1012 local $ENV{'HTTP_PROXY'} = '';
1214
1315 # Request target with non-default port
1416
15 --- a/t/100_low/32_proxy_auth.t
16 +++ b/t/100_low/32_proxy_auth.t
17 @@ -23,6 +23,7 @@
17 Index: libfurl-perl.git/t/100_low/32_proxy_auth.t
18 ===================================================================
19 --- libfurl-perl.git.orig/t/100_low/32_proxy_auth.t
20 +++ libfurl-perl.git/t/100_low/32_proxy_auth.t
21 @@ -39,6 +39,7 @@ my $verbose = 1;
1822 my $via = "VIA!VIA!VIA!";
1923
2024 local $ENV{'HTTP_PROXY'} = '';
1515 Last-Update: 2019-03-21
1616 Bug: https://github.com/tokuhirom/Furl/pull/116
1717
18 --- a/t/100_low/08_proxy.t
19 +++ b/t/100_low/08_proxy.t
20 @@ -120,7 +120,7 @@
18 Index: libfurl-perl.git/t/100_low/08_proxy.t
19 ===================================================================
20 --- libfurl-perl.git.orig/t/100_low/08_proxy.t
21 +++ libfurl-perl.git/t/100_low/08_proxy.t
22 @@ -135,7 +135,7 @@ test_tcp(
2123 },
2224 server => sub { # proxy server
2325 my $proxy_port = shift;
2628 $proxy->agent(test_agent);
2729 $proxy->start();
2830 },
29 @@ -140,7 +140,7 @@
31 @@ -155,7 +155,7 @@ test_tcp(
3032 },
3133 server => sub { # proxy server
3234 my $proxy_port = shift;
3537 $proxy->agent(test_agent);
3638 $proxy->agent->real_httpd_port($httpd->port);
3739 $proxy->start();
38 @@ -183,7 +183,7 @@
40 @@ -198,7 +198,7 @@ test_tcp(
3941 },
4042 server => sub { # proxy server
4143 my $proxy_port = shift;
4446 $proxy->start();
4547 },
4648 );
47 --- a/t/100_low/18_no_proxy.t
48 +++ b/t/100_low/18_no_proxy.t
49 @@ -70,7 +70,7 @@
49 Index: libfurl-perl.git/t/100_low/18_no_proxy.t
50 ===================================================================
51 --- libfurl-perl.git.orig/t/100_low/18_no_proxy.t
52 +++ libfurl-perl.git/t/100_low/18_no_proxy.t
53 @@ -86,7 +86,7 @@ test_tcp(
5054 },
5155 server => sub { # proxy server
5256 my $proxy_port = shift;
5559 $proxy->start();
5660 },
5761 );
58 --- a/t/100_low/32_proxy_auth.t
59 +++ b/t/100_low/32_proxy_auth.t
60 @@ -79,7 +79,7 @@
62 Index: libfurl-perl.git/t/100_low/32_proxy_auth.t
63 ===================================================================
64 --- libfurl-perl.git.orig/t/100_low/32_proxy_auth.t
65 +++ libfurl-perl.git/t/100_low/32_proxy_auth.t
66 @@ -95,7 +95,7 @@ test_tcp(
6167 },
6268 server => sub { # proxy server
6369 my $proxy_port = shift;