forked from pool/perl-AnyEvent-HTTP
		
	Accepting request 798659 from devel:languages:perl:autoupdate
- updated to 2.25 see /usr/share/doc/packages/perl-AnyEvent-HTTP/Changes TODO: cookie_jar_extract should refuse when host is an ip literal TODO: cookie_jar_et_cookie should reject cookies not matching their down server domain TODO: cookie prefixes? https://tools.ietf.org/html/draft-ietf-httpbis-cookie-prefixes-00 TODO: default rbuf_max limit for header-reading, chunk header reading etc. 2.25 - fix incorrectly sending proxy requests to origin servers when reusing proxy connections (analyzed and testcase by Ivan Robert). - the sessionid parameter was documented as session in random places - fix docs and keep using sessionid in the code as before. - fix cookie format documentation. OBS-URL: https://build.opensuse.org/request/show/798659 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent-HTTP?expand=0&rev=22
This commit is contained in:
		@@ -1,3 +0,0 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:0358a542baa45403d81c0a70e43e79c044ddfa1371161d043f002acef63121dd
 | 
			
		||||
size 31399
 | 
			
		||||
							
								
								
									
										3
									
								
								AnyEvent-HTTP-2.25.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								AnyEvent-HTTP-2.25.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:5cfa53416124176f6f4cd32b00ea8ca79a2d5df51258683989cd04fe86e25013
 | 
			
		||||
size 28514
 | 
			
		||||
@@ -1,3 +1,21 @@
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Tue Apr 28 03:07:21 UTC 2020 -  <timueller+perl@suse.de>
 | 
			
		||||
 | 
			
		||||
- updated to 2.25
 | 
			
		||||
   see /usr/share/doc/packages/perl-AnyEvent-HTTP/Changes
 | 
			
		||||
 | 
			
		||||
  TODO: cookie_jar_extract should refuse when host is an ip literal
 | 
			
		||||
  TODO: cookie_jar_et_cookie should reject cookies not matching their down server domain
 | 
			
		||||
  TODO: cookie prefixes? https://tools.ietf.org/html/draft-ietf-httpbis-cookie-prefixes-00
 | 
			
		||||
  TODO: default rbuf_max limit for header-reading, chunk header reading etc.
 | 
			
		||||
  
 | 
			
		||||
  2.25 Mon Apr 27 14:11:40 CEST 2020
 | 
			
		||||
  	- fix incorrectly sending proxy requests to origin servers
 | 
			
		||||
            when reusing proxy connections (analyzed and testcase by Ivan Robert).
 | 
			
		||||
  	- the sessionid parameter was documented as session in random
 | 
			
		||||
            places - fix docs and keep using sessionid in the code as before.
 | 
			
		||||
  	- fix cookie format documentation.
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Fri Aug 31 05:01:49 UTC 2018 - coolo@suse.com
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
#
 | 
			
		||||
# spec file for package perl-AnyEvent-HTTP
 | 
			
		||||
#
 | 
			
		||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 | 
			
		||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 | 
			
		||||
#
 | 
			
		||||
# All modifications and additions to the file contributed by third parties
 | 
			
		||||
# remain the property of their copyright owners, unless otherwise agreed
 | 
			
		||||
@@ -12,18 +12,18 @@
 | 
			
		||||
# license that conforms to the Open Source Definition (Version 1.9)
 | 
			
		||||
# published by the Open Source Initiative.
 | 
			
		||||
 | 
			
		||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
 | 
			
		||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Name:           perl-AnyEvent-HTTP
 | 
			
		||||
Version:        2.24
 | 
			
		||||
Version:        2.25
 | 
			
		||||
Release:        0
 | 
			
		||||
%define cpan_name AnyEvent-HTTP
 | 
			
		||||
Summary:        Simple but Non-Blocking Http/Https Client
 | 
			
		||||
Summary:        Simple but non-blocking HTTP/HTTPS client
 | 
			
		||||
License:        Artistic-1.0 OR GPL-1.0-or-later
 | 
			
		||||
Group:          Development/Libraries/Perl
 | 
			
		||||
Url:            http://search.cpan.org/dist/AnyEvent-HTTP/
 | 
			
		||||
Url:            https://metacpan.org/release/%{cpan_name}
 | 
			
		||||
Source0:        https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz
 | 
			
		||||
Source1:        cpanspec.yml
 | 
			
		||||
BuildArch:      noarch
 | 
			
		||||
@@ -60,11 +60,11 @@ support.
 | 
			
		||||
%setup -q -n %{cpan_name}-%{version}
 | 
			
		||||
 | 
			
		||||
%build
 | 
			
		||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
 | 
			
		||||
%{__make} %{?_smp_mflags}
 | 
			
		||||
perl Makefile.PL INSTALLDIRS=vendor
 | 
			
		||||
make %{?_smp_mflags}
 | 
			
		||||
 | 
			
		||||
%check
 | 
			
		||||
%{__make} test
 | 
			
		||||
make test
 | 
			
		||||
 | 
			
		||||
%install
 | 
			
		||||
%perl_make_install
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user