Accepting request 1102957 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1102957 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mozilla-CA?expand=0&rev=2
This commit is contained in:
commit
47efe82782
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:701bea67be670add5a102f9f8c879402b4983096b1cb0e20dd47d52d7a10666b
|
||||
size 142097
|
3
Mozilla-CA-20230807.tar.gz
Normal file
3
Mozilla-CA-20230807.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cac569d2f73337e6314c0a73fc12f4f6648b7fb3941b2e82623df8e1573b69aa
|
||||
size 140197
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 03:08:15 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 20230807
|
||||
see /usr/share/doc/packages/perl-Mozilla-CA/Changes
|
||||
|
||||
20230807
|
||||
- Prevent extra headers in tarball and make it reproducible
|
||||
|
||||
20230801
|
||||
- Update from Mozilla repository to 2023-08-01
|
||||
- Added certificates:
|
||||
- BJCA Global Root CA1
|
||||
sha256: f3896f88fe7c0a882766a7fa6ad2749fb57a7f3e98fb769c1fa7b09c2c44d5ae
|
||||
- BJCA Global Root CA2
|
||||
sha256: 574df6931e278039667b720afdc1600fc27eb66dd3092979fb73856487212882
|
||||
- Removed certificates:
|
||||
- E-Tugra Certification Authority
|
||||
sha256: b0bfd52bb0d7d9bd92bf5d4dc13da255c02c542f378365ea893911f55e55f23c
|
||||
- Hongkong Post Root CA 1
|
||||
sha256: f9e67d336c51002ac054c632022d66dda2e7e3fff10ad061ed31d8bbb410cfb2
|
||||
- Network Solutions Certificate Authority
|
||||
sha256: 15f0ba00a3ac7af3ac884c072b1011a077bd77c097f40164b2f8598abd83860c
|
||||
- Staat der Nederlanden EV Root CA
|
||||
sha256: 4d2491414cfe956746ec4cefa6cf6f72e28a1329432f9d8a907ac4cb5dadc15a
|
||||
- TrustCor ECA-1
|
||||
sha256: 5a885db19c01d912c5759388938cafbbdf031ab2d48e91ee15589b42971d039c
|
||||
- TrustCor RootCert CA-1
|
||||
sha256: d40e9c86cd8fe468c1776959f49ea774fa548684b6c406f3909261f4dce2575c
|
||||
- TrustCor RootCert CA-2
|
||||
sha256: 0753e940378c1bd5e3836e395daea5cb839e5046f1bd0eae1951cf10fec7c965
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 17:30:33 UTC 2022 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Mozilla-CA
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,17 +18,21 @@
|
||||
|
||||
%define cpan_name Mozilla-CA
|
||||
Name: perl-Mozilla-CA
|
||||
Version: 20221114
|
||||
Version: 20230807.0.0
|
||||
Release: 0
|
||||
#Upstream: For the bundled Mozilla CA PEM file the following applies: This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. The Mozilla::CA distribution itself is available under the same license.
|
||||
%define cpan_version 20230807
|
||||
#Upstream: SUSE-Public-Domain
|
||||
License: GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.1-or-later
|
||||
Summary: Mozilla's CA cert bundle in PEM format
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/L/LW/LWP/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
Provides: perl(Mozilla::CA) = 20230807.0.0
|
||||
%define __perllib_provides /bin/true
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -43,8 +47,9 @@ The module provide a single function:
|
||||
Returns the absolute path to the Mozilla's CA cert bundle PEM file.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Loading…
Reference in New Issue
Block a user