<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/tools/sstrip, branch master</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2021-09-20T13:21:17Z</updated>
<entry>
<title>tools/sstrip: update to 3.2</title>
<updated>2021-09-20T13:21:17Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-18T07:57:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=d23c5ecb1905c56d961a2cf3ead532c06e77ca57'/>
<id>urn:sha1:d23c5ecb1905c56d961a2cf3ead532c06e77ca57</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/sstrip: update to latest version</title>
<updated>2020-11-26T22:44:25Z</updated>
<author>
<name>Rui Salvaterra</name>
</author>
<published>2020-11-25T21:28:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=3f567d8452644dc5349addabbb8f0bff9d0bc2c0'/>
<id>urn:sha1:3f567d8452644dc5349addabbb8f0bff9d0bc2c0</id>
<content type='text'>
Drop our local sstrip copy and use the current ELFKickers upstream
version.

Patch the original makefile in order to avoid building elftoc, since it
fails with musl's elf.h. This is fine, since we only need sstrip anyway.

Finally, add the possibility to pass additional arguments to sstrip and
pass -z (remove trailing zeros) by default, which matches the behaviour
of the previous version.

Signed-off-by: Rui Salvaterra &lt;rsalvaterra@gmail.com&gt;
[shorten long commit msg lines]
Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>tools/sstrip: add PKG_{VERSION,RELEASE}</title>
<updated>2020-07-23T09:30:14Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-07-22T23:46:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=d2332e215efbf53ee873cb62ea1f39acc705166e'/>
<id>urn:sha1:d2332e215efbf53ee873cb62ea1f39acc705166e</id>
<content type='text'>
Comparing the in tree stored source file of sstrip suggests it's version
2.0[0], reflect that in the Makefile.

Motivation is the tracking of changes in the buildsystem, which requires
versioning of packages.

[0]: https://github.com/BR903/ELFkickers/commit/df4426a0f0ada861064d75c08cbebaac7c16b3ae#diff-d3ba694d91432a068d5d3b36abf8cd0f

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>tools/sstrip: Fix compile under standard linux.</title>
<updated>2017-12-08T09:40:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2017-11-23T21:18:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=d6e34b735201805ae9112a7997f15b80f5926942'/>
<id>urn:sha1:d6e34b735201805ae9112a7997f15b80f5926942</id>
<content type='text'>
bswap32 undefined is the issue. Added the proper header. Also fixed a few format/conversion warnings that clang complained about without -Wall or -Wextra.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools: remove static linking support</title>
<updated>2015-02-06T00:00:43Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-02-06T00:00:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=f7e56763e12bdff2261929bbcb691e770341d043'/>
<id>urn:sha1:f7e56763e12bdff2261929bbcb691e770341d043</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44285
</content>
</entry>
<entry>
<title>tools/sstrip: remove redundant -I flag that breaks build on some x86_64 linux hosts</title>
<updated>2012-12-02T16:17:33Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2012-12-02T16:17:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=697cbb6d2f4f00a8b187fc6ca8a0e8f4f54b915a'/>
<id>urn:sha1:697cbb6d2f4f00a8b187fc6ca8a0e8f4f54b915a</id>
<content type='text'>
SVN-Revision: 34455
</content>
</entry>
<entry>
<title>sstrip: remove a redundant copy of elf.h</title>
<updated>2012-12-02T15:26:15Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2012-12-02T15:26:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=974a50ca4aedb3dd6b9f4a34ac8ec2193d531be3'/>
<id>urn:sha1:974a50ca4aedb3dd6b9f4a34ac8ec2193d531be3</id>
<content type='text'>
SVN-Revision: 34448
</content>
</entry>
<entry>
<title>use HOST_STATIC_LINKING instead of hardcoding -static</title>
<updated>2012-08-12T12:34:30Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-12T12:34:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3'/>
<id>urn:sha1:cf1698c6370d6a64f5f70a2dc5652d1fbc62afc3</id>
<content type='text'>
SVN-Revision: 33140
</content>
</entry>
<entry>
<title>sstrip: link statically</title>
<updated>2012-08-10T19:26:54Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-10T19:26:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=04e6e15857d6a28d4bf7518a43881a008a3ab841'/>
<id>urn:sha1:04e6e15857d6a28d4bf7518a43881a008a3ab841</id>
<content type='text'>
SVN-Revision: 33107
</content>
</entry>
<entry>
<title>tools: clean up Makefiles / make ccache work</title>
<updated>2012-01-15T11:43:13Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2012-01-15T11:43:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=ccb6b0a063a4133ac59c811476b670c7d66f84ed'/>
<id>urn:sha1:ccb6b0a063a4133ac59c811476b670c7d66f84ed</id>
<content type='text'>
SVN-Revision: 29754
</content>
</entry>
</feed>
