- update to 0.26

- when canceling a submission request that's being handled by a helper,
    reap the child process's status after killing it (#624120)
  - update to 0.25
    - new translations
      - in by Okta Purnama Rahadian!
    - fix detection of cases where we can't access a private key in an NSS
      database because we don't have the PIN
    - teach '*getcert start-tracking' about the -p and -P options which the
      '*getcert request' commands already understand (#621670), and also
      the -U, -K, -E, and -D flags
    - double-check that the nicknames of keys we get back from
      PK11_ListPrivKeysInSlot() match the desired nickname before accepting
      them as matches, so that our tests won't all blow up on EL5
    - fix dynamic addition and removal of CAs implemented through helpers
    - init script: ensure that the subsys lock is created whenever we're called to
      "start" when we're already running (even more of #596719)
    - more gracefully handle manual daemon startups and cleaning up of unexpected
      crashes (still more of #596719)
    - don't create the daemon pidfile until after we've connected to the D-Bus
      (still more of #596719)
This commit is contained in:
Nalin Dahyabhai 2010-08-13 14:35:38 -04:00
parent 891c322602
commit 6f0969ce62
3 changed files with 35 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ certmonger-0.21.tar.gz
certmonger-0.22.tar.gz
certmonger-0.23.tar.gz
certmonger-0.24.tar.gz
certmonger-0.26.tar.gz

View File

@ -2,7 +2,7 @@
%{?_with_check: %global pcheck 1}
Name: certmonger
Version: 0.24
Version: 0.26
Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client
@ -14,7 +14,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: dbus-devel, nspr-devel, nss-devel, openssl-devel
BuildRequires: libtalloc-devel, libtevent-devel
BuildRequires: xmlrpc-c-devel
BuildRequires: libxml2-devel xmlrpc-c-devel
%if 0%{?pcheck}
# Required for 'make check':
# for diff and cmp
@ -100,6 +100,37 @@ exit 0
%{_localstatedir}/lib/certmonger
%changelog
* Fri Aug 13 2010 Nalin Dahyabhai <nalin@redhat.com> 0.26-1
- update to 0.26
- when canceling a submission request that's being handled by a helper,
reap the child process's status after killing it (#624120)
* Fri Aug 13 2010 Nalin Dahyabhai <nalin@redhat.com> 0.25-1
- update to 0.25
- new translations
- in by Okta Purnama Rahadian!
- fix detection of cases where we can't access a private key in an NSS
database because we don't have the PIN
- teach '*getcert start-tracking' about the -p and -P options which the
'*getcert request' commands already understand (#621670), and also
the -U, -K, -E, and -D flags
- double-check that the nicknames of keys we get back from
PK11_ListPrivKeysInSlot() match the desired nickname before accepting
them as matches, so that our tests won't all blow up on EL5
- fix dynamic addition and removal of CAs implemented through helpers
* Mon Jun 28 2010 Nalin Dahyabhai <nalin@redhat.com> 0.24-4
- init script: ensure that the subsys lock is created whenever we're called to
"start" when we're already running (even more of #596719)
* Tue Jun 15 2010 Nalin Dahyabhai <nalin@redhat.com> 0.24-3
- more gracefully handle manual daemon startups and cleaning up of unexpected
crashes (still more of #596719)
* Thu Jun 10 2010 Nalin Dahyabhai <nalin@redhat.com> 0.24-2
- don't create the daemon pidfile until after we've connected to the D-Bus
(still more of #596719)
* Tue Jun 8 2010 Nalin Dahyabhai <nalin@redhat.com> 0.24-1
- update to 0.24
- keep the lock on the pid file, if we have one, when we fork, and cancel

View File

@ -1 +1 @@
0a7fd8cefa6d870986c9f0492184a6d1 certmonger-0.24.tar.gz
ecef2e40decff9492805d07ff682d02f certmonger-0.26.tar.gz