aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stunnel
Commit message (Collapse)AuthorAgeFilesLines
* community/stunnel: move from testing and claim maintainershipJakub Jirutka2016-07-264-180/+0
|
* testing/stunnel: rewrite runscript and improve abuildJakub Jirutka2016-07-263-45/+61
|
* testing/stunnel: upgrade to 5.35Jakub Jirutka2016-07-261-5/+5
|
* testing/stunnel: new upstream version 5.33Christian Kampka2016-07-011-4/+4
|
* testing/stunnel: upgrade to 5.32Francesco Colista2016-05-231-5/+5
|
* testing/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-0/+1
| | | | | | | | | | | | 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.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* testing/stunnel: upgrade to 5.31Sören Tempel2016-03-031-17/+6
|
* testing/stunnel: upgrade to 5.30Sören Tempel2016-01-291-4/+4
|
* testing/stunnel: upgrade to 5.29Sören Tempel2016-01-091-6/+6
|
* testing/stunnel: upgrade to 5.24Sören Tempel2015-10-101-10/+11
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* testing/stunnel: upgrade to 5.22Natanael Copa2015-08-183-11/+15
|
* testing/stunnel: upgrade to 5.01 and add init.d scriptNatanael Copa2014-05-283-6/+126
|
* testing/stunnel: upgraqde to 4.55Fabian Affolter2013-03-041-23/+25
|
* Initial APKBUILD for stunneldeant@hawaii.rr.com2012-07-091-0/+48
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