aboutsummaryrefslogtreecommitdiff
path: root/net/uacme/Makefile
Commit message (Collapse)AuthorAge
* uacme: update to 1.7.4Lucian Cristian2023-02-25
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* uacme: Remove deprecated $(AUTORELEASE)Antti Seppälä2022-12-22
| | | | Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
* uacme: update to 1.7.3Lucian Cristian2022-10-21
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* uacme: add libev dependency to uacme-ualpnEneas U de Queiroz2022-04-09
| | | | | | | | | | The dependency has a PACKAGE_uacme-ualpn condition so that libev won't be unnecessarily built if uacme-ualpn is not selected. Remove PKG_USE_MIPS16:=0, as it is not necessary when not using the libev that is bundled with uacme. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* uacme: always include ualpnLucian Cristian2022-03-28
| | | | | | with mbetls update we can have ualpn on any variant Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* uacme: proper ualpn integrationLucian Cristian2022-02-17
| | | | | | ualpn works only with openssl and gnutls, so default build will not have this included Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* uacme: pack ualpn.shLucian Cristian2022-02-16
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* uacme: update to 1.7.1Rosen Penev2021-07-21
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* uacme: update to 1.7Rosen Penev2021-02-28
| | | | | | Switched to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* uacme: Update to 1.6Antti Seppälä2020-12-20
| | | | Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
* uacme: remove cron entry on package removalWren Turkal2020-05-28
| | | | | | | Previously, the cron config was not removed on uninstall. This change fixes that. Signed-off-by: Wren Turkal <wt@penguintechs.org>
* uacme: add support for user-provided setup and cleanup scriptsAntti Seppälä2020-04-30
| | | | | | | | | | | Add possibility for user to provide setup and cleanup scripts for additional flexibility. Setup-script takes precedence over the built-in behavior of uacme. This helps users with more complex use-cases to utilize uacme to update certificates without adding complexity to the provided run.sh script. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
* uacme: update to 1.2.1Antti Seppälä2020-04-18
| | | | | | | | Update to latest release. Do not compile optional ualpn binary. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
* uacme: update to 1.0.22Rosen Penev2020-02-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* uacme: add packageLucian Cristian2019-10-10
lightweight client for the RFC8555 ACMEv2 protocol, written in plain C code with minimal dependencies (libcurl and one of GnuTLS, OpenSSL or mbedTLS). Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>