<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/admin/debian-archive-keyring, 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-06-15T13:56:20Z</updated>
<entry>
<title>treewide: use https for some PKG_SOURCE_URLs</title>
<updated>2025-06-15T13:56:20Z</updated>
<author>
<name>Daniel Cousens</name>
</author>
<published>2024-02-18T11:46:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8a6a3d6f5d92897cf191a12e8264e22010758113'/>
<id>urn:sha1:8a6a3d6f5d92897cf191a12e8264e22010758113</id>
<content type='text'>
This changes a number of PKG_SOURCE_URLs that were using the http protocol to use https if available.
HTTPS was verified as functioning for the updated hosts.

Signed-off-by: Daniel Cousens &lt;github@dcousens.com&gt;
</content>
</entry>
<entry>
<title>debian-archive-keyring: update to version 2023.4</title>
<updated>2023-12-20T05:28:52Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2023-12-20T02:40:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7a3573f5a9b9b240e1e69584e904a50edcb41496'/>
<id>urn:sha1:7a3573f5a9b9b240e1e69584e904a50edcb41496</id>
<content type='text'>
Clean up package Makefile to easy future maintainance while at it.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&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>debian-archive-keyring: update to 2021.1.1</title>
<updated>2021-04-28T23:59:15Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-04-28T16:57:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=640a6ba9bd9accf2e0d07e15b4694bc66cb30790'/>
<id>urn:sha1:640a6ba9bd9accf2e0d07e15b4694bc66cb30790</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>debian-archive-keyring: install to expected location</title>
<updated>2020-11-20T05:08:46Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-11-20T05:07:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fd5cb376b52155a814dea23a83d763def6419c8a'/>
<id>urn:sha1:fd5cb376b52155a814dea23a83d763def6419c8a</id>
<content type='text'>
'/usr/share/keyring' -&gt; '/usr/share/keyrings'
Makes debootstrap happy.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>debian-archive-keyring: add new package</title>
<updated>2020-11-20T04:46:30Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-11-20T04:40:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=832292b6390039acb35976d0fde8611bf386fec3'/>
<id>urn:sha1:832292b6390039acb35976d0fde8611bf386fec3</id>
<content type='text'>
Grab debian-archive-keyring from debian.org to easy use of debootstrap.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
