<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sha3sum, branch 1.1.3</title>
<subtitle>[Feature complete] SHA-3 and Keccak checksum utility
</subtitle>
<id>https://git.maandree.se/sha3sum/atom?h=1.1.3</id>
<link rel='self' href='https://git.maandree.se/sha3sum/atom?h=1.1.3'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/sha3sum/'/>
<updated>2017-11-15T21:35:36Z</updated>
<entry>
<title>Validate input given with -x is specified</title>
<updated>2017-11-15T21:35:36Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-11-15T21:35:36Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/sha3sum/commit/?id=f5556fec326d5ec149f676dbdfe3d408d3a8902e'/>
<id>urn:sha1:f5556fec326d5ec149f676dbdfe3d408d3a8902e</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix buffer overflow</title>
<updated>2017-11-15T21:30:17Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-11-15T21:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/sha3sum/commit/?id=0b4d1f900045cc8dc02cd7dd111faee52a332504'/>
<id>urn:sha1:0b4d1f900045cc8dc02cd7dd111faee52a332504</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix arg.h</title>
<updated>2017-10-19T13:39:15Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-10-19T13:39:15Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/sha3sum/commit/?id=9d6854443ac68609261ddf084bb60828e14821ed'/>
<id>urn:sha1:9d6854443ac68609261ddf084bb60828e14821ed</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>make check: build binaries</title>
<updated>2017-10-15T18:37:24Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-10-15T18:37:24Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/sha3sum/commit/?id=d4d25a42a8774f9ad00f1754ceb06eb90236ca04'/>
<id>urn:sha1:d4d25a42a8774f9ad00f1754ceb06eb90236ca04</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Merge pull request #21 from thebombzen/master</title>
<updated>2017-10-15T18:35:03Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@member.fsf.org</email>
</author>
<published>2017-10-15T18:35:03Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/sha3sum/commit/?id=22def554ae1f073ea51d000b01bc08b4010e677d'/>
<id>urn:sha1:22def554ae1f073ea51d000b01bc08b4010e677d</id>
<content type='text'>
Two minor fixes</content>
</entry>
<entry>
<title>Makefile: use "rm -f" upon cleaning and uninstalling</title>
<updated>2017-10-15T18:24:50Z</updated>
<author>
<name>Leo Izen</name>
<email>leo.izen@gmail.com</email>
</author>
<published>2017-10-15T18:24:50Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/sha3sum/commit/?id=965c4e578c2a4fa5120ccf284945a6a0d1fa6eba'/>
<id>urn:sha1:965c4e578c2a4fa5120ccf284945a6a0d1fa6eba</id>
<content type='text'>
The coreutil "rm" will by default exit with failure if it is instructed
to remove a file that doesn't exist. Using "rm -f" will suppress this
behavior, so "rm" will exit with success whether or not the file had
existed before invoking "rm -f".
</content>
</entry>
<entry>
<title>test: use POSIX-compliant printf</title>
<updated>2017-10-15T18:18:53Z</updated>
<author>
<name>Leo Izen</name>
<email>leo.izen@gmail.com</email>
</author>
<published>2017-10-15T18:18:53Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/sha3sum/commit/?id=5639afe8a055d36421ceeb843c8f6aadeec6f3b2'/>
<id>urn:sha1:5639afe8a055d36421ceeb843c8f6aadeec6f3b2</id>
<content type='text'>
The test shell script had previously used \x notation, which is
not POSIX-compliant and therefore is "undefined behavior." In this case,
the script will fail if /bin/sh is DASH or some other minimal shell.
This commit replaces the hexadecimal \x notation with \ddd octal
notation, which is strictly POSIX-compliant and will work in any POSIX
shell located at /bin/sh.
</content>
</entry>
<entry>
<title>Fix dependencies in makefile</title>
<updated>2017-10-15T13:30:55Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-10-15T13:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/sha3sum/commit/?id=b73bcec311b10f7f622058b8b0c2bef428790686'/>
<id>urn:sha1:b73bcec311b10f7f622058b8b0c2bef428790686</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add test</title>
<updated>2017-10-15T13:27:47Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-10-15T13:27:47Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/sha3sum/commit/?id=ec16755f60139245de7f3ba7fa7ac32c444cbd7a'/>
<id>urn:sha1:ec16755f60139245de7f3ba7fa7ac32c444cbd7a</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Improve the code</title>
<updated>2017-10-15T12:09:04Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2017-10-15T12:02:07Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/sha3sum/commit/?id=bd47bdaeaeddc3586c88ec1374d2a629186065e6'/>
<id>urn:sha1:bd47bdaeaeddc3586c88ec1374d2a629186065e6</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
</feed>
