<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/package/devel/trace-cmd, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2015-05-08T10:44:08Z</updated>
<entry>
<title>trace-cmd: update to 2.4.2</title>
<updated>2015-05-08T10:44:08Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-05-08T10:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=18187717c68dc3ec03e2b878c5b9785d48a0bdfc'/>
<id>urn:sha1:18187717c68dc3ec03e2b878c5b9785d48a0bdfc</id>
<content type='text'>
fixes compile error:
(observed w. target arm64, all kernel build opts enabled)
error: call to '__open_missing_mode' declared with attribute
error: open with O_CREAT in second argument needs 3 arguments

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;

SVN-Revision: 45625
</content>
</entry>
<entry>
<title>trace-cmd: update to v2.4</title>
<updated>2014-11-16T11:39:14Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-11-16T11:39:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=23633827557c9b04d8faf72adbcaca4676ca64a4'/>
<id>urn:sha1:23633827557c9b04d8faf72adbcaca4676ca64a4</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 43280
</content>
</entry>
<entry>
<title>license info - revert r43155</title>
<updated>2014-11-03T09:56:44Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-11-03T09:56:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=18ce20cecd79be619dbe875a0ea22e1ed0e125ef'/>
<id>urn:sha1:18ce20cecd79be619dbe875a0ea22e1ed0e125ef</id>
<content type='text'>
turns out that r43155 adds duplicate info.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 43167
</content>
</entry>
<entry>
<title>Add more license tags with SPDX identifiers</title>
<updated>2014-11-03T08:01:08Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-11-03T08:01:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=fb5a0c83059f09079c4e8bd31774a7816c3f8dc5'/>
<id>urn:sha1:fb5a0c83059f09079c4e8bd31774a7816c3f8dc5</id>
<content type='text'>
Note, that licensing stuff is a nightmare: many packages does not clearly
state their licenses, and often multiple source files are simply copied
together - each with different licensing information in the file headers.

I tried hard to ensure, that the license information extracted into the OpenWRT's
makefiles fit the "spirit" of the packages, e.g. such small packages which
come without a dedicated source archive "inherites" the OpenWRT's own license
in my opinion.

However, I can not garantee that I always picked the correct information
and/or did not miss license information.

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;

SVN-Revision: 43155
</content>
</entry>
<entry>
<title>Add a few SPDX tags</title>
<updated>2014-11-02T12:20:54Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2014-11-02T12:20:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=4d6d625d38cee60f06849a4b66f9591d978f01bf'/>
<id>urn:sha1:4d6d625d38cee60f06849a4b66f9591d978f01bf</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 43151
</content>
</entry>
<entry>
<title>disable mips16 for a few packages that don't compile with it</title>
<updated>2013-08-14T14:29:15Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2013-08-14T14:29:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=005d64def1255033c636719c437a4cd7440d5228'/>
<id>urn:sha1:005d64def1255033c636719c437a4cd7440d5228</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 37773
</content>
</entry>
<entry>
<title>trace-cmd: remove the compile fix patch</title>
<updated>2013-07-03T17:23:55Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2013-07-03T17:23:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=a48b426f29d75293ad7bc214def40bbdaae8a948'/>
<id>urn:sha1:a48b426f29d75293ad7bc214def40bbdaae8a948</id>
<content type='text'>
And instead override TARGET_CFLAGS to set _GNU_SOURCE accordingly since
this is the upstream maintainer solution.

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 37152
</content>
</entry>
<entry>
<title>trace-cmd: update to latest version</title>
<updated>2013-05-16T11:38:12Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2013-05-16T11:38:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=6754b8c27804ec101a7d3014d51b011ad38be926'/>
<id>urn:sha1:6754b8c27804ec101a7d3014d51b011ad38be926</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 36643
</content>
</entry>
<entry>
<title>trace-cmd: lazily evaluate extra plugins list, fixes stray build errors causing by missing operands to cp if the package was never built yet</title>
<updated>2012-11-27T18:08:42Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-11-27T18:08:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b62be1e5ae71c0d472d28b54bcb186158b71ac00'/>
<id>urn:sha1:b62be1e5ae71c0d472d28b54bcb186158b71ac00</id>
<content type='text'>
SVN-Revision: 34390
</content>
</entry>
<entry>
<title>add trace-cmd</title>
<updated>2012-10-29T19:25:43Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2012-10-29T19:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=91b9b830705d0a80f43222cc9125407f83ccf32e'/>
<id>urn:sha1:91b9b830705d0a80f43222cc9125407f83ccf32e</id>
<content type='text'>
SVN-Revision: 34002
</content>
</entry>
</feed>
