c2a015
%global nspr_build_version 4.25.0
a809bb
%global nspr_version 4.25.0
c2a015
%global nss_version 3.67.0
76e454
%global unsupported_tools_directory %{_libdir}/nss/unsupported-tools
76e454
%global saved_files_dir %{_libdir}/nss/saved
76e454
%global dracutlibdir %{_prefix}/lib/dracut
76e454
%global dracut_modules_dir %{dracutlibdir}/modules.d/05nss-softokn/
76e454
%global dracut_conf_dir %{dracutlibdir}/dracut.conf.d
76e454
3d912a
# The timestamp of our downstream manual pages, e.g., nss-config.1
3d912a
%global manual_date "Nov 13 2013"
3d912a
76e454
%bcond_without tests
76e454
76e454
# Produce .chk files for the final stripped binaries
76e454
#
76e454
# NOTE: The LD_LIBRARY_PATH line guarantees shlibsign links
76e454
# against the freebl that we just built. This is necessary
76e454
# because the signing algorithm changed on 3.14 to DSA2 with SHA256
76e454
# whereas we previously signed with DSA and SHA1. We must Keep this line
76e454
# until all mock platforms have been updated.
76e454
# After %%{__os_install_post} we would add
76e454
# export LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%%{_libdir}
76e454
%define __spec_install_post \
76e454
    %{?__debug_package:%{__debug_install_post}} \
76e454
    %{__arch_install_post} \
76e454
    %{__os_install_post} \
76e454
    $RPM_BUILD_ROOT/%{unsupported_tools_directory}/shlibsign -i $RPM_BUILD_ROOT/%{_libdir}/libsoftokn3.so \
76e454
    $RPM_BUILD_ROOT/%{unsupported_tools_directory}/shlibsign -i $RPM_BUILD_ROOT/%{_libdir}/libfreeblpriv3.so \
76e454
    $RPM_BUILD_ROOT/%{unsupported_tools_directory}/shlibsign -i $RPM_BUILD_ROOT/%{_libdir}/libfreebl3.so \
76e454
    $RPM_BUILD_ROOT/%{unsupported_tools_directory}/shlibsign -i $RPM_BUILD_ROOT/%{_libdir}/libnssdbm3.so \
