13 Commits

Author SHA1 Message Date
Przemyslaw Pawelczyk
26abb36b0d testing/[various]: bump pkgrel for pre-install fixes 2016-04-25 07:11:52 +00:00
Przemyslaw Pawelczyk
da4e96aace Reorder arguments passed to addgroup/adduser in scripts.
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
2016-04-25 06:56:47 +00:00
Przemyslaw Pawelczyk
a60b9f07de Improve consistency of scripts using adduser/addgroup.
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.
2016-04-25 06:55:43 +00:00
Przemyslaw Pawelczyk
a593d306c9 Add -g option (GECOS/comment) to adduser in scripts.
This way we can avoid ugly default:

    Linux user,,,
2016-04-25 06:54:18 +00:00
Sören Tempel
5013c28656 testing/stunnel: upgrade to 5.31 2016-03-03 01:09:14 +01:00
Sören Tempel
fb5853d492 testing/stunnel: upgrade to 5.30 2016-01-29 23:31:19 +01:00
Sören Tempel
784cc5fe65 testing/stunnel: upgrade to 5.29 2016-01-09 20:22:24 +01:00
Sören Tempel
3bea40b541 testing/stunnel: upgrade to 5.24 2015-10-10 07:22:55 +02:00
Bartłomiej Piotrowski
b4a13e7314 Do not delete *.la files manually
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
2015-09-10 13:59:03 +02:00
Natanael Copa
d807169e43 testing/stunnel: upgrade to 5.22 2015-08-18 13:11:00 +02:00
Natanael Copa
978b7d0426 testing/stunnel: upgrade to 5.01 and add init.d script 2014-05-28 07:19:29 +00:00
Fabian Affolter
6db0706409 testing/stunnel: upgraqde to 4.55 2013-03-04 09:50:20 +00:00
deant@hawaii.rr.com
4ef696f942 Initial APKBUILD for stunnel
SSL wrapper for TCP connections.  See http://www.stunnel.org/

TODO:
  needs Alpine style initscript.
  reasonable defaults in sample config file (is there a preferred directory for chroot jails?)

commit 8f4bfc56164419ecd3e7b91c77cf6d587b0cc16b
Author: Dean Takemori <deant@hawaii.rr.com>
Date:   Sat Jul 7 09:01:16 2012 -1000

    Add APKBUILD for stunnel to testing
2012-07-09 08:01:18 +00:00