[certmonger] update to 0.68

Nalin Dahyabhai nalin at fedoraproject.org
Thu Aug 29 20:13:20 UTC 2013


commit b3093eeb92591466cd8f44493f7fcbadcc406bc7
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Thu Aug 29 16:12:05 2013 -0400

    update to 0.68
    
    - notice when the OpenSSL RNG isn't seeded
    - notice when saving certificates or keys fails due to filesystem-related
      permission denial (#996581)

 .gitignore                |    2 +
 certmonger-certutil.patch |  200 ---------------------------------------------
 certmonger.spec           |   11 ++-
 sources                   |    4 +-
 4 files changed, 11 insertions(+), 206 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9635208..922bbeb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,5 @@ certmonger-0.28.tar.gz
 /certmonger-0.65.tar.gz.sig
 /certmonger-0.67.tar.gz
 /certmonger-0.67.tar.gz.sig
+/certmonger-0.68.tar.gz
+/certmonger-0.68.tar.gz.sig
diff --git a/certmonger.spec b/certmonger.spec
index 980af3d..3256f1c 100644
--- a/certmonger.spec
+++ b/certmonger.spec
@@ -19,8 +19,8 @@
 %endif
 
 Name:		certmonger
-Version:	0.67
-Release:	3%{?dist}
+Version:	0.68
+Release:	1%{?dist}
 Summary:	Certificate status monitor and PKI enrollment client
 
 Group:		System Environment/Daemons
@@ -29,7 +29,6 @@ URL:		http://certmonger.fedorahosted.org
 Source0:	http://fedorahosted.org/released/certmonger/certmonger-%{version}.tar.gz
 Source1:	http://fedorahosted.org/released/certmonger/certmonger-%{version}.tar.gz.sig
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Patch0:		certmonger-certutil.patch
 
 BuildRequires:	dbus-devel, nspr-devel, nss-devel, openssl-devel
 %if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
@@ -88,7 +87,6 @@ system enrolled with a certificate authority (CA) and keeping it enrolled.
 
 %prep
 %setup -q
-%patch0 -p1 -b .certutil
 %if 0%{?rhel} > 0
 # Enabled by default for RHEL for bug #765600, still disabled by default for
 # Fedora pending a similar bug report there.
@@ -203,6 +201,11 @@ exit 0
 %endif
 
 %changelog
+* Thu Aug 29 2013 Nalin Dahyabhai <nalin at redhat.com> 0.68-1
+- notice when the OpenSSL RNG isn't seeded
+- notice when saving certificates or keys fails due to filesystem-related
+  permission denial (#996581)
+
 * Tue Aug  6 2013 Nalin Dahyabhai <nalin at redhat.com> 0.67-3
 - pull up a patch from master to adapt self-tests to certutil's diagnostic
   output having changed (#992050)
diff --git a/sources b/sources
index 8e1f263..57a4ef2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-173c3e1d0ab81a0045abbb147e3e2251  certmonger-0.67.tar.gz
-ecc205036d8fb3562fd1d6c89286730e  certmonger-0.67.tar.gz.sig
+8f9be1b71d32065ee3ce6a0fc623abd6  certmonger-0.68.tar.gz
+b91df4987b5c865bc3a369765d0fb57d  certmonger-0.68.tar.gz.sig


More information about the scm-commits mailing list