[certmonger] - update to 0.51, mainly to add compatibility with super-new IPA

Nalin Dahyabhai nalin at fedoraproject.org
Tue Dec 6 16:09:20 UTC 2011


commit 49a9e127b0ff4a49a7d4d61a90b9d880ce803e5b
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Tue Dec 6 11:08:31 2011 -0500

    - update to 0.51, mainly to add compatibility with super-new IPA

 .gitignore      |    2 ++
 certmonger.spec |   12 +++++++++++-
 sources         |    4 ++--
 3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c4bd1ef..fd7369e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,5 @@ certmonger-0.28.tar.gz
 /certmonger-0.49.tar.gz.sig
 /certmonger-0.50.tar.gz
 /certmonger-0.50.tar.gz.sig
+/certmonger-0.51.tar.gz
+/certmonger-0.51.tar.gz.sig
diff --git a/certmonger.spec b/certmonger.spec
index 57af799..987b8c8 100644
--- a/certmonger.spec
+++ b/certmonger.spec
@@ -19,7 +19,7 @@
 %endif
 
 Name:		certmonger
-Version:	0.50
+Version:	0.51
 Release:	1%{?dist}
 Summary:	Certificate status monitor and PKI enrollment client
 
@@ -53,6 +53,7 @@ BuildRequires:	openssl
 BuildRequires:	/usr/bin/dbus-launch
 #  for dos2unix
 BuildRequires:	/usr/bin/dos2unix
+BuildRequires:	/usr/bin/unix2dos
 
 # we need a running system bus
 Requires:	dbus
@@ -188,6 +189,15 @@ exit 0
 %endif
 
 %changelog
+* Tue Dec  6 2011 Nalin Dahyabhai <nalin at redhat.com> 0.51-1
+- api: lift restrictions on characters used in request and CA nicknames by
+  making their object names not incorporate their nicknames
+- api: add find_request_by_nickname and find_ca_by_nickname
+- certmonger-ipa-submit.8: list -k, -K, -t in the summary, document -K
+- getcert: print "invalid option" error messages ourselves (#756291)
+- ipa-submit: supply a Referer: header when submitting requests to IPA
+  (#750617, needed for #747710)
+
 * Fri Oct 14 2011 Nalin Dahyabhai <nalin at redhat.com> 0.50-1
 - really fix these this time:
  - getcert: error out when "list -c" finds no matching CA (#743488)
diff --git a/sources b/sources
index 117da97..12ef265 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-38f64bbace49a2d6bf8cef5dbcee19d6  certmonger-0.50.tar.gz
-c04f5006c09225ec315c09e189e86ea1  certmonger-0.50.tar.gz.sig
+5ad1e84037f4c20cbf6fb216ece49eeb  certmonger-0.51.tar.gz
+0b7552679b60d540f05680a63213d29b  certmonger-0.51.tar.gz.sig


More information about the scm-commits mailing list