Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/stunnel: move from testing and claim maintainership | Jakub Jirutka | 2016-07-26 | 4 | -180/+0 |
| | |||||
* | testing/stunnel: rewrite runscript and improve abuild | Jakub Jirutka | 2016-07-26 | 3 | -45/+61 |
| | |||||
* | testing/stunnel: upgrade to 5.35 | Jakub Jirutka | 2016-07-26 | 1 | -5/+5 |
| | |||||
* | testing/stunnel: new upstream version 5.33 | Christian Kampka | 2016-07-01 | 1 | -4/+4 |
| | |||||
* | testing/stunnel: upgrade to 5.32 | Francesco Colista | 2016-05-23 | 1 | -5/+5 |
| | |||||
* | testing/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Reorder arguments passed to addgroup/adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -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 Pawelczyk | 2016-04-25 | 1 | -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 Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | | | This way we can avoid ugly default: Linux user,,, | ||||
* | testing/stunnel: upgrade to 5.31 | Sören Tempel | 2016-03-03 | 1 | -17/+6 |
| | |||||
* | testing/stunnel: upgrade to 5.30 | Sören Tempel | 2016-01-29 | 1 | -4/+4 |
| | |||||
* | testing/stunnel: upgrade to 5.29 | Sören Tempel | 2016-01-09 | 1 | -6/+6 |
| | |||||
* | testing/stunnel: upgrade to 5.24 | Sören Tempel | 2015-10-10 | 1 | -10/+11 |
| | |||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | testing/stunnel: upgrade to 5.22 | Natanael Copa | 2015-08-18 | 3 | -11/+15 |
| | |||||
* | testing/stunnel: upgrade to 5.01 and add init.d script | Natanael Copa | 2014-05-28 | 3 | -6/+126 |
| | |||||
* | testing/stunnel: upgraqde to 4.55 | Fabian Affolter | 2013-03-04 | 1 | -23/+25 |
| | |||||
* | Initial APKBUILD for stunnel | deant@hawaii.rr.com | 2012-07-09 | 1 | -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 |