packages: nsis-openvpn/nsis-openvpn.spec, nsis-openvpn/defaults.patch (NEW)...
glen
glen at pld-linux.org
Fri Dec 3 18:06:45 CET 2010
Author: glen Date: Fri Dec 3 17:06:44 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- change a bit defaults
---- Files affected:
packages/nsis-openvpn:
nsis-openvpn.spec (1.4 -> 1.5) , defaults.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/nsis-openvpn/nsis-openvpn.spec
diff -u packages/nsis-openvpn/nsis-openvpn.spec:1.4 packages/nsis-openvpn/nsis-openvpn.spec:1.5
--- packages/nsis-openvpn/nsis-openvpn.spec:1.4 Fri Dec 3 16:48:11 2010
+++ packages/nsis-openvpn/nsis-openvpn.spec Fri Dec 3 18:06:39 2010
@@ -2,7 +2,7 @@
Summary: NSIS OpenVPN installer builder
Name: nsis-openvpn
Version: 2.0.9
-Release: 0.7
+Release: 0.15
# OpenVPN windows executable is GPL, no ideas about the rest
License: GPL
Group: Development/Tools
@@ -13,6 +13,7 @@
Patch0: nsis-constants.patch
Patch1: skip-components.patch
Patch2: options-override.patch
+Patch3: defaults.patch
BuildRequires: rpmbuild(macros) >= 1.553
BuildRequires: unix2dos
Requires: nsis >= 2.34
@@ -31,6 +32,7 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%build
unix2dos openvpn-gui.nsi
@@ -55,6 +57,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2010/12/03 17:06:39 glen
+- change a bit defaults
+
Revision 1.4 2010/12/03 15:48:11 glen
- allow override options from cmdline, icons for now
================================================================
Index: packages/nsis-openvpn/defaults.patch
diff -u /dev/null packages/nsis-openvpn/defaults.patch:1.1
--- /dev/null Fri Dec 3 18:06:45 2010
+++ packages/nsis-openvpn/defaults.patch Fri Dec 3 18:06:39 2010
@@ -0,0 +1,17 @@
+--- OpenVPN/openvpn-gui.nsi 2010-12-03 18:38:41.000000000 +0200
++++ nsis-openvpn-2.0.9/openvpn-gui.nsi 2010-12-03 19:05:29.673621527 +0200
+@@ -765,8 +765,14 @@
+ SectionSetFlags ${SecMYCERT} 0
+ !endif
+
++ ; Don't install OpenVPN service by default
++ SectionSetFlags ${SecService} 0
++
+ ; Don't install the TAP driver as hiddden as default.
+ SectionSetFlags ${SecTAPHidden} 0
++
++ ; Don't include OpenVPN to PATH by default
++ SectionSetFlags ${SecAddPath} 0
+ FunctionEnd
+
+ Function .onSelChange
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nsis-openvpn/nsis-openvpn.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list