<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/uradvd, 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>2025-10-25T05:29:32Z</updated>
<entry>
<title>uradvd: implement test.sh</title>
<updated>2025-10-25T05:29:32Z</updated>
<author>
<name>Jan-Niklas Burfeind</name>
</author>
<published>2025-10-10T14:01:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=906b9248e36eb79353fa637d261c4cfbb90772d7'/>
<id>urn:sha1:906b9248e36eb79353fa637d261c4cfbb90772d7</id>
<content type='text'>
to verify the version emitted by uradvd is not empty.

Signed-off-by: Jan-Niklas Burfeind &lt;git@aiyionpri.me&gt;
</content>
</entry>
<entry>
<title>uradvd: update to r26-1e64364d</title>
<updated>2025-10-25T05:29:32Z</updated>
<author>
<name>Jan-Niklas Burfeind</name>
</author>
<published>2025-10-07T14:24:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7096816e2156d71808a45fa7f9269d1b89d0d712'/>
<id>urn:sha1:7096816e2156d71808a45fa7f9269d1b89d0d712</id>
<content type='text'>
The OpenWrt package will not provide the correct version information
but the date of the last git commit
in order to ease packaging following the discussions in #27482 and #27614.

Co-authored-by: Nora Matthias Schiffer &lt;neocturne@universe-factory.net&gt;
Co-authored-by: Moritz Warning &lt;moritzwarning@web.de&gt;
Signed-off-by: Jan-Niklas Burfeind &lt;git@aiyionpri.me&gt;
</content>
</entry>
<entry>
<title>uradvd: use INSTALL_CONF for confguration</title>
<updated>2025-10-25T05:29:32Z</updated>
<author>
<name>Jan-Niklas Burfeind</name>
</author>
<published>2025-10-10T13:09:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b08d9d5a38beff92af1c37329ecb2ed9bd7f687d'/>
<id>urn:sha1:b08d9d5a38beff92af1c37329ecb2ed9bd7f687d</id>
<content type='text'>
instead of INSTALL_DATA.

Co-authored-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
Signed-off-by: Jan-Niklas Burfeind &lt;git@aiyionpri.me&gt;
</content>
</entry>
<entry>
<title>uradvd: provide warning upon disabled configuration</title>
<updated>2025-08-24T00:19:22Z</updated>
<author>
<name>Jan-Niklas Burfeind</name>
</author>
<published>2025-08-23T15:46:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e7a46671756d190309f7b6d03a129373d847306e'/>
<id>urn:sha1:e7a46671756d190309f7b6d03a129373d847306e</id>
<content type='text'>
which grants clarity and better traceability.

Signed-off-by: Jan-Niklas Burfeind &lt;git@aiyionpri.me&gt;
</content>
</entry>
<entry>
<title>uradvd: Update to 2025-08-16</title>
<updated>2025-08-24T00:19:22Z</updated>
<author>
<name>Jan-Niklas Burfeind</name>
</author>
<published>2025-08-21T19:34:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b2f14a5e8dc963a77d9292af7332af08973a9ba8'/>
<id>urn:sha1:b2f14a5e8dc963a77d9292af7332af08973a9ba8</id>
<content type='text'>
Provide four new options:
--valid-lifetime
--preferred-lifetime
--max-router-adv-interval
--min-router-adv-interval

Signed-off-by: Jan-Niklas Burfeind &lt;git@aiyionpri.me&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@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>uradvd: fix installed filename, add conffiles</title>
<updated>2021-10-28T06:18:42Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2021-10-24T10:32:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1c3600ca68f506b95fd577d1bba5f0cd1095e744'/>
<id>urn:sha1:1c3600ca68f506b95fd577d1bba5f0cd1095e744</id>
<content type='text'>
Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
<entry>
<title>uradvd: add new package</title>
<updated>2021-10-14T19:46:41Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2021-09-13T19:36:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1506e40c7810b483cc613ab2db6be0051d667ce6'/>
<id>urn:sha1:1506e40c7810b483cc613ab2db6be0051d667ce6</id>
<content type='text'>
Send IPv6 router advertisments.

Signed-off-by: Moritz Warning &lt;moritzwarning@web.de&gt;
Co-authored-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
</feed>
