<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/unrar, 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-02T00:28:35Z</updated>
<entry>
<title>unrar: update to 7.0.9</title>
<updated>2024-06-02T00:28:35Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-06-01T22:47:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=786f9e38111e3f26fd4f7e5b92f4a2b7a1f59b05'/>
<id>urn:sha1:786f9e38111e3f26fd4f7e5b92f4a2b7a1f59b05</id>
<content type='text'>
Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>unrar: update to 7.0.7</title>
<updated>2024-03-22T08:06:37Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-03-15T12:47:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0cc5590999feb21eab2211c6803572a99a66b7b8'/>
<id>urn:sha1:0cc5590999feb21eab2211c6803572a99a66b7b8</id>
<content type='text'>
Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>unrar: update to 6.2.12</title>
<updated>2024-02-02T09:55:18Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-01T12:06:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=86b091718e154d69a2f4455cc83c8d25197d6e35'/>
<id>urn:sha1:86b091718e154d69a2f4455cc83c8d25197d6e35</id>
<content type='text'>
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>treewide: refactor to use PKG_BUILD_FLAGS:=lto</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e7d9c865036d7bc2ac30604e8573f25ae601aed1'/>
<id>urn:sha1:e7d9c865036d7bc2ac30604e8573f25ae601aed1</id>
<content type='text'>
See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS"
on the main repository.

Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This
fixes it and properly enables LTO.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>unrar: update to 6.1.3</title>
<updated>2021-12-17T01:19:41Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T06:40:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5456d44073b379852a27674bfef71c85c638f863'/>
<id>urn:sha1:5456d44073b379852a27674bfef71c85c638f863</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>unrar: update to 6.0.7</title>
<updated>2021-10-30T08:06:13Z</updated>
<author>
<name>Andy Li</name>
</author>
<published>2021-10-29T07:37:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=17e416bf31cd3990f5a780ec5244403113ebcc60'/>
<id>urn:sha1:17e416bf31cd3990f5a780ec5244403113ebcc60</id>
<content type='text'>
Signed-off-by: Andy Li &lt;andy@onthewings.net&gt;
</content>
</entry>
<entry>
<title>unrar: update to 6.0.6</title>
<updated>2021-06-02T06:12:39Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-02T01:06:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4d380bcfc8ab377636358a908a9840516e2a08ec'/>
<id>urn:sha1:4d380bcfc8ab377636358a908a9840516e2a08ec</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>unrar: update to 6.0.4</title>
<updated>2021-03-15T00:10:10Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-14T01:16:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8f891a93e84a68cb1d57a75b7cfc01298958065f'/>
<id>urn:sha1:8f891a93e84a68cb1d57a75b7cfc01298958065f</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove uClibc++ support</title>
<updated>2021-03-05T23:07:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-23T04:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=39bc254663c6a5d54ff959366aba28f6ab9d7c4c'/>
<id>urn:sha1:39bc254663c6a5d54ff959366aba28f6ab9d7c4c</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
