<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/main/privoxy, branch master</title>
<subtitle>Main aports tree
</subtitle>
<id>https://git-old.alpinelinux.org/aports/atom?h=master</id>
<link rel='self' href='https://git-old.alpinelinux.org/aports/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<updated>2019-04-22T06:52:28Z</updated>
<entry>
<title>main/privoxy: upgrade to 3.0.28</title>
<updated>2019-04-22T06:52:28Z</updated>
<author>
<name>Paul Bredbury</name>
<email>brebs@sent.com</email>
</author>
<published>2019-04-20T09:12:10Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3e4eb66a51b846ef22bd392eb4cfbf5bc7bbfa65'/>
<id>urn:sha1:3e4eb66a51b846ef22bd392eb4cfbf5bc7bbfa65</id>
<content type='text'>
Add openrc subpackage, modernize.
</content>
</entry>
<entry>
<title>main: (Bulk change) Update source urls to https using HTTPS Everywhere</title>
<updated>2018-10-06T17:10:04Z</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2018-10-06T12:07:06Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9'/>
<id>urn:sha1:d2bfb22c8e8f67ad7d8d02704f35ec4d2a19f9b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main/privoxy: upgrade to 3.0.26</title>
<updated>2017-06-14T15:59:46Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-06-14T15:43:28Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=886e50a783bdf5e735d79f7b9c6088b2194c89d8'/>
<id>urn:sha1:886e50a783bdf5e735d79f7b9c6088b2194c89d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main/privoxy: improve abuild</title>
<updated>2017-03-25T21:41:02Z</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-03-25T21:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=ef16b9ff4c0244ec630279dfb18711da2e68ddd0'/>
<id>urn:sha1:ef16b9ff4c0244ec630279dfb18711da2e68ddd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main/privoxy: do not fail on file removal</title>
<updated>2017-03-25T21:39:24Z</updated>
<author>
<name>Breno Leitao</name>
<email>breno.leitao@gmail.com</email>
</author>
<published>2017-03-25T21:22:46Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=89c339b6cab6713cb585a3426e545a63d94c3013'/>
<id>urn:sha1:89c339b6cab6713cb585a3426e545a63d94c3013</id>
<content type='text'>
Privoxy is failing if it tries to remove a directory that does not
exist.

This patch just let the build continue if the directory-to-be-removed
does not exists anymore.
</content>
</entry>
<entry>
<title>main/privoxy: fix docdir</title>
<updated>2016-05-16T14:33:30Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-05-16T14:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6cf63f3c0986dc7c118e36a4a439659ae43f759c'/>
<id>urn:sha1:6cf63f3c0986dc7c118e36a4a439659ae43f759c</id>
<content type='text'>
ref #5566
</content>
</entry>
<entry>
<title>main/[various]: bump pkgrel for pre-install fixes</title>
<updated>2016-04-25T07:11:16Z</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-22T23:11:18Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0f920d3abed21639fb843e30ebb8ef914bcf7278'/>
<id>urn:sha1:0f920d3abed21639fb843e30ebb8ef914bcf7278</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorder arguments passed to addgroup/adduser in scripts.</title>
<updated>2016-04-25T06:56:47Z</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-23T11:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=da4e96aacef5e9bd9a7dccecffdc92f588a6dd78'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Improve consistency of scripts using adduser/addgroup.</title>
<updated>2016-04-25T06:55:43Z</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-23T11:13:39Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a60b9f07dee0ae4e9bbe34d4146661fcb33aa478'/>
<id>urn:sha1:a60b9f07dee0ae4e9bbe34d4146661fcb33aa478</id>
<content type='text'>
Following rules have been applied:
- script starts with shebang !#/bin/sh followed by blank line,
- script ends with exit 0 prepended by blank line,
- only stderr of adduser, addgroup or passwd is redirected to /dev/null,
- getent passwd/group instances has been removed,
- manual checking of file and group existence has been removed,
- `|| true` instances has been removed.

Comments and line wrapping have been preserved.
</content>
</entry>
<entry>
<title>Add -g option (GECOS/comment) to adduser in scripts.</title>
<updated>2016-04-25T06:54:18Z</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-23T11:13:38Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a593d306c92f8bc15a1797c0a2ccfa784edbc4a0'/>
<id>urn:sha1:a593d306c92f8bc15a1797c0a2ccfa784edbc4a0</id>
<content type='text'>
This way we can avoid ugly default:

    Linux user,,,
</content>
</entry>
</feed>
