|
|
|
@ -1,69 +1,47 @@
|
|
|
|
|
%if 0%{?fedora} > 15 || 0%{?rhel} > 6
|
|
|
|
|
%global systemd 1
|
|
|
|
|
%global sysvinit 0
|
|
|
|
|
%else
|
|
|
|
|
%global systemd 0
|
|
|
|
|
%global sysvinit 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} > 15 && 0%{?fedora} < 20
|
|
|
|
|
%global systemdsysv 1
|
|
|
|
|
%else
|
|
|
|
|
%global systemdsysv 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} > 14 || 0%{?rhel} > 6
|
|
|
|
|
%global tmpfiles 1
|
|
|
|
|
%else
|
|
|
|
|
%global tmpfiles 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} > 9 || 0%{?rhel} > 5
|
|
|
|
|
%global sysvinitdir %{_initddir}
|
|
|
|
|
%else
|
|
|
|
|
%global sysvinitdir %{_initrddir}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%bcond_with xmlrpc
|
|
|
|
|
%bcond_without xmlrpc
|
|
|
|
|
|
|
|
|
|
Name: certmonger
|
|
|
|
|
Version: 0.79.20
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 0.79.17
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Certificate status monitor and PKI enrollment client
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
URL: http://pagure.io/certmonger/
|
|
|
|
|
Source0: http://releases.pagure.org/certmonger/certmonger-%{version}.tar.gz
|
|
|
|
|
#Source1: http://releases.pagure.org/certmonger/certmonger-%%{version}.tar.gz.sig
|
|
|
|
|
|
|
|
|
|
Patch0001: 0001-Revert-Remove-the-certmaster-CA-from-the-028-dbus-te.patch
|
|
|
|
|
Patch0002: 0002-Don-t-run-the-002-keygen-tests-when-root.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: openldap-devel
|
|
|
|
|
BuildRequires: krb5-devel
|
|
|
|
|
BuildRequires: libidn2-devel
|
|
|
|
|
BuildRequires: dbus-devel, nspr-devel, nss-devel, openssl-devel
|
|
|
|
|
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
|
|
|
|
BuildRequires: python3-dbus
|
|
|
|
|
BuildRequires: dbus-devel
|
|
|
|
|
BuildRequires: nspr-devel
|
|
|
|
|
BuildRequires: nss-devel
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: e2fsprogs-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: libtalloc-devel, libtevent-devel
|
|
|
|
|
%if 0%{?rhel} >= 6 || 0%{?fedora} >= 9
|
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: curl-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
%if %{with xmlrpc}
|
|
|
|
|
BuildRequires: xmlrpc-c-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: jansson-devel
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} < 6
|
|
|
|
|
BuildRequires: bind-libbind-devel
|
|
|
|
|
BuildRequires: mktemp
|
|
|
|
|
BuildRequires: xmlrpc-c-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: jansson-devel
|
|
|
|
|
# Required for 'make check':
|
|
|
|
|
# for diff and cmp
|
|
|
|
|
BuildRequires: diffutils
|
|
|
|
@ -80,10 +58,10 @@ BuildRequires: /usr/bin/dos2unix
|
|
|
|
|
BuildRequires: /usr/bin/unix2dos
|
|
|
|
|
# for which
|
|
|
|
|
BuildRequires: /usr/bin/which
|
|
|
|
|
# for dbus tests
|
|
|
|
|
BuildRequires: python3-dbus
|
|
|
|
|
BuildRequires: popt-devel
|
|
|
|
|
BuildRequires: sed
|
|
|
|
|
# for make check
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: krb5-devel
|
|
|
|
|
|
|
|
|
|
# we need a running system bus
|
|
|
|
|
Requires: dbus
|
|
|
|
@ -91,7 +69,6 @@ Requires(post): %{_bindir}/dbus-send
|
|
|
|
|
|
|
|
|
|
%if %{systemd}
|
|
|
|
|
BuildRequires: systemd-units
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
Requires(post): systemd-units
|
|
|
|
|
Requires(preun): systemd-units, dbus, sed
|
|
|
|
|
Requires(postun): systemd-units
|
|
|
|
@ -113,10 +90,6 @@ Requires(post): /sbin/chkconfig, /sbin/service
|
|
|
|
|
Requires(preun): /sbin/chkconfig, /sbin/service, dbus, sed
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 15
|
|
|
|
|
# Certain versions of libtevent have incorrect internal ABI versions.
|
|
|
|
|
Conflicts: libtevent < 0.9.13
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Certmonger is a service which is primarily concerned with getting your
|
|
|
|
@ -125,12 +98,6 @@ system enrolled with a certificate authority (CA) and keeping it enrolled.
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} > 0
|
|
|
|
|
# Enabled by default for RHEL for bug #765600, still disabled by default for
|
|
|
|
|
# Fedora pending a similar bug report there.
|
|
|
|
|
sed -i 's,^# chkconfig: - ,# chkconfig: 345 ,g' sysvinit/certmonger.in
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -i -f
|
|
|
|
|
%configure \
|
|
|
|
@ -145,9 +112,8 @@ autoreconf -i -f
|
|
|
|
|
%endif
|
|
|
|
|
--with-homedir=/run/certmonger \
|
|
|
|
|
%if %{with xmlrpc}
|
|
|
|
|
--with-xmlrpc \
|
|
|
|
|
--with-xmlrpc \
|
|
|
|
|
%endif
|
|
|
|
|
--disable-dsa \
|
|
|
|
|
--with-tmpdir=/run/certmonger --enable-pie --enable-now
|
|
|
|
|
%if %{with xmlrpc}
|
|
|
|
|
# For some reason, some versions of xmlrpc-c-config in Fedora and RHEL just
|
|
|
|
@ -165,6 +131,10 @@ install -m755 -d $RPM_BUILD_ROOT/run/certmonger
|
|
|
|
|
%{find_lang} %{name}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
# Seed then openssl RNG if not set
|
|
|
|
|
if [ ! -e $HOME/.rnd ] ; then
|
|
|
|
|
openssl rand -writerand $HOME/.rnd
|
|
|
|
|
fi
|
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
@ -174,7 +144,7 @@ fi
|
|
|
|
|
%if %{without xmlrpc}
|
|
|
|
|
# remove any existing certmaster CA configuration
|
|
|
|
|
if test $1 -gt 1 ; then
|
|
|
|
|
%{_bindir}/getcert remove-ca -c certmaster 2>&1 || :
|
|
|
|
|
%{_bindir}/getcert remove-ca -c certmaster 2>&1 || :
|
|
|
|
|
fi
|
|
|
|
|
%endif
|
|
|
|
|
%if %{systemd}
|
|
|
|
@ -242,6 +212,7 @@ exit 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc README.md LICENSE STATUS doc/*.txt
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/*
|
|
|
|
|
%{_datadir}/dbus-1/services/*
|
|
|
|
@ -265,127 +236,106 @@ exit 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 10 2024 Rob Crittenden <rcritten@redhat.com> - 0.79.20-1
|
|
|
|
|
- Update to upstream 0.79.20
|
|
|
|
|
|
|
|
|
|
* Thu Feb 01 2024 Rob Crittenden <rcritten@redhat.com> - 0.79.17-2
|
|
|
|
|
- getcert should return unique error on duplicates (RHEL-22302)
|
|
|
|
|
* Wed Dec 7 2022 Rob Crittenden <rcritten@redhat.com> - 0.79.17-2
|
|
|
|
|
- Skip the keygen tests when executed as root.
|
|
|
|
|
|
|
|
|
|
* Tue Dec 6 2022 Rob Crittenden <rcritten@redhat.com> - 0.79.17-1
|
|
|
|
|
- Update to upstream 0.79.17
|
|
|
|
|
|
|
|
|
|
* Thu Apr 07 2022 Rob Crittenden <rcritten@redhat.com> - 0.79.14-7
|
|
|
|
|
- Disable DSA (#2066439)
|
|
|
|
|
- Update to upstream 0.79.17 (#2139523)
|
|
|
|
|
- Certificate format validation when adding the SCEP server's CA (#2150025)
|
|
|
|
|
- Certmonger SCEP renewal should not use old challenges (#2150030)
|
|
|
|
|
- certmonger SEGV during rekey in FIPS mode (#2150070)
|
|
|
|
|
|
|
|
|
|
* Thu Mar 17 2022 Rob Crittenden <rcritten@redhat.com> - 0.79.14-6
|
|
|
|
|
- Certificate format validation when adding the SCEP server's CA
|
|
|
|
|
(#1492112)
|
|
|
|
|
- Replace some SHA1 usages with SHA256 in the unit tests
|
|
|
|
|
|
|
|
|
|
* Thu Oct 07 2021 Rob Crittenden <rcritten@redhat.com> - 0.79.14-5
|
|
|
|
|
- Certmonger SCEP renewal should not use old challenges (#1990926)
|
|
|
|
|
- Certmonger certificates stuck in NEED_GUIDANCE (#2001082)
|
|
|
|
|
* Mon Oct 18 2021 Rob Crittenden <rcritten@redhat.com> - 0.79.13-5
|
|
|
|
|
- certmonger creates CSRs with invalid DER syntax for X509v3 extensions
|
|
|
|
|
with critical=FALSE (#2012261)
|
|
|
|
|
|
|
|
|
|
* Tue Sep 28 2021 Rob Crittenden <rcritten@redhat.com> - 0.79.14-4
|
|
|
|
|
- Fix FTBFS due to change in OpenSSL 3.0.0-beta2 API (#2008451)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.79.14-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Wed Jul 28 2021 Rob Crittenden <rcritten@redhat.com> - 0.79.14-2
|
|
|
|
|
- Re-enable LTO (#1986099)
|
|
|
|
|
with critical=FALSE (#2012258)
|
|
|
|
|
|
|
|
|
|
* Thu Jun 17 2021 Rob Crittenden <rcritten@redhat.com> - 0.79.14-1
|
|
|
|
|
- Update to upstream 0.79.14 (#1969537)
|
|
|
|
|
* Wed Oct 06 2021 Rob Crittenden <rcritten@redhat.com> - 0.79.13-4
|
|
|
|
|
- Certmonger SCEP renewal should not use old challenges (#1577570)
|
|
|
|
|
- Certmonger segfault after cert renewal request (#1881500)
|
|
|
|
|
- Include certificate NotBefore date in output of the 'getcert list' command
|
|
|
|
|
(#1940261)
|
|
|
|
|
- Certmonger certificates stuck in NEED_GUIDANCE (#2001079)
|
|
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.79.13-6
|
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
* Wed Apr 28 2021 Rob Crittenden <rcritten@redhat.com> - 0.79.13-3
|
|
|
|
|
- Fix local CA to work under FIPS (#1950132)
|
|
|
|
|
|
|
|
|
|
* Wed May 19 2021 Rob Crittenden <rcritten@redhat.com> - 0.79.13-5
|
|
|
|
|
- Port to OpenSSL 3.0 (#1952930)
|
|
|
|
|
* Tue Nov 10 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.13-2
|
|
|
|
|
- Rebuild with xmlrpc-c support enabled (#1687698)
|
|
|
|
|
|
|
|
|
|
* Wed Apr 28 2021 Rob Crittenden <rcritten@redhat.com> - 0.79.13-4
|
|
|
|
|
- Fix local CA to work under FIPS (#1954618)
|
|
|
|
|
* Wed Oct 28 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.13-1
|
|
|
|
|
- Rebase to 0.79.13 (#1891743)
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.79.13-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu Jul 30 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.7-15
|
|
|
|
|
- Replace the previous fix for dbus restarting with PartOf in the
|
|
|
|
|
certmonger systemd service file to link the two (#1687698)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.79.13-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
* Tue Jun 2 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.7-14
|
|
|
|
|
- Include &message=CA-IDENT with GetCACaps/GetCACert requests (#1843009)
|
|
|
|
|
|
|
|
|
|
* Tue Oct 20 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.13-1
|
|
|
|
|
- Update to upstream 0.79.13
|
|
|
|
|
* Mon May 18 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.7-13
|
|
|
|
|
- Exit gracefully if dbus is restarted (#1687698)
|
|
|
|
|
|
|
|
|
|
* Mon Oct 5 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.12-1
|
|
|
|
|
- Update to upstream 0.79.12
|
|
|
|
|
* Thu May 14 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.7-12
|
|
|
|
|
- Add long command-line options to man pages and help output (#1782838)
|
|
|
|
|
|
|
|
|
|
* Fri Sep 18 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.11-4
|
|
|
|
|
- Don't send SIGKILL to child processes to terminate them
|
|
|
|
|
- Switch to JSON for communication with IPA
|
|
|
|
|
* Mon May 4 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.7-11
|
|
|
|
|
- Fix test failure in 039-fromfile
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.79.11-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
* Mon May 4 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.7-10
|
|
|
|
|
- Ensure that files read in have a trailing new-line (#1829490)
|
|
|
|
|
|
|
|
|
|
* Tue Jun 30 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.11-2
|
|
|
|
|
- Fix for an unnecessary free() which can cause core dump.
|
|
|
|
|
* Thu Apr 30 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.7-9
|
|
|
|
|
- Call the secport equivalent of PR_ErrorToString
|
|
|
|
|
- Remove a couple of unused varaibles found by coverity
|
|
|
|
|
|
|
|
|
|
* Tue Jun 30 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.11-1
|
|
|
|
|
- Update to upstream 0.79.11
|
|
|
|
|
* Mon Apr 13 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.7-8
|
|
|
|
|
- Move systemd tmpfiles from /var/run to /run (#1804928)
|
|
|
|
|
- Improve logging in the SCEP helper (#1807691)
|
|
|
|
|
- Fix sort order of certificates passed into PKCS7_verify (#1808052)
|
|
|
|
|
- Add -N option to SCEP helper to separate web server chain from
|
|
|
|
|
SCEP issuer chain (#1808613)
|
|
|
|
|
- Add template profile, MS v2 template and issuer to getcert list
|
|
|
|
|
output (#1734451)
|
|
|
|
|
|
|
|
|
|
* Thu Jun 25 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.10-1
|
|
|
|
|
- Update to upstream 0.79.10
|
|
|
|
|
* Tue Dec 17 2019 Rob Crittenden <rcritten@redhat.com> - 0.79.7-7
|
|
|
|
|
- Update gating requirements
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Rob Crittenden <rcritten@redhat.com> - 0.79.9-1
|
|
|
|
|
- Update to upstream 0.79.9
|
|
|
|
|
* Mon Dec 16 2019 Rob Crittenden <rcritten@redhat.com> - 0.79.7-6
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.79.8-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
* Mon Dec 2 2019 Rob Crittenden <rcritten@redhat.com> - 0.79.7-5
|
|
|
|
|
- Fix use-after-free issue when retrieving CA chain (#1710632)
|
|
|
|
|
|
|
|
|
|
* Wed Oct 30 2019 Rob Crittenden <rcritten@redhat.com> - 0.79.8-3
|
|
|
|
|
- Change python2-dbus build dependency to python3
|
|
|
|
|
- Convert tests to pass under python 3
|
|
|
|
|
- Skip DSA tests because it is disabled by default crypto policy
|
|
|
|
|
* Mon Dec 2 2019 Rob Crittenden <rcritten@redhat.com> - 0.79.7-4
|
|
|
|
|
- Optimize closing of file descriptors on fork (#1763745)
|
|
|
|
|
- Remove NOMODDB flag flag from context init, look for full tokens (#1746543)
|
|
|
|
|
- Retrieve full IPA CA chain (#1710632)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.79.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
* Tue May 14 2019 Rob Crittenden <rcritten@redhat.com> - 0.79.7-3
|
|
|
|
|
- Rebuild for new annobin (#1708095)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 17 2019 Rob Crittenden <rcritten@redhat.com> - 0.79.8-1
|
|
|
|
|
- Update to upstream 0.79.8
|
|
|
|
|
* Fri May 10 2019 Rob Crittenden <rcritten@redhat.com> - 0.79.7-2
|
|
|
|
|
- Rebuild for new annobin (#1708095)
|
|
|
|
|
|
|
|
|
|
* Wed May 22 2019 Rob Crittenden <rcritten@redhat.com> - 0.79.7-3
|
|
|
|
|
- Add BuildRequires for krb5-devel, the buildroot changed.
|
|
|
|
|
* Thu May 9 2019 Alexander Bokovoy <abokovoy@redhat.com> - 0.79.7-1
|
|
|
|
|
- Rebase to 0.79.7 (#1708095)
|
|
|
|
|
|
|
|
|
|
* Mon May 20 2019 Rob Crittenden <rcritten@redhat.com> - 0.79.7-2
|
|
|
|
|
- Move systemd tmpfiles from /var/run to /run (upstream #111)
|
|
|
|
|
- Change /var/run -> /run in systemd service file
|
|
|
|
|
* Mon Oct 8 2018 Rob Crittenden <rcritten@redhat.com> - 0.79.6-5
|
|
|
|
|
- Address more issues uncovered by static analysis (#1632449)
|
|
|
|
|
|
|
|
|
|
* Mon Feb 18 2019 Rob Crittenden <rcritten@redhat.com> - 0.79.7-1
|
|
|
|
|
- Update to upstream 0.79.7
|
|
|
|
|
* Tue Oct 2 2018 Rob Crittenden <rcritten@redhat.com> - 0.79.6-4
|
|
|
|
|
- Improve handling of NSS tokens (#1624930)
|
|
|
|
|
- Pull in upstream fixes discovered in coverity and clang (#1632449)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.79.6-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
* Mon Aug 13 2018 Rob Crittenden <rcritten@redhat.com> - 0.79.6-3
|
|
|
|
|
- Add BuildRequires on python3-devel (#1615507)
|
|
|
|
|
|
|
|
|
|
* Thu Oct 4 2018 Rob Crittenden <rcritten@redhat.com> - 0.79.6-4
|
|
|
|
|
- Pull in upstream fixes discovered in coverity and clang.
|
|
|
|
|
* Thu Aug 2 2018 Rob Crittenden <rcritten@redhat.com> - 0.79.6-2
|
|
|
|
|
- Fix test failure on some platforms
|
|
|
|
|
|
|
|
|
|
* Mon Oct 1 2018 Rob Crittenden <rcritten@redhat.com> - 0.79.6-3
|
|
|
|
|
- Improve NSS token handling. The updated NSS crypto-policy enables all
|
|
|
|
|
tokens which broke requesting certificates due to the way that tokens
|
|
|
|
|
were managed.
|
|
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.79.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 8 2018 Rob Crittenden <rcritten@redhat.com> - 0.79.6-1
|
|
|
|
|
* Wed Aug 1 2018 Rob Crittenden <rcritten@redhat.com> - 0.79.6-1
|
|
|
|
|
- Update to upstream 0.79.6
|
|
|
|
|
|
|
|
|
|
* Wed Mar 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.79.5-7
|
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
- Fix unit tests to work with python 3
|
|
|
|
|
|
|
|
|
|
* Fri Feb 23 2018 Rob Crittenden <rcritten@redhat.com> 0.79.5-6
|
|
|
|
|
- Fix unit tests. NSS crypto policy disallows keys < 1024
|
|
|
|
|