<feed xmlns='http://www.w3.org/2005/Atom'>
<title>keyringer, branch 0.5.3</title>
<subtitle>Distributed key management suite</subtitle>
<id>https://cgit.fluxo.info/keyringer/atom?h=0.5.3</id>
<link rel='self' href='https://cgit.fluxo.info/keyringer/atom?h=0.5.3'/>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/'/>
<updated>2018-05-30T17:45:11+00:00</updated>
<entry>
<title>Keyringer 0.5.3</title>
<updated>2018-05-30T17:45:11+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2018-05-30T17:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=126eb39671e9c65c0c60a78b25189e4d4b1fae72'/>
<id>urn:sha1:126eb39671e9c65c0c60a78b25189e4d4b1fae72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use -depht after path on find for GNU and BSD compatibility</title>
<updated>2018-05-30T17:41:50+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2018-05-30T17:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=91424544de19ec45d482730bf34fa9a2799d2150'/>
<id>urn:sha1:91424544de19ec45d482730bf34fa9a2799d2150</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean empty directories once the files are removed with shred</title>
<updated>2018-05-30T17:38:13+00:00</updated>
<author>
<name>Grégoire Jadi</name>
<email>gjadi@omecha.info</email>
</author>
<published>2018-03-28T10:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=15b2331aafcb65e38021f0879a90bd45a7a1ead5'/>
<id>urn:sha1:15b2331aafcb65e38021f0879a90bd45a7a1ead5</id>
<content type='text'>
shred can only remove files. Use rm to cleanup the directories once all files
have been erased.

Signed-off-by: Silvio Rhatto &lt;rhatto@riseup.net&gt;
</content>
</entry>
<entry>
<title>Updates ChangeLog</title>
<updated>2018-05-30T17:15:36+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2018-05-30T17:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=1ebdb9e0259f221a93f98b3c4c6c733aa4b60199'/>
<id>urn:sha1:1ebdb9e0259f221a93f98b3c4c6c733aa4b60199</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add MANDIR variable and use it</title>
<updated>2018-05-30T16:30:32+00:00</updated>
<author>
<name>Grégoire Jadi</name>
<email>gjadi@omecha.info</email>
</author>
<published>2018-02-25T15:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=1a370266242fe28865335f326e2368d038f4095d'/>
<id>urn:sha1:1a370266242fe28865335f326e2368d038f4095d</id>
<content type='text'>
Follow GNU Coding Standards and increase interoperability with package
managers.
No semantic change.

Signed-off-by: Silvio Rhatto &lt;rhatto@riseup.net&gt;
</content>
</entry>
<entry>
<title>Replace install --mode=MODE by install -m MODE</title>
<updated>2018-05-30T16:29:32+00:00</updated>
<author>
<name>Grégoire Jadi</name>
<email>gjadi@omecha.info</email>
</author>
<published>2018-02-19T17:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=09f204b5634ed8db914acf4f5634d41754b01c34'/>
<id>urn:sha1:09f204b5634ed8db914acf4f5634d41754b01c34</id>
<content type='text'>
The --mode option doesn't exist on OpenBSD.
The -m option exists on both OpenBSD and GNU platforms.

Signed-off-by: Silvio Rhatto &lt;rhatto@riseup.net&gt;
</content>
</entry>
<entry>
<title>Adds status=none at on invocation at keyringer_pwgen</title>
<updated>2018-05-30T16:24:53+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2018-05-30T16:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=957d506490ad9447ac7feacba5f96e8404530528'/>
<id>urn:sha1:957d506490ad9447ac7feacba5f96e8404530528</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace head -c by dd</title>
<updated>2018-05-30T16:23:16+00:00</updated>
<author>
<name>Grégoire Jadi</name>
<email>gjadi@omecha.info</email>
</author>
<published>2018-02-19T16:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=97c58315e5e53c1605b73cbf6039a4e16a63c3c8'/>
<id>urn:sha1:97c58315e5e53c1605b73cbf6039a4e16a63c3c8</id>
<content type='text'>
The '-c' (count bytes) option is not a POSIX.1 option, therefore it is
not available on OpenBSD.

Replace 'head -c' with 'dd'.

Signed-off-by: Silvio Rhatto &lt;rhatto@riseup.net&gt;
</content>
</entry>
<entry>
<title>Fix mktemp template for POSIX.1 mktemp</title>
<updated>2018-05-30T16:05:47+00:00</updated>
<author>
<name>Grégoire Jadi</name>
<email>gjadi@omecha.info</email>
</author>
<published>2018-02-19T17:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=ffe513c0a851cbdd42ec458def9be15551d03e6e'/>
<id>urn:sha1:ffe513c0a851cbdd42ec458def9be15551d03e6e</id>
<content type='text'>
OpenBSD doesn't understand the XXXXXX.keyringer format.
According to POSIX.1, the six Xs must be at the end of the template.

Signed-off-by: Silvio Rhatto &lt;rhatto@riseup.net&gt;
</content>
</entry>
<entry>
<title>Rename _F to rmtest at keyringer_shred</title>
<updated>2018-05-30T16:02:04+00:00</updated>
<author>
<name>Silvio Rhatto</name>
<email>rhatto@riseup.net</email>
</author>
<published>2018-05-30T16:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/keyringer/commit/?id=2a8faa9928b1cbd937bffc1a9918edf07ee39245'/>
<id>urn:sha1:2a8faa9928b1cbd937bffc1a9918edf07ee39245</id>
<content type='text'>
</content>
</entry>
</feed>
