<feed xmlns='http://www.w3.org/2005/Atom'>
<title>alacerda/aports/main/cryptsetup, branch master</title>
<subtitle>alacerda's aport tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/alacerda/aports/'/>
<entry>
<title>main/*: replace all sbin/runscript with sbin/openrc-run</title>
<updated>2015-04-28T14:34:51+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2015-04-28T14:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/alacerda/aports/commit/?id=6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957'/>
<id>6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/*: remove !libiconv-dev from makedepends</title>
<updated>2015-04-09T06:43:52+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2015-04-09T06:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/alacerda/aports/commit/?id=282b5672d32298b6eb0882d0f4603ee938d5954b'/>
<id>282b5672d32298b6eb0882d0f4603ee938d5954b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/cryptsetup: fix segfault in error reporting</title>
<updated>2014-12-18T13:11:10+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-12-18T13:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/alacerda/aports/commit/?id=d98d14163e40a9bbc90bb7ad84876ec069b94fdd'/>
<id>d98d14163e40a9bbc90bb7ad84876ec069b94fdd</id>
<content type='text'>
Problem is that strerror_r in glibc is non-conformat with POSIX.

ref #3470

reported upstream:
https://code.google.com/p/cryptsetup/issues/detail?id=237
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem is that strerror_r in glibc is non-conformat with POSIX.

ref #3470

reported upstream:
https://code.google.com/p/cryptsetup/issues/detail?id=237
</pre>
</div>
</content>
</entry>
<entry>
<title>main/cryptsetup: make sure we flush stdout when prompting user</title>
<updated>2014-10-24T11:05:37+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-10-24T11:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/alacerda/aports/commit/?id=24721fe3c7f2979b4031e78bdc15262b4d586593'/>
<id>24721fe3c7f2979b4031e78bdc15262b4d586593</id>
<content type='text'>
ref #3471
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ref #3471
</pre>
</div>
</content>
</entry>
<entry>
<title>main/cryptsetup: add support for dmcrypt at boot</title>
<updated>2014-10-08T11:45:29+00:00</updated>
<author>
<name>Roger Newman</name>
<email>roger.newman@riseup.net</email>
</author>
<published>2014-10-08T11:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/alacerda/aports/commit/?id=7a572cf8890d22a4dd35d3a1db03a2c2d77dcdb1'/>
<id>7a572cf8890d22a4dd35d3a1db03a2c2d77dcdb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/cryptsetup: upgrade to 1.6.6</title>
<updated>2014-09-26T13:46:45+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-09-26T13:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/alacerda/aports/commit/?id=68f23bbc1f6ca0939a156e4614dc5c00678b9bc6'/>
<id>68f23bbc1f6ca0939a156e4614dc5c00678b9bc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/cryptsetup: fix issue with tmpfs and O_DIRECT</title>
<updated>2014-08-08T15:14:02+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-08-08T15:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/alacerda/aports/commit/?id=228008df8c423bb9bbde2564033048362794bc59'/>
<id>228008df8c423bb9bbde2564033048362794bc59</id>
<content type='text'>
patch from upstream.

fixes #3281
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch from upstream.

fixes #3281
</pre>
</div>
</content>
</entry>
<entry>
<title>main/cryptsetup: upgrade to 1.6.5</title>
<updated>2014-07-21T13:45:28+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-07-21T13:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/alacerda/aports/commit/?id=492f9ae100bb76d5d3b8cc6d40f15dfeb3bcba6a'/>
<id>492f9ae100bb76d5d3b8cc6d40f15dfeb3bcba6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/cryptsetup: upgrade to 1.6.3</title>
<updated>2014-03-03T13:03:41+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2013-12-21T22:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/alacerda/aports/commit/?id=6d28bb80af54a22d2bb3c1c3ab66eb89e1d931b8'/>
<id>6d28bb80af54a22d2bb3c1c3ab66eb89e1d931b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/cryptsetup: upgrade to 1.6.4</title>
<updated>2014-03-03T09:36:41+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-03-03T08:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/alacerda/aports/commit/?id=acde10dd6d420c9244d44f8c93cfbe2b4d468e69'/>
<id>acde10dd6d420c9244d44f8c93cfbe2b4d468e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
