<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/luka/tools/tar, branch master</title>
<subtitle>tree of Luka Perkov resides here</subtitle>
<id>https://git.openwrt.org/openwrt/staging/luka/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/luka/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/'/>
<updated>2019-03-10T20:36:28Z</updated>
<entry>
<title>tools: tar: update to version 1.32</title>
<updated>2019-03-10T20:36:28Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2019-03-10T20:34:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=a18d41996ebfbbed0598d589e8b381d60aac802b'/>
<id>urn:sha1:a18d41996ebfbbed0598d589e8b381d60aac802b</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>tools/tar: Update to 1.31</title>
<updated>2019-02-10T19:47:58Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2019-02-10T11:53:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=1d1dabdf0a6e848f211d58c7fb8867f21496b61f'/>
<id>urn:sha1:1d1dabdf0a6e848f211d58c7fb8867f21496b61f</id>
<content type='text'>
Update tar to 1.31
Fixes CVE-2018-20482
Switch to tar.xz tarball
Refresh patches

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>tools/tar: update to 1.30</title>
<updated>2018-01-20T19:22:01Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2018-01-19T16:55:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=e787ad5c9658deb1baae7ebb1f86bfbe219cb13f'/>
<id>urn:sha1:e787ad5c9658deb1baae7ebb1f86bfbe219cb13f</id>
<content type='text'>
update GNU tar to 1.30

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>add PKG_CPE_ID ids to package and tools</title>
<updated>2017-11-17T01:24:35Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2017-09-28T02:55:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=c61a2395140d92cdd37d3d6ee43a765427e8e318'/>
<id>urn:sha1:c61a2395140d92cdd37d3d6ee43a765427e8e318</id>
<content type='text'>
CPE ids helps to tracks CVE in packages.
https://cpe.mitre.org/specification/

Thanks to swalker for CPE to package mapping and
keep tracking CVEs.

Acked-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>tools: patch various gnu tools for macOS 10.13</title>
<updated>2017-08-23T16:56:33Z</updated>
<author>
<name>Ryan Mounce</name>
</author>
<published>2017-08-03T11:07:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=25c045763a08a579feb6e42f9361edd1ca6333ae'/>
<id>urn:sha1:25c045763a08a579feb6e42f9361edd1ca6333ae</id>
<content type='text'>
These host tools compile but may crash at runtime when building on
macOS 10.13 (High Sierra). Backport upstream gnulib patch until new
releases of affected tools.

https://lists.gnu.org/archive/html/bug-gnulib/2017-07/msg00056.html
https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=c41f233c4c38e84023a16339782ee306f03e7f59

Signed-off-by: Ryan Mounce &lt;ryan@mounce.com.au&gt;
</content>
</entry>
<entry>
<title>tar: override symlink permissions</title>
<updated>2017-05-30T13:40:51Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-05-30T13:37:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=e25cedd0b5621dc02e47eea674006578ac062c9f'/>
<id>urn:sha1:e25cedd0b5621dc02e47eea674006578ac062c9f</id>
<content type='text'>
On Linux, symlink permissions cannot be altered and are always 0777.
On Mac OS X they can be 0755. Force 0777 here to keep tarballs
reproducible across systems

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tar: fix reproducibility issue</title>
<updated>2016-12-19T20:07:39Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-19T20:06:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=2b510d97ba9f66ef1e5b40778ed85b47e3b7cbe3'/>
<id>urn:sha1:2b510d97ba9f66ef1e5b40778ed85b47e3b7cbe3</id>
<content type='text'>
Force root/root as names for uid0/gid0 instead of using the system
names. This helps make packed download tarballs more reproducible

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>treewide: clean up download hashes</title>
<updated>2016-12-16T21:39:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-16T16:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=720b99215da295a2e7b4acdef30b58bec6acedc2'/>
<id>urn:sha1:720b99215da295a2e7b4acdef30b58bec6acedc2</id>
<content type='text'>
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: tar: use .bz2 archive</title>
<updated>2016-10-06T12:12:46Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-10-06T11:13:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=adb156600966ed7629471688c81f18cf893ef452'/>
<id>urn:sha1:adb156600966ed7629471688c81f18cf893ef452</id>
<content type='text'>
The "tar" utility is required to bootstrap XZ which is required to handle
.tar.xz archives, therfore revert to using the bz2 archive.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>tools/tar: Bump to 1.29</title>
<updated>2016-08-16T10:17:18Z</updated>
<author>
<name>Alexey Brodkin</name>
</author>
<published>2016-08-16T10:44:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=c41506625a87dae1596c0b74fe74dec14005fd82'/>
<id>urn:sha1:c41506625a87dae1596c0b74fe74dec14005fd82</id>
<content type='text'>
This change updates tar from 1.28 to 1.29.
Among other changes following commit
http://git.savannah.gnu.org/cgit/tar.git/commit/lib/xattr-at.c?h=9c2b57232e3bc2e5ba85387560bcdd851849a128
substitutes previously used off-the-tree patch 100-fix_xattr_disable.patch

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
</feed>
