rpms/certmonger/F-13 certmonger.spec,1.2,1.3 sources,1.3,1.4

Nalin Dahyabhai nalin at fedoraproject.org
Wed Mar 24 00:08:28 UTC 2010


Author: nalin

Update of /cvs/pkgs/rpms/certmonger/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12380/F-13

Modified Files:
	certmonger.spec sources 
Log Message:
update to 0.19


Index: certmonger.spec
===================================================================
RCS file: /cvs/pkgs/rpms/certmonger/F-13/certmonger.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- certmonger.spec	12 Feb 2010 20:43:18 -0000	1.2
+++ certmonger.spec	24 Mar 2010 00:08:27 -0000	1.3
@@ -2,7 +2,7 @@
 %{?_with_check: %global pcheck 1}
 
 Name:		certmonger
-Version:	0.18
+Version:	0.19
 Release:	1%{?dist}
 Summary:	Certificate status monitor and PKI enrollment client
 
@@ -84,6 +84,8 @@ exit 0
 %defattr(-,root,root,-)
 %doc README LICENSE STATUS doc/*.txt
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/*
+%dir %{_sysconfdir}/certmonger
+%config(noreplace) %{_sysconfdir}/certmonger/certmonger.conf
 %if 0%{?fedora} <= 9 || 0%{?rhel} < 6
 %{_initrddir}/certmonger
 %else
@@ -96,6 +98,25 @@ exit 0
 %{_localstatedir}/lib/certmonger
 
 %changelog
+* Tue Mar 23 2010 Nalin Dahyabhai <nalin at redhat.com> 0.19-1
+- update to 0.19
+  - correctly initialize NSS databases that need to be using a PIN
+  - add certmonger.conf, for customizing notification timings and settings,
+    and use of digests other than the previously-hard-coded SHA256, and
+    drop those settings from individual requests
+  - up the default self-sign validity interval from 30 days to 365 days
+  - drop the first default notification interval from 30 days to 28 days
+    (these two combined to create a fun always-reissuing loop earlier)
+  - record the token which contains the key or certificate when we're
+    storing them in an NSS database, and report it
+  - improve handling of cases where we're supposed to use a PIN but we
+    either don't have one or we have the wrong one
+  - teach getcert to accept a PIN file's name or a PIN value when adding
+    a new entry
+  - update the IPA submission helper to use the new 'request_cert' signature
+    that's landing soon
+  - more tests
+
 * Fri Feb 12 2010 Nalin Dahyabhai <nalin at redhat.com> 0.18-1
 - update to 0.18
   - add support for using encrypted storage for keys, using PIN values


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/certmonger/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	12 Feb 2010 20:43:18 -0000	1.3
+++ sources	24 Mar 2010 00:08:27 -0000	1.4
@@ -1 +1 @@
-7b20ca8e6123064c81964ef3af7e1bef  certmonger-0.18.tar.gz
+3ed20f248482ddf534cf9adf9a89c4b4  certmonger-0.19.tar.gz



More information about the scm-commits mailing list