<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/tar/Makefile, 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>2026-03-27T14:32:53Z</updated>
<entry>
<title>tar: fix typo in LDFLAGS variable name</title>
<updated>2026-03-27T14:32:53Z</updated>
<author>
<name>Qin Guang</name>
</author>
<published>2026-03-26T12:45:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=11412702c9da7da630a8657a49a39e2796ea4e00'/>
<id>urn:sha1:11412702c9da7da630a8657a49a39e2796ea4e00</id>
<content type='text'>
LDLAGS -&gt; LDFLAGS, fixes linker flags not being passed correctly.

Fixes: 94e7fbdda ("tar: import from oldpackages and upgrade to 1.28")
Signed-off-by: Qin Guang &lt;topeqin@gmail.com&gt;
</content>
</entry>
<entry>
<title>tar: fix circular dependency on xz</title>
<updated>2025-12-22T15:01:19Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-22T01:28:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3dcc4f1d3fcb624892bde9dd3600aa6d324397c7'/>
<id>urn:sha1:3dcc4f1d3fcb624892bde9dd3600aa6d324397c7</id>
<content type='text'>
tar depended both on xz and xz-utils which xz already depended on.
Coupled with if PACKAGE_tar check it caused all packages that depended
on tar to have a circular Kconfig dependency. Remove the check and
dependency on xz-utils and leave xz one only.

Move libzstd dependency into DEPENDS.

Fixes: ad82c17 ("tar: fix EXTRA_DEPENDS")
Fixes: https://github.com/openwrt/packages/issues/28141
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>tar: fix EXTRA_DEPENDS</title>
<updated>2025-12-21T13:56:41Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-19T13:13:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ad82c17f713d89db6eabe8cbb331a210d0102904'/>
<id>urn:sha1:ad82c17f713d89db6eabe8cbb331a210d0102904</id>
<content type='text'>
EXTRA_DEPENDS should be used for version constraints. Change to DEPENDS.

Fixes: 488be84 ("utils/tar: Make compression, acl, and xattr support configuration options")
Fixes: 7a49296 ("utils/tar: Fix defaulting to selecting dependencies")
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>Revert "tar: fix EXTRA_DEPENDS"</title>
<updated>2025-11-26T12:14:40Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-11-26T00:48:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5144398d1b3decbe8d299b4b1a37e744e9aba179'/>
<id>urn:sha1:5144398d1b3decbe8d299b4b1a37e744e9aba179</id>
<content type='text'>
This reverts commit 593267af241de9cc1e425036305988ccbc396862.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>tar: fix EXTRA_DEPENDS</title>
<updated>2025-11-25T14:48:27Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-11-20T16:53:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=593267af241de9cc1e425036305988ccbc396862'/>
<id>urn:sha1:593267af241de9cc1e425036305988ccbc396862</id>
<content type='text'>
EXTRA_DEPENDS should be used for version constraints. Change to DEPENDS.

Fixes: 488be84 ("utils/tar: Make compression, acl, and xattr support configuration options")
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>tar: update to 1.35</title>
<updated>2024-02-02T09:55:01Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-01T16:53:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9df1acff08fa7abea56ac92614e0b284ea50f2b2'/>
<id>urn:sha1:9df1acff08fa7abea56ac92614e0b284ea50f2b2</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>tar: add PKG_CONFIG_DEPENDS</title>
<updated>2022-07-28T21:18:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-07-21T03:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9668b2886a53d8d7249636374542940805e9f609'/>
<id>urn:sha1:9668b2886a53d8d7249636374542940805e9f609</id>
<content type='text'>
fixes compilation when deselecting options.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tar: update to 1.34</title>
<updated>2021-03-01T02:34:08Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-01T02:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9fed9476155e6a5655da1f13e07a775d387a364f'/>
<id>urn:sha1:9fed9476155e6a5655da1f13e07a775d387a364f</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tar: alternatives instead of postinst</title>
<updated>2020-06-23T14:43:40Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2020-06-23T14:43:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=48ef683087632f0b7d4c1abdf17de1e853ac648c'/>
<id>urn:sha1:48ef683087632f0b7d4c1abdf17de1e853ac648c</id>
<content type='text'>
Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
</feed>