76e454
%{nil}
76e454
76e454
# The upstream omits the trailing ".0", while we need it for
76e454
# consistency with the pkg-config version:
76e454
# https://bugzilla.redhat.com/show_bug.cgi?id=1578106
76e454
%{lua:
76e454
rpm.define(string.format("nss_archive_version %s",
76e454
           string.gsub(rpm.expand("%nss_version"), "(.*)%.0$", "%1")))
76e454
}
76e454
76e454
%{lua:
76e454
rpm.define(string.format("nss_release_tag NSS_%s_RTM",
76e454
           string.gsub(rpm.expand("%nss_archive_version"), "%.", "_")))
76e454
}
76e454
76e454
Summary:          Network Security Services
76e454
Name:             nss
76e454
Version:          %{nss_version}
c2a015
Release:          6%{?dist}
76e454
License:          MPLv2.0
76e454
URL:              http://www.mozilla.org/projects/security/pki/nss/
76e454
Requires:         nspr >= %{nspr_version}
76e454
Requires:         nss-util >= %{nss_version}
76e454
# TODO: revert to same version as nss once we are done with the merge
76e454
Requires:         nss-softokn%{_isa} >= %{nss_version}
76e454
Requires:         nss-system-init
76e454
Requires:         p11-kit-trust
a809bb
Requires:         /usr/bin/update-crypto-policies
c2a015
BuildRequires:    nspr-devel >= %{nspr_build_version}
76e454
# for shlibsign
76e454
BuildRequires:    nss-softokn
76e454
BuildRequires:    sqlite-devel
76e454
BuildRequires:    zlib-devel
76e454
BuildRequires:    pkgconfig
76e454
BuildRequires:    gawk
76e454
BuildRequires:    psmisc
76e454
BuildRequires:    perl-interpreter
76e454
BuildRequires:    gcc-c++
76e454
76e454
Source0:          https://ftp.mozilla.org/pub/security/nss/releases/%{nss_release_tag}/src/%{name}-%{nss_archive_version}.tar.gz
76e454
Source1:          nss-util.pc.in
76e454
Source2:          nss-util-config.in
76e454
Source3:          nss-softokn.pc.in
76e454
Source4:          nss-softokn-config.in
76e454
Source6:          nss-softokn-dracut-module-setup.sh
76e454
Source7:          nss-softokn-dracut.conf
76e454
Source8:          nss.pc.in
76e454
Source9:          nss-config.in
76e454
Source10:         blank-cert8.db
76e454
Source11:         blank-key3.db
76e454
Source12:         blank-secmod.db
76e454
Source13:         blank-cert9.db
76e454
Source14:         blank-key4.db
76e454
Source15:         system-pkcs11.txt
76e454
Source16:         setup-nsssysinit.sh
76e454
Source20:         nss-config.xml
76e454
Source21:         setup-nsssysinit.xml
76e454
Source22:         pkcs11.txt.xml
76e454
Source23:         cert8.db.xml
76e454
Source24:         cert9.db.xml
76e454
Source25:         key3.db.xml
76e454
Source26:         key4.db.xml
76e454
Source27:         secmod.db.xml
76e454
Source28:         nss-p11-kit.config
8b3762
Source30:         PayPalEE.cert
76e454
76e454
# To inject hardening flags for DSO
76e454
Patch1:           nss-dso-ldflags.patch
76e454
# Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=617723
76e454
Patch2:           nss-539183.patch
76e454
# This patch uses the GCC -iquote option documented at
76e454
# http://gcc.gnu.org/onlinedocs/gcc/Directory-Options.html#Directory-Options
76e454
# to give the in-tree headers a higher priority over the system headers,
76e454
# when they are included through the quote form (#include "file.h").
76e454
#
76e454
# This ensures a build even when system headers are older. Such is the
76e454
# case when starting an update with API changes or even private export
76e454
# changes.
76e454
#
76e454
# Once the buildroot aha been bootstrapped the patch may be removed
76e454
# but it doesn't hurt to keep it.
76e454
Patch4:           iquote.patch
3d912a
# To revert the change in:
3d912a
# https://bugzilla.mozilla.org/show_bug.cgi?id=818686
3d912a
Patch9:		  nss-sysinit-userdb.patch
c2a015
# Disable nss-sysinit test which is solely to test the above change
3d912a
Patch10:	  nss-skip-sysinit-gtests.patch
8b3762
a809bb
# For compatibility reasons, we stick with the old PKCS #11 2.40
a809bb
# definition of CK_GCM_PARAMS:
a809bb
%if 0%{?fedora} < 34
a809bb
%if 0%{?rhel} < 9
a809bb
Patch20:          nss-gcm-param-default-pkcs11v2.patch
a809bb
%endif
a809bb
%endif
c2a015
# Local patch: disable MD5 (also MD2 and MD4) completely
c2a015
# https://bugzilla.redhat.com/show_bug.cgi?id=1849938
c2a015
Patch25:         nss-disable-md5.patch
c2a015
# Local patch for TLS_ECDHE_{ECDSA|RSA}_WITH_3DES_EDE_CBC_SHA ciphers
c2a015
Patch30:          rhbz1185708-enable-ecc-3des-ciphers-by-default.patch
c2a015
# Local patch: disable Delegated Credentials
c2a015
Patch35:	  nss-disable-dc.patch
c2a015
# Local patch: ignore rsa, rsa-pss, ecdsa policies until crypto-policies
c2a015
# is updated.
c2a015
Patch40:          nss-3.66-disable-signature-policies.patch
c2a015
# Local patch: disable tests that require external reference so brew completes
c2a015
Patch45:          nss-3.66-disable-external-host-test.patch
c2a015
# Local patch: restore old pkcs 12 defaults on old version of rhel
c2a015
Patch50:          nss-3.66-restore-old-pkcs12-default.patch
c2a015
c2a015
# Patches that should be upstreamed, and (hopefully) will disappear next
c2a015
# rebase
c2a015
# Need upstream bug
c2a015
Patch219:         nss-3.44-kbkdf-coverity.patch
c2a015
# no upsteam bug yet
c2a015
Patch225:         nss-3.67-fix-private-key-mac.patch
c2a015
# no upstream bug yet
c2a015
Patch229:         nss-3.53.1-measure-fix.patch
c2a015
# no upstream bug yet
c2a015
Patch230:         nss-3.66-no-small-primes.patch
c2a015
# no upstream bug yet
c2a015
Patch232:         nss-3.66-fix-gtest-parsing.patch
c2a015
# no upstream bug yet
c2a015
Patch233:         nss-3.67-fix-coverity-issues.patch
c2a015
# no upstream bug yet
c2a015
Patch234:         nss-3.67-fix-sdb-timeout.patch
c2a015
# no upstream bug yet
c2a015
Patch235:         nss-3.67-fix-ssl-alerts.patch
76e454
76e454
%description
76e454
Network Security Services (NSS) is a set of libraries designed to
76e454
support cross-platform development of security-enabled client and
76e454
server applications. Applications built with NSS can support SSL v2
76e454
and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509
76e454
v3 certificates, and other security standards.
76e454
76e454
%package tools
76e454
Summary:          Tools for the Network Security Services
76e454
Requires:         %{name}%{?_isa} = %{version}-%{release}
76e454
76e454
%description tools
76e454
Network Security Services (NSS) is a set of libraries designed to
76e454
support cross-platform development of security-enabled client and
76e454
server applications. Applications built with NSS can support SSL v2
76e454
and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509
76e454
v3 certificates, and other security standards.
76e454
76e454
Install the nss-tools package if you need command-line tools to
76e454
manipulate the NSS certificate and key database.
76e454
76e454
%package sysinit
76e454
Summary:          System NSS Initialization
76e454
# providing nss-system-init without version so that it can
76e454
# be replaced by a better one, e.g. supplied by the os vendor
76e454
Provides:         nss-system-init
a809bb
Requires:         nss%{?_isa} = %{version}-%{release}
76e454
Requires(post):   coreutils, sed
76e454
76e454
%description sysinit
76e454
Default Operating System module that manages applications loading
76e454
NSS globally on the system. This module loads the system defined
76e454
PKCS #11 modules for NSS and chains with other NSS modules to load
76e454
any system or user configured modules.
76e454
76e454
%package devel
76e454
Summary:          Development libraries for Network Security Services
76e454
Provides:         nss-static = %{version}-%{release}
76e454
Requires:         nss%{?_isa} = %{version}-%{release}
76e454
Requires:         nss-util-devel
76e454
Requires:         nss-softokn-devel
76e454
Requires:         nspr-devel >= %{nspr_version}
76e454
Requires:         pkgconfig
76e454
BuildRequires:    xmlto
76e454
76e454
%description devel
76e454
Header and Library files for doing development with Network Security Services.
76e454
76e454
76e454
%package pkcs11-devel
76e454
Summary:          Development libraries for PKCS #11 (Cryptoki) using NSS
76e454
Provides:         nss-pkcs11-devel-static = %{version}-%{release}
76e454
Requires:         nss-devel = %{version}-%{release}
76e454
Requires:         nss-softokn-freebl-devel = %{version}-%{release}
76e454
76e454
%description pkcs11-devel
76e454
Library files for developing PKCS #11 modules using basic NSS
76e454
low level services.
76e454
76e454
76e454
%package util
76e454
Summary:          Network Security Services Utilities Library
76e454
Requires:         nspr >= %{nspr_version}
76e454
76e454
%description util
76e454
Utilities for Network Security Services and the Softoken module
76e454
76e454
%package util-devel
76e454
Summary:          Development libraries for Network Security Services Utilities
76e454
Requires:         nss-util%{?_isa} = %{version}-%{release}
76e454
Requires:         nspr-devel >= %{nspr_version}
76e454
Requires:         pkgconfig
76e454
76e454
%description util-devel
76e454
Header and library files for doing development with Network Security Services.
76e454
76e454
76e454
%package softokn
76e454
Summary:          Network Security Services Softoken Module
76e454
Requires:         nspr >= %{nspr_version}
76e454
Requires:         nss-util >= %{version}-%{release}
76e454
Requires:         nss-softokn-freebl%{_isa} >= %{version}-%{release}
76e454
76e454
%description softokn
76e454
Network Security Services Softoken Cryptographic Module
76e454
76e454
%package softokn-freebl
76e454
Summary:          Freebl library for the Network Security Services
76e454
# For PR_GetEnvSecure() from nspr >= 4.12
76e454
Requires:         nspr >= 4.12
76e454
# For NSS_SecureMemcmpZero() from nss-util >= 3.33
76e454
Requires:         nss-util >= 3.33
76e454
Conflicts:        nss < 3.12.2.99.3-5
76e454
Conflicts:        filesystem < 3
76e454
76e454
%description softokn-freebl
76e454
NSS Softoken Cryptographic Module Freebl Library
76e454
76e454
Install the nss-softokn-freebl package if you need the freebl library.
76e454
76e454
%package softokn-freebl-devel
76e454
Summary:          Header and Library files for doing development with the Freebl library for NSS
76e454
Provides:         nss-softokn-freebl-static = %{version}-%{release}
76e454
Requires:         nss-softokn-freebl%{?_isa} = %{version}-%{release}
76e454
76e454
%description softokn-freebl-devel
76e454
NSS Softoken Cryptographic Module Freebl Library Development Tools
76e454
This package supports special needs of some PKCS #11 module developers and
76e454
is otherwise considered private to NSS. As such, the programming interfaces
76e454
may change and the usual NSS binary compatibility commitments do not apply.
76e454
Developers should rely only on the officially supported NSS public API.
76e454
76e454
%package softokn-devel
76e454
Summary:          Development libraries for Network Security Services
76e454
Requires:         nss-softokn%{?_isa} = %{version}-%{release}
76e454
Requires:         nss-softokn-freebl-devel%{?_isa} = %{version}-%{release}
76e454
Requires:         nspr-devel >= %{nspr_version}
76e454
Requires:         nss-util-devel >= %{version}-%{release}
76e454
Requires:         pkgconfig
c2a015
BuildRequires:    nspr-devel >= %{nspr_build_version}
76e454
76e454
%description softokn-devel
76e454
Header and library files for doing development with Network Security Services.
76e454
76e454
76e454
%prep
c2a015
%autosetup -N -n %{name}-%{nss_archive_version}
76e454
pushd nss
76e454
%autopatch -p1
76e454
popd
76e454
3d912a
# https://bugzilla.redhat.com/show_bug.cgi?id=1247353
3d912a
find nss/lib/libpkix -perm /u+x -type f -exec chmod -x {} \;
3d912a
8b3762
#update paypal cert (git binary patches don't work with autopatch)
8b3762
cp %{SOURCE30} nss/tests/libpkix/certs/
76e454
76e454
%build
76e454
76e454
export FREEBL_NO_DEPEND=1
76e454
76e454
# Must export FREEBL_LOWHASH=1 for nsslowhash.h so that it gets
76e454
# copied to dist and the rpm install phase can find it
76e454
# This due of the upstream changes to fix
76e454
# https://bugzilla.mozilla.org/show_bug.cgi?id=717906
76e454
export FREEBL_LOWHASH=1
76e454
76e454
# uncomment if the iquote patch is activated
76e454
export IN_TREE_FREEBL_HEADERS_FIRST=1
76e454
76e454
export NSS_FORCE_FIPS=1
76e454
76e454
# Enable compiler optimizations and disable debugging code
76e454
export BUILD_OPT=1
76e454
76e454
# Uncomment to disable optimizations
76e454
#RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/-O2/-O0/g'`
76e454
#export RPM_OPT_FLAGS
76e454
76e454
# Generate symbolic info for debuggers
76e454
export XCFLAGS=$RPM_OPT_FLAGS
76e454
76e454
export LDFLAGS=$RPM_LD_FLAGS
76e454
76e454
export DSO_LDFLAGS=$RPM_LD_FLAGS
76e454
76e454
export PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
76e454
export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
76e454
76e454
export NSPR_INCLUDE_DIR=`/usr/bin/pkg-config --cflags-only-I nspr | sed 's/-I//'`
76e454
export NSPR_LIB_DIR=%{_libdir}
76e454
76e454
export NSS_USE_SYSTEM_SQLITE=1
76e454
76e454
export NSS_ALLOW_SSLKEYLOGFILE=1
76e454
3d912a
export NSS_SEED_ONLY_DEV_URANDOM=1
3d912a
76e454
%ifnarch noarch
76e454
%if 0%{__isa_bits} == 64
76e454
export USE_64=1
76e454
%endif
76e454
%endif
76e454
76e454
# Set the policy file location
76e454
# if set NSS will always check for the policy file and load if it exists
76e454
export POLICY_FILE="nss.config"
76e454
# location of the policy file
76e454
export POLICY_PATH="/etc/crypto-policies/back-ends"
76e454
a809bb
%{__make} -C ./nss all
a809bb
%{__make} -C ./nss latest
76e454
76e454
# build the man pages clean
3d912a
pushd ./nss/doc
3d912a
rm -rf ./nroff
3d912a
make clean
3d912a
echo -n %{manual_date} > date.xml
3d912a
echo -n %{version} > version.xml
3d912a
make
76e454
popd
76e454
76e454
# and copy them to the dist directory for %%install to find them
76e454
mkdir -p ./dist/docs/nroff
76e454
cp ./nss/doc/nroff/* ./dist/docs/nroff
76e454
76e454
# Set up our package files
76e454
mkdir -p ./dist/pkgconfig
76e454
76e454
cat %{SOURCE1} | sed -e "s,%%libdir%%,%{_libdir},g" \
76e454
                          -e "s,%%prefix%%,%{_prefix},g" \
76e454
                          -e "s,%%exec_prefix%%,%{_prefix},g" \
76e454
                          -e "s,%%includedir%%,%{_includedir}/nss3,g" \
76e454
                          -e "s,%%NSPR_VERSION%%,%{nspr_version},g" \
76e454
                          -e "s,%%NSSUTIL_VERSION%%,%{version},g" > \
76e454
                          ./dist/pkgconfig/nss-util.pc
76e454
76e454
NSSUTIL_VMAJOR=`cat nss/lib/util/nssutil.h | grep "#define.*NSSUTIL_VMAJOR" | awk '{print $3}'`
76e454
NSSUTIL_VMINOR=`cat nss/lib/util/nssutil.h | grep "#define.*NSSUTIL_VMINOR" | awk '{print $3}'`
76e454
NSSUTIL_VPATCH=`cat nss/lib/util/nssutil.h | grep "#define.*NSSUTIL_VPATCH" | awk '{print $3}'`
76e454
76e454
cat %{SOURCE2} | sed -e "s,@libdir@,%{_libdir},g" \
76e454
                          -e "s,@prefix@,%{_prefix},g" \
76e454
                          -e "s,@exec_prefix@,%{_prefix},g" \
76e454
                          -e "s,@includedir@,%{_includedir}/nss3,g" \
76e454
                          -e "s,@MOD_MAJOR_VERSION@,$NSSUTIL_VMAJOR,g" \
76e454
                          -e "s,@MOD_MINOR_VERSION@,$NSSUTIL_VMINOR,g" \
76e454
                          -e "s,@MOD_PATCH_VERSION@,$NSSUTIL_VPATCH,g" \
76e454
                          > ./dist/pkgconfig/nss-util-config
76e454
76e454
chmod 755 ./dist/pkgconfig/nss-util-config
76e454
76e454
cat %{SOURCE3} | sed -e "s,%%libdir%%,%{_libdir},g" \
76e454
                          -e "s,%%prefix%%,%{_prefix},g" \
76e454
                          -e "s,%%exec_prefix%%,%{_prefix},g" \
76e454
                          -e "s,%%includedir%%,%{_includedir}/nss3,g" \
76e454
                          -e "s,%%NSPR_VERSION%%,%{nspr_version},g" \
76e454
                          -e "s,%%NSSUTIL_VERSION%%,%{nss_version},g" \
76e454
                          -e "s,%%SOFTOKEN_VERSION%%,%{version},g" > \
76e454
                          ./dist/pkgconfig/nss-softokn.pc
76e454
76e454
SOFTOKEN_VMAJOR=`cat nss/lib/softoken/softkver.h | grep "#define.*SOFTOKEN_VMAJOR" | awk '{print $3}'`
76e454
SOFTOKEN_VMINOR=`cat nss/lib/softoken/softkver.h | grep "#define.*SOFTOKEN_VMINOR" | awk '{print $3}'`
76e454
SOFTOKEN_VPATCH=`cat nss/lib/softoken/softkver.h | grep "#define.*SOFTOKEN_VPATCH" | awk '{print $3}'`
76e454
76e454
cat %{SOURCE4} | sed -e "s,@libdir@,%{_libdir},g" \
76e454
                          -e "s,@prefix@,%{_prefix},g" \
76e454
                          -e "s,@exec_prefix@,%{_prefix},g" \
76e454
                          -e "s,@includedir@,%{_includedir}/nss3,g" \
76e454
                          -e "s,@MOD_MAJOR_VERSION@,$SOFTOKEN_VMAJOR,g" \
76e454
                          -e "s,@MOD_MINOR_VERSION@,$SOFTOKEN_VMINOR,g" \
76e454
                          -e "s,@MOD_PATCH_VERSION@,$SOFTOKEN_VPATCH,g" \
76e454
                          > ./dist/pkgconfig/nss-softokn-config
76e454
76e454
chmod 755 ./dist/pkgconfig/nss-softokn-config
76e454
76e454
cat %{SOURCE8} | sed -e "s,%%libdir%%,%{_libdir},g" \
76e454
                          -e "s,%%prefix%%,%{_prefix},g" \
76e454
                          -e "s,%%exec_prefix%%,%{_prefix},g" \
76e454
                          -e "s,%%includedir%%,%{_includedir}/nss3,g" \
76e454
                          -e "s,%%NSS_VERSION%%,%{version},g" \
76e454
                          -e "s,%%NSPR_VERSION%%,%{nspr_version},g" \
76e454
                          -e "s,%%NSSUTIL_VERSION%%,%{nss_version},g" \
76e454
                          -e "s,%%SOFTOKEN_VERSION%%,%{nss_version},g" > \
76e454
                          ./dist/pkgconfig/nss.pc
76e454
76e454
NSS_VMAJOR=`cat nss/lib/nss/nss.h | grep "#define.*NSS_VMAJOR" | awk '{print $3}'`
76e454
NSS_VMINOR=`cat nss/lib/nss/nss.h | grep "#define.*NSS_VMINOR" | awk '{print $3}'`
76e454
NSS_VPATCH=`cat nss/lib/nss/nss.h | grep "#define.*NSS_VPATCH" | awk '{print $3}'`
76e454
76e454
cat %{SOURCE9} | sed -e "s,@libdir@,%{_libdir},g" \
76e454
                          -e "s,@prefix@,%{_prefix},g" \
76e454
                          -e "s,@exec_prefix@,%{_prefix},g" \
76e454
                          -e "s,@includedir@,%{_includedir}/nss3,g" \
76e454
                          -e "s,@MOD_MAJOR_VERSION@,$NSS_VMAJOR,g" \
76e454
                          -e "s,@MOD_MINOR_VERSION@,$NSS_VMINOR,g" \
76e454
                          -e "s,@MOD_PATCH_VERSION@,$NSS_VPATCH,g" \
76e454
                          > ./dist/pkgconfig/nss-config
76e454
76e454
chmod 755 ./dist/pkgconfig/nss-config
76e454
76e454
cat %{SOURCE16} > ./dist/pkgconfig/setup-nsssysinit.sh
76e454
chmod 755 ./dist/pkgconfig/setup-nsssysinit.sh
76e454
76e454
cp ./nss/lib/ckfw/nssck.api ./dist/private/nss/
76e454
76e454
date +"%e %B %Y" | tr -d '\n' > date.xml
76e454
echo -n %{version} > version.xml
76e454
76e454
# configuration files and setup script
76e454
for m in %{SOURCE20} %{SOURCE21} %{SOURCE22}; do
76e454
  cp ${m} .
76e454
done
76e454
for m in nss-config.xml setup-nsssysinit.xml pkcs11.txt.xml; do
76e454
  xmlto man ${m}
76e454
done
76e454
76e454
# nss databases considered to be configuration files
76e454
for m in %{SOURCE23} %{SOURCE24} %{SOURCE25} %{SOURCE26} %{SOURCE27}; do
76e454
  cp ${m} .
76e454
done
76e454
for m in cert8.db.xml cert9.db.xml key3.db.xml key4.db.xml secmod.db.xml; do
76e454
  xmlto man ${m}
76e454
done
76e454
76e454
76e454
%check
76e454
%if %{with tests}
76e454
# Begin -- copied from the build section
76e454
76e454
export FREEBL_NO_DEPEND=1
76e454
76e454
export BUILD_OPT=1
76e454
76e454
%ifnarch noarch
76e454
%if 0%{__isa_bits} == 64
76e454
export USE_64=1
76e454
%endif
76e454
%endif
76e454
76e454
# End -- copied from the build section
76e454
76e454
# This is necessary because the test suite tests algorithms that are
76e454
# disabled by the system policy.
76e454
export NSS_IGNORE_SYSTEM_POLICY=1
76e454
76e454
# enable the following line to force a test failure
76e454
# find ./nss -name \*.chk | xargs rm -f
76e454
76e454
# Run test suite.
76e454
# In order to support multiple concurrent executions of the test suite
76e454
# (caused by concurrent RPM builds) on a single host,
76e454
# we'll use a random port. Also, we want to clean up any stuck
76e454
# selfserv processes. If process name "selfserv" is used everywhere,
76e454
# we can't simply do a "killall selfserv", because it could disturb
76e454
# concurrent builds. Therefore we'll do a search and replace and use
76e454
# a different process name.
76e454
# Using xargs doesn't mix well with spaces in filenames, in order to
76e454
# avoid weird quoting we'll require that no spaces are being used.
76e454
76e454
SPACEISBAD=`find ./nss/tests | grep -c ' '` ||:
76e454
if [ $SPACEISBAD -ne 0 ]; then
76e454
  echo "error: filenames containing space are not supported (xargs)"
76e454
  exit 1
76e454
fi
76e454
MYRAND=`perl -e 'print 9000 + int rand 1000'`; echo $MYRAND ||:
76e454
RANDSERV=selfserv_${MYRAND}; echo $RANDSERV ||:
76e454
DISTBINDIR=`ls -d ./dist/*.OBJ/bin`; echo $DISTBINDIR ||:
76e454
pushd "$DISTBINDIR"
76e454
ln -s selfserv $RANDSERV
76e454
popd
76e454
# man perlrun, man perlrequick
76e454
# replace word-occurrences of selfserv with selfserv_$MYRAND
76e454
find ./nss/tests -type f |\
76e454
  grep -v "\.db$" |grep -v "\.crl$" | grep -v "\.crt$" |\
76e454
  grep -vw CVS  |xargs grep -lw selfserv |\
76e454
  xargs -l perl -pi -e "s/\bselfserv\b/$RANDSERV/g" ||:
76e454
76e454
killall $RANDSERV || :
76e454
76e454
rm -rf ./tests_results
76e454
pushd nss/tests
76e454
# all.sh is the test suite script
76e454
76e454
#  don't need to run all the tests when testing packaging
a809bb
export NSS_DEFAULT_DB_TYPE=dbm  #in RHEL 8, the default db is sql, but we want
a809bb
                                # standard to test dbm, or upgradedb will fail
c2a015
%define nss_cycles "standard pkix upgradedb sharedb threadunsafe"
76e454
#  the full list from all.sh is:
76e454
#  "cipher lowhash libpkix cert dbtests tools fips sdr crmf smime ssl ocsp merge pkits chains ec gtests ssl_gtests"
76e454
%define nss_tests "libpkix cert dbtests tools fips sdr crmf smime ssl ocsp merge pkits chains ec gtests ssl_gtests"
76e454
#  nss_ssl_tests: crl bypass_normal normal_bypass normal_fips fips_normal iopr policy
76e454
#  nss_ssl_run: cov auth stapling stress
76e454
#
76e454
# Uncomment these lines if you need to temporarily
76e454
# disable some test suites for faster test builds
76e454
# % define nss_ssl_tests "normal_fips"
76e454
# % define nss_ssl_run "cov"
76e454
76e454
HOST=localhost DOMSUF=localdomain PORT=$MYRAND NSS_CYCLES=%{?nss_cycles} NSS_TESTS=%{?nss_tests} NSS_SSL_TESTS=%{?nss_ssl_tests} NSS_SSL_RUN=%{?nss_ssl_run} ./all.sh
76e454
popd
76e454
76e454
%endif
76e454
76e454
%install
76e454
76e454
# There is no make install target so we'll do it ourselves.
76e454
76e454
mkdir -p $RPM_BUILD_ROOT/%{_includedir}/nss3
76e454
mkdir -p $RPM_BUILD_ROOT/%{_includedir}/nss3/templates
76e454
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
76e454
mkdir -p $RPM_BUILD_ROOT/%{_libdir}
76e454
mkdir -p $RPM_BUILD_ROOT/%{unsupported_tools_directory}
76e454
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
76e454
mkdir -p $RPM_BUILD_ROOT/%{saved_files_dir}
76e454
mkdir -p $RPM_BUILD_ROOT/%{dracut_modules_dir}
76e454
mkdir -p $RPM_BUILD_ROOT/%{dracut_conf_dir}
76e454
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/crypto-policies/local.d
76e454
%if %{defined rhel}
76e454
# not needed for rhel and its derivatives only fedora
76e454
%else
76e454
# because of the pp.1 conflict with perl-PAR-Packer
76e454
mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc/nss-tools
76e454
%endif
76e454
76e454
install -m 755 %{SOURCE6} $RPM_BUILD_ROOT/%{dracut_modules_dir}/module-setup.sh
76e454
install -m 644 %{SOURCE7} $RPM_BUILD_ROOT/%{dracut_conf_dir}/50-nss-softokn.conf
76e454
76e454
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
76e454
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
76e454
76e454
# Copy the binary libraries we want
76e454
for file in libnssutil3.so libsoftokn3.so libnssdbm3.so libfreebl3.so libfreeblpriv3.so libnss3.so libnsssysinit.so libsmime3.so libssl3.so
76e454
do
76e454
  install -p -m 755 dist/*.OBJ/lib/$file $RPM_BUILD_ROOT/%{_libdir}
76e454
done
76e454
76e454
# Install the empty NSS db files
76e454
# Legacy db
76e454
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/pki/nssdb
76e454
install -p -m 644 %{SOURCE10} $RPM_BUILD_ROOT/%{_sysconfdir}/pki/nssdb/cert8.db
76e454
install -p -m 644 %{SOURCE11} $RPM_BUILD_ROOT/%{_sysconfdir}/pki/nssdb/key3.db
76e454
install -p -m 644 %{SOURCE12} $RPM_BUILD_ROOT/%{_sysconfdir}/pki/nssdb/secmod.db
76e454
# Shared db
76e454
install -p -m 644 %{SOURCE13} $RPM_BUILD_ROOT/%{_sysconfdir}/pki/nssdb/cert9.db
76e454
install -p -m 644 %{SOURCE14} $RPM_BUILD_ROOT/%{_sysconfdir}/pki/nssdb/key4.db
76e454
install -p -m 644 %{SOURCE15} $RPM_BUILD_ROOT/%{_sysconfdir}/pki/nssdb/pkcs11.txt
76e454
76e454
# Copy the development libraries we want
76e454
for file in libcrmf.a libnssb.a libnssckfw.a
76e454
do
76e454
  install -p -m 644 dist/*.OBJ/lib/$file $RPM_BUILD_ROOT/%{_libdir}
76e454
done
76e454
76e454
# Copy the binaries we want
76e454
for file in certutil cmsutil crlutil modutil nss-policy-check pk12util signver ssltap
76e454
do
76e454
  install -p -m 755 dist/*.OBJ/bin/$file $RPM_BUILD_ROOT/%{_bindir}
76e454
done
76e454
76e454
# Copy the binaries we ship as unsupported
76e454
for file in bltest ecperf fbectest fipstest shlibsign atob btoa derdump listsuites ocspclnt pp selfserv signtool strsclnt symkeyutil tstclnt vfyserv vfychain
76e454
do
76e454
  install -p -m 755 dist/*.OBJ/bin/$file $RPM_BUILD_ROOT/%{unsupported_tools_directory}
76e454
done
76e454
76e454
# Copy the include files we want
76e454
for file in dist/public/nss/*.h
76e454
do
76e454
  install -p -m 644 $file $RPM_BUILD_ROOT/%{_includedir}/nss3
76e454
done
76e454
76e454
# Copy some freebl include files we also want
e7e7b5
for file in blapi.h alghmac.h cmac.h
76e454
do
76e454
  install -p -m 644 dist/private/nss/$file $RPM_BUILD_ROOT/%{_includedir}/nss3
76e454
done
76e454
76e454
# Copy the static freebl library
76e454
for file in libfreebl.a
76e454
do
76e454
install -p -m 644 dist/*.OBJ/lib/$file $RPM_BUILD_ROOT/%{_libdir}
76e454
done
76e454
76e454
# Copy the template files we want
76e454
for file in dist/private/nss/templates.c dist/private/nss/nssck.api
76e454
do
76e454
  install -p -m 644 $file $RPM_BUILD_ROOT/%{_includedir}/nss3/templates
76e454
done
76e454
76e454
# Copy the package configuration files
76e454
install -p -m 644 ./dist/pkgconfig/nss-util.pc $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/nss-util.pc
76e454
install -p -m 755 ./dist/pkgconfig/nss-util-config $RPM_BUILD_ROOT/%{_bindir}/nss-util-config
76e454
install -p -m 644 ./dist/pkgconfig/nss-softokn.pc $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/nss-softokn.pc
76e454
install -p -m 755 ./dist/pkgconfig/nss-softokn-config $RPM_BUILD_ROOT/%{_bindir}/nss-softokn-config
76e454
install -p -m 644 ./dist/pkgconfig/nss.pc $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/nss.pc
76e454
install -p -m 755 ./dist/pkgconfig/nss-config $RPM_BUILD_ROOT/%{_bindir}/nss-config
76e454
# Copy the pkcs #11 configuration script
76e454
install -p -m 755 ./dist/pkgconfig/setup-nsssysinit.sh $RPM_BUILD_ROOT/%{_bindir}/setup-nsssysinit.sh
76e454
# install a symbolic link to it, without the ".sh" suffix,
76e454
# that matches the man page documentation
76e454
ln -r -s -f $RPM_BUILD_ROOT/%{_bindir}/setup-nsssysinit.sh $RPM_BUILD_ROOT/%{_bindir}/setup-nsssysinit
76e454
76e454
# Copy the man pages for scripts
76e454
for f in nss-config setup-nsssysinit; do
76e454
   install -c -m 644 ${f}.1 $RPM_BUILD_ROOT%{_mandir}/man1/${f}.1
76e454
done
76e454
# Copy the man pages for the nss tools
76e454
for f in certutil cmsutil crlutil derdump modutil nss-policy-check pk12util signtool signver ssltap vfychain vfyserv; do
76e454
  install -c -m 644 ./dist/docs/nroff/${f}.1 $RPM_BUILD_ROOT%{_mandir}/man1/${f}.1
76e454
done
76e454
%if %{defined rhel}
76e454
install -c -m 644 ./dist/docs/nroff/pp.1 $RPM_BUILD_ROOT%{_mandir}/man1/pp.1
76e454
%else
76e454
install -c -m 644 ./dist/docs/nroff/pp.1 $RPM_BUILD_ROOT%{_datadir}/doc/nss-tools/pp.1
76e454
%endif
76e454
76e454
# Copy the man pages for the configuration files
76e454
for f in pkcs11.txt; do
76e454
   install -c -m 644 ${f}.5 $RPM_BUILD_ROOT%{_mandir}/man5/${f}.5
76e454
done
76e454
# Copy the man pages for the nss databases
76e454
for f in cert8.db cert9.db key3.db key4.db secmod.db; do
76e454
   install -c -m 644 ${f}.5 $RPM_BUILD_ROOT%{_mandir}/man5/${f}.5
76e454
done
76e454
76e454
# Copy the crypto-policies configuration file
76e454
install -p -m 644 %{SOURCE28} $RPM_BUILD_ROOT/%{_sysconfdir}/crypto-policies/local.d
76e454
76e454
%triggerpostun -n nss-sysinit -- nss-sysinit < 3.12.8-3
76e454
# Reverse unwanted disabling of sysinit by faulty preun sysinit scriplet
76e454
# from previous versions of nss.spec
76e454
/usr/bin/setup-nsssysinit.sh on
76e454
a809bb
%posttrans
3d912a
update-crypto-policies --no-reload &> /dev/null || :
76e454
76e454
76e454
%files
76e454
%{!?_licensedir:%global license %%doc}
76e454
%license nss/COPYING
76e454
%{_libdir}/libnss3.so
76e454
%{_libdir}/libssl3.so
76e454
%{_libdir}/libsmime3.so
76e454
%dir %{_sysconfdir}/pki/nssdb
76e454
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/cert8.db
76e454
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/key3.db
76e454
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/secmod.db
76e454
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/cert9.db
76e454
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/key4.db
76e454
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pki/nssdb/pkcs11.txt
76e454
%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/crypto-policies/local.d/nss-p11-kit.config
76e454
%doc %{_mandir}/man5/cert8.db.5*
76e454
%doc %{_mandir}/man5/key3.db.5*
76e454
%doc %{_mandir}/man5/secmod.db.5*
76e454
%doc %{_mandir}/man5/cert9.db.5*
76e454
%doc %{_mandir}/man5/key4.db.5*
76e454
%doc %{_mandir}/man5/pkcs11.txt.5*
76e454
76e454
%files sysinit
76e454
%{_libdir}/libnsssysinit.so
76e454
%{_bindir}/setup-nsssysinit.sh
76e454
# symbolic link to setup-nsssysinit.sh
76e454
%{_bindir}/setup-nsssysinit
76e454
%doc %{_mandir}/man1/setup-nsssysinit.1*
76e454
76e454
%files tools
76e454
%{_bindir}/certutil
76e454
%{_bindir}/cmsutil
76e454
%{_bindir}/crlutil
76e454
%{_bindir}/modutil
76e454
%{_bindir}/nss-policy-check
76e454
%{_bindir}/pk12util
76e454
%{_bindir}/signver
76e454
%{_bindir}/ssltap
76e454
%{unsupported_tools_directory}/atob
76e454
%{unsupported_tools_directory}/btoa
76e454
%{unsupported_tools_directory}/derdump
76e454
%{unsupported_tools_directory}/listsuites
76e454
%{unsupported_tools_directory}/ocspclnt
76e454
%{unsupported_tools_directory}/pp
76e454
%{unsupported_tools_directory}/selfserv
76e454
%{unsupported_tools_directory}/signtool
76e454
%{unsupported_tools_directory}/strsclnt
76e454
%{unsupported_tools_directory}/symkeyutil
76e454
%{unsupported_tools_directory}/tstclnt
76e454
%{unsupported_tools_directory}/vfyserv
76e454
%{unsupported_tools_directory}/vfychain
76e454
# instead of %%{_mandir}/man*/* let's list them explicitly
76e454
# supported tools
76e454
%doc %{_mandir}/man1/certutil.1*
76e454
%doc %{_mandir}/man1/cmsutil.1*
76e454
%doc %{_mandir}/man1/crlutil.1*
76e454
%doc %{_mandir}/man1/modutil.1*
76e454
%doc %{_mandir}/man1/nss-policy-check.1*
76e454
%doc %{_mandir}/man1/pk12util.1*
76e454
%doc %{_mandir}/man1/signver.1*
76e454
# unsupported tools
76e454
%doc %{_mandir}/man1/derdump.1*
76e454
%doc %{_mandir}/man1/signtool.1*
76e454
%if %{defined rhel}
76e454
%doc %{_mandir}/man1/pp.1*
76e454
%else
76e454
%dir %{_datadir}/doc/nss-tools
76e454
%doc %{_datadir}/doc/nss-tools/pp.1
76e454
%endif
76e454
%doc %{_mandir}/man1/ssltap.1*
76e454
%doc %{_mandir}/man1/vfychain.1*
76e454
%doc %{_mandir}/man1/vfyserv.1*
76e454
76e454
%files devel
76e454
%{_libdir}/libcrmf.a
76e454
%{_libdir}/pkgconfig/nss.pc
76e454
%{_bindir}/nss-config
76e454
%doc %{_mandir}/man1/nss-config.1*
76e454
76e454
%dir %{_includedir}/nss3
76e454
%{_includedir}/nss3/cert.h
76e454
%{_includedir}/nss3/certdb.h
76e454
%{_includedir}/nss3/certt.h
76e454
%{_includedir}/nss3/cmmf.h
76e454
%{_includedir}/nss3/cmmft.h
76e454
%{_includedir}/nss3/cms.h
76e454
%{_includedir}/nss3/cmsreclist.h
76e454
%{_includedir}/nss3/cmst.h
76e454
%{_includedir}/nss3/crmf.h
76e454
%{_includedir}/nss3/crmft.h
76e454
%{_includedir}/nss3/cryptohi.h
76e454
%{_includedir}/nss3/cryptoht.h
76e454
%{_includedir}/nss3/sechash.h
76e454
%{_includedir}/nss3/jar-ds.h
76e454
%{_includedir}/nss3/jar.h
76e454
%{_includedir}/nss3/jarfile.h
76e454
%{_includedir}/nss3/key.h
76e454
%{_includedir}/nss3/keyhi.h
76e454
%{_includedir}/nss3/keyt.h
76e454
%{_includedir}/nss3/keythi.h
76e454
%{_includedir}/nss3/nss.h
76e454
%{_includedir}/nss3/nssckbi.h
76e454
%{_includedir}/nss3/ocsp.h
76e454
%{_includedir}/nss3/ocspt.h
76e454
%{_includedir}/nss3/p12.h
76e454
%{_includedir}/nss3/p12plcy.h
76e454
%{_includedir}/nss3/p12t.h
76e454
%{_includedir}/nss3/pk11func.h
c2a015
%{_includedir}/nss3/pk11hpke.h
76e454
%{_includedir}/nss3/pk11pqg.h
76e454
%{_includedir}/nss3/pk11priv.h
76e454
%{_includedir}/nss3/pk11pub.h
76e454
%{_includedir}/nss3/pk11sdr.h
76e454
%{_includedir}/nss3/pkcs12.h
76e454
%{_includedir}/nss3/pkcs12t.h
76e454
%{_includedir}/nss3/pkcs7t.h
76e454
%{_includedir}/nss3/preenc.h
76e454
%{_includedir}/nss3/secmime.h
76e454
%{_includedir}/nss3/secmod.h
76e454
%{_includedir}/nss3/secmodt.h
76e454
%{_includedir}/nss3/secpkcs5.h
76e454
%{_includedir}/nss3/secpkcs7.h
76e454
%{_includedir}/nss3/smime.h
76e454
%{_includedir}/nss3/ssl.h
76e454
%{_includedir}/nss3/sslerr.h
76e454
%{_includedir}/nss3/sslexp.h
76e454
%{_includedir}/nss3/sslproto.h
76e454
%{_includedir}/nss3/sslt.h
76e454
76e454
%files pkcs11-devel
76e454
%{_includedir}/nss3/nssbase.h
76e454
%{_includedir}/nss3/nssbaset.h
76e454
%{_includedir}/nss3/nssckepv.h
76e454
%{_includedir}/nss3/nssckft.h
76e454
%{_includedir}/nss3/nssckfw.h
76e454
%{_includedir}/nss3/nssckfwc.h
76e454
%{_includedir}/nss3/nssckfwt.h
76e454
%{_includedir}/nss3/nssckg.h
76e454
%{_includedir}/nss3/nssckmdt.h
76e454
%{_includedir}/nss3/nssckt.h
76e454
%{_includedir}/nss3/templates/nssck.api
76e454
%{_libdir}/libnssb.a
76e454
%{_libdir}/libnssckfw.a
76e454
76e454
%files util
76e454
%{!?_licensedir:%global license %%doc}
76e454
%license nss/COPYING
76e454
%{_libdir}/libnssutil3.so
76e454
76e454
%files util-devel
76e454
# package configuration files
76e454
%{_libdir}/pkgconfig/nss-util.pc
76e454
%{_bindir}/nss-util-config
76e454
76e454
# co-owned with nss
76e454
%dir %{_includedir}/nss3
76e454
# these are marked as public export in nss/lib/util/manifest.mk
76e454
%{_includedir}/nss3/base64.h
76e454
%{_includedir}/nss3/ciferfam.h
76e454
%{_includedir}/nss3/eccutil.h
76e454
%{_includedir}/nss3/hasht.h
76e454
%{_includedir}/nss3/nssb64.h
76e454
%{_includedir}/nss3/nssb64t.h
76e454
%{_includedir}/nss3/nsslocks.h
76e454
%{_includedir}/nss3/nssilock.h
76e454
%{_includedir}/nss3/nssilckt.h
76e454
%{_includedir}/nss3/nssrwlk.h
76e454
%{_includedir}/nss3/nssrwlkt.h
76e454
%{_includedir}/nss3/nssutil.h
76e454
%{_includedir}/nss3/pkcs1sig.h
76e454
%{_includedir}/nss3/pkcs11.h
76e454
%{_includedir}/nss3/pkcs11f.h
76e454
%{_includedir}/nss3/pkcs11n.h
76e454
%{_includedir}/nss3/pkcs11p.h
76e454
%{_includedir}/nss3/pkcs11t.h
76e454
%{_includedir}/nss3/pkcs11u.h
76e454
%{_includedir}/nss3/pkcs11uri.h
76e454
%{_includedir}/nss3/portreg.h
76e454
%{_includedir}/nss3/secasn1.h
76e454
%{_includedir}/nss3/secasn1t.h
76e454
%{_includedir}/nss3/seccomon.h
76e454
%{_includedir}/nss3/secder.h
76e454
%{_includedir}/nss3/secdert.h
76e454
%{_includedir}/nss3/secdig.h
76e454
%{_includedir}/nss3/secdigt.h
76e454
%{_includedir}/nss3/secerr.h
76e454
%{_includedir}/nss3/secitem.h
76e454
%{_includedir}/nss3/secoid.h
76e454
%{_includedir}/nss3/secoidt.h
76e454
%{_includedir}/nss3/secport.h
76e454
%{_includedir}/nss3/utilmodt.h
76e454
%{_includedir}/nss3/utilpars.h
76e454
%{_includedir}/nss3/utilparst.h
76e454
%{_includedir}/nss3/utilrename.h
76e454
%{_includedir}/nss3/templates/templates.c
76e454
76e454
%files softokn
76e454
%{_libdir}/libnssdbm3.so
76e454
%{_libdir}/libnssdbm3.chk
76e454
%{_libdir}/libsoftokn3.so
76e454
%{_libdir}/libsoftokn3.chk
76e454
# shared with nss-tools
76e454
%dir %{_libdir}/nss
76e454
%dir %{saved_files_dir}
76e454
%dir %{unsupported_tools_directory}
76e454
%{unsupported_tools_directory}/bltest
76e454
%{unsupported_tools_directory}/ecperf
76e454
%{unsupported_tools_directory}/fbectest
76e454
%{unsupported_tools_directory}/fipstest
76e454
%{unsupported_tools_directory}/shlibsign
76e454
76e454
%files softokn-freebl
76e454
%{!?_licensedir:%global license %%doc}
76e454
%license nss/COPYING
76e454
%{_libdir}/libfreebl3.so
76e454
%{_libdir}/libfreebl3.chk
76e454
%{_libdir}/libfreeblpriv3.so
76e454
%{_libdir}/libfreeblpriv3.chk
76e454
#shared
76e454
%dir %{dracut_modules_dir}
76e454
%{dracut_modules_dir}/module-setup.sh
76e454
%{dracut_conf_dir}/50-nss-softokn.conf
76e454
76e454
%files softokn-freebl-devel
76e454
%{_libdir}/libfreebl.a
76e454
%{_includedir}/nss3/blapi.h
76e454
%{_includedir}/nss3/blapit.h
76e454
%{_includedir}/nss3/alghmac.h
e7e7b5
%{_includedir}/nss3/cmac.h
76e454
%{_includedir}/nss3/lowkeyi.h
76e454
%{_includedir}/nss3/lowkeyti.h
76e454
76e454
%files softokn-devel
76e454
%{_libdir}/pkgconfig/nss-softokn.pc
76e454
%{_bindir}/nss-softokn-config
76e454
76e454
# co-owned with nss
76e454
%dir %{_includedir}/nss3
76e454
#
76e454
# The following headers are those exported public in
76e454
# nss/lib/freebl/manifest.mn and
76e454
# nss/lib/softoken/manifest.mn
76e454
#
76e454
# The following list is short because many headers, such as
76e454
# the pkcs #11 ones, have been provided by nss-util-devel
76e454
# which installed them before us.
76e454
#
76e454
%{_includedir}/nss3/ecl-exp.h
76e454
%{_includedir}/nss3/nsslowhash.h
76e454
%{_includedir}/nss3/shsign.h
76e454
76e454
76e454
%changelog
c2a015
* Tue Jul 6 2021 Bob Relyea <rrelyea@redhat.com> - 3.67.0-6
c2a015
- Fix ssl alert issue
c2a015
c2a015
* Thu Jul 1 2021 Bob Relyea <rrelyea@redhat.com> - 3.67.0-5
c2a015
- Fix issue with reading databases that were updated using
c2a015
  unpatched versions of nss
