8
0

Accepting request 28669 from devel:languages:perl

Copy from devel:languages:perl/perl-Apache-AuthCookie based on submit request 28669 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=5
This commit is contained in:
OBS User autobuild
2010-01-12 13:45:23 +00:00
committed by Git OBS Bridge
parent b36a85de46
commit 361f76f337

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Apache-AuthCookie (Version 3.12) # spec file for package perl-Apache-AuthCookie (Version 3.12)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,13 @@
Name: perl-Apache-AuthCookie Name: perl-Apache-AuthCookie
BuildRequires: apache2-mod_perl BuildRequires: apache2-mod_perl
Url: http://search.cpan.org/~mschout/Apache-AuthCookie Url: http://search.cpan.org/~mschout/Apache-AuthCookie
License: Artistic License License: Artistic
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Requires: apache2-mod_perl >= 2 Requires: apache2-mod_perl >= 2
AutoReqProv: on AutoReqProv: on
Summary: Apache/Perl Authentication and Authorization via cookies Summary: Apache/Perl Authentication and Authorization via cookies
Version: 3.12 Version: 3.12
Release: 1 Release: 2
Source: Apache-AuthCookie-%{version}.tar.gz Source: Apache-AuthCookie-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -59,7 +59,7 @@ Authors:
%build %build
perl Makefile.PL perl Makefile.PL
make make %{?_smp_mflags}
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
%install %install
@@ -86,54 +86,3 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog %changelog
* Mon Oct 27 2008 cwh@suse.de
Version: 3.12
- Makefile.PL If no mod_perl version is found, just require mod_perl2.
This makes sure that CPAN testers will get the right dependencies.
way. Also set up PREREQ_PM properly for mod_perl version 1.
Version: 3.11
- Fix tiny pod doc error.
- Escape CR and LF in 'destination' field to prevent possible XSS attack
[Steffen Schwigon]
* Thu Jul 13 2006 cwh@suse.de
Version: 3.10
- Bug Fix: when copying user from prev request, check that $r->prev
is defined, not just that $r->is_initial_request is true.
Version: 3.09
- POD doc fixes.
- MP2: remove _check_request_req() - this was only necessary when
running under both MP1 and MP2. Package name change eliminates the
need for this.
- test suite converted to Test::More style test suites.
- descriptive test descriptions added
- make login() stash credentials in $r->pnotes("${AuthName}Creds") so
that the login form can access the user-supplied credentials if the
login fails.
- bug fix: use of Apache2::URI::unescape_url() does not handle
'+' to ' ' conversion. This caused problems for credentials
that contain spaces.
- MP2: remove mod_perl features from "use mod_perl2" line. This is
no longer supported by mod_perl2.
- MP2: _get_form_data() - switch to CGI.pm to handle form data (fixes
several form data handling bugs)
- In a subrequest, copy $r->prev->user to $r->user (or r->connection->user
for MP1).
- remove Apache2::AuthCookie::Util - no longer necessary
- multi-valued form fields are now handled properly in POST -> GET conversion
- MP2: require CGI.pm 3.12 or later
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Sep 29 2005 dmueller@suse.de
- add %%defattr
* Wed Sep 28 2005 dmueller@suse.de
- add norootforbuild
* Fri Jul 29 2005 cthiel@suse.de
- update to 3.08
- fixed %%files
* Mon Feb 21 2005 cwh@suse.de
- updated to v3.05
* Tue May 25 2004 cwh@suse.de
- fixed %%files
- fixed Requires
* Tue May 25 2004 cwh@suse.de
- initial release