wok diff openvpn/receipt @ rev 20173
linux: enable CPU microcode loading support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 23 23:11:42 2018 +0100 (2018-01-23) |
parents | 63d2fe54fb44 |
children | a78610b2eb47 |
line diff
1.1 --- a/openvpn/receipt Wed Jan 21 17:46:09 2015 -0500 1.2 +++ b/openvpn/receipt Tue Jan 23 23:11:42 2018 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="openvpn" 1.7 -VERSION="2.3.6" 1.8 +VERSION="2.3.17" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Full-featured open source SSL VPN solution." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -18,7 +18,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 --enable-password-save \