<feed xmlns='http://www.w3.org/2005/Atom'>
<title>squashfs-tools-ng.git, branch v1.0.3</title>
<subtitle>A new set of tools and libraries for working with SquashFS images</subtitle>
<id>https://git.infraroot.at/squashfs-tools-ng.git/atom?h=v1.0.3</id>
<link rel='self' href='https://git.infraroot.at/squashfs-tools-ng.git/atom?h=v1.0.3'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/'/>
<updated>2020-11-05T14:33:47+00:00</updated>
<entry>
<title>Patch level release 1.0.3</title>
<updated>2020-11-05T14:33:47+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2020-10-31T21:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=587b1066b3805e0c961cde893691bf993eb9c93f'/>
<id>urn:sha1:587b1066b3805e0c961cde893691bf993eb9c93f</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Backport changes to builtin copy of zlib</title>
<updated>2020-11-02T10:49:44+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2020-11-02T10:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=f1abb5d5e8a98e3d98c1ec57b1b4125c23263238'/>
<id>urn:sha1:f1abb5d5e8a98e3d98c1ec57b1b4125c23263238</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Backport changes to package scripts</title>
<updated>2020-11-02T10:49:44+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2020-11-02T10:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=072890e9b0ec5af1b28b3c1b213554c5b16ab50e'/>
<id>urn:sha1:072890e9b0ec5af1b28b3c1b213554c5b16ab50e</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Backport changes to the test setup</title>
<updated>2020-11-02T10:49:44+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2020-10-31T20:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=7c4b2a289cab34e4ec1b966663530a7babf08707'/>
<id>urn:sha1:7c4b2a289cab34e4ec1b966663530a7babf08707</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Backport changes to the benchmark writeup</title>
<updated>2020-11-02T09:27:18+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2020-10-31T20:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=105b454b944e24cf1e033d1b7211cadabbcfe7df'/>
<id>urn:sha1:105b454b944e24cf1e033d1b7211cadabbcfe7df</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add a test case for tar2sqfs root becomes file &amp; link filtering</title>
<updated>2020-10-31T17:34:37+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2020-10-31T16:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=3e98d13d625f3a13fb183ee44627ab9e65dca378'/>
<id>urn:sha1:3e98d13d625f3a13fb183ee44627ab9e65dca378</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Fix: tar2sqfs: if --root-becomes is used, also retarget links</title>
<updated>2020-10-31T16:38:34+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2020-10-28T12:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=5ca4295edfde4c1603d9e3e31546c8f6228e7b8f'/>
<id>urn:sha1:5ca4295edfde4c1603d9e3e31546c8f6228e7b8f</id>
<content type='text'>
In addition to skipping non-prefixed files and stripping the prefix
off of entries we accept, the targets of links also have to be altered,
since they can be absolute paths with the root prefix attached.

This can affect symbolic links as well. Altough they are allowed to
point into nowhere, across filesystem boundaries, they may also be
absolute paths refering to existing locations in the filesystem, so
no distinction is made by default.

However, the later may be intended (e.g. only a subdirectory is packed
into SquashFS and then mounted at that location), so a command line
switch is added to disable symlink retargetting.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Fix: rdsquashfs: describe: don't escape the prefixed file input path</title>
<updated>2020-09-29T16:21:21+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2020-09-29T16:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=23e31c1076f7d6a6d09014c3ae2fff54692b9e7f'/>
<id>urn:sha1:23e31c1076f7d6a6d09014c3ae2fff54692b9e7f</id>
<content type='text'>
If rdsquashfs describes a filesystem, is configured to use a prefix-path
and a file contains a space, the resulting input path has the prefix
printed as is and the rest of the string in quotation marks.

gensquashfs simply takes the entire rest of the line as is as its
input path and no longer finds the file.

Fix this by omitting the escapes and quotation marks for the
input path.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Fix: tar2sqfs: when skipping non-prefixed files, also skip contents</title>
<updated>2020-09-24T17:40:31+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2020-09-24T17:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=fbe66e384476e4d9d458e51f56a4e7bc38f71b33'/>
<id>urn:sha1:fbe66e384476e4d9d458e51f56a4e7bc38f71b33</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Fix: tar2sqfs: don't touch the path after determining it is broken</title>
<updated>2020-09-24T17:24:29+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2020-09-24T16:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=e890b0d8be5c038802ae3b670e64c6f1373c32d7'/>
<id>urn:sha1:e890b0d8be5c038802ae3b670e64c6f1373c32d7</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
</feed>
