Update to 0.75.14

- make pathname canonicalization slightly smarter, to handle ".." in
  locations
- updates to self-tests
This commit is contained in:
Nalin Dahyabhai 2014-08-28 14:11:42 -04:00
parent dae5f838b3
commit b6fcbbc5a0
3 changed files with 13 additions and 4 deletions

2
.gitignore vendored
View File

@ -84,3 +84,5 @@ certmonger-0.28.tar.gz
/certmonger-0.75.10.tar.gz.sig
/certmonger-0.75.13.tar.gz
/certmonger-0.75.13.tar.gz.sig
/certmonger-0.75.14.tar.gz
/certmonger-0.75.14.tar.gz.sig

View File

@ -25,8 +25,8 @@
%endif
Name: certmonger
Version: 0.75.13
Release: 2%{?dist}
Version: 0.75.14
Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client
Group: System Environment/Daemons
@ -68,6 +68,8 @@ BuildRequires: /usr/bin/dos2unix
BuildRequires: /usr/bin/unix2dos
# for which
BuildRequires: /usr/bin/which
# for dbus tests
BuildRequires: dbus-python
# we need a running system bus
Requires: dbus
@ -234,6 +236,11 @@ exit 0
%endif
%changelog
* Thu Aug 28 2014 Nalin Dahyabhai <nalin@redhat.com> 0.75.14-1
- make pathname canonicalization slightly smarter, to handle ".." in
locations
- updates to self-tests
* Thu Aug 21 2014 Kevin Fenzi <kevin@scrye.com> - 0.75.13-2
- Rebuild for rpm bug 1131960

View File

@ -1,2 +1,2 @@
38657f83442d9ea12468478df32fee1c certmonger-0.75.13.tar.gz
fb62a00f48a86ad1631dcac57f782ecf certmonger-0.75.13.tar.gz.sig
f9390a49196ef59c930259215fa57d19 certmonger-0.75.14.tar.gz
111c8732566686cfc4d257a7e009460a certmonger-0.75.14.tar.gz.sig