forked from pool/ca-certificates-mozilla
OBS-URL: https://build.opensuse.org/package/show/Base:System/ca-certificates-mozilla?expand=0&rev=71
This commit is contained in:
parent
3359c3f6b9
commit
69428b71d6
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ca-certificates-mozilla
|
# spec file for package ca-certificates-mozilla
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX 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
|
||||||
@ -26,7 +26,7 @@ BuildRequires: python
|
|||||||
Name: ca-certificates-mozilla
|
Name: ca-certificates-mozilla
|
||||||
# Version number is NSS_BUILTINS_LIBRARY_VERSION in this file:
|
# Version number is NSS_BUILTINS_LIBRARY_VERSION in this file:
|
||||||
# http://hg.mozilla.org/projects/nss/file/default/lib/ckfw/builtins/nssckbi.h
|
# http://hg.mozilla.org/projects/nss/file/default/lib/ckfw/builtins/nssckbi.h
|
||||||
Version: 2.2
|
Version: 2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CA certificates for OpenSSL
|
Summary: CA certificates for OpenSSL
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
@ -50,7 +50,8 @@ Source11: %{name}.COPYING
|
|||||||
Source12: compareoldnew
|
Source12: compareoldnew
|
||||||
|
|
||||||
# temporary legacy patch
|
# temporary legacy patch
|
||||||
Patch0: diff-from-upstream-2.2.patch
|
# openssl 1.0.2 should not need it anymore.
|
||||||
|
# Patch0: diff-from-upstream-2.2.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -71,7 +72,7 @@ from MozillaFirefox
|
|||||||
%setup -qcT
|
%setup -qcT
|
||||||
|
|
||||||
/bin/cp %{SOURCE0} .
|
/bin/cp %{SOURCE0} .
|
||||||
patch <%{PATCH0}
|
#patch <%{PATCH0}
|
||||||
|
|
||||||
install -m 644 %{SOURCE11} COPYING
|
install -m 644 %{SOURCE11} COPYING
|
||||||
ver=`sed -ne '/NSS_BUILTINS_LIBRARY_VERSION /s/.*"\(.*\)"/\1/p' < "%{SOURCE1}"`
|
ver=`sed -ne '/NSS_BUILTINS_LIBRARY_VERSION /s/.*"\(.*\)"/\1/p' < "%{SOURCE1}"`
|
||||||
|
6286
certdata.txt
6286
certdata.txt
File diff suppressed because it is too large
Load Diff
@ -45,8 +45,8 @@
|
|||||||
* of the comment in the CK_VERSION type definition.
|
* of the comment in the CK_VERSION type definition.
|
||||||
*/
|
*/
|
||||||
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 2
|
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 2
|
||||||
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 2
|
#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 7
|
||||||
#define NSS_BUILTINS_LIBRARY_VERSION "2.2"
|
#define NSS_BUILTINS_LIBRARY_VERSION "2.7"
|
||||||
|
|
||||||
/* These version numbers detail the semantic changes to the ckfw engine. */
|
/* These version numbers detail the semantic changes to the ckfw engine. */
|
||||||
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1
|
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user