Accepting request 711919 from home:dmolkentin:branches:security:dehydrated
- Update to dehydrated 0.6.4 * Fetch account ID from Location header instead of account json - Update to dehydrated 0.6.3 * OCSP refresh interval is now configurable * Implemented POST-as-GET * Call exit_hook on errors (with error-message as first parameter) * Initial support for tls-alpn-01 validation * New hook: sync_cert (for syncing certificate files to disk, see example hook description) * Fetch account information after registration to avoid missing account id OBS-URL: https://build.opensuse.org/request/show/711919 OBS-URL: https://build.opensuse.org/package/show/security:dehydrated/dehydrated?expand=0&rev=38
This commit is contained in:
parent
7888635f15
commit
8b4b8c8c74
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:163384479199f06f59382ceb6291a299567a2f4f0b963b9b61f2db65a407e80e
|
|
||||||
size 77819
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEPC8mBeB4oeGPR5OQnE2+bPQ48zMFAlrjA6gACgkQnE2+bPQ4
|
|
||||||
8zNi/AgA7K3dhvkkMTGlUYYsT53McJflqhc/jb7Nbfi6nM6bw9avElvreJh0jvoD
|
|
||||||
Hw0As92p1NA1Jm0iXZu4WgKDsL+7MKURQcjgoKNYQZbgd2wXajJKvxCI7xmvaX0N
|
|
||||||
oKtzhKSp3MHPquAY/U6QYR7d74xFAsnoacNagSAiRUS72g5x4QO7txKfbbdq091d
|
|
||||||
ZHu9tmeQYYI3sjOJC1DxCRxYYouxdvK78TG6xD6rfpURUra15vykhgu+2qP1s7ed
|
|
||||||
b/t6MZwztwRiCWCeBilyunIOR1LQmvH2jhknT9Sf5KBMFoWgk1cCJega2FOUFpjD
|
|
||||||
+Jrg6CW2uTwA3KrQIG8T2wWyDQ2nqg==
|
|
||||||
=VsfZ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
dehydrated-0.6.4.tar.gz
Normal file
3
dehydrated-0.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:168cdc8b71dbd050626cd7cbdec104bff8cab3b8f9ffc3fe7f7b2e6d16409295
|
||||||
|
size 82247
|
11
dehydrated-0.6.4.tar.gz.asc
Normal file
11
dehydrated-0.6.4.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEPC8mBeB4oeGPR5OQnE2+bPQ48zMFAl0SJEIACgkQnE2+bPQ4
|
||||||
|
8zPEaQgAzwq3Kb37o8LJWdLgVgN3iRRbxSsMtxH7vWdJ+lpmwy1xsoPute8SCLBl
|
||||||
|
UTZwqNUMa5kHs9POJJ5QJ2dugFRQooxM6WEDwe+fQUuonIBfyk9siMp631Tpe7VP
|
||||||
|
Fb19j5hPAda0d5V61xzIknTGDjPvi/SBu6ueUtl7S90V5TJW46j7YFG/DpUw24hY
|
||||||
|
LLaY4t13KIaJZLyD3WZ9OXpdP+G5ir3n6kinRj6ZUWCKKwoxLWbATrHicpsaZqT9
|
||||||
|
6cj+7YREzUnooSi3048izC9jyjbrJH+5emYsQs5zSXtIEHTGPytVZp/yjLTeDz3t
|
||||||
|
V6dfw21y/FqJx04H/jluYKNTH1mlzA==
|
||||||
|
=+No3
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 25 17:29:10 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
||||||
|
|
||||||
|
- Update to dehydrated 0.6.4
|
||||||
|
|
||||||
|
* Fetch account ID from Location header instead of account json
|
||||||
|
|
||||||
|
- Update to dehydrated 0.6.3
|
||||||
|
|
||||||
|
* OCSP refresh interval is now configurable
|
||||||
|
* Implemented POST-as-GET
|
||||||
|
* Call exit_hook on errors (with error-message as first parameter)
|
||||||
|
* Initial support for tls-alpn-01 validation
|
||||||
|
* New hook: sync_cert (for syncing certificate files to disk, see example
|
||||||
|
hook description)
|
||||||
|
* Fetch account information after registration to avoid missing account id
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 22 11:52:00 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
Tue Jan 22 11:52:00 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dehydrated
|
Name: dehydrated
|
||||||
Version: 0.6.2
|
Version: 0.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A client for signing certificates with an ACME server
|
Summary: A client for signing certificates with an ACME server
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user