forked from pool/perl-HTTP-Body
Compare commits
14 Commits
fb148fa04d
...
8644939b07
Author | SHA256 | Date | |
---|---|---|---|
8644939b07 | |||
f4820d8939 | |||
3a4ce9afc2 | |||
|
74a2e2d8c7 | ||
|
49f5c97861 | ||
|
272ad6dc08 | ||
|
d1c2ea0217 | ||
|
2cfed00dc7 | ||
|
286d6a14ba | ||
|
370a3cdb1d | ||
|
353ec205f4 | ||
|
e164c3c0c2 | ||
|
90225d809a | ||
|
d683080e86 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc2b67750d186e6fc9bf98354b972b644300a06af88fdbe0e0291dbc853c839a
|
||||
size 24010
|
3
HTTP-Body-1.23.tar.gz
Normal file
3
HTTP-Body-1.23.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ece981f4161635a2fba6215d0257195e538c4f234384530501dfdb6a1bd8d636
|
||||
size 26980
|
@@ -1,7 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 31 03:06:43 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.23
|
||||
see /usr/share/doc/packages/perl-HTTP-Body/Changes
|
||||
|
||||
1.23 2024-03-30 04:27:56+01:00 Europe/Berlin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 13:13:02 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.22
|
||||
1.22 2015-01-29 04:51:51+01:00 Europe/Berlin
|
||||
- Fix for the fix..... don't ask
|
||||
|
||||
1.21 2015-01-29 04:48:58+01:00 Europe/Berlin
|
||||
- Fix for failing test if Plack is not installed
|
||||
|
||||
1.20 2015-01-28 16:20:59+01:00 Europe/Berlin
|
||||
-new method 'part_data' which preserves multipart meta information just in cause
|
||||
you have a form upload with unexpected charsets, etc.
|
||||
|
||||
1.19
|
||||
- Release for cleanup of dzil
|
||||
|
||||
- obsolete CVE-2013-4407.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 20:13:28 UTC 2014 - chris@computersalat.de
|
||||
|
||||
- fix for bnc#844951 (CVE-2013-4407)
|
||||
- added patches:
|
||||
* CVE-2013-4407.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 11:18:02 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 1.19 (includes also changelog for old releases)
|
||||
- Release for cleanup of dzil
|
||||
- Added configurable basename regexp, test added with fixed regexp for next release
|
||||
(Torsten Raudssus [GETTY])
|
||||
- Added .gitignore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
Wed Jun 5 07:24:16 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 1.17
|
||||
- Added support for application/json (Gareth Kirwan [GBJK])
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 11 06:58:06 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to 1.15, no changelog
|
||||
- updated to 1.15
|
||||
- Added missing requirement (Torsten Raudssus [GETTY])
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 20 20:47:30 UTC 2011 - coolo@suse.com
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTTP-Body
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,58 +12,57 @@
|
||||
# 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-HTTP-Body
|
||||
Version: 1.15
|
||||
Release: 0
|
||||
%define cpan_name HTTP-Body
|
||||
Name: perl-HTTP-Body
|
||||
Version: 1.230.0
|
||||
Release: 0
|
||||
# 1.23 -> normalize -> 1.230.0
|
||||
%define cpan_version 1.23
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: HTTP Body Parser
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/HTTP-Body/
|
||||
Source: http://www.cpan.org/authors/id/G/GE/GETTY/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/G/GE/GETTY/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(HTTP::Headers)
|
||||
BuildRequires: perl(HTTP::Request::Common)
|
||||
BuildRequires: perl(IO::File) >= 1.14
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::More) >= 0.86
|
||||
#BuildRequires: perl(HTTP::Body)
|
||||
#BuildRequires: perl(HTTP::Body::MultiPart)
|
||||
#BuildRequires: perl(HTTP::Body::OctetStream)
|
||||
#BuildRequires: perl(HTTP::Body::UrlEncoded)
|
||||
#BuildRequires: perl(HTTP::Body::XForms)
|
||||
#BuildRequires: perl(HTTP::Body::XFormsMultipart)
|
||||
#BuildRequires: perl(HTTP::Message)
|
||||
#BuildRequires: perl(PAML)
|
||||
#BuildRequires: perl(Test::Perl::Critic)
|
||||
Requires: perl(HTTP::Headers)
|
||||
Requires: perl(IO::File) >= 1.14
|
||||
Provides: perl(HTTP::Body) = %{version}
|
||||
Provides: perl(HTTP::Body::MultiPart) = %{version}
|
||||
Provides: perl(HTTP::Body::OctetStream) = %{version}
|
||||
Provides: perl(HTTP::Body::UrlEncoded) = %{version}
|
||||
Provides: perl(HTTP::Body::XForms) = %{version}
|
||||
Provides: perl(HTTP::Body::XFormsMultipart) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
HTTP::Body parses chunks of HTTP POST data and supports
|
||||
application/octet-stream, application/x-www-form-urlencoded, and
|
||||
multipart/form-data.
|
||||
application/octet-stream, application/json,
|
||||
application/x-www-form-urlencoded, and multipart/form-data.
|
||||
|
||||
Chunked bodies are supported by not passing a length value to new().
|
||||
|
||||
It is currently used by the Catalyst manpage to parse POST bodies.
|
||||
It is currently used by Catalyst, Dancer, Maypole, Web::Simple and Jedi.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -71,7 +70,7 @@ It is currently used by the Catalyst manpage to parse POST bodies.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README scripts
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user