aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFiles
* New upstream release.debian/0.7-1Guilhem Moulin2020-11-263
| | | | Closes: #975862.
* Merge tag 'upstream/0.7' into debianGuilhem Moulin2020-11-2616
|\ | | | | | | New release 0.7
| * Use upstream certicate chain instead of an hardcoded one.upstream/0.7Guilhem Moulin2020-11-2614
| | | | | | | | | | | | | | | | | | | | | | | | | | This is a breaking change. The certificate indicated by 'CAfile' is no longer used as is in 'certificate-chain' (along with the leaf cert). The chain returned by the ACME v2 endpoint is used instead. This allows for more flexbility with respect to key/CA rotation, cf. https://letsencrypt.org/2020/11/06/own-two-feet.html and https://community.letsencrypt.org/t/beginning-issuance-from-r3/139018 Moreover 'CAfile' now defaults to @@datadir@@/lacme/ca-certificates.crt which is a concatenation of all known active CA certificates (which includes the previous default).
| * README: Link to /man/lacme.8.htmlGuilhem Moulin2020-08-041
| |
| * Improve long command wrapping.Guilhem Moulin2020-08-041
| |
* | Prepare new release.debian/0.6.1-1Guilhem Moulin2020-08-041
| |
* | d/control: Bump debhelper compatibility level to 13.Guilhem Moulin2020-08-042
| |
* | d/*: Adapt to new build system.Guilhem Moulin2020-08-046
| |
* | Refresh patches.Guilhem Moulin2020-08-042
| |
* | Bump release number.Guilhem Moulin2020-08-041
| | | | | | | | Closes: #955767, #966958.
* | Merge tag 'upstream/0.6.1' into debianGuilhem Moulin2020-08-0415
|\| | | | | | | New release 0.6.1
| * New release 0.6.1upstream/0.6.1Guilhem Moulin2020-08-041
| |
| * Upgrade links to secure HTTP.Guilhem Moulin2020-08-047
| |
| * Ignore [accountd] section from lacme.conf when the --socket option is defined.Guilhem Moulin2020-08-044
| | | | | | | | | | This allows remotely-controlled lacme processes being controlled without modifying an config files. See https://bugs.debian.org/955767 .
| * Makefile: Use variables for target directories etc.Guilhem Moulin2020-08-0411
| |
| * Adapt Apache2 snippet to Apache2 2.4.Guilhem Moulin2020-08-042
| |
| * Change default libexec dir from /usr/lib/lacme to /usr/libexec/lacme.Guilhem Moulin2020-08-035
| |
| * Install lacme manpage to section 8.Guilhem Moulin2020-08-036
| | | | | | | | As it's a system command, see hier(7) for details.
| * Makefile: Major refactoring, add install and uninstall targets.Guilhem Moulin2020-08-035
| | | | | | | | Honor BUILD_DOCDIR and DESTDIR variables.
| * factor out jq-script from MakefileBenjamin Tietz2020-08-032
| | | | | | | | the script is just a plain copy, but now accessible without make
| * Use /run for the listening socket of the webserver component.Guilhem Moulin2019-08-226
| |
* | Prepare new release.debian/0.6-3Guilhem Moulin2020-04-051
| |
* | debian/*.{install,manpages}: Copy files from $DESTDIR.Guilhem Moulin2020-04-055
| | | | | | | | (debian/tmp) not from the source tree.
* | d/control: Bump Standards-Version to 4.5.0 (no changes necessary).Guilhem Moulin2020-04-052
| |
* | Rename d/source.lintian-overrides to d/source/lintian-overrides.Guilhem Moulin2020-04-052
| |
* | d/control: Add "debhelper-compat (= 12)" to Build-Depends.Guilhem Moulin2020-04-053
| |
* | d/control: Add "Rules-Requires-Root: no".Guilhem Moulin2020-04-052
| |
* | New symlink /etc/apache2/conf-available/lacme.confGuilhem Moulin2020-04-052
| | | | | | | | | | | | | | Pointing to /etc/lacme/apache2.conf for use with the a2enconf/a2disconf interface. Closes: #955859.
* | Prepare new release.debian/0.6-2Guilhem Moulin2019-09-181
| |
* | New dependency: libtimedate-perl.Guilhem Moulin2019-09-181
| |
* | Prepare new release.debian/0.6-1Guilhem Moulin2019-08-211
| |
* | d/control: Long description: iptables rules are no longer installed by default.Guilhem Moulin2019-08-211
| | | | | | | | Since 944407621f313c15f6cfd53267da1ddbdaceec9f.
* | d/compat, d/control: Bump debhelper compatibility level to 12.Guilhem Moulin2019-08-213
| |
* | d/control: Bump Standards-Version to 4.4.0 (no changes necessary).Guilhem Moulin2019-08-212
| |
* | Bump release number.Guilhem Moulin2019-08-211
| |
* | Merge tag 'upstream/0.6' into debianGuilhem Moulin2019-08-217
|\| | | | | | | New release 0.6.
| * New release 0.6.upstream/0.6Guilhem Moulin2019-08-211
| |
| * lacme: new option 'account --deactivate'Guilhem Moulin2019-08-213
| | | | | | | | For client-initiated account deactivation. See RFC 8555 sec. 7.3.6.
| * Issue GET and POST-as-GET requests (RFC 8555 sec. 6.3)Guilhem Moulin2019-08-212
| | | | | | | | | | For the authorizations, order and certificate URLs. See RFC 8555 sec. 7.1.
| * Link to RFC 8555 instead of the ACME I-D URL.Guilhem Moulin2019-08-214
| |
| * Call iptables binaries from /usr/sbin not /sbin.Guilhem Moulin2019-08-212
| | | | | | | | | | | | | | As of Buster this is the case, and the maintainer plans to drop compatibility symlinks once Bullseye is released. See /usr/share/doc/iptables/NEWS.Debian.gz .
| * [git] ignore vims' swapfilesBenjamin Tietz2019-01-211
| |
| * lacme, client: new dependency Date::Parse.Guilhem Moulin2019-01-213
| |
| * client: poll order URL instead of each authz URL successively.Guilhem Moulin2019-01-213
| | | | | | | | We were blocking on https://github.com/letsencrypt/boulder/issues/3530 .
* | Prepare new release.debian/0.5-1Guilhem Moulin2018-05-091
| |
* | Apply wrap-and-sort(1)Guilhem Moulin2018-05-093
| |
* | New dependency (lacme): libtypes-serialiser-perlGuilhem Moulin2018-05-092
| |
* | Build-Depends on pandoc >= 2.1Guilhem Moulin2018-05-092
| |
* | Bump Standards-Version to 4.1.4 (no changes necessary).Guilhem Moulin2018-05-092
| |
* | Refresh patchesGuilhem Moulin2018-05-091
| |