c2a015
c2a015
* Tue Jun 29 2021 Bob Relyea <rrelyea@redhat.com> - 3.67.0-4
c2a015
- Better fix for the sdb timeout. The issue wasn't a race, it was
c2a015
  the sqlite timeout waiting to begin a transaction under heavy
c2a015
  thread usage.
c2a015
c2a015
* Mon Jun 28 2021 Bob Relyea <rrelyea@redhat.com> - 3.67.0-3
c2a015
- Fix sdb race condition
c2a015
c2a015
* Fri Jun 18 2021 Bob Relyea <rrelyea@redhat.com> - 3.67.0-2
c2a015
- Fix coverity issues
c2a015
c2a015
* Thu Jun 17 2021 Bob Relyea <rrelyea@redhat.com> - 3.67.0-1
c2a015
- Rebase to NSS 3.67
c2a015
c2a015
* Tue Jun 15 2021 Bob Relyea <rrelyea@redhat.com> - 3.66.0-2
c2a015
- Restore old pkcs12 defaults.
c2a015
c2a015
* Mon Jun 14 2021 Bob Relyea <rrelyea@redhat.com> - 3.66.0-1.1
c2a015
- build nss for older nspr so we can pass gating with
c2a015
  the new nspr in the build root
c2a015
c2a015
* Wed Jun 2 2021 Bob Relyea <rrelyea@redhat.com> - 3.66.0-1
c2a015
- Rebase to NSS 3.66
c2a015
8b3762
* Thu Dec 3 2020 Bob Relyea <rrelyea@redhat.com> - 3.53.1-17
8b3762
- Fix various corner cases with ike v1 app b support.
8b3762
8b3762
* Thu Nov 19 2020 Bob Relyea <rrelyea@redhat.com> - 3.53.1-16
8b3762
- Fix the following CVE
8b3762
- CVE-2020-12403 chacha-poly issues
8b3762
- CVE-2020-12400 constant time ECC.
8b3762
- CVE-2020-6829  constant time ECC.
8b3762
8b3762
* Wed Nov 4 2020 Bob Relyea <rrelyea@redhat.com> - 3.53.1-15
8b3762
- Revert some policy changes the generate ABI runtime issues.
8b3762
8b3762
* Thu Oct 29 2020 Bob Relyea <rrelyea@redhat.com> - 3.53.1-14
8b3762
- Add support for enable/disable in policy. Now if your policy
8b3762
  file has disallow=x enable=y it will act just like our other 
