<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fab/aports/testing/rspamd, branch master</title>
<subtitle>fab's aports repo
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/'/>
<entry>
<title>testing/rspamd: rebuild against libressl</title>
<updated>2016-10-10T12:04:54+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-10-10T09:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=5515a894ffe4e8537fc409f4dcdb29055722f54c'/>
<id>5515a894ffe4e8537fc409f4dcdb29055722f54c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/rspamd: disable on aarch64</title>
<updated>2016-08-30T00:01:43+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-08-29T23:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=8377b0c82657bcf80f17c0de6f7a6af9f2ef3ffa'/>
<id>8377b0c82657bcf80f17c0de6f7a6af9f2ef3ffa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/rspamd: use regular lua instead of luajit</title>
<updated>2016-08-28T03:05:02+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-08-28T03:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=8bdc98d68351be28bf94e42b1fc6aa62cfe7a206'/>
<id>8bdc98d68351be28bf94e42b1fc6aa62cfe7a206</id>
<content type='text'>
jit does not works well with PaX kernel and for server software we
prefer to have PaX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
jit does not works well with PaX kernel and for server software we
prefer to have PaX.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/rspamd: version bump to 1.3.4</title>
<updated>2016-08-28T02:56:22+00:00</updated>
<author>
<name>Nathan Angelacos</name>
<email>nangel@alpinelinux.org</email>
</author>
<published>2016-08-26T23:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=a7e0a43bd36ed374694df7438af82de9108c5ac1'/>
<id>a7e0a43bd36ed374694df7438af82de9108c5ac1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/[various]: bump pkgrel for pre-install fixes</title>
<updated>2016-04-25T07:11:52+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-22T23:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=26abb36b0d7f7070b6b510bc3fe08870915c94f2'/>
<id>26abb36b0d7f7070b6b510bc3fe08870915c94f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorder arguments passed to addgroup/adduser in scripts.</title>
<updated>2016-04-25T06:56:47+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-23T11:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=da4e96aacef5e9bd9a7dccecffdc92f588a6dd78'/>
<id>da4e96aacef5e9bd9a7dccecffdc92f588a6dd78</id>
<content type='text'>
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorder options passed to adduser in scripts: make -S first.</title>
<updated>2016-04-25T06:51:49+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-23T11:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=2a573734b692ce27e4809e47e514ca0dfffaa970'/>
<id>2a573734b692ce27e4809e47e514ca0dfffaa970</id>
<content type='text'>
It's only for consistency and to ease spotting lack of it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's only for consistency and to ease spotting lack of it.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/rspamd: upgrade to 1.2.3</title>
<updated>2016-04-18T12:34:34+00:00</updated>
<author>
<name>Valery Kartel</name>
<email>valery.kartel@gmail.com</email>
</author>
<published>2016-04-15T09:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=bf8c184414fc8a900bac91eb63aaf7bf98d0e734'/>
<id>bf8c184414fc8a900bac91eb63aaf7bf98d0e734</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/rspamd: upgrade to 1.2.1</title>
<updated>2016-04-05T12:02:35+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2016-04-05T12:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=f82140f83a62a208efedc0dae900e65a7587e142'/>
<id>f82140f83a62a208efedc0dae900e65a7587e142</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/rspamd: upgrade to 1.2.0</title>
<updated>2016-03-25T12:00:05+00:00</updated>
<author>
<name>Valery Kartel</name>
<email>valery.kartel@gmail.com</email>
</author>
<published>2016-03-24T08:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=f59178b078a6ac2c3b3b073784c41d71e26cf8d1'/>
<id>f59178b078a6ac2c3b3b073784c41d71e26cf8d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
