<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/uacme, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-07-04T20:42:46Z</updated>
<entry>
<title>tree-wide: remove redundant test.sh files</title>
<updated>2026-07-04T20:42:46Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2026-07-04T14:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e755a9aef20b740621dd09a324d232bc52ceb1b4'/>
<id>urn:sha1:e755a9aef20b740621dd09a324d232bc52ceb1b4</id>
<content type='text'>
Generic version checks were introduced in actions-shared-workflows,
making these individual test.sh files obsolete.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>acme-common: version bump to 1.5.3 after adding nftables hooks</title>
<updated>2026-07-04T15:27:50Z</updated>
<author>
<name>Michael A Cassaniti</name>
</author>
<published>2026-07-03T23:35:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3a1eab7c6b77b17394833b67efa95052a9e78e6a'/>
<id>urn:sha1:3a1eab7c6b77b17394833b67efa95052a9e78e6a</id>
<content type='text'>
Also bumped PKG_RELEASE of affected packages

Signed-off-by: Michael A Cassaniti &lt;michael@cassaniti.id.au&gt;
</content>
</entry>
<entry>
<title>acme-common: move nftables rule to hook</title>
<updated>2026-07-04T15:27:50Z</updated>
<author>
<name>Michael A Cassaniti</name>
</author>
<published>2026-06-22T03:17:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ba08c8cb51102dc5575575fb72073170b6ef1a4b'/>
<id>urn:sha1:ba08c8cb51102dc5575575fb72073170b6ef1a4b</id>
<content type='text'>
The nftables rule in acme-common partially works, but it races against the
acme.sh and uacme client. While the client is performing the renew the rule
is being deleted because the client is run in the background. This change
moves the rule management to the hook instead. While duplicate rules could
be created, the benefits outway the potential costs. It is unknown how many
installations issue/renew multiple certificates.

Signed-off-by: Michael A Cassaniti &lt;michael@cassaniti.id.au&gt;
</content>
</entry>
<entry>
<title>acme: make 'acme' keyword actually virtual</title>
<updated>2026-05-15T09:04:11Z</updated>
<author>
<name>Seo Suchan</name>
</author>
<published>2026-05-13T12:20:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cae6de76c224917a996e0be9c7aa3fbd077c7193'/>
<id>urn:sha1:cae6de76c224917a996e0be9c7aa3fbd077c7193</id>
<content type='text'>
before acme is an empty package that depend either acme-acmesh or uacme.
but this boolean logic in depend ignored by apk itself.
let's make a virtual keyword
witch both acme.sh and uacme provides.
acme.sh is explicit default.

Signed-off-by: Seo Suchan &lt;tjtncks@gmail.com&gt;
</content>
</entry>
<entry>
<title>uacme: add support for dalias/calias</title>
<updated>2026-04-17T10:29:00Z</updated>
<author>
<name>Seo Suchan</name>
</author>
<published>2026-04-17T06:18:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d824c1fc904a4cf7a175d96d4388756a9fc17633'/>
<id>urn:sha1:d824c1fc904a4cf7a175d96d4388756a9fc17633</id>
<content type='text'>
handle dalias/calias config currectly by dns challenge hook so it won't
break uacme when given

Signed-off-by: Seo Suchan &lt;tjtncks@gmail.com&gt;
</content>
</entry>
<entry>
<title>uacme: update to 1.8.1</title>
<updated>2026-04-14T07:38:06Z</updated>
<author>
<name>Seo Suchan</name>
</author>
<published>2026-02-25T19:39:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c13864c0e93d04ac245eda36916309436afdf075'/>
<id>urn:sha1:c13864c0e93d04ac245eda36916309436afdf075</id>
<content type='text'>
update uacme version to 1.8.1 , release upstream 2026/4/5

Signed-off-by: Seo Suchan &lt;tjtncks@gmail.com&gt;
</content>
</entry>
<entry>
<title>uacme: use acme-common</title>
<updated>2026-04-14T07:38:06Z</updated>
<author>
<name>Seo Suchan</name>
</author>
<published>2026-02-25T19:39:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7f88cc5eb8eee540f57f8dcf544538d3457a6cd7'/>
<id>urn:sha1:7f88cc5eb8eee540f57f8dcf544538d3457a6cd7</id>
<content type='text'>
remake uacme hook scripts to base on acme-common,
and implements helper to able to use acme.sh DNS APIs

Signed-off-by: Seo Suchan &lt;tjtncks@gmail.com&gt;
</content>
</entry>
<entry>
<title>uacme: bump to 1.7.6</title>
<updated>2025-11-06T20:24:14Z</updated>
<author>
<name>Goetz Goerisch</name>
</author>
<published>2025-11-05T13:35:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=19f955f9501b4a12cd0d1df788b5dc6c7973620a'/>
<id>urn:sha1:19f955f9501b4a12cd0d1df788b5dc6c7973620a</id>
<content type='text'>
Changelog: https://github.com/ndilieto/uacme/blob/master/ChangeLog

2024-12-29 Nicola Di Lieto &lt;nicola.dilieto@gmail.com&gt;
	* Release 1.7.6
	- Fix OpenSSL 3.x deprecated APIs
	- Fix cross compilation
	- uacme: Add environment variables
	- uacme: Add support for ACME Renewal Information (ARI)
	- uacme: Try obtaining new Reply-Nonce if server doesn't supply one
	- uacme: Add hook environment variables
	- uacme: Allow matching alternative chain by Authority Key Id
	- Documentation update
	- Add link to linode api hook

2024-01-28 Nicola Di Lieto &lt;nicola.dilieto@gmail.com&gt;
	* Release 1.7.5
	- fix ualpn exit code in client mode
	- fix build with autoconf version 2.71
	- uacme: nsupdate.sh overhaul and DNAME redirection support
	- add link to deSEC.io DNS integration
	- minor documentation changes including copyright year

Signed-off-by: Goetz Goerisch &lt;ggoerisch@gmail.com&gt;
</content>
</entry>
<entry>
<title>uacme: Add support custom CAs and TLS-ALPN-01 challenge</title>
<updated>2024-03-09T11:40:39Z</updated>
<author>
<name>Peter Putzer</name>
</author>
<published>2024-02-24T16:06:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e12095b0b900c4c3d4119dc6c38b28b884e0202e'/>
<id>urn:sha1:e12095b0b900c4c3d4119dc6c38b28b884e0202e</id>
<content type='text'>
Signed-off-by: Peter Putzer &lt;openwrt@mundschenk.at&gt;
</content>
</entry>
<entry>
<title>uacme: update to 1.7.4</title>
<updated>2023-02-25T00:19:49Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2023-02-20T15:13:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3b7bf7728bd9de12722946020a82d41114db0585'/>
<id>urn:sha1:3b7bf7728bd9de12722946020a82d41114db0585</id>
<content type='text'>
Signed-off-by: Lucian Cristian &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
</feed>