8b3762
  libraries.
8b3762
8b3762
* Mon Oct 26 2020 Bob Relyea <rrelyea@redhat.com> - 3.53.1-13
8b3762
- Add OAEP interface so applications can wrap keys with RSA-OAEP
8b3762
  rather than RSA-PKCS-1.
8b3762
8b3762
* Mon Oct 19 2020 Bob Relyea <rrelyea@redhat.com> - 3.53.1-12
8b3762
- fips need to reject small primes even if they are approved
8b3762
- code to autodetect whether or not to use the cache needs to do so
8b3762
  in a way that doesn't mess with filesystem negative file caching.
8b3762
- add kdf selftests
8b3762
a809bb
* Thu Jul 30 2020 Bob Relyea <rrelyea@redhat.com> - 3.53.1-11
a809bb
- Fix issue with upgradedb where upgradedb expects standard to
a809bb
  generate dbm databases, not sql databases (default in RHEL8)
a809bb
a809bb
* Thu Jul 30 2020 Bob Relyea <rrelyea@redhat.com> - 3.53.1-10
a809bb
- Disable dh timing test because it's unreliable on s390
a809bb
a809bb
* Thu Jul 30 2020 Daiki Ueno <dueno@redhat.com> - 3.53.1-9
a809bb
- Explicitly enable upgradedb/sharedb test cycles
a809bb
a809bb
* Wed Jul 29 2020 Daiki Ueno <dueno@redhat.com> - 3.53.1-8
a809bb
- Disable Delegated Credentials for TLS
a809bb
a809bb
* Fri Jul 24 2020 Bob Relyea <rrelyea@redhat.com> - 3.53.1-7
a809bb
- Fix attribute decryption issue where the private key components
a809bb
  integrity check on private attributes where not being checked.
