/[smecontribs]/rpms/smeserver-libreswan/contribs9/smeserver-libreswan.spec
ViewVC logotype

Contents of /rpms/smeserver-libreswan/contribs9/smeserver-libreswan.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Mar 9 11:01:55 2016 UTC (8 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-libreswan-0_5-13
Initial import

1 %define name smeserver-libreswan
2 %define version 0.5
3 %define release 13
4 Summary: Plugin to enable IPSEC connections
5 Name: %{name}
6 Version: %{version}
7 Release: %{release}
8 License: GNU GPL version 2
9 URL: http://libreswan.org/
10 Group: SMEserver/addon
11 Source: %{name}-%{version}.tar.gz
12 BuildRoot: /var/tmp/%{name}-%{version}
13 BuildArchitectures: noarch
14 BuildRequires: e-smith-devtools
15 Requires: e-smith-release >= 9.0
16 Requires: libreswan >= 3.14
17 AutoReqProv: no
18
19 %description
20 Libreswan is a free software implementation of the most widely supported and standardised VPN protocol based on ("IPsec") and the Internet Key Exchange ("IKE")
21
22 %changelog
23 * Wed Feb 17 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-13
24 - Fix small typo in readme
25
26 * Fri Dec 04 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-12
27 - Add keyingtries
28 - Finally fix add issues using asynchronous
29
30 * Wed Dec 02 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-11
31 - Determine host IPtype - static or dynamic IP
32 - auto --up changed to exec
33 - Add checks for Left/Right ID in secrets file
34
35 * Tue Dec 01 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-10
36 - Allow dynamic addresses
37 - Add iptype
38 - disallow " in PSK passwords
39 - Revised logging messages
40
41 * Mon Nov 30 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-9
42 - Amended templates to allow for rsasig. Early cert settings removed
43
44 * Wed Nov 25 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-8
45 - Revised masq templates - disable on ipsec disable
46 - Template ipsec.secrets so Terry won't break it again
47 - Set requires e-smith >=9 and libreswan >=3.14
48
49 * Wed Nov 18 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-7
50 - add 90adjustESP
51
52 * Tue Nov 17 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-6
53 - more update to masq firewalls - change -p 50 to -p ESP
54
55 * Tue Nov 17 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-5
56 - update masq firewall rules
57 - document clean up
58
59 * Wed May 27 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-4
60 - set dpd actions off if ipsec is 'add'
61 - add salifetime key and rename ikelifetime and keylife
62 - change defaults for salifetime and ikelifetime
63 - add in rsasig support
64
65 * Wed Apr 22 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-3
66 - change default ike from aes-sha to aes-sha1
67
68 * Tue Mar 24 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2
69 - More minor fixes - should work OK with xl2tpd
70
71 * Thu Mar 19 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-1
72 - Remove templates2expand and added to createlinks
73 - modified ipsec.secret template
74 - various other fixes
75
76 * Fri Mar 13 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-5
77 - Big changes again - now have PreviousState to detect changes
78 - Createlinks to S10 to run after expand-templates
79
80 * Thu Mar 5 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-4
81 - Changed lots. Removed sysctl.conf template
82 - Changed firewall template
83
84 * Tue Mar 3 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-3
85 - Load of code tidying and prep from xl2tpd
86
87 * Fri Feb 27 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-2
88 - Update action script and allow for system not in gateway mode
89 - add ike and phase2alg db settings
90
91 * Tue Feb 24 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-1
92 - New ipsec-action script
93 - Numerous template changes
94
95 * Fri Jan 16 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3-1
96 - remove debugging lines
97 - remove expand templates from spec file
98 - add status check for ipsec.conf
99 - add comment to masq template
100 - updated db defaults
101 - ipsec.conf not expanded on install
102 - missed auto=start
103
104 * Fri Jan 16 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.2-1
105 - remove rc.local modifications
106 - add /etc/sysctl.conf patches
107
108 * Thu Jan 15 2015 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-1
109 - initial release
110
111 %prep
112 %setup
113
114 %build
115 perl createlinks
116
117 %install
118 rm -rf $RPM_BUILD_ROOT
119 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
120 rm -f %{name}-%{version}-filelist
121 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
122 echo "%doc COPYING" >> %{name}-%{version}-filelist
123
124
125 %clean
126 cd ..
127 rm -rf %{name}-%{version}
128
129 %files -f %{name}-%{version}-filelist
130 %defattr(-,root,root)
131
132 %pre
133 %preun
134 %post
135
136 /sbin/e-smith/expand-template /etc/rc.d/init.d/masq
137 /sbin/e-smith/expand-template /etc/inittab
138 /sbin/init q
139
140
141 echo "see http://wiki.contribs.org/IPSEC"
142
143 %postun
144 /sbin/e-smith/expand-template /etc/rc.d/init.d/masq
145 /sbin/e-smith/expand-template /etc/inittab
146 /sbin/init q

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed