8
0

Compare commits

7 Commits

Author SHA256 Message Date
9fac075946 Accepting request 755649 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/755649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache2-AuthCookieDBI?expand=0&rev=23
2019-12-10 21:46:36 +00:00
29889a1fb4 Accepting request 724778 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/724778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache2-AuthCookieDBI?expand=0&rev=22
2019-08-22 08:51:47 +00:00
Stephan Kulow
e981bdd78d Accepting request 177474 from devel:languages:perl
- updated to 2.17
    - Added support for Digest::SHA::sha256/384/512_hex digests for passwords.
      This is a response to https://rt.cpan.org/Ticket/Display.html?id=79333
      which requested sha256_base64 but because base64 digests are not properly
      padded I chose to go with sha256/384/512_hex instead.
    - Quote all database column and field names in SQL queries.
      https://rt.cpan.org/Ticket/Display.html?id=79341
      Table column names may confict with sql key words
    - Fix 'wrong method names in calls to apache request logging' for https://rt.cpan.org/Ticket/Display.html?id=77464
    - Implemented a logger() method that uses Apache::Log (inspired by https://rt.cpan.org/Ticket/Display.html?id=75675)
    - Address 'Error Message Inconsistency' https://rt.cpan.org/Ticket/Display.html?id=75725
    - Address ' If user is not active, it produces 2 errors'  https://rt.cpan.org/Ticket/Display.html?id=75724
    - Added small amount of test coverage for authen_cred() (forwarded request 177447 from coolo)

OBS-URL: https://build.opensuse.org/request/show/177474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache2-AuthCookieDBI?expand=0&rev=19
2013-06-06 10:15:20 +00:00
Stephan Kulow
0181551197 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache2-AuthCookieDBI?expand=0&rev=16
2011-12-06 17:37:23 +00:00
Stephan Kulow
415896fd00 Accepting request 92059 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/92059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache2-AuthCookieDBI?expand=0&rev=15
2011-11-18 14:46:04 +00:00
2134bc0b82 Autobuild autoformatter for 54959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache2-AuthCookieDBI?expand=0&rev=12
2010-12-08 11:23:36 +00:00
1d79f769a4 Accepting request 54959 from devel:languages:perl
Accepted submit request 54959 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache2-AuthCookieDBI?expand=0&rev=11
2010-12-08 11:23:29 +00:00
3 changed files with 20 additions and 41 deletions

View File

@@ -1,12 +0,0 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Apache2-AuthCookieDBI/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Apache2-AuthCookieDBI)

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Tue Jun 3 15:23:49 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Mon Dec 9 03:07:13 UTC 2019 - <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Apache2-AuthCookieDBI
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2019 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
@@ -16,43 +16,39 @@
#
%define cpan_name Apache2-AuthCookieDBI
Name: perl-Apache2-AuthCookieDBI
Version: 2.190.0
Version: 2.19
Release: 0
# 2.19 -> normalize -> 2.190.0
%define cpan_version 2.19
License: LGPL-2.1-or-later
%define cpan_name Apache2-AuthCookieDBI
Summary: An AuthCookie module backed by a DBI database
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MATISSE/%{cpan_name}-%{cpan_version}.tar.gz
License: LGPL-2.1-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MATISSE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Apache2::AuthCookie) >= 3.80
BuildRequires: perl(Apache2::AuthCookie) >= 3.08
BuildRequires: perl(Apache2::Const)
BuildRequires: perl(Apache2::RequestRec)
BuildRequires: perl(Apache2::ServerUtil)
BuildRequires: perl(Crypt::CBC) >= 2.130
BuildRequires: perl(DBI) >= 1.400
BuildRequires: perl(Crypt::CBC) >= 2.13
BuildRequires: perl(DBI) >= 1.4
BuildRequires: perl(Date::Calc)
BuildRequires: perl(Digest::SHA) >= 5.47
BuildRequires: perl(Module::Build) >= 0.42
BuildRequires: perl(mod_perl2) >= 1.999.22
Requires: perl(Apache2::AuthCookie) >= 3.80
BuildRequires: perl(Module::Build) >= 0.420000
BuildRequires: perl(mod_perl2) >= 1.999022
Requires: perl(Apache2::AuthCookie) >= 3.08
Requires: perl(Apache2::Const)
Requires: perl(Apache2::RequestRec)
Requires: perl(Apache2::ServerUtil)
Requires: perl(Crypt::CBC) >= 2.130
Requires: perl(DBI) >= 1.400
Requires: perl(Crypt::CBC) >= 2.13
Requires: perl(DBI) >= 1.4
Requires: perl(Date::Calc)
Requires: perl(Digest::SHA) >= 5.47
Requires: perl(mod_perl2) >= 1.999.22
Provides: perl(Apache2::AuthCookieDBI) = %{version}
Provides: perl(Apache2_4::AuthCookieDBI) = %{version}
%undefine __perllib_provides
Requires: perl(mod_perl2) >= 1.999022
Recommends: perl(Digest::SHA) >= 5.47
%{perl_requires}
@@ -103,11 +99,11 @@ If a ticket has expired or is otherwise invalid it is cleared in the
browser and the login form is shown again.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%setup -q -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
make %{?_smp_mflags}
%check
make test
@@ -118,6 +114,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes generic_reg_auth_scheme.txt README README-docker schema.sql techspec.txt
%license LICENSE