<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/kaloz/tools/mtd-utils, branch master</title>
<subtitle>Staging tree of Imre Kaloz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/kaloz/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/kaloz/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/'/>
<updated>2017-10-27T09:19:38Z</updated>
<entry>
<title>tools/mtd-utils: include sysmacros.h explicitly</title>
<updated>2017-10-27T09:19:38Z</updated>
<author>
<name>Alex Maclean</name>
</author>
<published>2017-10-23T12:47:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=855d210f656961cb989c2741748942414dbdefb7'/>
<id>urn:sha1:855d210f656961cb989c2741748942414dbdefb7</id>
<content type='text'>
glibc is moving to remove the include of sys/sysmacros.h from
sys/types.h, and some distros have done this early. Other libcs may
already lack this include. Include sysmacros.h explicitly.

Fixes: FS#1015

Signed-off-by: Alex Maclean &lt;monkeh@monkeh.net&gt;
[refresh patches]
Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
</entry>
<entry>
<title>mtd-utils/mkfs.jffs2: honor env SOURCE_DATE_EPOCH</title>
<updated>2017-06-19T12:35:07Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2017-06-18T19:28:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=b5aaafe9a36031149fa52bd07aa4a339e226c23c'/>
<id>urn:sha1:b5aaafe9a36031149fa52bd07aa4a339e226c23c</id>
<content type='text'>
Use the timestamp from the enviroment SOURCE_DATE_EPOCH
if set instead of the build time.

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>tools: host/include/getline.h: Remove</title>
<updated>2017-04-26T08:29:39Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2017-04-12T20:18:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=74f9c9c1594f205f975723f60448077090a8f014'/>
<id>urn:sha1:74f9c9c1594f205f975723f60448077090a8f014</id>
<content type='text'>
Seems to be useful only for old and unsupported operating systems. Removed and adjusted the mtd-utils Makefile.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: remove ubifs xz decompression support</title>
<updated>2017-01-09T13:07:06Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-09T13:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=018d80007e6d9469077d938872e605f826010767'/>
<id>urn:sha1:018d80007e6d9469077d938872e605f826010767</id>
<content type='text'>
It has been unused, and less useful than squashfs for cases where flash
space usage matters.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>treewide: clean up and unify PKG_VERSION for git based downloads</title>
<updated>2016-12-22T15:42:21Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-21T21:25:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=c7c1cf5618b6ca983c20510814b762eeab4937e5'/>
<id>urn:sha1:c7c1cf5618b6ca983c20510814b762eeab4937e5</id>
<content type='text'>
Also use default defintions for PKG_SOURCE_SUBDIR, PKG_SOURCE

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/kaloz/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>source: Switch to xz for packages and tools where possible</title>
<updated>2016-10-06T10:16:56Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2016-10-04T12:28:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=9edfe7dd13d973b2d0c754d79dabdeebaeb13d49'/>
<id>urn:sha1:9edfe7dd13d973b2d0c754d79dabdeebaeb13d49</id>
<content type='text'>
* Change git packages to xz
* Update mirror checksums in packages where they are used
* Change a few source tarballs to xz if available upstream
* Remove unused lines in packages we're touching, requested by jow- and blogic
* We're relying more on xz-utils so add official mirror as primary source, master site as secondary.
* Add SHA256 checksums to multiple git tarball packages

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>update mtd-utils to 1.5.2</title>
<updated>2015-12-05T15:44:58Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2015-12-05T15:44:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=e27c8bb15651f8b5dfd5732306e26e6fa8cb0c0a'/>
<id>urn:sha1:e27c8bb15651f8b5dfd5732306e26e6fa8cb0c0a</id>
<content type='text'>
 - update mtd-utils to 1.5.2 (git a494d30ab1ae40cb7665680cadf5af3ca3830a73)
 - remove patches that went upstream
 - fixes build from scratch as of broken patches

Signed-off-by: Sven Roederer &lt;devel-sven@geroedel.de&gt;
[use the final version of 1.5.2 instead, fix header of jffs2_lzma_(de,)compress()]
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 47790
</content>
</entry>
<entry>
<title>tools/mtd-utils: fix PKG_MIRROR_MD5SUM</title>
<updated>2015-09-21T17:18:52Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-09-21T17:18:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=17ae95bb20297442a0f9df118e85c3a060fd59c3'/>
<id>urn:sha1:17ae95bb20297442a0f9df118e85c3a060fd59c3</id>
<content type='text'>
The checksum doesn't match the file on mirror2.openwrt.org.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 47010
</content>
</entry>
<entry>
<title>tools/mtd-utils: avoid linking libm statically</title>
<updated>2015-09-17T13:07:48Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-09-17T13:07:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=1ca571b6c2978bec66f897b6665ddbdaba82a26e'/>
<id>urn:sha1:1ca571b6c2978bec66f897b6665ddbdaba82a26e</id>
<content type='text'>
Rework static linker flags to not link libm statically, this should fix the
build on CentOS where libm.a is not provided by the libc devel package.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 46989
</content>
</entry>
</feed>
