- update to 20130114:

+ New certificate: "T-TeleSec GlobalRoot Class 3"
  + Fix test (RT#79129, reported by Sinan Unur)
  + Add mk-ca-bundle.pl from git repository to distribution.
  + Add new/additional certificates from the following CAs: Verisign,
    UTN-USER, UTN USERFirst, Sonera, NetLock Qualified, SwissSign
    Platinum, S-TRUST, ComSign, Actalis, Trustis, StartCom, Buypass.
  + Download the certdata from mozilla over SSL (John Joseph Bachir)
  + CA updates:
    Removes:
    - Hellenic Academic and Research Institutions RootCA 2011
- move mk-ca-bundle.pl to bindir
- fix path names in update-cacert-file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mozilla-CA?expand=0&rev=3
This commit is contained in:
Lars Vogdt 2014-04-09 22:22:57 +00:00 committed by Git OBS Bridge
parent 7dd24c7c97
commit 176cf0342f
4 changed files with 30 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8de096c7d3934936dd60c82a0b168279f5e633651ec9cb0d36e2ae0a8a6b79a
size 120336

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82342614add1dbca8a00daa1ee55af3e0036245aed7d445537918c045008ccd7
size 139200

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Apr 9 22:01:14 UTC 2014 - lars@linux-schulserver.de
- update to 20130114:
+ New certificate: "T-TeleSec GlobalRoot Class 3"
+ Fix test (RT#79129, reported by Sinan Unur)
+ Add mk-ca-bundle.pl from git repository to distribution.
+ Add new/additional certificates from the following CAs: Verisign,
UTN-USER, UTN USERFirst, Sonera, NetLock Qualified, SwissSign
Platinum, S-TRUST, ComSign, Actalis, Trustis, StartCom, Buypass.
+ Download the certdata from mozilla over SSL (John Joseph Bachir)
+ CA updates:
Removes:
- Hellenic Academic and Research Institutions RootCA 2011
- move mk-ca-bundle.pl to bindir
- fix path names in update-cacert-file
-------------------------------------------------------------------
Tue Feb 21 11:29:53 UTC 2012 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Mozilla-CA
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,9 +17,9 @@
Name: perl-Mozilla-CA
Version: 20120118
Version: 20130114
Release: 0
%define cpan_name Mozilla-CA
%define cpan_name Mozilla-CA
Summary: Mozilla's CA cert bundle in PEM format
License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+
Group: Development/Libraries/Perl
@ -29,7 +29,6 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Mozilla::CA)
%{perl_requires}
%description
@ -56,6 +55,13 @@ find . -type f -print0 | xargs -0 chmod 644
%install
%perl_make_install
mkdir -p %{buildroot}/%{_bindir}
sed -e "s|/usr/bin/env perl|%{_bindir}/perl|g" %{buildroot}/%{perl_vendorlib}/Mozilla/mk-ca-bundle.pl > %{buildroot}/%{_bindir}/mk-ca-bundle.pl
chmod +x %{buildroot}/%{_bindir}/mk-ca-bundle.pl
rm %{buildroot}/%{perl_vendorlib}/Mozilla/mk-ca-bundle.pl
sed -i "s|./mk-ca-bundle.pl|%{_bindir}/mk-ca-bundle.pl|g; \
s|lib/Mozilla/CA.pm|%{perl_vendorlib}/Mozilla/CA.pm|g; \
s|lib/Mozilla/CA/cacert.pem|%{perl_vendorlib}/Mozilla/CA/cacert.pem|g" update-cacert-file
%perl_process_packlist
%perl_gen_filelist