SHA256
1
0
forked from pool/dehydrated

- Update to dehydrated 0.7.0

Added
    Support for external account bindings
    Special support for ZeroSSL
    Support presets for some CAs instead of requiring URLs
    Allow requesting preferred chain (--preferred-chain)
    Added method to show CAs current terms of service (--display-terms)
    Allow setting path to domains.txt using cli arguments (--domains-txt)
    Added new cli command --cleanupdelete which deletes old files instead of archiving them
  Fixed
    No more silent failures on broken hook-scripts
    Better error-handling with KEEP_GOING enabled
    Check actual order status instead of assuming it's valid
    Don't include keyAuthorization in challenge validation (RFC compliance)
  Changed
    Using EC secp384r1 as default certificate type
    Use JSON.sh to parse JSON
    Use account URL instead of account ID (RFC compliance)
    Dehydrated now has a new home: https://github.com/dehydrated-io/dehydrated
    Added OCSP_FETCH and OCSP_DAYS to per-certificate configurable options
    Cleanup now also removes dangling symlinks

OBS-URL: https://build.opensuse.org/package/show/security:dehydrated/dehydrated?expand=0&rev=66
This commit is contained in:
Daniel Molkentin 2020-12-10 16:05:04 +00:00 committed by Git OBS Bridge
parent bc6d4bfda6
commit d28ade7659
6 changed files with 46 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10aabd0027450bc70a18e49acaca7a9697e0cfb92368d3e508b7a4d6d69bfa35
size 82274

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEPC8mBeB4oeGPR5OQnE2+bPQ48zMFAl0TSs0ACgkQnE2+bPQ4
8zM9ygf9Eb/2b/te7mhw9F5H9q4aNV415rLGsTaksjqQXLFVty+DRVAEZrfkPeO1
T6BU/4gVLgWC8b8vvzfFL9owzBrYqb/JUovlz1lVrpFF7O0OBG9mRXUZI3P80s8t
7Wr2f7xyU1h3jdPRHPXONZF/Y8WydVwmnIIbPqWotSskmTOxsfJKpjdV2CF3jG2i
D9p1kqRTeDKz42wXqlzODaBuMIVA83OSwoZpmBkycfeIomLRZyW6q5ro8BCgiBlm
jiLGE9EMd6EQSNfh7qW3pjWZ2wlozC4EGGHvYRYheIcIPvKeXKlrfav4rDBQ1lx+
xOWJy5Z/5R6aZY9Hc+5+h2OHjm+Ujg==
=IQqP
-----END PGP SIGNATURE-----

3
dehydrated-0.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c5f12c2e57e64b1762803f82f0f7e767a72e65a6ce68e4d1ec197e61b9dc4f9
size 86574

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEPC8mBeB4oeGPR5OQnE2+bPQ48zMFAl/SRfEACgkQnE2+bPQ4
8zP7FAgAvogz5n6yTPO0pa5o/oCuiz3MHBtVpkPNiDQvb0DqcVdxZvOqR5FE5Dtu
xtlOBsA2c595UemDUSUbiAu7Me9ytSTJnpm+TIvAiy/bFrZLoSih02qLbEW8YTE4
TO4yMTwZqmAZpFz8+MGZYUlp92EiFb/aujjtq5XjDVj75IMpf7YfVP9N10zSlF2I
nU7IUY9EYLBR6FxfWUiiNrPa0A9wMclVEWC9WPhXq3yVlVT1Q9uOyzA7aLUYbSp5
/Q1aNHHdoyfS9Nm1DpbJLnwpKyhHZDUbj6wAnrKD/I1vnLASpej8FzClIK8qlfiD
HVHChYB/jiIZZHBDmRdnZjT2oqo2Gw==
=CGfz
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Dec 10 16:01:01 UTC 2020 - Daniel Molkentin <daniel.molkentin@suse.com>
- Update to dehydrated 0.7.0
Added
Support for external account bindings
Special support for ZeroSSL
Support presets for some CAs instead of requiring URLs
Allow requesting preferred chain (--preferred-chain)
Added method to show CAs current terms of service (--display-terms)
Allow setting path to domains.txt using cli arguments (--domains-txt)
Added new cli command --cleanupdelete which deletes old files instead of archiving them
Fixed
No more silent failures on broken hook-scripts
Better error-handling with KEEP_GOING enabled
Check actual order status instead of assuming it's valid
Don't include keyAuthorization in challenge validation (RFC compliance)
Changed
Using EC secp384r1 as default certificate type
Use JSON.sh to parse JSON
Use account URL instead of account ID (RFC compliance)
Dehydrated now has a new home: https://github.com/dehydrated-io/dehydrated
Added OCSP_FETCH and OCSP_DAYS to per-certificate configurable options
Cleanup now also removes dangling symlinks
-------------------------------------------------------------------
Thu Nov 19 11:20:18 UTC 2020 - Daniel Molkentin <daniel.molkentin@suse.com>

View File

@ -45,7 +45,7 @@
%endif
Name: dehydrated
Version: 0.6.5
Version: 0.7.0
Release: 0
Summary: A client for signing certificates with an ACME server
License: MIT