Changelog for
dehydrated-0.4.0-12.1.noarch.rpm :
Wed Feb 22 13:00:00 2017 daniel.molkentinAATTsuse.com
- Add patch to support JSON output
adds 0001-add-to-json-j-which-displays-certificates-status.patch
Wed Feb 22 13:00:00 2017 daniel.molkentinAATTsuse.com
- Upstream requires diff as dependency
Tue Feb 21 13:00:00 2017 daniel.molkentinAATTsuse.com
- Drop the (undocumented) dependeny for mod_headers
Sat Feb 18 13:00:00 2017 danielAATTmolkentin.de
- Unify configuration file source names
Sat Feb 18 13:00:00 2017 danielAATTmolkentin.de
- Bump to 0.4.0
Thu Feb 2 13:00:00 2017 daniel.molkentinAATTsuse.com
- More dependency fixes
Thu Feb 2 13:00:00 2017 daniel.molkentinAATTsuse.com
- Make nginx and lighttpd packages into features
Default-disable them on distros where we cannot provide a dependency.
Thu Feb 2 13:00:00 2017 daniel.molkentinAATTsuse.com
- Fix build on Fedora
Thu Feb 2 13:00:00 2017 mrueckertAATTsuse.de
- make permissions of the lighty and nginx config files tighter
Thu Feb 2 13:00:00 2017 mrueckertAATTsuse.de
- only own the configuration files and not the whole directory tree
- add BR for nginx, lighttpd, apache2 to handle directory
ownership
Thu Jan 12 13:00:00 2017 mrueckertAATTsuse.de
- with making the permissions more tight ... dehydrated can not
write its lock file anymore to /etc/dehydrated. To fix this we
now create /var/run/dehydrated (sysvinit) or /run/dehydrated
(systemd) and point the lock file in the default config to that
directory.
Please adapt your local config files accordingly.
Thu Jan 12 13:00:00 2017 mrueckertAATTsuse.de
- change permissions of /etc/dehydrated to:
root:dehydrated u=rwx,g=rx,o=
- create the subdirs that dehydrated would create later anyway:
/etc/dehydrated/accounts
/etc/dehydrated/certs
dehydrated::dehydrated u=rwx,go=
- tighten up permissions on
/etc/dehydrated/config
/etc/dehydrated/domain.txt
root:root u=rw,go=r -> root:dehydrated u=rw,g=r,o=
/etc/dehydrated/hook.sh
root:root u=rw,go=r -> root:dehydrated u=rwx,g=rx,o=
Wed Nov 23 13:00:00 2016 danielAATTmolkentin.de
- Add lighttpd configuration via dehydrated-lighttpd
Mon Nov 14 13:00:00 2016 jengelhAATTinai.de
- Test for user/group before adding them and don\'t suppress errors
Thu Nov 10 13:00:00 2016 danielAATTmolkentin.de
- Fix MIN HOUR order in crontab (boo#1009452)
Tue Sep 13 14:00:00 2016 danimoAATTowncloud.com
- Bump to v0.3.1
- Rename to dehydrated
Sun May 22 14:00:00 2016 danimoAATTowncloud.com
- Bump to v0.2.0
- This version fixes a json-parsing bug which made letsencrypt.sh
incompatible with up-to-date ACME servers.
- PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid
confusion with certificate keys
- deploy_cert hook now also has the certificates timestamp as standalone
parameter
- Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
- Private keys are now regenerated by default
- Added documentation to repository
- Fixed bug with uppercase names in domains.txt (script now converts everything
to lowercase)
- mktemp no longer uses the deprecated -t parameter.
- Compatibility with \"pretty\" json
Wed Apr 20 14:00:00 2016 danimoAATTowncloud.com
- Explicitly add group and license, required for SLES 11
Wed Apr 20 14:00:00 2016 danimoAATTowncloud.com
- Add nginx integration package
- Proper dir permissions for apache package (755, not 644)
Mon Apr 18 14:00:00 2016 drahtAATTschaltsekun.de
- fix build requirement for shadow (>=openSUSE-12.3) and pwdutils
(before 12.3).
- missing changelog for last change by danimo: do not require mod_ssl for
suse distrbutions.
Mon Mar 28 14:00:00 2016 danimoAATTowncloud.com
- Add alias to /.well-known/acme-challenge by default
Sat Mar 26 13:00:00 2016 danimoAATTowncloud.com
- Add cron, do not remove letsencrypt user, adjust permissions
Fri Mar 25 13:00:00 2016 danimoAATTowncloud.com
- Initial commit