a809bb
a809bb
* Mon Jul 13 2020 Daiki Ueno <dueno@redhat.com> - 3.53.1-6
a809bb
- Update nss-rsa-pkcs1-sigalgs.patch to the upstream version
a809bb
a809bb
* Sat Jul 11 2020 Bob Relyea <rrelyea@redhat.com> - 3.53.1-5
a809bb
- Include required checks for dh and ecdh key generation in FIPS mode.
a809bb
a809bb
* Wed Jul 8 2020 Bob Relyea <rrelyea@redhat.com> - 3.53.1-4
a809bb
- Add better checks for dh derive operations in FIPS mode.
a809bb
a809bb
* Thu Jun 25 2020 Daiki Ueno <dueno@redhat.com> - 3.53.1-3
a809bb
- Disable NSS_HASH_ALG_SUPPORT as well for MD5 (#1849938)
a809bb
- Adjust for update-crypto-policies packaging change (#1848649)
a809bb
- Fix compilation with -Werror=strict-prototypes (#1843417)
a809bb
a809bb
* Wed Jun 24 2020 Daiki Ueno <dueno@redhat.com> - 3.53.1-2
a809bb
- Fix regression in MD5 disablement (#1849938)
a809bb
- Include rsa_pkcs1_* in signature_algorithms extension (#1847945)
a809bb
a809bb
* Mon Jun 22 2020 Daiki Ueno <dueno@redhat.com> - 3.53.1-1
a809bb
- Update to NSS 3.53.1
a809bb
a809bb
* Sat Jun  6 2020 Daiki Ueno <dueno@redhat.com> - 3.53.0-1
a809bb
- Update to NSS 3.53
a809bb
e7e7b5
* Fri Jan 31 2020 Bob Relyea <rrelyea@redhat.com> - 3.44.0-15
e7e7b5
- Fix swapped CMAC PKCS #11 values.
e7e7b5
- Fix data alignment crash in CMAC.
e7e7b5
e7e7b5
* Tue Dec 3 2019 Bob Relyea <rrelyea@redhat.com> - 3.44.0-14
e7e7b5
- Fix coverify scan issue
e7e7b5
e7e7b5
* Mon Dec 2 2019 Bob Relyea <rrelyea@redhat.com> - 3.44.0-13
e7e7b5
- Fix endian problem in SP-800 108 code.
e7e7b5
e7e7b5
* Thu Nov 28 2019 Daiki Ueno <dueno@redhat.com> - 3.44.0-12
e7e7b5
- Install cmac.h required by blapi.h (#1764513)
e7e7b5
- Fix out-of-bounds write in NSC_EncryptUpdate (#1775913)
e7e7b5
e7e7b5
* Wed Nov 27 2019 Bob Relyea <rrelyea@redhat.com> - 3.44.0-11
e7e7b5
- Add SP-800 108 Generalized kdf
e7e7b5
e7e7b5
* Mon Nov 11 2019 Daiki Ueno <dueno@redhat.com> - 3.44.0-10
e7e7b5
- Check policy against hash algorithms used for ServerKeyExchange (#1730039)
e7e7b5
e7e7b5
* Wed Nov  6 2019 Bob Relyea <rrelyea@redhat.com> - 3.44.0-9
e7e7b5
- Add CMAC
6f1d97
d34767
* Thu Aug  8 2019 Bob Relyea <rrelyea@redhat.com> - 3.44.0-8
d34767
- CKM_NSS_IKE1_APP_B_PRF_DERIVE was missing from the mechanism list, preventing
d34767
  PK11_Derive*() from using it. Add gtests for the PK11_Derive interface for
d34767
  all the CKM_NSS_IKE*_DERIVE mechanism.
d34767
3d912a
* Wed Jul  3 2019 Daiki Ueno <dueno@redhat.com> - 3.44.0-7
3d912a
- Backport fixes from 3.44.1
3d912a
3d912a
* Wed Jun 26 2019 Daiki Ueno <dueno@redhat.com> - 3.44.0-6
3d912a
- Add continuous RNG test required by FIPS
3d912a
- fipstest: use CKM_TLS12_MASTER_KEY_DERIVE instead of vendor specific mechanism
3d912a
3d912a
* Mon Jun 10 2019 Daiki Ueno <dueno@redhat.com> - 3.44.0-5
3d912a
- Rebuild with the correct build target
3d912a
3d912a
*Fri Jun 7 2019 Bob Relyea <rrelyea@redhat.com> - 3.44.0-4.1
3d912a
- rebuild to try to retrigger CI tests
3d912a
3d912a
*Wed Jun 5 2019 Bob Relyea <rrelyea@redhat.com> - 3.44.0-4
3d912a
- Fix certutil man page
3d912a
- Fix extracting a public key from a private key for dh, ec, and dsa
3d912a
3d912a
* Thu May 30 2019 Daiki Ueno <dueno@redhat.com> - 3.44.0-3
3d912a
- Disable TLS 1.3 under FIPS mode
3d912a
- Disable RSASSA-PKCS1-v1_5 in TLS 1.3
3d912a
- Fix post-handshake auth transcript calculation if
3d912a
  SSL_ENABLE_SESSION_TICKETS is set
3d912a
- Revert the change to use XDG basedirs (mozilla#818686)
3d912a
3d912a
* Fri May 24 2019 Bob Relyea <rrelyea@redhat.com> - 3.44.0-2
3d912a
- Add ike mechanisms in softokn
3d912a
- Add FIPS checks in softoken
3d912a
3d912a
* Fri May 24 2019 Daiki Ueno <dueno@redhat.com> - 3.44.0-1
3d912a
- Update to NSS 3.44
3d912a
- Define NSS_SEED_ONLY_DEV_URANDOM=1 to exclusively use getentropy
3d912a
- Use %%autosetup
3d912a
- Clean up manual pages generation
3d912a
- Clean up %%check
3d912a
- Remove prelink dependency, which is not available in RHEL-8
3d912a
- Remove upstreamed patches
3d912a
76e454
* Mon Dec 17 2018 Daiki Ueno <dueno@redhat.com> - 3.41.0-5
76e454
- Update manual pages to reflect recent changes in commands
76e454
76e454
* Fri Dec 14 2018 Bob Relyea <rrelyea@redhat.com> - 3.41.0-4
76e454
- Make sure corresponding public keys are created when importing private keys.
76e454
76e454
* Thu Dec 13 2018 Daiki Ueno <dueno@redhat.com> - 3.41.0-3
76e454
- Fix the last change
76e454
- Add --no-reload option to update-crypto-policies to avoid
76e454
  unnecessary restart of daemons
76e454
76e454
* Thu Dec 13 2018 Daiki Ueno <dueno@redhat.com> - 3.41.0-2
76e454
- Restore LDFLAGS injection when linking DSO
76e454
76e454
* Mon Dec 10 2018 Daiki Ueno <dueno@redhat.com> - 3.41.0-1
76e454
- Update to NSS 3.41
76e454
- Consolidate nss-util, nss-softokn, and nss into a single source package
76e454
76e454
* Fri Dec  7 2018 Daiki Ueno <dueno@redhat.com> - 3.39.0-1.5
76e454
- Fix the last commit
76e454
76e454
* Tue Dec 4 2018 Bob Relyea <rrelyea@redhat.com> - 3.39.0-1.4
76e454
- Support for IKE/IPsec typical PKIX usage so libreswan can use nss
76e454
  without rejecting certs based on EKU
76e454
76e454
* Thu Nov 29 2018 Daiki Ueno <dueno@redhat.com> - 3.39.0-1.3
76e454
- Backport upstream fixes for rhbz#1649026, rhbz#1608895, rhbz#1644854
76e454
- Document PKCS #11 URI
76e454
- Add warning when adding module with modutil while p11-kit is enabled
76e454
76e454
* Tue Nov 13 2018 Daiki Ueno <dueno@redhat.com> - 3.39.0-1.2
76e454
- Update nss-dsa.patch to not advertise DSA signature algorithm
76e454
- Update PayPal test certs for testing
76e454
76e454
* Thu Oct 18 2018 Daiki Ueno <dueno@redhat.com> - 3.39.0-1.1
76e454
- Backport "DSA" keyword in crypto-policies
76e454
76e454
* Tue Sep 25 2018 Daiki Ueno <dueno@redhat.com> - 3.39.0-1.0
76e454
- Update to NSS 3.39
76e454
76e454
* Fri Sep 14 2018 Daiki Ueno <dueno@redhat.com> - 3.38.0-1.2
76e454
- Fix LDFLAGS injection when linking DSO
76e454
76e454
* Tue Jul 24 2018 Daiki Ueno <dueno@redhat.com> - 3.38.0-1.1
76e454
- Install crypto-policies configuration file for
76e454
  https://fedoraproject.org/wiki/Changes/NSSLoadP11KitModules
76e454
- Port enable-fips-when-system-is-in-fips-mode.patch from RHEL-7
76e454
- Use %%ldconfig_scriptlets
76e454
- Remove needless use of %defattr, by Jason Tibbitts
76e454
76e454
* Wed Jul 18 2018 Daiki Ueno <dueno@redhat.com> - 3.38.0-1.0
76e454
- Update to NSS 3.38
76e454
76e454
* Tue Jul 17 2018 Kai Engert <kaie@redhat.com> - 3.36.1-1.2
76e454
- Backport upstream addition of nss-policy-check utility, rhbz#1428746,
76e454
  includes required fixes for mozbz#1296263 and mozbz#1474875
76e454
76e454
* Fri May 25 2018 Daiki Ueno <dueno@redhat.com> - 3.36.1-1.1
76e454
- Switch the default DB type to SQL
76e454
- Enable SSLKEYLOGFILE
76e454
76e454
* Wed Apr 11 2018 Daiki Ueno <dueno@redhat.com> - 3.36.1-1.0
76e454
- Update to NSS 3.36.1
76e454
- Remove nss-3.14.0.0-disble-ocsp-test.patch
76e454
- Fix partial injection of LDFLAGS
76e454
- Remove NSS_NO_PKCS11_BYPASS, which is no-op in upstream
76e454
76e454
* Fri Mar  9 2018 Daiki Ueno <dueno@redhat.com> - 3.36.0-1.0
76e454
- Update to NSS 3.36.0
76e454
- Add gcc-c++ to BuildRequires (C++ is needed for gtests)
76e454
- Make test failure detection robuster
76e454
76e454
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.0-5
76e454
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
76e454
76e454
* Mon Jan 29 2018 Kai Engert <kaie@redhat.com> - 3.35.0-4
76e454
- Fix a compiler error with gcc 8, mozbz#1434070
76e454
- Set NSS_FORCE_FIPS=1 at %%build time, and remove from %%check.
76e454
76e454
* Mon Jan 29 2018 Kai Engert <kaie@redhat.com> - 3.35.0-3
76e454
- Stop pulling in nss-pem automatically, packages that need it should
76e454
  depend on it, rhbz#1539401
76e454
76e454
* Tue Jan 23 2018 Daiki Ueno <dueno@redhat.com> - 3.35.0-2
76e454
- Update to NSS 3.35.0
76e454
76e454
* Tue Nov 14 2017 Daiki Ueno <dueno@redhat.com> - 3.34.0-2
76e454
- Update to NSS 3.34.0
76e454
76e454
* Fri Nov 10 2017 Daiki Ueno <dueno@redhat.com> - 3.33.0-6
76e454
- Make sure 32bit nss-pem always be installed with 32bit nss in
76e454
  multlib environment, patch by Kamil Dudka
76e454
76e454
* Wed Nov  8 2017 Kai Engert <kaie@redhat.com> - 3.33.0-5
76e454
- Fix test script
76e454
76e454
* Tue Nov  7 2017 Kai Engert <kaie@redhat.com> - 3.33.0-4
76e454
- Update tests to be compatible with default NSS DB changed to sql
76e454
  (the default was changed in the nss-util package).
76e454
76e454
* Tue Oct 24 2017 Kai Engert <kaie@redhat.com> - 3.33.0-3
76e454
- rhbz#1505487, backport upstream fixes required for rhbz#1496560
76e454
76e454
* Tue Oct  3 2017 Daiki Ueno <dueno@redhat.com> - 3.33.0-2
76e454
- Update to NSS 3.33.0
76e454
76e454
* Fri Sep 15 2017 Daiki Ueno <dueno@redhat.com> - 3.32.1-2
76e454
- Update to NSS 3.32.1
76e454
76e454
* Wed Sep  6 2017 Daiki Ueno <dueno@redhat.com> - 3.32.0-4
76e454
- Update iquote.patch to really prefer in-tree headers over system headers
76e454
76e454
* Wed Aug 23 2017 Kai Engert <kaie@redhat.com> - 3.32.0-3
76e454
- NSS libnssckbi.so has already been obsoleted by p11-kit-trust, rhbz#1484449
76e454
76e454
* Mon Aug  7 2017 Daiki Ueno <dueno@redhat.com> - 3.32.0-2
76e454
- Update to NSS 3.32.0
76e454
76e454
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.0-6
76e454
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
76e454
76e454
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.0-5
76e454
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
76e454
76e454
* Tue Jul 18 2017 Daiki Ueno <dueno@redhat.com> - 3.31.0-4
76e454
- Backport mozbz#1381784 to avoid deadlock in dnf
76e454
76e454
* Thu Jul 13 2017 Daiki Ueno <dueno@redhat.com> - 3.31.0-3
76e454
- Move signtool to %%_libdir/nss/unsupported-tools, for:
76e454
  https://fedoraproject.org/wiki/Changes/NSSSigntoolDeprecation
76e454
76e454
* Wed Jun 21 2017 Daiki Ueno <dueno@redhat.com> - 3.31.0-2
76e454
- Rebase to NSS 3.31.0
76e454
76e454
* Fri Jun  2 2017 Daiki Ueno <dueno@redhat.com> - 3.30.2-3
76e454
- Enable gtests
76e454
76e454
* Mon Apr 24 2017 Daiki Ueno <dueno@redhat.com> - 3.30.2-2
76e454
- Rebase to NSS 3.30.2
76e454
- Enable TLS 1.3
76e454
76e454
* Thu Mar 30 2017 Kai Engert <kaie@redhat.com> - 3.30.0-3
76e454
- Backport upstream mozbz#1328318 to support crypto policy FUTURE.
76e454
76e454
* Tue Mar 21 2017 Daiki Ueno <dueno@redhat.com> - 3.30.0-2
76e454
- Rebase to NSS 3.30.0
76e454
- Remove upstreamed patches
76e454
76e454
* Thu Mar 02 2017 Kai Engert <kaie@redhat.com> - 3.29.1-3
76e454
- Backport mozbz#1334976 and mozbz#1336487.
76e454
76e454
* Fri Feb 17 2017 Daiki Ueno <dueno@redhat.com> - 3.29.1-2
76e454
- Rebase to NSS 3.29.1
76e454
76e454
* Thu Feb  9 2017 Daiki Ueno <dueno@redhat.com> - 3.29.0-3
76e454
- Disable TLS 1.3, following the upstream change
76e454
76e454
* Wed Feb  8 2017 Daiki Ueno <dueno@redhat.com> - 3.29.0-2
76e454
- Rebase to NSS 3.29.0
76e454
- Suppress -Werror=int-in-bool-context warnings with GCC7
76e454
76e454
* Mon Jan 23 2017 Daiki Ueno <dueno@redhat.com> - 3.28.1-6
76e454
- Work around pkgconfig -> pkgconf transition issue (releng#6597)
76e454
76e454
* Fri Jan 20 2017 Daiki Ueno <dueno@redhat.com> - 3.28.1-5
76e454
- Disable TLS 1.3
76e454
- Add "Conflicts" with packages using older Mozilla codebase, which is
76e454
  not compatible with NSS 3.28.1
76e454
- Remove NSS_ECC_MORE_THAN_SUITE_B setting, as it was removed in upstream
76e454
76e454
* Tue Jan 17 2017 Daiki Ueno <dueno@redhat.com> - 3.28.1-4
76e454
- Add "Conflicts" with older firefox packages which don't have support
76e454
  for smaller curves added in NSS 3.28.1
76e454
76e454
* Fri Jan 13 2017 Daiki Ueno <dueno@redhat.com> - 3.28.1-3
76e454
- Fix incorrect version specification in %%nss_{util,softokn}_version,
76e454
  pointed by Elio Maldonado
76e454
76e454
* Fri Jan  6 2017 Daiki Ueno <dueno@redhat.com> - 3.28.1-2
76e454
- Rebase to NSS 3.28.1
76e454
- Remove upstreamed patch for disabling RSA-PSS
76e454
- Re-enable TLS 1.3
76e454
76e454
* Wed Nov 30 2016 Daiki Ueno <dueno@redhat.com> - 3.27.2-2
76e454
- Rebase to NSS 3.27.2
76e454
76e454
* Tue Nov 15 2016 Daiki Ueno <dueno@redhat.com> - 3.27.0-5
76e454
- Revert the previous fix for RSA-PSS and use the upstream fix instead
76e454
76e454
* Wed Nov 02 2016 Kai Engert <kaie@redhat.com> - 3.27.0-4
76e454
- Disable the use of RSA-PSS with SSL/TLS. #1383809
76e454
76e454
* Sun Oct  2 2016 Daiki Ueno <dueno@redhat.com> - 3.27.0-3
76e454
- Disable TLS 1.3 for now, to avoid reported regression with TLS to
76e454
  version intolerant servers
76e454
76e454
* Thu Sep 29 2016 Daiki Ueno <dueno@redhat.com> - 3.27.0-2
76e454
- Rebase to NSS 3.27.0
76e454
- Remove upstreamed ectest patch
76e454
76e454
* Mon Aug  8 2016 Daiki Ueno <dueno@redhat.com> - 3.26.0-2
76e454
- Rebase to NSS 3.26.0
76e454
- Update check policy file patch to better match what was upstreamed
76e454
- Remove conditionally ignore system policy patch as it has been upstreamed
76e454
- Skip ectest as well as ecperf, which are built as part of nss-softokn
76e454
- Fix rpmlint error regarding %%define usage
76e454
76e454
* Thu Jul 14 2016 Elio Maldonado <emaldona@redhat.com> - 3.25.0-6
76e454
- Incorporate some changes requested in upstream review and commited upstream (#1157720)
76e454
76e454
* Fri Jul 01 2016 Elio Maldonado <emaldona@redhat.com> - 3.25.0-5
76e454
- Add support for conditionally ignoring the system policy (#1157720)
76e454
- Remove unneeded test scripts patches in order to run more tests
76e454
- Remove unneeded test data modifications from the spec file
76e454
76e454
* Tue Jun 28 2016 Elio Maldonado <emaldona@redhat.com> - 3.25.0-4
76e454
- Remove obsolete patch and spurious lines from the spec file (#1347336)
76e454
76e454
* Sun Jun 26 2016 Elio Maldonado <emaldona@redhat.com> - 3.25.0-3
76e454
- Cleanup spec file and patches and add references to bugs filed upstream
76e454
76e454
* Fri Jun 24 2016 Elio Maldonado <emaldona@redhat.com> - 3.25.0-2
76e454
- Rebase to nss 3.25
76e454
76e454
* Thu Jun 16 2016 Kamil Dudka <kdudka@redhat.com> - 3.24.0-3
76e454
- decouple nss-pem from the nss package (#1347336)
76e454
76e454
* Fri Jun 03 2016 Elio Maldonado <emaldona@redhat.com> - 3.24.0-2.3
76e454
- Apply the patch that was last introduced
76e454
- Renumber and reorder some of the patches
76e454
- Resolves: Bug 1342158
76e454
76e454
* Thu Jun 02 2016 Elio Maldonado <emaldona@redhat.com> - 3.24.0-2.2
76e454
- Allow application requests to disable SSL v2 to succeed
76e454
- Resolves: Bug 1342158 - nss-3.24 does no longer support ssl V2, installation of IPA fails because nss init fails
76e454
76e454
* Sun May 29 2016 Elio Maldonado <emaldona@redhat.com> - 3.24.0-2.1
76e454
- Rebase to NSS 3.24.0
76e454
- Restore setting the policy file location
76e454
- Make ssl tests scripts aware of policy
76e454
- Ajust tests data expected result for policy
76e454
76e454
* Tue May 24 2016 Elio Maldonado <emaldona@redhat.com> - 3.24.0-2.0
76e454
- Bootstrap build to rebase to NSS 3.24.0
76e454
- Temporarily not setting the policy file location
76e454
76e454
* Thu May 12 2016 Elio Maldonado <emaldona@redhat.com> - 3.23.0-9
76e454
- Change POLICY_FILE to "nss.config"
76e454
76e454
* Fri Apr 22 2016 Elio Maldonado <emaldona@redhat.com> - 3.23.0-8
76e454
- Change POLICY_FILE to "nss.cfg"
76e454
76e454
* Wed Apr 20 2016 Elio Maldonado <emaldona@redhat.com> - 3.23.0-7
76e454
- Change the POLICY_PATH to "/etc/crypto-policies/back-ends"
76e454
- Regenerate the check policy patch with hg to provide more context
76e454
76e454
* Thu Apr 14 2016 Elio Maldonado <emaldona@redhat.com> - 3.23.0-6
76e454
- Fix typo in the last %%changelog entry
76e454
76e454
* Thu Mar 24 2016 Elio Maldonado <emaldona@redhat.com> - 3.23.0-5
76e454
- Load policy file if /etc/pki/nssdb/policy.cfg exists
76e454
- Resolves: Bug 1157720 - NSS should enforce the system-wide crypto policy
76e454
76e454
* Tue Mar 08 2016 Elio Maldonado <emaldona@redhat.com> - 3.23.0-4
76e454
- Remove unused patch rendered obsolete by pem update
76e454
76e454
* Tue Mar 08 2016 Elio Maldonado <emaldona@redhat.com> - 3.23.0-3
76e454
- Update pem sources to latest from nss-pem upstream
76e454
- Resolves: Bug 1300652 - [PEM] insufficient input validity checking while loading a private key
76e454
76e454
* Sat Mar 05 2016 Elio Maldonado <emaldona@redhat.com> - 3.23.0-2
76e454
- Rebase to NSS 3.23
76e454
76e454
* Sat Feb 27 2016 Elio Maldonado <emaldona@redhat.com> - 3.22.2-2
76e454
- Rebase to NSS 3.22.2
76e454
76e454
* Tue Feb 23 2016 Elio Maldonado <emaldona@redhat.com> - 3.22.1-3
76e454
- Fix ssl2/exp test disabling to run all the required tests
76e454
76e454
* Sun Feb 21 2016 Elio Maldonado <emaldona@redhat.com> - 3.22.1-1
76e454
- Rebase to NSS 3.22.1
76e454
76e454
* Mon Feb 08 2016 Elio Maldonado <emaldona@redhat.com> - 3.22.0-3
76e454
- Update .gitignore as part of updating to nss 3.22
76e454
76e454
* Mon Feb 08 2016 Elio Maldonado <emaldona@redhat.com> - 3.22.0-2
76e454
- Update to NSS 3.22
76e454
76e454
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.21.0-7
76e454
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
76e454
76e454
* Fri Jan 15 2016 Elio Maldonado <emaldona@redhat.com> - 3.21.0-6
76e454
- Resolves: Bug 1299040 - Enable ssl_gtests upstream test suite
76e454
- Remove 'export NSS_DISABLE_GTESTS=1' go ssl_gtests are built
76e454
- Use %%define when specifying the nss_tests to run
76e454
76e454
* Wed Dec 30 2015 Michal Toman <mtoman@fedoraproject.org> - 3.21.0-5
76e454
- Add 64-bit MIPS to multilib arches
76e454
76e454
* Fri Nov 20 2015 Elio Maldonado <emaldona@redhat.com> - 3.21.0-4
76e454
- Update %%{nss_util_version} and %%{nss_softokn_version} to 3.21.0
76e454
- Resolves: Bug 1284095 - all https fails with sec_error_no_token
76e454
76e454
* Sun Nov 15 2015 Elio Maldonado <emaldona@redhat.com> - 3.21.0-3
76e454
- Add references to bugs filed upstream
76e454
76e454
* Fri Nov 13 2015 Elio Maldonado Batiz <emaldona@redhat.com> - 3.21.1-2
76e454
- Update to NSS 3.21
76e454
- Package listsuites as part of the unsupported tools set
76e454
- Resolves: Bug 1279912 - nss-3.21 is available
76e454
- Resolves: Bug 1258425 - Use __isa_bits macro instead of list of 64-bit
76e454
- Resolves: Bug 1280032 - Package listsuites as part of the nss unsupported tools set
76e454
76e454
* Fri Oct 30 2015 Elio Maldonado <emaldona@redhat.com> - 3.20.1-2
76e454
- Update to NSS 3.20.1
76e454
76e454
* Wed Sep 30 2015 Elio Maldonado <emaldona@redhat.com> - 3.20.0-6
76e454
- Enable ECC cipher-suites by default [hrbz#1185708]
76e454
- Split the enabling patch in two for easier maintenance
76e454
- Remove unused patches rendered obsolete by prior rebase
76e454
76e454
* Wed Sep 16 2015 Elio Maldonado <emaldona@redhat.com> - 3.20.0-5
76e454
- Enable ECC cipher-suites by default [hrbz#1185708]
76e454
- Implement corrections requested in code review
76e454
76e454
* Tue Sep 15 2015 Elio Maldonado <emaldona@redhat.com> - 3.20.0-4
76e454
- Enable ECC cipher-suites by default [hrbz#1185708]
76e454
76e454
* Mon Sep 14 2015 Elio Maldonado <emaldona@redhat.com> - 3.20.0-3
76e454
- Fix patches that disable ssl2 and export cipher suites support
76e454
- Fix libssl patch that disable ssl2 & export cipher suites to not disable RSA_WITH_NULL ciphers
76e454
- Fix syntax errors in patch to skip ssl2 and export cipher suite tests
76e454
- Turn ssl2 off by default in the tstclnt tool
76e454
- Disable ssl stress tests containing TLS RC4 128 with MD5
76e454
76e454
* Thu Aug 20 2015 Elio Maldonado <emaldona@redhat.com> - 3.20.0-2
76e454
- Update to NSS 3.20
76e454
76e454
* Sat Aug 08 2015 Elio Maldonado <emaldona@redhat.com> - 3.19.3-2
76e454
- Update to NSS 3.19.3
76e454
76e454
* Fri Jun 26 2015 Elio Maldonado <emaldona@redhat.com> - 3.19.2-3
76e454
- Create on the fly versions of sslcov.txt and sslstress.txt that disable tests for SSL2 and EXPORT ciphers
76e454
76e454
* Wed Jun 17 2015 Kai Engert <kaie@redhat.com> - 3.19.2-2
76e454
- Update to NSS 3.19.2
76e454
76e454
* Thu May 28 2015 Kai Engert <kaie@redhat.com> - 3.19.1-2
76e454
- Update to NSS 3.19.1
76e454
76e454
* Tue May 19 2015 Kai Engert <kaie@redhat.com> - 3.19.0-2
76e454
- Update to NSS 3.19
76e454
76e454
* Fri May 15 2015 Kai Engert <kaie@redhat.com> - 3.18.0-2
76e454
- Replace expired test certificates, upstream bug 1151037
76e454
76e454
* Thu Mar 19 2015 Elio Maldonado <emaldona@redhat.com> - 3.18.0-1
76e454
- Update to nss-3.18.0
76e454
- Resolves: Bug 1203689 - nss-3.18 is available
76e454
76e454
* Tue Mar 03 2015 Elio Maldonado <emaldona@redhat.com> - 3.17.4-5
76e454
- Disable export suites and SSL2 support at build time
76e454
- Fix syntax errors in various shell scripts
76e454
- Resolves: Bug 1189952 - Disable SSL2 and the export cipher suites
76e454
76e454
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.17.4-4
76e454
- Rebuilt for Fedora 23 Change
76e454
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
76e454
76e454
* Tue Feb 10 2015 Elio Maldonado <emaldona@redhat.com> - 3.17.4-3
76e454
- Commented out the export NSS_NO_SSL2=1 line to not disable ssl2
76e454
- Backing out from disabling ssl2 until the patches are fixed
76e454
76e454
* Mon Feb 09 2015 Elio Maldonado <emaldona@redhat.com> - 3.17.4-2
76e454
- Disable SSL2 support at build time
76e454
- Fix syntax errors in various shell scripts
76e454
- Resolves: Bug 1189952 - Disable SSL2 and the export cipher suites
76e454
76e454
* Wed Jan 28 2015 Elio Maldonado <emaldona@redhat.com> - 3.17.4-1
76e454
- Update to nss-3.17.4
76e454
76e454
* Sat Jan 24 2015 Ville Skyttä <ville.skytta@iki.fi> - 3.17.3-4
76e454
- Own the %%{_datadir}/doc/nss-tools dir
76e454
76e454
* Tue Dec 16 2014 Elio Maldonado <emaldona@redhat.com> - 3.17.3-3
76e454
- Resolves: Bug 987189 - nss-tools RPM conflicts with perl-PAR-Packer
76e454
- Install pp man page in %%{_datadir}/doc/nss-tools/pp.1
76e454
- Use %%{_mandir} instead of /usr/share/man as more generic
76e454
76e454
* Mon Dec 15 2014 Elio Maldonado <emaldona@redhat.com> - 3.17.3-2
76e454
- Install pp man page in alternative location
76e454
- Resolves: Bug 987189 - nss-tools RPM conflicts with perl-PAR-Packer
76e454
76e454
* Fri Dec 05 2014 Elio Maldonado <emaldona@redhat.com> - 3.17.3-1
76e454
- Update to nss-3.17.3
76e454
- Resolves: Bug 1171012 - nss-3.17.3 is available
76e454
76e454
* Thu Oct 16 2014 Elio Maldonado <emaldona@redhat.com> - 3.17.2-2
76e454
- Resolves: Bug 994599 - Enable TLS 1.2 by default
76e454
76e454
* Sun Oct 12 2014 Elio Maldonado <emaldona@redhat.com> - 3.17.2-1
76e454
- Update to nss-3.17.2
76e454
76e454
* Wed Sep 24 2014 Kai Engert <kaie@redhat.com> - 3.17.1-1
76e454
- Update to nss-3.17.1
76e454
- Add a mechanism to skip test suite execution during development work
76e454
76e454
* Thu Aug 21 2014 Kevin Fenzi <kevin@scrye.com> - 3.17.0-2
76e454
- Rebuild for rpm bug 1131960
76e454
76e454
* Tue Aug 19 2014 Elio Maldonado <emaldona@redhat.com> - 3.17.0-1
76e454
- Update to nss-3.17.0
76e454
76e454
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.2-4
76e454
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
76e454
76e454
* Wed Jul 30 2014 Elio Maldonado <emaldona@redhat.com> - 3.16.2-3
76e454
- Replace expired PayPal test cert with current one to prevent build failure
76e454
76e454
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 3.16.2-2
76e454
- fix license handling
76e454
76e454
* Sun Jun 29 2014 Elio Maldonado <emaldona@redhat.com> - 3.16.2-1
76e454
- Update to nss-3.16.2
76e454
76e454
* Sun Jun 15 2014 Elio Maldonado <emaldona@redhat.com> - 3.16.1-4
76e454
- Remove unwanted source directories at end of %%prep so it truly does it
76e454
- Skip the cipher suite already run as part of the nss-softokn build
76e454
76e454
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.1-3
76e454
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
76e454
76e454
* Mon May 12 2014 Jaromir Capik <jcapik@redhat.com> - 3.16.1-2
76e454
- Replacing ppc64 and ppc64le with the power64 macro
76e454
- Related: Bug 1052545 - Trivial change for ppc64le in nss spec
76e454
76e454
* Tue May 06 2014 Elio Maldonado <emaldona@redhat.com> - 3.16.1-1
76e454
- Update to nss-3.16.1
76e454
- Update the iquote patch on account of the rebase
76e454
- Improve error detection in the %%section
76e454
- Resolves: Bug 1094702 - nss-3.16.1 is available
76e454
76e454
* Tue Mar 18 2014 Elio Maldonado <emaldona@redhat.com> - 3.16.0-1
76e454
- Update to nss-3.16.0
76e454
- Cleanup the copying of the tools man pages
76e454
- Update the iquote.patch on account of the rebase
76e454
76e454
* Tue Mar 04 2014 Elio Maldonado <emaldona@redhat.com> - 3.15.5-2
76e454
- Restore requiring nss_softokn_version >= 3.15.5
76e454
76e454
* Wed Feb 19 2014 Elio Maldonado <emaldona@redhat.com> - 3.15.5-1
76e454
- Update to nss-3.15.5
76e454
- Temporarily requiring only nss_softokn_version >= 3.15.4
76e454
- Fix location of sharedb files and their manpages
76e454
- Move cert9.db, key4.db, and pkcs11.txt to the main package
76e454
- Move nss-sysinit manpages tar archives to the main package
76e454
- Resolves: Bug 1066877 - nss-3.15.5 is available
76e454
- Resolves: Bug 1067091 - Move sharedb files to the %%files section
76e454
76e454
* Thu Feb 06 2014 Elio Maldonado <emaldona@redhat.com> - 3.15.4-5
76e454
- Revert previous change that moved some sysinit manpages
76e454
- Restore nss-sysinit manpages tar archives to %%files sysinit
76e454
- Removing spurious wildcard entry was the only change needed
76e454
76e454
* Mon Jan 27 2014 Elio Maldonado <emaldona@redhat.com> - 3.15.4-4
76e454
- Add explanatory comments for iquote.patch as was done on f20
76e454
76e454
* Sat Jan 25 2014 Elio Maldonado <emaldona@redhat.com> - 3.15.4-3
76e454
- Update pem sources to latest from nss-pem upstream
76e454
- Pick up pem fixes verified on RHEL and applied upstream
76e454
- Fix a problem where same files in two rpms created rpm conflict
76e454
- Move some nss-sysinit manpages tar archives to the %%files the
76e454
- All man pages are listed by name so there shouldn't be wildcard inclusion
76e454
- Add support for ppc64le, Resolves: Bug 1052545
76e454
76e454
* Mon Jan 20 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.15.4-2
76e454
- ARM tests pass so remove ARM conditional
76e454
76e454
* Tue Jan 07 2014 Elio Maldonado <emaldona@redhat.com> - 3.15.4-1
76e454
- Update to nss-3.15.4 (hg tag NSS_3_15_4_RTM)
76e454
- Resolves: Bug 1049229 - nss-3.15.4 is available
76e454
- Update pem sources to latest from the interim upstream for pem
76e454
- Remove no longer needed patches
76e454
- Update pem/rsawrapr.c patch on account of upstream changes to freebl/softoken
76e454
- Update iquote.patch on account of upstream changes
76e454
76e454
* Wed Dec 11 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.3.1-1
76e454
- Update to nss-3.15.3.1 (hg tag NSS_3_15_3_1_RTM)
76e454
- Resolves: Bug 1040282 - nss: Mis-issued ANSSI/DCSSI certificate (MFSA 2013-117)
76e454
- Resolves: Bug 1040192 - nss-3.15.3.1 is available
76e454
76e454
* Tue Dec 03 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.3-2
76e454
- Bump the release tag
76e454
76e454
* Sun Nov 24 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.3-1
76e454
- Update to NSS_3_15_3_RTM
76e454
- Resolves: Bug 1031897 - CVE-2013-5605 CVE-2013-5606 CVE-2013-1741 nss: various flaws
76e454
- Fix option descriptions for setup-nsssysinit manpage
76e454
- Fix man page of nss-sysinit wrong path and other flaws
76e454
- Document email option for certutil manpage
76e454
- Remove unused patches
76e454
76e454
* Sun Oct 27 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.2-3
76e454
- Revert one change from last commit to preserve full nss pluggable ecc supprt [1019245]
76e454
76e454
* Wed Oct 23 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.2-2
76e454
- Use the full sources from upstream
76e454
- Bug 1019245 - ECDHE in openssl available -> NSS needs too for Firefox/Thunderbird
76e454
76e454
* Thu Sep 26 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.2-1
76e454
- Update to NSS_3_15_2_RTM
76e454
- Update iquote.patch on account of modified prototype on cert.h installed by nss-devel
76e454
76e454
* Wed Aug 28 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.1-7
76e454
- Update pem sources to pick up a patch applied upstream which a faulty merge had missed
76e454
- The pem module should not require unique file basenames
76e454
76e454
* Tue Aug 27 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.1-6
76e454
- Update pem sources to the latest from interim upstream
76e454
76e454
* Mon Aug 19 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.1-5
76e454
- Resolves: rhbz#996639 - Minor bugs in nss man pages
76e454
- Fix some typos and improve description and see also sections
76e454
76e454
* Sun Aug 11 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.1-4
76e454
- Cleanup spec file to address most rpmlint errors and warnings
76e454
- Using double percent symbols to fix macro-in-comment warnings
76e454
- Ignore unversioned-explicit-provides nss-system-init per spec comments
76e454
- Ignore invalid-url Source0 as it comes from the git lookaside cache
76e454
- Ignore invalid-url Source12 as it comes from the git lookaside cache
76e454
76e454
* Thu Jul 25 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.1-3
76e454
- Add man page for pkcs11.txt configuration file and cert and key databases
76e454
- Resolves: rhbz#985114 - Provide man pages for the nss configuration files
76e454
76e454
* Fri Jul 19 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.1-2
76e454
- Fix errors in the man pages
76e454
- Resolves: rhbz#984106 - Add missing option descriptions to man pages for {cert|cms|crl}util
76e454
- Resolves: rhbz#982856 - Fix path to script in man page for nss-sysinit
76e454
76e454
* Tue Jul 02 2013 Elio Maldonado <emaldona@redhat.com> - 3.15.1-1
76e454
- Update to NSS_3_15_1_RTM
76e454
- Enable the iquote.patch to access newly introduced types
76e454
76e454
* Wed Jun 19 2013 Elio Maldonado <emaldona@redhat.com> - 3.15-5
76e454
- Install man pages for nss-tools and the nss-config and setup-nsssysinit scripts
76e454
- Resolves: rhbz#606020 - nss security tools lack man pages
76e454
76e454
* Tue Jun 18 2013 emaldona <emaldona@redhat.com> - 3.15-4
76e454
- Build nss without softoken or util sources in the tree
76e454
- Resolves: rhbz#689918
76e454
76e454
* Mon Jun 17 2013 emaldona <emaldona@redhat.com> - 3.15-3
76e454
- Update ssl-cbc-random-iv-by-default.patch
76e454
76e454
* Sun Jun 16 2013 Elio Maldonado <emaldona@redhat.com> - 3.15-2
76e454
- Fix generation of NSS_VMAJOR, NSS_VMINOR, and NSS_VPATCH for nss-config
76e454
76e454
* Sat Jun 15 2013 Elio Maldonado <emaldona@redhat.com> - 3.15-1
76e454
- Update to NSS_3_15_RTM
76e454
76e454
* Wed Apr 24 2013 Elio Maldonado <emaldona@redhat.com> - 3.15-0.1.beta1.2
76e454
- Fix incorrect path that hid failed test from view
76e454
- Add ocsp to the test suites to run but ...
76e454
- Temporarily disable the ocsp stapling tests
76e454
- Do not treat failed attempts at ssl pkcs11 bypass as fatal errors
76e454
76e454
* Thu Apr 04 2013 Elio Maldonado <emaldona@redhat.com> - 3.15-0.1.beta1.1
76e454
- Update to NSS_3_15_BETA1
76e454
- Update spec file, patches, and helper scripts on account of a shallower source tree
76e454
76e454
* Sun Mar 24 2013 Kai Engert <kaie@redhat.com> - 3.14.3-12
76e454
- Update expired test certificates (fixed in upstream bug 852781)
76e454
76e454
* Fri Mar 08 2013 Kai Engert <kaie@redhat.com> - 3.14.3-10
76e454
- Fix incorrect post/postun scripts. Fix broken links in posttrans.
76e454
76e454
* Wed Mar 06 2013 Kai Engert <kaie@redhat.com> - 3.14.3-9
76e454
- Configure libnssckbi.so to use the alternatives system
76e454
  in order to prepare for a drop in replacement.
76e454
76e454
* Fri Feb 15 2013 Elio Maldonado <emaldona@redhat.com> - 3.14.3-1
76e454
- Update to NSS_3_14_3_RTM
76e454
- sync up pem rsawrapr.c with softoken upstream changes for nss-3.14.3
76e454
- Resolves: rhbz#908257 - CVE-2013-1620 nss: TLS CBC padding timing attack
76e454
- Resolves: rhbz#896651 - PEM module trashes private keys if login fails
76e454
- Resolves: rhbz#909775 - specfile support for AArch64
76e454
- Resolves: rhbz#910584 - certutil -a does not produce ASCII output
76e454
76e454
* Mon Feb 04 2013 Elio Maldonado <emaldona@redhat.com> - 3.14.2-2
76e454
- Allow building nss against older system sqlite
76e454
76e454
* Fri Feb 01 2013 Elio Maldonado <emaldona@redhat.com> - 3.14.2-1
76e454
- Update to NSS_3_14_2_RTM
76e454
76e454
* Wed Jan 02 2013 Kai Engert <kaie@redhat.com> - 3.14.1-3
76e454
- Update to NSS_3_14_1_WITH_CKBI_1_93_RTM
76e454
76e454
* Sat Dec 22 2012 Elio Maldonado <emaldona@redhat.com> - 3.14.1-2
76e454
- Require nspr >= 4.9.4
76e454
- Fix changelog invalid dates
76e454
76e454
* Mon Dec 17 2012 Elio Maldonado <emaldona@redhat.com> - 3.14.1-1
76e454
- Update to NSS_3_14_1_RTM
76e454
76e454
* Wed Dec 12 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-12
76e454
- Bug 879978 - Install the nssck.api header template where mod_revocator can access it
76e454
- Install nssck.api in /usr/includes/nss3/templates
76e454
76e454
* Tue Nov 27 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-11
76e454
- Bug 879978 - Install the nssck.api header template in a place where mod_revocator can access it
76e454
- Install nssck.api in /usr/includes/nss3
76e454
76e454
* Mon Nov 19 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-10
76e454
- Bug 870864 - Add support in NSS for Secure Boot
76e454
76e454
* Sat Nov 10 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-9
76e454
- Disable bypass code at build time and return failure on attempts to enable at runtime
76e454
- Bug 806588 - Disable SSL PKCS #11 bypass at build time
76e454
76e454
* Sun Nov 04 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-8
76e454
- Fix pk11wrap locking which fixes 'fedpkg new-sources' and 'fedpkg update' hangs
76e454
- Bug 872124 - nss-3.14 breaks fedpkg new-sources
76e454
- Fix should be considered preliminary since the patch may change upon upstream approval
76e454
76e454
* Thu Nov 01 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-7
76e454
- Add a dummy source file for testing /preventing fedpkg breakage
76e454
- Helps test the fedpkg new-sources and upload commands for breakage by nss updates
76e454
- Related to Bug 872124 - nss 3.14 breaks fedpkg new-sources
76e454
76e454
* Thu Nov 01 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-6
76e454
- Fix a previous unwanted merge from f18
76e454
- Update the SS_SSL_CBC_RANDOM_IV patch to match new sources while
76e454
- Keeping the patch disabled while we are still in rawhide and
76e454
- State in comment that patch is needed for both stable and beta branches
76e454
- Update .gitignore to download only the new sources
76e454
76e454
* Wed Oct 31 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-5
76e454
- Fix the spec file so sechash.h gets installed
76e454
- Resolves: rhbz#871882 - missing header: sechash.h in nss 3.14
76e454
76e454
* Sat Oct 27 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-4
76e454
- Update the license to MPLv2.0
76e454
76e454
* Wed Oct 24 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-3
76e454
- Use only -f when removing unwanted headers
76e454
76e454
* Tue Oct 23 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-2
76e454
- Add secmodt.h to the headers installed by nss-devel
76e454
- nss-devel must install secmodt.h which moved from softoken to pk11wrap with nss-3.14
76e454
76e454
* Mon Oct 22 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-1
76e454
- Update to NSS_3_14_RTM
76e454
76e454
* Sun Oct 21 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-0.1.rc.1
76e454
- Update to NSS_3_14_RC1
76e454
- update nss-589636.patch to apply to httpdserv
76e454
- turn off ocsp tests for now
76e454
- remove no longer needed patches
76e454
- remove headers shipped by nss-util
76e454
76e454
* Fri Oct 05 2012 Kai Engert <kaie@redhat.com> - 3.13.6-1
76e454
- Update to NSS_3_13_6_RTM
76e454
76e454
* Mon Aug 27 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.5-8
76e454
- Rebase pem sources to fedora-hosted upstream to pick up two fixes from rhel-6.3
76e454
- Resolves: rhbz#847460 - Fix invalid read and free on invalid cert load
76e454
- Resolves: rhbz#847462 - PEM module may attempt to free uninitialized pointer
76e454
- Remove unneeded fix gcc 4.7 c++ issue in secmodt.h that actually undoes the upstream fix
76e454
76e454
* Mon Aug 13 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.5-7
76e454
- Fix pluggable ecc support
76e454
76e454
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.5-6
76e454
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
76e454
76e454
* Sun Jul 01 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.5-5
76e454
- Fix checkin comment to prevent unwanted expansions of percents
76e454
76e454
* Sun Jul 01 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.5-4
76e454
- Resolves: Bug 830410 - Missing Requires %%{?_isa}
76e454
- Use Requires: %%{name}%%{?_isa} = %%{version}-%%{release} on tools
76e454
- Drop zlib requires which rpmlint reports as error E: explicit-lib-dependency zlib
76e454
- Enable sha224 portion of powerup selftest when running test suites
76e454
- Require nspr 4.9.1
76e454
76e454
* Wed Jun 20 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.5-3
76e454
- Resolves: rhbz#833529 - revert unwanted change to nss.pc.in
76e454
76e454
* Tue Jun 19 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.5-2
76e454
- Resolves: rhbz#833529 - Remove unwanted space from the Libs: line on nss.pc.in
76e454
76e454
* Mon Jun 18 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.5-1
76e454
- Update to NSS_3_13_5_RTM
76e454
76e454
* Fri Apr 13 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.4-3
76e454
- Resolves: Bug 812423 - nss_Init leaks memory, fix from RHEL 6.3
76e454
76e454
* Sun Apr 08 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.4-2
76e454
- Resolves: Bug 805723 - Library needs partial RELRO support added
76e454
- Patch coreconf/Linux.mk as done on RHEL 6.2
76e454
76e454
* Fri Apr 06 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.4-1
76e454
- Update to NSS_3_13_4_RTM
76e454
- Update the nss-pem source archive to the latest version
76e454
- Remove no longer needed patches
76e454
- Resolves: Bug 806043 - use pem files interchangeably in a single process
76e454
- Resolves: Bug 806051 - PEM various flaws detected by Coverity
76e454
- Resolves: Bug 806058 - PEM pem_CreateObject leaks memory given a non-existing file name
76e454
76e454
* Wed Mar 21 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.3-4
76e454
- Resolves: Bug 805723 - Library needs partial RELRO support added
76e454
76e454
* Fri Mar 09 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.3-3
76e454
- Cleanup of the spec file
76e454
- Add references to the upstream bugs
76e454
- Fix typo in Summary for sysinit
76e454
76e454
* Thu Mar 08 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.3-2
76e454
- Pick up fixes from RHEL
76e454
- Resolves: rhbz#800674 - Unable to contact LDAP Server during winsync
76e454
- Resolves: rhbz#800682 - Qpid AMQP daemon fails to load after nss update
76e454
- Resolves: rhbz#800676 - NSS workaround for freebl bug that causes openswan to drop connections
76e454
76e454
* Thu Mar 01 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.3-1
76e454
- Update to NSS_3_13_3_RTM
76e454
76e454
* Mon Jan 30 2012 Tom Callaway <spot@fedoraproject.org> - 3.13.1-13
76e454
- fix issue with gcc 4.7 in secmodt.h and C++11 user-defined literals
76e454
76e454
* Thu Jan 26 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.1-12
76e454
- Resolves: Bug 784672 - nss should protect against being called before nss_Init
76e454
76e454
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-11
76e454
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
76e454
76e454
* Fri Jan 06 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.1-11
76e454
- Deactivate a patch currently meant for stable branches only
76e454
76e454
* Fri Jan 06 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.1-10
76e454
- Resolves: Bug 770682 - nss update breaks pidgin-sipe connectivity
76e454
- NSS_SSL_CBC_RANDOM_IV set to 0 by default and changed to 1 on user request
76e454
76e454
* Tue Dec 13 2011 elio maldonado <emaldona@redhat.com> - 3.13.1-9
76e454
- Revert to using current nss_softokn_version
76e454
- Patch to deal with lack of sha224 is no longer needed
76e454
76e454
* Tue Dec 13 2011 Elio Maldonado <emaldona@redhat.com> - 3.13.1-8
76e454
- Resolves: Bug 754771 - [PEM] an unregistered callback causes a SIGSEGV
76e454
76e454
* Mon Dec 12 2011 Elio Maldonado <emaldona@redhat.com> - 3.13.1-7
76e454
- Resolves: Bug 750376 - nss 3.13 breaks sssd TLS
76e454
- Fix how pem is built so that nss-3.13.x works with nss-softokn-3.12.y
76e454
- Only patch blapitest for the lack of sha224 on system freebl
76e454
- Completed the patch to make pem link against system freebl
76e454
76e454
* Mon Dec 05 2011 Elio Maldonado <emaldona@redhat.com> - 3.13.1-6
76e454
- Removed unwanted /usr/include/nss3 in front of the normal cflags include path
76e454
- Removed unnecessary patch dealing with CERTDB_TERMINAL_RECORD, it's visible
76e454
76e454
* Sun Dec 04 2011 Elio Maldonado <emaldona@redhat.com> - 3.13.1-5
76e454
- Statically link the pem module against system freebl found in buildroot
76e454
- Disabling sha224-related powerup selftest until we update softokn
76e454
- Disable sha224 and pss tests which nss-softokn 3.12.x doesn't support
76e454
76e454
* Fri Dec 02 2011 Elio Maldonado Batiz <emaldona@redhat.com> - 3.13.1-4
76e454
- Rebuild with nss-softokn from 3.12 in the buildroot
76e454
- Allows the pem module to statically link against 3.12.x freebl
76e454
- Required for using nss-3.13.x with nss-softokn-3.12.y for a merge inrto rhel git repo
76e454
- Build will be temprarily placed on buildroot override but not pushed in bodhi
76e454
76e454
* Fri Nov 04 2011 Elio Maldonado <emaldona@redhat.com> - 3.13.1-2
76e454
- Fix broken dependencies by updating the nss-util and nss-softokn versions
76e454
76e454
* Thu Nov 03 2011 Elio Maldonado <emaldona@redhat.com> - 3.13.1-1
76e454
- Update to NSS_3_13_1_RTM
76e454
- Update builtin certs to those from NSSCKBI_1_88_RTM
76e454
76e454
* Sat Oct 15 2011 Elio Maldonado <emaldona@redhat.com> - 3.13-1
76e454
- Update to NSS_3_13_RTM
76e454
76e454
* Sat Oct 08 2011 Elio Maldonado <emaldona@redhat.com> - 3.13-0.1.rc0.1
76e454
- Update to NSS_3_13_RC0
76e454
76e454
* Wed Sep 14 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.11-3
76e454
- Fix attempt to free initilized pointer (#717338)
76e454
- Fix leak on pem_CreateObject when given non-existing file name (#734760)
76e454
- Fix pem_Initialize to return CKR_CANT_LOCK on multi-treaded calls (#736410)
76e454
76e454
* Tue Sep 06 2011 Kai Engert <kaie@redhat.com> - 3.12.11-2
76e454
- Update builtins certs to those from NSSCKBI_1_87_RTM
76e454
76e454
* Tue Aug 09 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.11-1
76e454
- Update to NSS_3_12_11_RTM
76e454
76e454
* Sat Jul 23 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.10-6
76e454
- Indicate the provenance of stripped source tarball (#688015)
76e454
76e454
* Mon Jun 27 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.12.10-5
76e454
- Provide virtual -static package to meet guidelines (#609612).
76e454
76e454
* Fri Jun 10 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.10-4
76e454
- Enable pluggable ecc support (#712556)
76e454
- Disable the nssdb write-access-on-read-only-dir tests when user is root (#646045)
76e454
76e454
* Fri May 20 2011 Dennis Gilmore <dennis@ausil.us> - 3.12.10-3
76e454
- make the testsuite non fatal on arm arches
76e454
76e454
* Tue May 17 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.10-2
76e454
- Fix crmf hard-coded maximum size for wrapped private keys (#703656)
76e454
76e454
* Fri May 06 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.10-1
76e454
- Update to NSS_3_12_10_RTM
76e454
76e454
* Wed Apr 27 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.10-0.1.beta1
76e454
- Update to NSS_3_12_10_BETA1
76e454
76e454
* Mon Apr 11 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.9-15
76e454
- Implement PEM logging using NSPR's own (#695011)
76e454
76e454
* Wed Mar 23 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.9-14
76e454
- Update to NSS_3.12.9_WITH_CKBI_1_82_RTM
76e454
76e454
* Thu Feb 24 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.9-13
76e454
- Short-term fix for ssl test suites hangs on ipv6 type connections (#539183)
76e454
76e454
* Fri Feb 18 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.9-12
76e454
- Add a missing requires for pkcs11-devel (#675196)
76e454
76e454
* Tue Feb 15 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.9-11
76e454
- Run the test suites in the check section (#677809)
76e454
76e454
* Thu Feb 10 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.9-10
76e454
- Fix cms headers to not use c++ reserved words (#676036)
76e454
- Reenabling Bug 499444 patches
76e454
- Fix to swap internal key slot on fips mode switches
76e454
76e454
* Tue Feb 08 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.9-9
76e454
- Revert patches for 499444 until all c++ reserved words are found and extirpated
76e454
76e454
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.9-8
76e454
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
76e454
76e454
* Tue Feb 08 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.9-7
76e454
- Fix cms header to not use c++ reserved word (#676036)
76e454
- Reenable patches for bug 499444
76e454
76e454
* Tue Feb 08 2011 Christopher Aillon <caillon@redhat.com> - 3.12.9-6
76e454
- Revert patches for 499444 as they use a C++ reserved word and
76e454
  cause compilation of Firefox to fail
76e454
76e454
* Fri Feb 04 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.9-5
76e454
- Fix the earlier infinite recursion patch (#499444)
76e454
- Remove a header that now nss-softokn-freebl-devel ships
76e454
76e454
* Tue Feb 01 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.9-4
76e454
- Fix infinite recursion when encoding NSS enveloped/digested data (#499444)
76e454
76e454
* Mon Jan 31 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.9-3
76e454
- Update the cacert trust patch per upstream review requests (#633043)
76e454
76e454
* Wed Jan 19 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.9-2
76e454
- Fix to honor the user's cert trust preferences (#633043)
76e454
- Remove obsoleted patch
76e454
76e454
* Wed Jan 12 2011 Elio Maldonado <emaldona@redhat.com> - 3.12.9-1
76e454
- Update to 3.12.9
76e454
76e454
* Mon Dec 27 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.9-0.1.beta2
76e454
- Rebuilt according to fedora pre-release package naming guidelines
76e454
76e454
* Fri Dec 10 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8.99.2-1
76e454
- Update to NSS_3_12_9_BETA2
76e454
- Fix libpnsspem crash when cacert dir contains other directories (#642433)
76e454
76e454
* Wed Dec 08 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8.99.1-1
76e454
- Update to NSS_3_12_9_BETA1
76e454
76e454
* Thu Nov 25 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8-9
76e454
- Update pem source tar with fixes for 614532 and 596674
76e454
- Remove no longer needed patches
76e454
76e454
* Fri Nov 05 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8-8
76e454
- Update PayPalEE.cert test certificate which had expired
76e454
76e454
* Sun Oct 31 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8-7
76e454
- Tell rpm not to verify md5, size, and modtime of configurations file
76e454
76e454
* Mon Oct 18 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8-6
76e454
- Fix certificates trust order (#643134)
76e454
- Apply nss-sysinit-userdb-first.patch last
76e454
76e454
* Wed Oct 06 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8-5
76e454
- Move triggerpostun -n nss-sysinit script ahead of the other ones (#639248)
76e454
76e454
* Tue Oct 05 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8-4
76e454
- Fix invalid %%postun scriptlet (#639248)
76e454
76e454
* Wed Sep 29 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8-3
76e454
- Replace posttrans sysinit scriptlet with a triggerpostun one (#636787)
76e454
- Fix and cleanup the setup-nsssysinit.sh script (#636792, #636801)
76e454
76e454
* Mon Sep 27 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8-2
76e454
- Add posttrans scriptlet (#636787)
76e454
76e454
* Thu Sep 23 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.8-1
76e454
- Update to 3.12.8
76e454
- Prevent disabling of nss-sysinit on package upgrade (#636787)
76e454
- Create pkcs11.txt with correct permissions regardless of umask (#636792)
76e454
- Setup-nsssysinit.sh reports whether nss-sysinit is turned on or off (#636801)
76e454
- Added provides pkcs11-devel-static to comply with packaging guidelines (#609612)
76e454
76e454
* Sat Sep 18 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.7.99.4-1
76e454
- NSS 3.12.8 RC0
76e454
76e454
* Sun Sep 05 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.7.99.3-2
76e454
- Fix nss-util_version and nss_softokn_version required to be 3.12.7.99.3
76e454
76e454
* Sat Sep 04 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.7.99.3-1
76e454
- NSS 3.12.8 Beta3
76e454
- Fix unclosed comment in renegotiate-transitional.patch
76e454
76e454
* Sat Aug 28 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.7-3
76e454
- Change BuildRequries to available version of nss-util-devel
76e454
76e454
* Sat Aug 28 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.7-2
76e454
- Define NSS_USE_SYSTEM_SQLITE and remove unneeded patch
76e454
- Add comments regarding an unversioned provides which triggers rpmlint warning
76e454
- Build requires nss-softokn-devel >= 3.12.7
76e454
76e454
* Mon Aug 16 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.7-1
76e454
- Update to 3.12.7
76e454
76e454
* Sat Aug 14 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-12
76e454
- Apply the patches to fix rhbz#614532
76e454
76e454
* Mon Aug 09 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-11
76e454
- Removed pem sourecs as they are in the cache
76e454
76e454
* Mon Aug 09 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-10
76e454
- Add support for PKCS#8 encoded PEM RSA private key files (#614532)
76e454
76e454
* Sat Jul 31 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-9
76e454
- Fix nsssysinit to return userdb ahead of systemdb (#603313)
76e454
76e454
* Tue Jun 08 2010 Dennis Gilmore <dennis@ausil.us> - 3.12.6-8
76e454
- Require and BuildRequire >= the listed version not =
76e454
76e454
* Tue Jun 08 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-7
76e454
- Require nss-softoken 3.12.6
76e454
76e454
* Sun Jun 06 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-6
76e454
- Fix SIGSEGV within CreateObject (#596674)
76e454
76e454
* Mon Apr 12 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-5
76e454
- Update pem source tar to pick up the following bug fixes:
76e454
- PEM - Allow collect objects to search through all objects
76e454
- PEM - Make CopyObject return a new shallow copy
76e454
- PEM - Fix memory leak in pem_mdCryptoOperationRSAPriv
76e454
76e454
* Wed Apr 07 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-4
76e454
- Update the test cert in the setup phase
76e454
76e454
* Wed Apr 07 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-3
76e454
- Add sed to sysinit requires as setup-nsssysinit.sh requires it (#576071)
76e454
- Update PayPalEE test cert with unexpired one (#580207)
76e454
76e454
* Thu Mar 18 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-2
76e454
- Fix ns.spec to not require nss-softokn (#575001)
76e454
76e454
* Sat Mar 06 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-1.2
76e454
- rebuilt with all tests enabled
76e454
76e454
* Sat Mar 06 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-1.1
76e454
- Using SSL_RENEGOTIATE_TRANSITIONAL as default while on transition period
76e454
- Disabling ssl tests suites until bug 539183 is resolved
76e454
76e454
* Sat Mar 06 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.6-1
76e454
- Update to 3.12.6
76e454
- Reactivate all tests
76e454
- Patch tools to validate command line options arguments
76e454
76e454
* Mon Jan 25 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.5-8
76e454
- Fix curl related regression and general patch code clean up
76e454
76e454
* Wed Jan 13 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.5-5
76e454
-  retagging
76e454
76e454
* Tue Jan 12 2010 Elio Maldonado <emaldona@redhat.com> - 3.12.5-1.1
76e454
- Fix SIGSEGV on call of NSS_Initialize (#553638)
76e454
76e454
* Wed Jan 06 2010 Elio Maldonado<emaldona@redhat.com> - 3.12.5-1.13.2
76e454
- New version of patch to allow root to modify ystem database (#547860)
76e454
76e454
* Thu Dec 31 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.5-1.13.1
76e454
- Temporarily disabling the ssl tests
76e454
76e454
* Sat Dec 26 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.5-1.13
76e454
- Fix nsssysinit to allow root to modify the nss system database (#547860)
76e454
76e454
* Fri Dec 25 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.5-1.11
76e454
- Fix an error introduced when adapting the patch for rhbz #546211
76e454
76e454
* Sat Dec 19 2009 Elio maldonado<emaldona@redhat.com> - 3.12.5-1.9
76e454
- Remove left over trace statements from nsssysinit patching
76e454
76e454
* Fri Dec 18 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.5-2.7
76e454
- Fix a misconstructed patch
76e454
76e454
* Thu Dec 17 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.5-1.6
76e454
- Fix nsssysinit to enable apps to use system cert store, patch contributed by David Woodhouse (#546221)
76e454
- Fix spec so sysinit requires coreutils for post install scriplet (#547067)
76e454
- Fix segmentation fault when listing keys or certs in the database, patch contributed by Kamil Dudka (#540387)
76e454
76e454
* Thu Dec 10 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.5-1.5
76e454
- Fix nsssysinit to set the default flags on the crypto module (#545779)
76e454
- Remove redundant header from the pem module
76e454
76e454
* Wed Dec 09 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.5-1.1
76e454
- Remove unneeded patch
76e454
76e454
* Thu Dec 03 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.5-1.1
76e454
- Retagging to include missing patch
76e454
76e454
* Thu Dec 03 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.5-1
76e454
- Update to 3.12.5
76e454
- Patch to allow ssl/tls clients to interoperate with servers that require renogiation
76e454
76e454
* Fri Nov 20 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-14.1
76e454
- Retagging
76e454
76e454
* Tue Oct 20 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-13.1
76e454
- Require nss-softoken of same architecture as nss (#527867)
76e454
- Merge setup-nsssysinit.sh improvements from F-12 (#527051)
76e454
76e454
* Sat Oct 03 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-13
76e454
- User no longer prompted for a password when listing keys an empty system db (#527048)
76e454
- Fix setup-nsssysinit to handle more general formats (#527051)
76e454
76e454
* Sun Sep 27 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-12
76e454
- Fix syntax error in setup-nsssysinit.sh
76e454
76e454
* Sun Sep 27 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-11
76e454
- Fix sysinit to be under mozilla/security/nss/lib
76e454
76e454
* Sat Sep 26 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-10
76e454
- Add nss-sysinit activation/deactivation script
76e454
76e454
* Fri Sep 18 2009 Elio Maldonado
76e454
- Install blank databases and configuration file for system shared database
76e454
- nsssysinit queries system for fips mode before relying on environment variable
76e454
76e454
* Thu Sep 10 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-8
76e454
- Restoring nssutil and -rpath-link to nss-config for now - 522477
76e454
76e454
* Tue Sep 08 2009 Elio Maldonado
76e454
- Add the nss-sysinit subpackage
76e454
76e454
* Tue Sep 08 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-6
76e454
- Installing shared libraries to %%{_libdir}
76e454
76e454
* Mon Sep 07 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-5
76e454
- Retagging to pick up new sources
76e454
76e454
* Mon Sep 07 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-4
76e454
- Update pem enabling source tar with latest fixes (509705, 51209)
76e454
76e454
* Sun Sep 06 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-3
76e454
- PEM module implements memory management for internal objects - 509705
76e454
- PEM module doesn't crash when processing malformed key files - 512019
76e454
76e454
* Sat Sep 05 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-2
76e454
- Remove symbolic links to shared libraries from devel - 521155
76e454
- No rpath-link in nss-softokn-config
76e454
76e454
* Tue Sep 01 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-1
76e454
- Update to 3.12.4
76e454
76e454
* Mon Aug 31 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-30
76e454
- Fix FORTIFY_SOURCE buffer overflows in test suite on ppc and ppc64 - bug 519766
76e454
- Fixed requires and buildrequires as per recommendations in spec file review
76e454
76e454
* Sun Aug 30 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-29
76e454
- Restoring patches 2 and 7 as we still compile all sources
76e454
- Applying the nss-nolocalsql.patch solves nss-tools sqlite dependency problems
76e454
76e454
* Sun Aug 30 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-28
76e454
- restore require sqlite
76e454
76e454
* Sat Aug 29 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-27
76e454
- Don't require sqlite for nss
76e454
76e454
* Sat Aug 29 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-26
76e454
- Ensure versions in the requires match those used when creating nss.pc
76e454
76e454
* Fri Aug 28 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-25
76e454
- Remove nss-prelink.conf as signed all shared libraries moved to nss-softokn
76e454
- Add a temprary hack to nss.pc.in to unblock builds
76e454
76e454
* Fri Aug 28 2009 Warren Togami <wtogami@redhat.com> - 3.12.3.99.3-24
76e454
- caolan's nss.pc patch
76e454
76e454
* Thu Aug 27 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-23
76e454
- Bump the release number for a chained build of nss-util, nss-softokn and nss
76e454
76e454
* Thu Aug 27 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-22
76e454
- Fix nss-config not to include nssutil
76e454
- Add BuildRequires on nss-softokn and nss-util since build also runs the test suite
76e454
76e454
* Thu Aug 27 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-21
76e454
- disabling all tests while we investigate a buffer overflow bug
76e454
76e454
* Thu Aug 27 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-20
76e454
- disabling some tests while we investigate a buffer overflow bug - 519766
76e454
76e454
* Thu Aug 27 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-19
76e454
- remove patches that are now in nss-softokn and
76e454
- remove spurious exec-permissions for nss.pc per rpmlint
76e454
- single requires line in nss.pc.in
76e454
76e454
* Wed Aug 26 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-18
76e454
- Fix BuildRequires: nss-softokn-devel release number
76e454
76e454
* Wed Aug 26 2009 Elio Maldonado
76e454
- fix nss.pc.in to have one single requires line
76e454
76e454
* Tue Aug 25 2009 Dennis Gilmore <dennis@ausil.us> - 3.12.3.99.3-16
76e454
- cleanups for softokn
76e454
76e454
* Tue Aug 25 2009 Dennis Gilmore <dennis@ausil.us> - 3.12.3.99.3-15
76e454
- remove the softokn subpackages
76e454
76e454
* Mon Aug 24 2009 Dennis Gilmore <dennis@ausil.us> - 3.12.3.99.3-14
76e454
- don install the nss-util pkgconfig bits
76e454
76e454
* Mon Aug 24 2009 Dennis Gilmore <dennis@ausil.us> - 3.12.3.99.3-13
76e454
- remove from -devel the 3 headers that ship in nss-util-devel
76e454
76e454
* Mon Aug 24 2009 Dennis Gilmore <dennis@ausil.us> - 3.12.3.99.3-12
76e454
- kill off the nss-util nss-util-devel subpackages
76e454
76e454
* Sun Aug 23 2009 Elio Maldonado+emaldona@redhat.com - 3.12.3.99.3-11
76e454
- split off nss-softokn and nss-util as subpackages with their own rpms
76e454
- first phase of splitting nss-softokn and nss-util as their own packages
76e454
76e454
* Thu Aug 20 2009 Elio Maldonado <emaldona@redhat.com> - 3.12.3.99.3-10
76e454
- must install libnssutil3.since nss-util is untagged at the moment
76e454
- preserve time stamps when installing various files
76e454
76e454
* Thu Aug 20 2009 Dennis Gilmore <dennis@ausil.us> - 3.12.3.99.3-9
76e454
- dont install libnssutil3.so since its now in nss-util
76e454
76e454
* Thu Aug 06 2009 Elio Maldonado <emaldona@redhat.com> - 3.12.3.99.3-7.1
76e454
- Fix spec file problems uncovered by Fedora_12_Mass_Rebuild
76e454
76e454
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.3.99.3-7
76e454
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
76e454
76e454
* Mon Jun 22 2009 Elio Maldonado <emaldona@redhat.com> - 3.12.3.99.3-6
76e454
- removed two patch files which are no longer needed and fixed previous change log number
76e454
* Mon Jun 22 2009 Elio Maldonado <emaldona@redhat.com> - 3.12.3.99.3-5
76e454
- updated pem module incorporates various patches
76e454
- fix off-by-one error when computing size to reduce memory leak. (483855)
76e454
- fix data type to work on x86_64 systems. (429175)
76e454
- fix various memory leaks and free internal objects on module unload. (501080)
76e454
- fix to not clone internal objects in collect_objects().  (501118)
76e454
- fix to not bypass initialization if module arguments are omitted. (501058)
76e454
- fix numerous gcc warnings. (500815)
76e454
- fix to support arbitrarily long password while loading a private key. (500180)
76e454
- fix memory leak in make_key and memory leaks and return values in pem_mdSession_Login (501191)
76e454
* Mon Jun 08 2009 Elio Maldonado <emaldona@redhat.com> - 3.12.3.99.3-4
76e454
- add patch for bug 502133 upstream bug 496997
76e454
* Fri Jun 05 2009 Kai Engert <kaie@redhat.com> - 3.12.3.99.3-3
76e454
- rebuild with higher release number for upgrade sanity
76e454
* Fri Jun 05 2009 Kai Engert <kaie@redhat.com> - 3.12.3.99.3-2
76e454
- updated to NSS_3_12_4_FIPS1_WITH_CKBI_1_75
76e454
* Thu May 07 2009 Kai Engert <kaie@redhat.com> - 3.12.3-7
76e454
- re-enable test suite
76e454
- add patch for upstream bug 488646 and add newer paypal
76e454
  certs in order to make the test suite pass
76e454
* Wed May 06 2009 Kai Engert <kaie@redhat.com> - 3.12.3-4
76e454
- add conflicts info in order to fix bug 499436
76e454
* Tue Apr 14 2009 Kai Engert <kaie@redhat.com> - 3.12.3-3
76e454
- ship .chk files instead of running shlibsign at install time
76e454
- include .chk file in softokn-freebl subpackage
76e454
- add patch for upstream nss bug 488350
76e454
* Tue Apr 14 2009 Kai Engert <kaie@redhat.com> - 3.12.3-2
76e454
- Update to NSS 3.12.3
76e454
* Mon Apr 06 2009 Kai Engert <kaie@redhat.com> - 3.12.2.99.3-7
76e454
- temporarily disable the test suite because of bug 494266
76e454
* Mon Apr 06 2009 Kai Engert <kaie@redhat.com> - 3.12.2.99.3-6
76e454
- fix softokn-freebl dependency for multilib (bug 494122)
76e454
* Thu Apr 02 2009 Kai Engert <kaie@redhat.com> - 3.12.2.99.3-5
76e454
- introduce separate nss-softokn-freebl package
76e454
* Thu Apr 02 2009 Kai Engert <kaie@redhat.com> - 3.12.2.99.3-4
76e454
- disable execstack when building freebl
76e454
* Tue Mar 31 2009 Kai Engert <kaie@redhat.com> - 3.12.2.99.3-3
76e454
- add upstream patch to fix bug 483855
76e454
* Tue Mar 31 2009 Kai Engert <kaie@redhat.com> - 3.12.2.99.3-2
76e454
- build nspr-less freebl library
76e454
* Tue Mar 31 2009 Kai Engert <kaie@redhat.com> - 3.12.2.99.3-1
76e454
- Update to NSS_3_12_3_BETA4
76e454
76e454
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2.0-4
76e454
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
76e454
76e454
* Wed Oct 22 2008 Kai Engert <kaie@redhat.com> - 3.12.2.0-3
76e454
- update to NSS_3_12_2_RC1
76e454
- use system zlib
76e454
* Tue Sep 30 2008 Dennis Gilmore <dennis@ausil.us> - 3.12.1.1-4
76e454
- add sparc64 to the list of 64 bit arches
76e454
76e454
* Wed Sep 24 2008 Kai Engert <kaie@redhat.com> - 3.12.1.1-3
76e454
- bug 456847, move pkgconfig requirement to devel package
76e454
* Fri Sep 05 2008 Kai Engert <kengert@redhat.com> - 3.12.1.1-2
76e454
- Update to NSS_3_12_1_RC2
76e454
* Fri Aug 22 2008 Kai Engert <kaie@redhat.com> - 3.12.1.0-2
76e454
- NSS 3.12.1 RC1
76e454
* Fri Aug 15 2008 Kai Engert <kaie@redhat.com> - 3.12.0.3-7
76e454
- fix bug bug 429175 in libpem module
76e454
* Tue Aug 05 2008 Kai Engert <kengert@redhat.com> - 3.12.0.3-6
76e454
- bug 456847, add Requires: pkgconfig
76e454
* Tue Jun 24 2008 Kai Engert <kengert@redhat.com> - 3.12.0.3-3
76e454
- nss package should own /etc/prelink.conf.d folder, rhbz#452062
76e454
- use upstream patch to fix test suite abort
76e454
* Mon Jun 02 2008 Kai Engert <kengert@redhat.com> - 3.12.0.3-2
76e454
- Update to NSS_3_12_RC4
76e454
* Mon Apr 14 2008 Kai Engert <kengert@redhat.com> - 3.12.0.1-1
76e454
- Update to NSS_3_12_RC2
76e454
* Thu Mar 20 2008 Jesse Keating <jkeating@redhat.com> - 3.11.99.5-2
76e454
- Zapping old Obsoletes/Provides.  No longer needed, causes multilib headache.
76e454
* Mon Mar 17 2008 Kai Engert <kengert@redhat.com> - 3.11.99.5-1
76e454
- Update to NSS_3_12_BETA3
76e454
* Fri Feb 22 2008 Kai Engert <kengert@redhat.com> - 3.11.99.4-1
76e454
- NSS 3.12 Beta 2
76e454
- Use /usr/lib{64} as devel libdir, create symbolic links.
76e454
* Sat Feb 16 2008 Kai Engert <kengert@redhat.com> - 3.11.99.3-6
76e454
- Apply upstream patch for bug 417664, enable test suite on pcc.
76e454
* Fri Feb 15 2008 Kai Engert <kengert@redhat.com> - 3.11.99.3-5
76e454
- Support concurrent runs of the test suite on a single build host.
76e454
* Thu Feb 14 2008 Kai Engert <kengert@redhat.com> - 3.11.99.3-4
76e454
- disable test suite on ppc
76e454
* Thu Feb 14 2008 Kai Engert <kengert@redhat.com> - 3.11.99.3-3
76e454
- disable test suite on ppc64
76e454
76e454
* Thu Feb 14 2008 Kai Engert <kengert@redhat.com> - 3.11.99.3-2
76e454
- Build against gcc 4.3.0, use workaround for bug 432146
76e454
- Run the test suite after the build and abort on failures.
76e454
76e454
* Thu Jan 24 2008 Kai Engert <kengert@redhat.com> - 3.11.99.3-1
76e454
* NSS 3.12 Beta 1
76e454
76e454
* Mon Jan 07 2008 Kai Engert <kengert@redhat.com> - 3.11.99.2b-3
76e454
- move .so files to /lib
76e454
76e454
* Wed Dec 12 2007 Kai Engert <kengert@redhat.com> - 3.11.99.2b-2
76e454
- NSS 3.12 alpha 2b
76e454
76e454
* Mon Dec 03 2007 Kai Engert <kengert@redhat.com> - 3.11.99.2-2
76e454
- upstream patches to avoid calling netstat for random data
76e454
76e454
* Wed Nov 07 2007 Kai Engert <kengert@redhat.com> - 3.11.99.2-1
76e454
- NSS 3.12 alpha 2
76e454
76e454
* Wed Oct 10 2007 Kai Engert <kengert@redhat.com> - 3.11.7-10
76e454
- Add /etc/prelink.conf.d/nss-prelink.conf in order to blacklist
76e454
  our signed libraries and protect them from modification.
76e454
76e454
* Thu Sep 06 2007 Rob Crittenden <rcritten@redhat.com> - 3.11.7-9
76e454
- Fix off-by-one error in the PEM module
76e454
76e454
* Thu Sep 06 2007 Kai Engert <kengert@redhat.com> - 3.11.7-8
76e454
- fix a C++ mode compilation error
76e454
76e454
* Wed Sep 05 2007 Bob Relyea <rrelyea@redhat.com> - 3.11.7-7
76e454
- Add 3.12 ckfw and libnsspem
76e454
76e454
* Tue Aug 28 2007 Kai Engert <kengert@redhat.com> - 3.11.7-6
76e454
- Updated license tag
76e454
76e454
* Wed Jul 11 2007 Kai Engert <kengert@redhat.com> - 3.11.7-5
76e454
- Ensure the workaround for mozilla bug 51429 really get's built.
76e454
76e454
* Mon Jun 18 2007 Kai Engert <kengert@redhat.com> - 3.11.7-4
76e454
- Better approach to ship freebl/softokn based on 3.11.5
76e454
- Remove link time dependency on softokn
76e454
76e454
* Sun Jun 10 2007 Kai Engert <kengert@redhat.com> - 3.11.7-3
76e454
- Fix unowned directories, rhbz#233890
76e454
76e454
* Fri Jun 01 2007 Kai Engert <kengert@redhat.com> - 3.11.7-2
76e454
- Update to 3.11.7, but freebl/softokn remain at 3.11.5.
76e454
- Use a workaround to avoid mozilla bug 51429.
76e454
76e454
* Fri Mar 02 2007 Kai Engert <kengert@redhat.com> - 3.11.5-2
76e454
- Fix rhbz#230545, failure to enable FIPS mode
76e454
- Fix rhbz#220542, make NSS more tolerant of resets when in the
76e454
  middle of prompting for a user password.
76e454
76e454
* Sat Feb 24 2007 Kai Engert <kengert@redhat.com> - 3.11.5-1
76e454
- Update to 3.11.5
76e454
- This update fixes two security vulnerabilities with SSL 2
76e454
- Do not use -rpath link option
76e454
- Added several unsupported tools to tools package
76e454
76e454
* Tue Jan  9 2007 Bob Relyea <rrelyea@redhat.com> - 3.11.4-4
76e454
- disable ECC, cleanout dead code
76e454
76e454
* Tue Nov 28 2006 Kai Engert <kengert@redhat.com> - 3.11.4-1
76e454
- Update to 3.11.4
76e454
76e454
* Thu Sep 14 2006 Kai Engert <kengert@redhat.com> - 3.11.3-2
76e454
- Revert the attempt to require latest NSPR, as it is not yet available
76e454
  in the build infrastructure.
76e454
76e454
* Thu Sep 14 2006 Kai Engert <kengert@redhat.com> - 3.11.3-1
76e454
- Update to 3.11.3
76e454
76e454
* Thu Aug 03 2006 Kai Engert <kengert@redhat.com> - 3.11.2-2
76e454
- Add /etc/pki/nssdb
76e454
76e454
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.11.2-1.1
76e454
- rebuild
76e454
76e454
* Fri Jun 30 2006 Kai Engert <kengert@redhat.com> - 3.11.2-1
76e454
- Update to 3.11.2
76e454
- Enable executable bit on shared libs, also fixes debug info.
76e454
76e454
* Wed Jun 14 2006 Kai Engert <kengert@redhat.com> - 3.11.1-2
76e454
- Enable Elliptic Curve Cryptography (ECC)
76e454
76e454
* Fri May 26 2006 Kai Engert <kengert@redhat.com> - 3.11.1-1
76e454
- Update to 3.11.1
76e454
- Include upstream patch to limit curves
76e454
76e454
* Wed Feb 15 2006 Kai Engert <kengert@redhat.com> - 3.11-4
76e454
- add --noexecstack when compiling assembler on x86_64
76e454
76e454
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.11-3.2
76e454
- bump again for double-long bug on ppc(64)
76e454
76e454
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.11-3.1
76e454
- rebuilt for new gcc4.1 snapshot and glibc changes
76e454
76e454
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> 3.11-3
76e454
- rebuild
76e454
76e454
* Fri Dec 16 2005 Christopher Aillon <caillon@redhat.com> 3.11-2
76e454
- Update file list for the devel packages
76e454
76e454
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 3.11-1
76e454
- Update to 3.11
76e454
76e454
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 3.11-0.cvs.2
76e454
- Add patch to allow building on ppc*
76e454
- Update the pkgconfig file to Require nspr
76e454
76e454
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 3.11-0.cvs
76e454
- Initial import into Fedora Core, based on a CVS snapshot of
76e454
  the NSS_3_11_RTM tag
76e454
- Fix up the pkcs11-devel subpackage to contain the proper headers
76e454
- Build with RPM_OPT_FLAGS
76e454
- No need to have rpath of /usr/lib in the pc file
76e454
76e454
* Thu Dec 15 2005 Kai Engert <kengert@redhat.com>
76e454
- Adressed review comments by Wan-Teh Chang, Bob Relyea,
76e454
  Christopher Aillon.
76e454
76e454
* Sat Jul  9 2005 Rob Crittenden <rcritten@redhat.com> 3.10-1
76e454
- Initial build