forked from pool/perl-Apache-AuthCookie
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-AuthCookie?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
4b4996b103
commit
b36a85de46
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c29eba34356aa83a1e3d2de32063626edc5965a2bd144e761687c018e3adc1e
|
|
||||||
size 34993
|
|
||||||
3
Apache-AuthCookie-3.12.tar.gz
Normal file
3
Apache-AuthCookie-3.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2388904f0af07ea023c50fce0a9ff1d9b5facdc6e9b4fef8617d025df8f8d792
|
||||||
|
size 36014
|
||||||
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 13:05:26 CET 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 17:08:09 CEST 2006 - cwh@suse.de
|
Thu Jul 13 17:08:09 CEST 2006 - cwh@suse.de
|
||||||
|
|
||||||
|
|||||||
@@ -1,24 +1,32 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Apache-AuthCookie (Version 3.10)
|
# spec file for package perl-Apache-AuthCookie (Version 3.12)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# 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 http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
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 License
|
||||||
Group: Development/Languages/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.10
|
Version: 3.12
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: Apache-AuthCookie-%{version}.tar.gz
|
Source: Apache-AuthCookie-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -55,7 +63,6 @@ make
|
|||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
|
||||||
@@ -78,8 +85,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorarch}/auto/Apache/AuthCookie/.packlist
|
%{perl_vendorarch}/auto/Apache/AuthCookie/.packlist
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog -n perl-Apache-AuthCookie
|
%changelog
|
||||||
* Thu Jul 13 2006 - cwh@suse.de
|
* 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
|
Version: 3.10
|
||||||
- Bug Fix: when copying user from prev request, check that $r->prev
|
- Bug Fix: when copying user from prev request, check that $r->prev
|
||||||
is defined, not just that $r->is_initial_request is true.
|
is defined, not just that $r->is_initial_request is true.
|
||||||
@@ -105,19 +121,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- remove Apache2::AuthCookie::Util - no longer necessary
|
- remove Apache2::AuthCookie::Util - no longer necessary
|
||||||
- multi-valued form fields are now handled properly in POST -> GET conversion
|
- multi-valued form fields are now handled properly in POST -> GET conversion
|
||||||
- MP2: require CGI.pm 3.12 or later
|
- MP2: require CGI.pm 3.12 or later
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Thu Sep 29 2005 - dmueller@suse.de
|
* Thu Sep 29 2005 dmueller@suse.de
|
||||||
- add %%defattr
|
- add %%defattr
|
||||||
* Wed Sep 28 2005 - dmueller@suse.de
|
* Wed Sep 28 2005 dmueller@suse.de
|
||||||
- add norootforbuild
|
- add norootforbuild
|
||||||
* Fri Jul 29 2005 - cthiel@suse.de
|
* Fri Jul 29 2005 cthiel@suse.de
|
||||||
- update to 3.08
|
- update to 3.08
|
||||||
- fixed %%files
|
- fixed %%files
|
||||||
* Mon Feb 21 2005 - cwh@suse.de
|
* Mon Feb 21 2005 cwh@suse.de
|
||||||
- updated to v3.05
|
- updated to v3.05
|
||||||
* Tue May 25 2004 - cwh@suse.de
|
* Tue May 25 2004 cwh@suse.de
|
||||||
- fixed %%files
|
- fixed %%files
|
||||||
- fixed Requires
|
- fixed Requires
|
||||||
* Tue May 25 2004 - cwh@suse.de
|
* Tue May 25 2004 cwh@suse.de
|
||||||
- initial release
|
- initial release
|
||||||
|
|||||||
Reference in New Issue
Block a user