From 4d4e3a63c46beaa9d1d10e3d787e6ab2350a3977 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 21 Apr 2010 21:57:28 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=200.20=20-=20correctly=20parse?= =?UTF-8?q?=20certificate=20validity=20periods=20given=20in=20years=20(spo?= =?UTF-8?q?tted=20by=20=20=20=20=20Stephen=20Gallagher)=20-=20setup=20for?= =?UTF-8?q?=20translation=20-=20es=20by=20H=C3=A9ctor=20Daniel=20Cabrera!?= =?UTF-8?q?=20-=20ru=20by=20Yulia=20Poyarkova!=20-=20uk=20by=20Yuri=20Chor?= =?UTF-8?q?noivan!=20-=20fix=20unpreprocessed=20defaults=20in=20certmonger?= =?UTF-8?q?.conf's=20man=20page=20-=20tweak=20the=20IPA-specific=20message?= =?UTF-8?q?=20that=20indicates=20a=20principal=20name=20also=20needs=20=20?= =?UTF-8?q?=20=20=20to=20be=20specified=20if=20we're=20not=20using=20the?= =?UTF-8?q?=20default=20subject=20name=20(#579542)=20-=20make=20the=20vali?= =?UTF-8?q?dity=20period=20of=20self-signed=20certificates=20into=20a=20co?= =?UTF-8?q?nfiguration=20=20=20=20=20setting=20and=20not=20a=20piece=20of?= =?UTF-8?q?=20the=20state=20information=20we=20track=20about=20the=20=20?= =?UTF-8?q?=20=20=20signer=20-=20init=20script:=20exit=20with=20status=202?= =?UTF-8?q?=20instead=20of=201=20when=20invoked=20with=20an=20=20=20=20=20?= =?UTF-8?q?unrecognized=20argument=20(#584517)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + certmonger.spec | 22 ++++++++++++++++++++-- sources | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index e1bc8f2..bd1aa70 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ certmonger-0.17.tar.gz certmonger-0.18.tar.gz certmonger-0.19.tar.gz +certmonger-0.20.tar.gz diff --git a/certmonger.spec b/certmonger.spec index 4b9dbbb..0452a3f 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -2,7 +2,7 @@ %{?_with_check: %global pcheck 1} Name: certmonger -Version: 0.19 +Version: 0.20 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -56,6 +56,8 @@ mkdir -p $RPM_BUILD_ROOT/%{_initddir} install -m755 src/certmonger.init $RPM_BUILD_ROOT/%{_initddir}/certmonger %endif +%{find_lang} %{name} + %check %if 0%{?pcheck} make check @@ -80,7 +82,7 @@ if test $1 -eq 0 ; then fi exit 0 -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc README LICENSE STATUS doc/*.txt %config(noreplace) %{_sysconfdir}/dbus-1/system.d/* @@ -98,6 +100,22 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Wed Apr 21 2010 Nalin Dahyabhai 0.20-1 +- update to 0.20 + - correctly parse certificate validity periods given in years (spotted by + Stephen Gallagher) + - setup for translation + - es by Héctor Daniel Cabrera! + - ru by Yulia Poyarkova! + - uk by Yuri Chornoivan! + - fix unpreprocessed defaults in certmonger.conf's man page + - tweak the IPA-specific message that indicates a principal name also needs + to be specified if we're not using the default subject name (#579542) + - make the validity period of self-signed certificates into a configuration + setting and not a piece of the state information we track about the signer + - init script: exit with status 2 instead of 1 when invoked with an + unrecognized argument (#584517) + * Tue Mar 23 2010 Nalin Dahyabhai 0.19-1 - update to 0.19 - correctly initialize NSS databases that need to be using a PIN diff --git a/sources b/sources index e780b71..30f30b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ed20f248482ddf534cf9adf9a89c4b4 certmonger-0.19.tar.gz +a7d0d3e82dc25b5500677e5ced5e82c1 certmonger-0.20.tar.gz