<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/yousong/tools/squashfs4, branch master</title>
<subtitle>Yousong Zhou staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/yousong/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/yousong/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/'/>
<updated>2016-12-16T21:39:22Z</updated>
<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/yousong/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>squashfs4: use upstream xz compression header format</title>
<updated>2016-06-22T17:32:06Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2016-06-21T20:05:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=f97ad870e11ebe5f3dcf833dda6c83b9165b37cb'/>
<id>urn:sha1:f97ad870e11ebe5f3dcf833dda6c83b9165b37cb</id>
<content type='text'>
In the upstream kernel and the upstream squashfs4 tools the xz
compression header looks the following:
struct disk_comp_opts {
        __le32 dictionary_size;
        __le32 flags;
};

We added some other members and also moved some existing members. Place
the members which are already in upstream header at the same position
as in that kernel and add our own at the end. The kernel should not
have a problem when there are some additional members and just ignore
them.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools/squashfs4: refresh patches</title>
<updated>2015-12-11T19:21:43Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-12-11T19:21:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=d437c72c216b45aa27187bbfddbf43fafdc0b5fe'/>
<id>urn:sha1:d437c72c216b45aa27187bbfddbf43fafdc0b5fe</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47869
</content>
</entry>
<entry>
<title>tools/squashfs: add argument -fixed-time to set all timestamps</title>
<updated>2015-12-11T15:07:15Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-12-11T15:07:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=fd1c1b491828bb66eb2aa06b2c9f4a4e86ce661b'/>
<id>urn:sha1:fd1c1b491828bb66eb2aa06b2c9f4a4e86ce661b</id>
<content type='text'>
-fixed-time &lt;timestamp&gt; set mkfs-timestamp and file-mtime to this timestamp.
Reproducible builds requires the removal of all timestamp or setting all to a specific one.

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;

SVN-Revision: 47858
</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/yousong/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>squashfs4: make inline functions static to fix build errors</title>
<updated>2013-10-28T15:15:16Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2013-10-28T15:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=7a59e5b36860ff6691dff5b01365098a9ff9bb34'/>
<id>urn:sha1:7a59e5b36860ff6691dff5b01365098a9ff9bb34</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 38562
</content>
</entry>
<entry>
<title>build: BSD compile fixes</title>
<updated>2013-03-07T17:32:29Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2013-03-07T17:32:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=1f77bfff9608f97996bffdb28dabec4e787631f6'/>
<id>urn:sha1:1f77bfff9608f97996bffdb28dabec4e787631f6</id>
<content type='text'>
following patch allows to build images for Qemu ARM on
OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64.

Mostly small pieces of code changes to get things right on the
specific platform.

Updated the README to describe better, which tools on the host
are required. Added some kind of prepare scripts to install needed
tools on BSD via packages.

Signed-off-by: Waldemar Brodkorb &lt;mail@waldemar-brodkorb.de&gt;

SVN-Revision: 35900
</content>
</entry>
<entry>
<title>convert remaining tools to $(HOST_STATIC_LINKING) (#12012)</title>
<updated>2012-08-12T13:27:49Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-12T13:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=7304953292a00d8e6d00ab19259294ebcb95dd80'/>
<id>urn:sha1:7304953292a00d8e6d00ab19259294ebcb95dd80</id>
<content type='text'>
SVN-Revision: 33148
</content>
</entry>
<entry>
<title>squashfs4: link statically</title>
<updated>2012-08-10T19:26:52Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-10T19:26:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=a361365858393596eaa6452dd721da03a2e6ee07'/>
<id>urn:sha1:a361365858393596eaa6452dd721da03a2e6ee07</id>
<content type='text'>
SVN-Revision: 33106
</content>
</entry>
<entry>
<title>tools/squashfs(4): use $(HOSTCC) to avoid building with clang on recent mac os x. the clang build fails with some linker errors</title>
<updated>2012-07-13T23:18:15Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2012-07-13T23:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=08c7eae8f6b310b4579a076a68c716baab8fbdd1'/>
<id>urn:sha1:08c7eae8f6b310b4579a076a68c716baab8fbdd1</id>
<content type='text'>
SVN-Revision: 32706
</content>
</entry>
</feed>
