<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/tinc, 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-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>tinc: support apk version semantics</title>
<updated>2024-11-15T13:14:44Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-11-15T13:01:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3d6cfc732b67549a770b5a4016024ebaef51dfda'/>
<id>urn:sha1:3d6cfc732b67549a770b5a4016024ebaef51dfda</id>
<content type='text'>
See: #23706

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>tinc: fix regression bring by commit fd61f2d</title>
<updated>2024-06-23T23:09:08Z</updated>
<author>
<name>Erwan MAS</name>
</author>
<published>2024-06-23T20:27:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=65fc6ccb06ca3bac095e0f479d789b02040a321a'/>
<id>urn:sha1:65fc6ccb06ca3bac095e0f479d789b02040a321a</id>
<content type='text'>
Signed-off-by: Erwan MAS &lt;erwan@mas.nom.fr&gt;
</content>
</entry>
<entry>
<title>net/tinc: fix PKG_CPE_ID</title>
<updated>2024-02-04T23:57:46Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T19:35:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b52f465c7b2c6fc8438f5a09aab3bbb26eba9de5'/>
<id>urn:sha1:b52f465c7b2c6fc8438f5a09aab3bbb26eba9de5</id>
<content type='text'>
tinc-vpn:tinc is a better CPE ID than tinc:tinc as this CPE ID has the
latest CVEs (whereas tinc:tinc only has CVEs up to 2002):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:tinc-vpn:tinc

Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>tinc: fetch ed25519 public keys from uci</title>
<updated>2023-11-06T18:55:42Z</updated>
<author>
<name>Vladislav Grigoryev</name>
</author>
<published>2023-11-03T05:47:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=10d923d8f49fa9b2a379bf4ca6ce08e3363f7023'/>
<id>urn:sha1:10d923d8f49fa9b2a379bf4ca6ce08e3363f7023</id>
<content type='text'>
Fetch Ed25519 public keys from UCI host sections.
Update options and syntax to current version.

Signed-off-by: Vladislav Grigoryev &lt;vg.aetera@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>tinc: add creation  of hosts directory for each network configuration</title>
<updated>2022-03-09T05:56:52Z</updated>
<author>
<name>Erwan MAS</name>
</author>
<published>2022-03-05T21:00:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fb99d50c1edd4be765bef6d55bee26bfb90576b6'/>
<id>urn:sha1:fb99d50c1edd4be765bef6d55bee26bfb90576b6</id>
<content type='text'>
Signed-off-by: Erwan MAS &lt;erwan@mas.nom.fr&gt;
</content>
</entry>
<entry>
<title>tinc: update to 1.1pre18</title>
<updated>2021-09-27T03:11:26Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-20T22:06:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5f51bc789b453754da352bd92033873658bb4391'/>
<id>urn:sha1:5f51bc789b453754da352bd92033873658bb4391</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Switch to normal tarballs.

Add license information.

Reorganize Makefile for consistency between packages.

Add libtool patch fixing compilation under some conditions.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tinc: use 'uci_get_state' instead of 'uci -P /var/state get'</title>
<updated>2021-09-01T21:12:26Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2021-08-12T20:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=440d3c04505719df09e39706e6af7c470a49d458'/>
<id>urn:sha1:440d3c04505719df09e39706e6af7c470a49d458</id>
<content type='text'>
Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>tinc: Add possibility to populate more config variables via uci</title>
<updated>2021-05-18T00:16:34Z</updated>
<author>
<name>Erwan MAS</name>
</author>
<published>2021-05-18T00:16:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bf292a2cd9c6d5008a11169d4c223aec8191ad1b'/>
<id>urn:sha1:bf292a2cd9c6d5008a11169d4c223aec8191ad1b</id>
<content type='text'>
Signed-off-by: Erwan MAS &lt;erwan@mas.nom.fr&gt;
</content>
</entry>
</feed>
