<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/haveged, 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-10-06T16:33:19Z</updated>
<entry>
<title>haveged: Update to 1.9.19</title>
<updated>2024-10-06T16:33:19Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-10-06T16:33:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8da0a4464ec1b49ff282ca6594f9c23cf60256dc'/>
<id>urn:sha1:8da0a4464ec1b49ff282ca6594f9c23cf60256dc</id>
<content type='text'>
Update haveged to version 1.9.19.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&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>treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T07:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=565866a47210c9711c29173052063779b6d3bcfc'/>
<id>urn:sha1:565866a47210c9711c29173052063779b6d3bcfc</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>haveged: update to 1.9.18</title>
<updated>2022-04-11T15:24:28Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2022-04-11T15:24:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8579494bbbfaf5c47049e9365ccfb7b553621d15'/>
<id>urn:sha1:8579494bbbfaf5c47049e9365ccfb7b553621d15</id>
<content type='text'>
Update haveged to version 1.9.18

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>haveged: update to 1.9.17</title>
<updated>2022-01-09T17:00:24Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2022-01-09T17:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e065ccda94aff9ac39d0aeac0449e9cd2cecc703'/>
<id>urn:sha1:e065ccda94aff9ac39d0aeac0449e9cd2cecc703</id>
<content type='text'>
Update havged to version 1.9.17.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>haveged: update to 1.9.15</title>
<updated>2021-10-03T18:05:06Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2021-10-03T18:05:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=006c6c70b51268cf349c649fc6ac03805adddea1'/>
<id>urn:sha1:006c6c70b51268cf349c649fc6ac03805adddea1</id>
<content type='text'>
Update haveged to version 1.9.15.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>haveged: update to 1.9.14</title>
<updated>2021-01-03T18:07:07Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2021-01-03T18:07:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6dac6bd886deed438a0daf66d4008468bc54b943'/>
<id>urn:sha1:6dac6bd886deed438a0daf66d4008468bc54b943</id>
<content type='text'>
Update haveged to version 1.9.14.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>haveged: update to 1.9.13</title>
<updated>2020-07-18T11:11:34Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2020-07-18T11:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=28cf20129081f9c6b8778b243cc3df1f610544c4'/>
<id>urn:sha1:28cf20129081f9c6b8778b243cc3df1f610544c4</id>
<content type='text'>
Update haveged to version 1.9.13.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>haveged: update to 1.9.12</title>
<updated>2020-06-21T20:22:52Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2020-06-21T20:22:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6392d50c3180b5da7a4ba041decf7a229d0e1c53'/>
<id>urn:sha1:6392d50c3180b5da7a4ba041decf7a229d0e1c53</id>
<content type='text'>
Update haveged to version 1.9.12

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>haveged: update to 1.9.11</title>
<updated>2020-06-14T18:12:12Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2020-06-14T18:12:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ca30b0ff91846a407469f6a77d1cbaf6b150d06d'/>
<id>urn:sha1:ca30b0ff91846a407469f6a77d1cbaf6b150d06d</id>
<content type='text'>
Update haveged to version 1.9.11

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
</feed>
