Update to 0.77.1

- update to 0.77.1
  - add initial, still rough, SCEP support (#1140241,#1161768)
    - add an scep-submit helper to handle part of it
  - getcert: add add-ca/add-scep-ca/modify-ca/remove-ca commands
  - getcert: add -l, -L flags to request/resubmit/start-tracking commands
    to provide a way to set a ChallengePassword in signing requests
  - lay some groundwork for rekeying support
  - bundled dogtag enrollment helpers now output debugging info to stderr
  - ipa-getcert: fix a crash when using DNS discovery to locate servers (#39)
  - getcert: fix displaying of pre-request pre-/post-save commands (#1178190,
    #1181022, patch by David Kupka)
  - use Zanata for translations
  - getcert list: list the certificate's profile name, if it contains one
This commit is contained in:
Nalin Dahyabhai 2015-02-27 16:44:06 -05:00
parent cedf1c324f
commit 54551d64ad
3 changed files with 26 additions and 8 deletions

2
.gitignore vendored
View File

@ -92,3 +92,5 @@ certmonger-0.28.tar.gz
/certmonger-0.76.7.tar.gz.sig
/certmonger-0.76.8.tar.gz
/certmonger-0.76.8.tar.gz.sig
/certmonger-0.77.1.tar.gz
/certmonger-0.77.1.tar.gz.sig

View File

@ -25,7 +25,7 @@
%endif
Name: certmonger
Version: 0.76.8
Version: 0.77.1
Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client
@ -239,6 +239,21 @@ exit 0
%endif
%changelog
* Fri Feb 27 2015 Nalin Dahyabhai <nalin@redhat.com> 0.77.1-1
- update to 0.77
- add initial, still rough, SCEP support (#1140241,#1161768)
- add an scep-submit helper to handle part of it
- getcert: add add-ca/add-scep-ca/modify-ca/remove-ca commands
- getcert: add -l, -L flags to request/resubmit/start-tracking commands
to provide a way to set a ChallengePassword in signing requests
- lay some groundwork for rekeying support
- bundled dogtag enrollment helpers now output debugging info to stderr (#)
- ipa-getcert: fix a crash when using DNS discovery to locate servers (#39)
- getcert: fix displaying of pre-request pre-/post-save commands (#1178190,
#1181022, patch by David Kupka)
- use Zanata for translations
- getcert list: list the certificate's profile name, if it contains one
* Tue Nov 18 2014 Nalin Dahyabhai <nalin@redhat.com> 0.76.8-1
- dogtag-submit: accept additional options to pass to the server when
approving requests using agent creds (#1165155, patch by Jan Cholasta)
@ -246,7 +261,7 @@ exit 0
* Tue Nov 11 2014 Nalin Dahyabhai <nalin@redhat.com> 0.76.7-1
- correctly read CA not-valid-after dates on 32-bit machines (also reported by
Natxo Asenjo), so that we don't spin on polling them
Natxo Asenjo), so that we don't spin on polling them (#1163023)
* Mon Nov 10 2014 Nalin Dahyabhai <nalin@redhat.com> 0.76.6-1
- don't discard the priority value in DNS SRV records
@ -270,7 +285,7 @@ exit 0
running the post hook, which was always a surprising order (#1131700)
- add a generic dogtag-submit helper that doesn't include any IPA defaults,
to make it easier to know the difference between paramenters it requires
and parameters which are optional
and parameters which are optional (#12)
* Tue Nov 4 2014 Nalin Dahyabhai <nalin@redhat.com> 0.76.2-1
- ipa-submit: when we fail to locate/contact LDAP or XML-RPC servers,
@ -280,7 +295,8 @@ exit 0
- allow for 'certmonger -P abstract:...' to work, too
* Fri Oct 31 2014 Nalin Dahyabhai <nalin@redhat.com> 0.76-1
- require a single certificate to be specified to 'getcert status' (#1148001)
- require a single certificate to be specified to 'getcert status' (#1148001,
#1163541, #1163539)
- shorten the default help message which getcert prints when it's not given
a specific command (#1131704)
- add private listener (-l, -L, -P) mode to certmonger, to allow it to listen
@ -463,7 +479,7 @@ exit 0
* Mon Feb 10 2014 Nalin Dahyabhai <nalin@redhat.com>
- move the tmpfiles.d file from /etc/tmpfiles.d to %%{_tmpfilesdir},
where it belongs
where it belongs (#1180978)
* Mon Feb 10 2014 Nalin Dahyabhai <nalin@redhat.com>
- updates for 0.73
@ -476,7 +492,7 @@ exit 0
- also pass the SPKAC value to enrollment helpers in the environment as
a base64 value in "CERTMONGER_SPKAC"
- also pass the request's SubjectPublicKeyInfo value to enrollment helpers
in the environment as a base64 value in "CERTMONGER_SPKI"
in the environment as a base64 value in "CERTMONGER_SPKI" (part of #16)
- when generating signing requests using NSS, be more accommodating of
requested subject names that don't parse properly

View File

@ -1,2 +1,2 @@
3eee90bb923db787a03950ed716c9f21 certmonger-0.76.8.tar.gz
c17eadd363c03e09642a746d299d65c9 certmonger-0.76.8.tar.gz.sig
ad5c708934f474b64de36636d6e52600 certmonger-0.77.1.tar.gz
fe2c89cef9fc2192bbfa62c465d7827b certmonger-0.77.1.tar.gz.sig