<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/at, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-06-03T03:10:52Z</updated>
<entry>
<title>at: update to 3.2.5</title>
<updated>2024-06-03T03:10:52Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-06-02T08:42:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f37e815dfd96c757801a2eb009754dffcacdf56e'/>
<id>urn:sha1:f37e815dfd96c757801a2eb009754dffcacdf56e</id>
<content type='text'>
- Use upstream tarball
- Update project URL
- Drop obsolete patches

Signed-off-by: krant &lt;aleksey.vasilenko@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-03.infra.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>at: bump to version 3.2.2</title>
<updated>2021-10-14T23:23:26Z</updated>
<author>
<name>Phil Eichinger</name>
</author>
<published>2021-10-14T11:26:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1fa10757b981c910428983779d7772926bc30291'/>
<id>urn:sha1:1fa10757b981c910428983779d7772926bc30291</id>
<content type='text'>
Signed-off-by: Phil Eichinger &lt;phil@zankapfel.net&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>at: bump to version 3.2.1</title>
<updated>2020-10-29T00:49:48Z</updated>
<author>
<name>Phil Eichinger</name>
</author>
<published>2020-10-28T14:11:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2e297d29c026cc2d7a53ded5d30f1a8c5429c9d2'/>
<id>urn:sha1:2e297d29c026cc2d7a53ded5d30f1a8c5429c9d2</id>
<content type='text'>
Change upstream to official repository at
https://salsa.debian.org/debian/at

Signed-off-by: Phil Eichinger &lt;phil@zankapfel.net&gt;
</content>
</entry>
<entry>
<title>at: fix compilation</title>
<updated>2020-08-18T07:22:04Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-18T02:22:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=771d691bcb931626bb4ad613607ef86cd6d83122'/>
<id>urn:sha1:771d691bcb931626bb4ad613607ef86cd6d83122</id>
<content type='text'>
libselinux is being picked up by at.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Change .*GPL.*+ licenses to SPDX compatible identifier</title>
<updated>2019-09-10T05:45:15Z</updated>
<author>
<name>Sven Eckelmann</name>
</author>
<published>2019-09-02T13:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1'/>
<id>urn:sha1:bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1</id>
<content type='text'>
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;
</content>
</entry>
<entry>
<title>at: change libelf1 dependency to libelf</title>
<updated>2019-01-24T12:15:38Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-01-24T12:15:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2fcb74aabac61ecebe82aeeb91a97044e303eae3'/>
<id>urn:sha1:2fcb74aabac61ecebe82aeeb91a97044e303eae3</id>
<content type='text'>
The libelf1 source package has been renamed to libelf in OpenWrt base,
adjust the dependency in "at" accordingly.

There are no functional changes and no changes in the resulting binary.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>at: bump to version 3.1.23</title>
<updated>2018-09-08T19:04:00Z</updated>
<author>
<name>Phil Eichinger</name>
</author>
<published>2018-09-08T19:04:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6d9eb0c09913f925c502f434b43529a9de048f2f'/>
<id>urn:sha1:6d9eb0c09913f925c502f434b43529a9de048f2f</id>
<content type='text'>
Signed-off-by: Phil Eichinger &lt;phil@zankapfel.net&gt;
</content>
</entry>
<entry>
<title>at: bump version</title>
<updated>2017-10-17T14:44:36Z</updated>
<author>
<name>Phil Eichinger</name>
</author>
<published>2017-10-17T14:34:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c9420d6b3b51b8c984a0614452cb4bfc0438f3ae'/>
<id>urn:sha1:c9420d6b3b51b8c984a0614452cb4bfc0438f3ae</id>
<content type='text'>
Signed-off-by: Phil Eichinger &lt;phil@zankapfel.net&gt;
</content>
</entry>
</feed>
