<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kunkku/aports/testing/thttpd, branch master</title>
<subtitle>kunkku's aports repo
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/'/>
<entry>
<title>community/thttpd: moved from testing</title>
<updated>2016-08-22T08:41:09+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2016-08-22T08:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=f90c15a50a5cefedf36bd7c043d5069b3652c092'/>
<id>f90c15a50a5cefedf36bd7c043d5069b3652c092</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/kunkku/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/kunkku/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>Improve consistency of scripts using adduser/addgroup.</title>
<updated>2016-04-25T06:55:43+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-23T11:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=a60b9f07dee0ae4e9bbe34d4146661fcb33aa478'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -g option (GECOS/comment) to adduser in scripts.</title>
<updated>2016-04-25T06:54:18+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-23T11:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=a593d306c92f8bc15a1797c0a2ccfa784edbc4a0'/>
<id>a593d306c92f8bc15a1797c0a2ccfa784edbc4a0</id>
<content type='text'>
This way we can avoid ugly default:

    Linux user,,,
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we can avoid ugly default:

    Linux user,,,
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorder options passed to addgroup 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:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=694ace841f5e455f9a44087a3657594937ae23ad'/>
<id>694ace841f5e455f9a44087a3657594937ae23ad</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/thttpd: upgrade to 2.27</title>
<updated>2016-04-05T11:48:07+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2016-04-05T11:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=4b81e1c5595baa5ae437c816a4f1845650115b3a'/>
<id>4b81e1c5595baa5ae437c816a4f1845650115b3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/thttpd: create group</title>
<updated>2015-10-20T08:16:57+00:00</updated>
<author>
<name>Shiz</name>
<email>hi@shiz.me</email>
</author>
<published>2015-10-07T01:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=15c146fc2af4e9537c4e88e767517a8fec9f3766'/>
<id>15c146fc2af4e9537c4e88e767517a8fec9f3766</id>
<content type='text'>
The pre-install script assumed the thttpd group already exists,
but it doesn't and thus adduser -G thttpd will fail, leading to a cascading
failure in the pre-install script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pre-install script assumed the thttpd group already exists,
but it doesn't and thus adduser -G thttpd will fail, leading to a cascading
failure in the pre-install script.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/thttpd: upgrade to 2.26. Now it belongs to www-data, remove setuid from makeweb</title>
<updated>2015-07-27T08:27:44+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2015-07-27T06:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=7180e3fee7185e6fafffe5e750173838cec0c430'/>
<id>7180e3fee7185e6fafffe5e750173838cec0c430</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/thttpd: add missing man dir</title>
<updated>2014-10-22T19:35:57+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@gmail.com</email>
</author>
<published>2014-10-22T19:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=99ee0118807872fc2b28b1379fcdf5ed71e6d52a'/>
<id>99ee0118807872fc2b28b1379fcdf5ed71e6d52a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
