Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/openvpn: rebuild against openssl 1.1 | Natanael Copa | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | main/openvpn: fix init script | Wojciech Górski | 2018-07-08 | 2 | -3/+3 |
| | |||||
* | main/openvpn: fix backward compatibility of init script | Jakub Jirutka | 2018-05-13 | 3 | -47/+58 |
| | | | | | | | | | | | | | This fixes problem introduced in commit 4a66978dd949d571fdd984d800b3121c3a1a297f. When user upgrades openvpn package, but (s)he has never modified /etc/conf.d/openvpn file, apk automatically updates it and so sets openvpn to the client mode. I forgot to this case and wrongly assumed that existing config is always preserved. BTW, the previoud change was based on https://github.com/OpenRC/openrc/blob/master/support/init.d.examples/openvpn.in. Ref #8875 (https://bugs.alpinelinux.org/issues/8875) | ||||
* | main/openvpn: fix initscript to not check cfgfile when doesn't exist | Jakub Jirutka | 2018-05-07 | 2 | -3/+3 |
| | |||||
* | main/openvpn: rewrite init script | Jakub Jirutka | 2018-05-06 | 3 | -86/+99 |
| | |||||
* | main/openvpn: rename deprecated $SVCNAME to $RC_SVCNAME | Jakub Jirutka | 2018-05-06 | 4 | -22/+22 |
| | |||||
* | main/openvpn: remove non-Linux part from init script | Jakub Jirutka | 2018-05-06 | 2 | -35/+12 |
| | |||||
* | main/openvpn: upgrade to 2.4.6 | Jakub Jirutka | 2018-05-06 | 1 | -3/+3 |
| | |||||
* | main/openvpn: rebuild against libressl-2.7 | Natanael Copa | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | main/opnenvpn: upgrade to 2.4.5 | Sören Tempel | 2018-03-20 | 2 | -3/+28 |
| | |||||
* | main/openvpn: modernize APKBUILD | Sören Tempel | 2018-03-20 | 1 | -7/+4 |
| | |||||
* | main/openvpn: rebuild against libressl-2.6 | Natanael Copa | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | main/openvpn: bump to 2.4.4 | Daniel Isaksen | 2017-09-27 | 1 | -2/+2 |
| | |||||
* | main/openvpn: security upgrade to 2.4.3 | Pieter Lange | 2017-06-23 | 1 | -2/+2 |
| | | | | | | | | CVE-2017-7508 Remotely-triggerable ASSERT() on malformed IPv6 packet CVE-2017-7520 Pre-authentication remote crash/information disclosure CVE-2017-7521 Remote-triggerable memory leaks / potential double-free CVE-2017-7522 Post-authentication remote DoS with --x509-track + other fixes | ||||
* | main/openvpn: security update to 2.4.2 | Łukasz Jendrysik | 2017-05-12 | 1 | -3/+3 |
| | | | | | Update due to security audit done by OSTIF and QuarksLab https://ostif.org/the-openvpn-2-4-0-audit-by-ostif-and-quarkslab-results/ | ||||
* | main/openvpn: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/openvpn: upgrade to 2.4.1 | André Klitzing | 2017-03-27 | 1 | -14/+2 |
| | | | | Remove outdated configure flags. | ||||
* | main/openvpn: upgrade to 2.4.0 | Valery Kartel | 2016-12-31 | 1 | -20/+9 |
| | |||||
* | main/openvpn: upgrade to 2.3.14 | André Klitzing | 2016-12-18 | 1 | -5/+5 |
| | |||||
* | main/openvpn: rebuild against libressl | Natanael Copa | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | main/openvpn: upgrade to 2.3.12 | Natanael Copa | 2016-09-06 | 1 | -4/+4 |
| | |||||
* | main/openvpn: upgrade to 2.3.11 | Francesco Colista | 2016-05-16 | 1 | -5/+5 |
| | |||||
* | main/[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,,, | ||||
* | main/openvpn: fix down script not restoring original resolv.conf | Chris Kankiewicz | 2016-01-26 | 2 | -6/+6 |
| | | | | | | | | | | This patch fixes an error where, in the provided OpenVPN down script, the cp command would fail due to the resolv.conf file already existing. Instead of using cp we cat the file contents over the exising resolv.conf file to avoid the error and preserve any symlinks that may exist. Fixes issue #5027 | ||||
* | main/openvpn: new upstream version 2.3.10 | Christian Kampka | 2016-01-04 | 1 | -4/+4 |
| | |||||
* | main/openvpn: new upstream version 2.3.9 | Christian Kampka | 2015-12-24 | 1 | -5/+5 |
| | |||||
* | main/openvpn: Increased pkgrel | Daniele Coli | 2015-11-12 | 1 | -1/+1 |
| | | | | | Increased pkgrel after having added description to init.d script in previous commit. | ||||
* | main/openvpn: Added description to init.d script | Daniele Coli | 2015-11-04 | 2 | -3/+5 |
| | | | | | Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog. | ||||
* | main/openvpn: upgrade to 2.3.8 | Sören Tempel | 2015-09-17 | 1 | -10/+6 |
| | |||||
* | 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. | ||||
* | main/openvpn: upgrade to 2.3.7 | Natanael Copa | 2015-07-10 | 2 | -22/+5 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/openvpn: build fix. needs linux-headers | Natanael Copa | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | main/openvpn: upgrade to 2.3.6 | Natanael Copa | 2014-12-05 | 1 | -4/+4 |
| | |||||
* | main/openvpn: upgrade to 2.3.5 | Natanael Copa | 2014-11-20 | 1 | -4/+4 |
| | |||||
* | main/openvpn: upgrade to 2.3.4 | Bartłomiej Piotrowski | 2014-05-17 | 1 | -5/+4 |
| | |||||
* | main/openvpn: upgrade to 2.3.3 | Natanael Copa | 2014-04-22 | 1 | -5/+5 |
| | |||||
* | main/openvpn: fix musl build | Timo Teräs | 2013-10-09 | 2 | -7/+25 |
| | |||||
* | main/openvpn: use /sbin/nologin as shell | Natanael Copa | 2013-09-04 | 2 | -2/+2 |
| | |||||
* | main/openvpn: use /sbin/nologin as shell | Natanael Copa | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -2/+6 |
| | |||||
* | main/openvpn: upgrade to 2.3.2 | Bartłomiej Piotrowski | 2013-06-07 | 1 | -4/+4 |
| | |||||
* | main/openvpn: upgrade to 2.3.1 | Bartłomiej Piotrowski | 2013-05-05 | 1 | -4/+4 |
| | |||||
* | main/openvpn: upgrade to 2.3.0 | Natanael Copa | 2013-02-15 | 2 | -3548/+26 |
| | | | | fixes #797 | ||||
* | main/openvpn: upgrade to 2.2.2 | Natanael Copa | 2012-03-22 | 2 | -829/+167 |
| | | | | rebase the ipv6 patch | ||||
* | main/openvpn: add pre-install script that creates user | Natanael Copa | 2011-12-09 | 2 | -2/+7 |
| | |||||
* | main/openvpn: multiple changes like ipv6 and new initd | Carlo Landmeter | 2011-06-04 | 6 | -38/+4458 |
| | | | | | | | | | added ipv6 patch from: http://www.greenie.net/ipv6/openvpn.html move easy-rsa into subpkg and depend on openssl update init.d and conf.d from latest gentoo release added up/down scripts from latest gentoo release ref #618 |