1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
|
# ChangeLog for net-misc/strongswan
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.151 2015/01/15 08:39:41 ago Exp $
15 Jan 2015; Agostino Sarubbo <ago@gentoo.org> strongswan-5.2.2.ebuild:
Stable for ppc, wrt bug #536226
12 Jan 2015; Agostino Sarubbo <ago@gentoo.org> strongswan-5.2.2.ebuild:
Stable for amd64, wrt bug #536226
11 Jan 2015; Andreas Schuerch <nativemad@gentoo.org> strongswan-5.2.2.ebuild:
x86 stable, see bug 536226
*strongswan-5.2.2 (11 Jan 2015)
11 Jan 2015; <gurligebis@gentoo.org> -strongswan-5.2.1.ebuild,
+strongswan-5.2.2.ebuild:
Bumping to 5.2.2, containing fix for CVE-2014-9221.
*strongswan-5.2.1 (26 Oct 2014)
26 Oct 2014; <gurligebis@gentoo.org> -strongswan-5.2.0-r1.ebuild,
+strongswan-5.2.1.ebuild:
Bumping to 5.2.1
18 Oct 2014; Mike Frysinger <vapier@gentoo.org> strongswan-5.2.0-r1.ebuild:
Add USE=gmp to control the gmp plugin #504942 by Enrico Tagliavini.
*strongswan-5.2.0-r1 (13 Sep 2014)
13 Sep 2014; <gurligebis@gentoo.org> -strongswan-5.2.0.ebuild,
+strongswan-5.2.0-r1.ebuild, files/ipsec, metadata.xml:
Changing init script to "use logger" instead of "need logger" - fixing bug
#476514 .
Adding use flags for more plugins, fixing bugs #481740 and #504942 .
*strongswan-5.2.0 (10 Jul 2014)
10 Jul 2014; <gurligebis@gentoo.org> +strongswan-5.2.0.ebuild:
Bumping to 5.2.0
10 May 2014; <gurligebis@gentoo.org> -strongswan-5.1.1.ebuild:
Removing old version, with known issues, fixing bug #507722 and #509832
10 May 2014; Agostino Sarubbo <ago@gentoo.org> strongswan-5.1.3.ebuild:
Stable for ppc, wrt bug #507722
22 Apr 2014; Agostino Sarubbo <ago@gentoo.org> strongswan-5.1.3.ebuild:
Stable for arm, wrt bug #507722
19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> strongswan-5.1.3.ebuild:
Stable for x86, wrt bug #507722
19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> strongswan-5.1.3.ebuild:
Stable for amd64, wrt bug #507722
18 Apr 2014; Patrick McLean <chutzpah@gentoo.org> strongswan-5.1.3.ebuild:
Enable "constraints" USE flag by default.
18 Apr 2014; Patrick McLean <chutzpah@gentoo.org> strongswan-5.1.3.ebuild,
metadata.xml:
Add "constraints" USE flag to enable/disable advanced X509 constraint
checking.
*strongswan-5.1.3 (16 Apr 2014)
16 Apr 2014; <gurligebis@gentoo.org> -strongswan-5.1.2.ebuild,
+strongswan-5.1.3.ebuild:
Bumping to 5.1.3
*strongswan-5.1.2 (03 Mar 2014)
03 Mar 2014; <gurligebis@gentoo.org> +strongswan-5.1.2.ebuild:
Bumping to 5.1.2
01 Mar 2014; Michał Górny <mgorny@gentoo.org> strongswan-5.1.1.ebuild:
Update libgcrypt dep to use slot :0.
05 Jan 2014; Mike Gilbert <floppym@gentoo.org> strongswan-5.1.1.ebuild:
Add blocker on libreswan.
10 Nov 2013; <gurligebis@gentoo.org> -strongswan-5.1.0.ebuild:
Removing old version
10 Nov 2013; Agostino Sarubbo <ago@gentoo.org> strongswan-5.1.1.ebuild:
Stable for ppc, wrt bug #490236
10 Nov 2013; Agostino Sarubbo <ago@gentoo.org> strongswan-5.1.1.ebuild:
Stable for arm, wrt bug #490236
09 Nov 2013; Agostino Sarubbo <ago@gentoo.org> strongswan-5.1.1.ebuild:
Stable for x86, wrt bug #490236
09 Nov 2013; Agostino Sarubbo <ago@gentoo.org> strongswan-5.1.1.ebuild:
Stable for amd64, wrt bug #490236
*strongswan-5.1.1 (01 Nov 2013)
01 Nov 2013; <gurligebis@gentoo.org> -strongswan-5.1.0-r1.ebuild,
+strongswan-5.1.1.ebuild:
Bumping to 5.1.1
*strongswan-5.1.0-r1 (01 Sep 2013)
01 Sep 2013; <gurligebis@gentoo.org> -strongswan-5.0.4.ebuild,
+strongswan-5.1.0-r1.ebuild:
Adding dependency for networkmanager, fixing bug #481932
09 Aug 2013; Agostino Sarubbo <ago@gentoo.org> strongswan-5.1.0.ebuild:
Stable for arm, wrt bug #479396
08 Aug 2013; Agostino Sarubbo <ago@gentoo.org> strongswan-5.1.0.ebuild:
Stable for x86, wrt bug #479396
08 Aug 2013; Agostino Sarubbo <ago@gentoo.org> strongswan-5.1.0.ebuild:
Stable for ppc, wrt bug #479396
07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> strongswan-5.1.0.ebuild:
Stable for amd64, wrt bug #479396
*strongswan-5.1.0 (01 Aug 2013)
01 Aug 2013; <gurligebis@gentoo.org> -strongswan-5.0.4-r1.ebuild,
+strongswan-5.1.0.ebuild:
Bumping to 5.1.0, to help fix #479396
20 Jul 2013; Pacho Ramos <pacho@gentoo.org> strongswan-5.0.4-r1.ebuild:
Use systemd.eclass (#470082 by Alexander Tsoy).
*strongswan-5.0.4-r1 (30 Jun 2013)
30 Jun 2013; <gurligebis@gentoo.org> -strongswan-5.0.0.ebuild,
strongswan-5.0.4.ebuild, +strongswan-5.0.4-r1.ebuild:
Adding support for EAP-TLS, fixing bug #473248.
Removing old version.
30 Jun 2013; <gurligebis@gentoo.org> strongswan-5.0.4.ebuild:
Adding support for networkmanager, fixing bug #472436.
Bumping to EAPI 5.
09 Jun 2013; Mike Frysinger <vapier@gentoo.org> metadata.xml:
Add upstream CPE tag (security info) from ChromiumOS.
11 May 2013; Agostino Sarubbo <ago@gentoo.org> strongswan-5.0.4.ebuild:
Stable for ppc, wrt bug #468504
11 May 2013; Agostino Sarubbo <ago@gentoo.org> strongswan-5.0.4.ebuild:
Stable for arm, wrt bug #468504
10 May 2013; Agostino Sarubbo <ago@gentoo.org> strongswan-5.0.4.ebuild:
Stable for x86, wrt bug #468504
10 May 2013; Agostino Sarubbo <ago@gentoo.org> strongswan-5.0.4.ebuild:
Stable for amd64, wrt bug #468504
*strongswan-5.0.4 (04 May 2013)
04 May 2013; <gurligebis@gentoo.org> -strongswan-5.0.3.ebuild,
+strongswan-5.0.4.ebuild:
Bumping to 5.0.4 to fix CVE-2013-2944
28 Apr 2013; <gurligebis@gentoo.org> strongswan-5.0.3.ebuild:
Adding epatch_user support, fixing bug #458982
28 Apr 2013; <gurligebis@gentoo.org> strongswan-5.0.3.ebuild:
Fixing info regarding running with non-root flag, fixing bug #461652
*strongswan-5.0.3 (09 Apr 2013)
09 Apr 2013; <gurligebis@gentoo.org> -strongswan-5.0.2.ebuild,
+strongswan-5.0.3.ebuild:
Bumping to 5.0.3
*strongswan-5.0.2 (02 Feb 2013)
02 Feb 2013; <gurligebis@gentoo.org> -strongswan-5.0.1.ebuild,
+strongswan-5.0.2.ebuild:
Bumping to 5.0.2 and removing old version.
24 Jan 2013; Mike Frysinger <vapier@gentoo.org> strongswan-5.0.0.ebuild,
strongswan-5.0.1.ebuild:
Drop `die` as it does not make sense in many cases -- cross-compiling,
deploying to ROOT=/some/where, building a binpkg for another system, etc...
04 Nov 2012; Ulrich Müller <ulm@gentoo.org> strongswan-5.0.0.ebuild,
strongswan-5.0.1.ebuild:
Update LICENSE, RSA-MD5 and RSA-PKCS11 are replaced by RSA license template.
17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> strongswan-5.0.0.ebuild:
x86 stable wrt bug #435614
*strongswan-5.0.1 (10 Oct 2012)
10 Oct 2012; <gurligebis@gentoo.org> +strongswan-5.0.1.ebuild:
Bumping to 5.0.1, fixing bug #437676
30 Sep 2012; Agostino Sarubbo <ago@gentoo.org> strongswan-5.0.0.ebuild:
Stable for AMD64, wrt bug #435614
30 Sep 2012; <gurligebis@gentoo.org> strongswan-5.0.0.ebuild:
Removing reference to missing ipsec.secrets file, fixing bug #436682
30 Sep 2012; Raúl Porcel <armin76@gentoo.org> strongswan-5.0.0.ebuild:
Drop sparc keywords
24 Sep 2012; Anthony G. Basile <blueness@gentoo.org> strongswan-5.0.0.ebuild:
stable arm, bug #435614
24 Sep 2012; Anthony G. Basile <blueness@gentoo.org> strongswan-5.0.0.ebuild:
stable ppc, keyword ~ppc64, bug #435614
21 Sep 2012; <gurligebis@gentoo.org> -strongswan-4.6.4.ebuild,
strongswan-5.0.0.ebuild, metadata.xml:
Making IKEv1 and IKEv2 required, since it makes no sense without them, fixing
compiling problems in bug #435614, and removing old version.
06 Sep 2012; <gurligebis@gentoo.org> strongswan-5.0.0.ebuild, metadata.xml:
Fixing building with -pam and +eap use flags, fixing bug #434128
*strongswan-5.0.0 (01 Jul 2012)
01 Jul 2012; <gurligebis@gentoo.org> +strongswan-5.0.0.ebuild:
Bumping to 5.0.0
*strongswan-4.6.4 (31 May 2012)
31 May 2012; <gurligebis@gentoo.org> -strongswan-4.6.3.ebuild,
+strongswan-4.6.4.ebuild:
Bumping to 4.6.4
*strongswan-4.6.3 (01 May 2012)
01 May 2012; <gurligebis@gentoo.org> -strongswan-4.6.2.ebuild,
+strongswan-4.6.3.ebuild:
Bumping to 4.6.3
*strongswan-4.6.2 (21 Feb 2012)
21 Feb 2012; <gurligebis@gentoo.org> -strongswan-4.6.1.ebuild,
+strongswan-4.6.2.ebuild:
Bumping to 4.6.2
*strongswan-4.6.1 (10 Nov 2011)
10 Nov 2011; <gurligebis@gentoo.org> -strongswan-4.6.0.ebuild,
+strongswan-4.6.1.ebuild:
Bumping to 4.6.1
*strongswan-4.6.0 (04 Nov 2011)
04 Nov 2011; <gurligebis@gentoo.org> -strongswan-4.5.3.ebuild,
+strongswan-4.6.0.ebuild:
Bumping to 4.6.0 and adding ~arm keyword - fixing bug #389447
05 Aug 2011; <gurligebis@gentoo.org> strongswan-4.5.3.ebuild:
Fixing sandbox violations on amd64 - bug #377653
*strongswan-4.5.3 (03 Aug 2011)
03 Aug 2011; <gurligebis@gentoo.org> -strongswan-4.5.1.ebuild,
-strongswan-4.5.2.ebuild, +strongswan-4.5.3.ebuild:
Bumping to 4.5.3 and removing old versions.
*strongswan-4.5.2 (19 May 2011)
19 May 2011; <gurligebis@gentoo.org> -files/strongswan-4.2.7-install.patch,
-files/strongswan-4.3.3-install.patch, -strongswan-4.3.7.ebuild,
-strongswan-4.4.1.ebuild, +strongswan-4.5.2.ebuild:
Bumping to 4.5.2 and removing old versions and unused patches.
*strongswan-4.5.1 (12 Feb 2011)
12 Feb 2011; <gurligebis@gentoo.org> -strongswan-4.5.0-r1.ebuild,
-files/strongswan-4.5.0-dhcp_segfault.patch, +strongswan-4.5.1.ebuild:
Bumping to 4.5.1 and removing fix included in 4.5.1
*strongswan-4.5.0-r1 (18 Jan 2011)
18 Jan 2011; <gurligebis@gentoo.org> -strongswan-4.5.0.ebuild,
+strongswan-4.5.0-r1.ebuild, +files/strongswan-4.5.0-dhcp_segfault.patch:
Applying patch from 4.5.1 development release to fix segfault.
*strongswan-4.5.0 (05 Dec 2010)
05 Dec 2010; <gurligebis@gentoo.org> +strongswan-4.5.0.ebuild, metadata.xml:
Bumping to 4.5.0 and adding support for EAP modules.
*strongswan-4.4.1 (03 Aug 2010)
*strongswan-4.3.7 (03 Aug 2010)
03 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
-strongswan-4.3.6-r2.ebuild, +strongswan-4.3.7.ebuild,
-strongswan-4.4.0.ebuild, +strongswan-4.4.1.ebuild, metadata.xml:
Version to bump to fix security problem. Bug #330845. Thanks to Matthias
Dahl <ua_bugz_gentoo@mortal-soul.de>
*strongswan-4.4.0 (10 May 2010)
10 May 2010; Markos Chandras <hwoarang@gentoo.org>
+strongswan-4.4.0.ebuild, metadata.xml:
Version bump thanks to Matthias Dahl <ua_bugz_gentoo@mortal-soul.de>
*strongswan-4.3.6-r2 (02 Apr 2010)
02 Apr 2010; Ben de Groot <yngwin@gentoo.org> -strongswan-4.2.17.ebuild,
-strongswan-4.3.3.ebuild, -strongswan-4.3.4.ebuild,
-strongswan-4.3.5.ebuild, -strongswan-4.3.6.ebuild,
-strongswan-4.3.6-r1.ebuild, +strongswan-4.3.6-r2.ebuild, metadata.xml:
Remove 'nat' useflag as it is misleading and replace it with an
appropriate 'nat-transport' flag and warn users about it. Fix dependency on
openssl[-bindist] wrt bug #311981. Thanks to Thomas Klute for reporting this.
Overhaul of package/useflag descriptions. Drop built_with_use again
(deprecated) which I introduced in the latest revision. Addition of several
new warnings/logs that will hopefully help the user. Drop old (and
unsupported by proxy maintainer) ebuilds. Update metadata.xml.
23 Mar 2010; Ben de Groot <yngwin@gentoo.org> strongswan-4.3.6-r1.ebuild:
Fix directory ownership for '+non-root -caps'/'-non-root +caps'
installations and add docs. (Changes by Matthias Dahl.)
*strongswan-4.3.6-r1 (16 Mar 2010)
16 Mar 2010; Patrick Lauer <patrick@gentoo.org>
+strongswan-4.3.6-r1.ebuild, metadata.xml:
Improved ebuild, thanks to Matthias Dahl. Proxymaintaining with Matthias
now. Fixes #308101
27 Feb 2010; Ulrich Mueller <ulm@gentoo.org> strongswan-4.3.3.ebuild,
strongswan-4.3.4.ebuild, strongswan-4.3.5.ebuild, strongswan-4.3.6.ebuild:
Remove RSA-MD2 from LICENSE because src/pluto/md2.c is gone.
*strongswan-4.3.6 (17 Feb 2010)
17 Feb 2010; Wolfram Schlich <wschlich@gentoo.org>
+strongswan-4.3.6.ebuild:
version bump
*strongswan-4.3.5 (02 Nov 2009)
02 Nov 2009; Wolfram Schlich <wschlich@gentoo.org>
+strongswan-4.3.5.ebuild:
version bump
*strongswan-4.3.4 (01 Sep 2009)
01 Sep 2009; Wolfram Schlich <wschlich@gentoo.org>
+strongswan-4.3.4.ebuild:
fix bug #279270 + version bump
*strongswan-4.3.3 (29 Jul 2009)
*strongswan-4.2.17 (29 Jul 2009)
29 Jul 2009; Wolfram Schlich <wschlich@gentoo.org>
+files/strongswan-4.3.3-install.patch, -strongswan-4.2.8.ebuild,
-strongswan-4.2.15.ebuild, -strongswan-4.2.16.ebuild,
+strongswan-4.2.17.ebuild, -strongswan-4.3.2.ebuild,
+strongswan-4.3.3.ebuild:
version bumps fixing bug #279319, removed old versions
28 Jun 2009; Patrick Lauer <patrick@gentoo.org> strongswan-4.3.2.ebuild:
Adding missing dev-libs/libgcrypt depend. Solves #275305
23 Jun 2009; Tobias Heinlein <keytoaster@gentoo.org>
strongswan-4.2.8.ebuild:
Build fix for >=glibc-2.10, patch by cmuelle8 <cmue81@gmx.de>, bug #272511
*strongswan-4.3.2 (23 Jun 2009)
*strongswan-4.2.16 (23 Jun 2009)
23 Jun 2009; Tobias Heinlein <keytoaster@gentoo.org>
+strongswan-4.2.16.ebuild, +strongswan-4.3.2.ebuild:
Version bump, fixes security bug #275096.
23 Jun 2009; Tobias Heinlein <keytoaster@gentoo.org>
strongswan-4.2.15.ebuild:
Build fix for >=glibc-2.10, patch by cmuelle8 <cmue81@gmx.de>, bug #272511
09 Jun 2009; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Reassign to maintainer-needed until a secure-tunneling herd is formed.
*strongswan-4.2.15 (07 Jun 2009)
07 Jun 2009; Robert Buchholz <rbu@gentoo.org> +strongswan-4.2.15.ebuild:
Version bump, fixes security bug 264346 and 272276. Remove old warning in
the code, fix dependencies and configure options. Comment in user and group
specification again. Added some TODOs.
21 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
-files/ipsec-path-2.8.3.patch.bz2, -files/ipsec-path-2.8.4.patch.bz2,
-files/ipsec-install-4.1.9.patch, -files/ipsec-install-4.1.11.patch,
-files/strongswan-4.2.3-install.patch, -files/ipsec-path.patch.bz2,
-strongswan-2.8.0.ebuild, -strongswan-2.8.4.ebuild,
-strongswan-4.1.6.ebuild, -strongswan-4.1.9.ebuild,
-strongswan-4.1.11.ebuild, -strongswan-4.2.3.ebuild,
-strongswan-4.2.7.ebuild:
maintainer-needed so I cleaned out the mess so it's easier to pick up in the
future. (bug #227639, bug #226805, and bug #248999)
*strongswan-4.2.8 (10 Nov 2008)
10 Nov 2008; Robin H. Johnson <robbat2@gentoo.org>
+strongswan-4.2.8.ebuild:
Version bump.
*strongswan-4.2.7 (24 Sep 2008)
24 Sep 2008; Robin H. Johnson <robbat2@gentoo.org>
+files/strongswan-4.2.7-install.patch, +strongswan-4.2.7.ebuild:
Version bump per security bug #238534.
23 Aug 2008; Markus Meier <maekke@gentoo.org> strongswan-4.1.11.ebuild:
add ~amd64, bug #215669
06 Aug 2008; Robin H. Johnson <robbat2@gentoo.org> Manifest:
Bugfix as I broke the manifest the other day, per bug #234046.
*strongswan-4.2.3 (30 Jul 2008)
30 Jul 2008; Robin H. Johnson <robbat2@gentoo.org>
+files/strongswan-4.2.3-install.patch, +strongswan-4.2.3.ebuild:
Version bump, since pylon has left.
29 May 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing Lars Weiler (Pylon) from metadata.xml (as per #215644).
29 Apr 2008; Raúl Porcel <armin76@gentoo.org> strongswan-4.1.11.ebuild:
Add ~sparc wrt #215669
30 Mar 2008; Lars Weiler <pylon@gentoo.org> strongswan-4.1.11.ebuild:
Some fixups for non-root-mode installation; bug #208196.
*strongswan-4.1.11 (30 Mar 2008)
30 Mar 2008; Lars Weiler <pylon@gentoo.org>
+files/ipsec-install-4.1.11.patch, +strongswan-4.1.11.ebuild:
Version bump; bugs #211853 and #211938.
*strongswan-4.1.9 (16 Dec 2007)
16 Dec 2007; Lars Weiler <pylon@gentoo.org>
+files/ipsec-install-4.1.9.patch, files/ipsec, strongswan-2.8.0.ebuild,
-strongswan-2.8.3.ebuild, strongswan-2.8.4.ebuild,
+strongswan-4.1.9.ebuild:
Version bump; new init-script; cleanup; quotes.
08 Oct 2007; Lars Weiler <pylon@gentoo.org> strongswan-4.1.6.ebuild:
Removed experimental dbus/networkmanager-support.
*strongswan-4.1.6 (02 Oct 2007)
02 Oct 2007; Lars Weiler <pylon@gentoo.org> +strongswan-4.1.6.ebuild:
Major version bump. Could only test on x86 and ppc.
*strongswan-2.8.4 (31 May 2007)
31 May 2007; Lars Weiler <pylon@gentoo.org>
-files/strongswan-2.5.7-gentoo.patch,
-files/strongswan-2.6.2-gentoo.patch, +files/ipsec-path-2.8.4.patch.bz2,
+strongswan-2.8.4.ebuild:
Version bump. Works now with current (testing) linux-headers.
19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove pfeifer from metadata.xml due to retirement.
*strongswan-2.8.3 (28 Feb 2007)
28 Feb 2007; Lars Weiler <pylon@gentoo.org>
-files/linux-headers-2.6.18.patch, +files/ipsec-path-2.8.3.patch.bz2,
strongswan-2.8.0.ebuild, -strongswan-2.8.1.ebuild,
+strongswan-2.8.3.ebuild:
Version bump. Added dependency to linux-headers as new versions (>=2.6.18)
removed some needed functions.
28 Feb 2007; Lars Weiler <pylon@gentoo.org> -strongswan-2.5.7.ebuild,
-strongswan-2.6.2.ebuild, strongswan-2.8.0.ebuild,
strongswan-2.8.1.ebuild:
Clean out old versions. Resolve bug #163983 with using emake instead of make.
10 Feb 2007; Steve Dibb <beandog@gentoo.org> strongswan-2.8.0.ebuild:
amd64 stable, bug 162649
30 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org>
strongswan-2.8.0.ebuild:
Stable on sparc wrt #162649
*strongswan-2.8.1 (20 Jan 2007)
20 Jan 2007; Lars Weiler <pylon@gentoo.org>
+files/linux-headers-2.6.18.patch, files/ipsec-path.patch.bz2,
strongswan-2.8.0.ebuild, +strongswan-2.8.1.ebuild:
Version bump (currently masked due to compile problems on a stable system)
and a patch for newer linux-headers; bug #162811.
18 Jan 2007; Raúl Porcel <armin76@gentoo.org> strongswan-2.8.0.ebuild:
x86 stable wrt bug 162649
18 Jan 2007; Lars Weiler <pylon@gentoo.org> strongswan-2.8.0.ebuild:
Patched Makefile for successful test-phase.
18 Jan 2007; Lars Weiler <pylon@gentoo.org> strongswan-2.8.0.ebuild:
Stable on ppc; bug #162649.
16 Dec 2006; Lars Weiler <pylon@gentoo.org> +files/ipsec-path.patch.bz2,
strongswan-2.8.0.ebuild:
Patchset for using /etc/ipsec as config-files path.
07 Dec 2006; Lars Weiler <pylon@gentoo.org> metadata.xml,
strongswan-2.8.0.ebuild:
More ebuild polishing to keep it similar to net-misc/openswan.
*strongswan-2.8.0 (07 Dec 2006)
07 Dec 2006; Lars Weiler <pylon@gentoo.org> +strongswan-2.8.0.ebuild:
Version bump with complete ebuild-review. Currently package.masked due to
connection errors which need to be debugged.
01 May 2006; Jason Wever <weeve@gentoo.org> strongswan-2.5.7.ebuild:
Stable on SPARC.
16 Feb 2006; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.6.2.ebuild:
Fix use flag issue in 2.6.2.
*strongswan-2.6.2 (16 Feb 2006)
16 Feb 2006; Jay Pfeifer <pfeifer@gentoo.org>
-files/strongswan-2.5.0-gentoo.patch,
+files/strongswan-2.6.2-gentoo.patch, -strongswan-2.5.0.ebuild,
+strongswan-2.6.2.ebuild:
Version bump.
Remove older 2.5.0 version.
15 Jan 2006; Jason Wever <weeve@gentoo.org> strongswan-2.5.7.ebuild:
Added ~sparc keyword wrt bug #60816.
15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org>
strongswan-2.5.7.ebuild:
Stable on ppc.
08 Dec 2005; Jay Pfeifer <pfeifer@gentoo.org>
-files/strongswan-2.5.4-gentoo.patch,
-files/strongswan-2.5.6-gentoo.patch, -strongswan-2.5.4.ebuild,
-strongswan-2.5.6.ebuild, strongswan-2.5.7.ebuild:
Mark strongswan-2.5.7 stable on x86.
Remove a couple previous versions.
*strongswan-2.5.7 (15 Nov 2005)
15 Nov 2005; Jay Pfeifer <pfeifer@gentoo.org>
+files/strongswan-2.5.7-gentoo.patch, +strongswan-2.5.7.ebuild:
Version bump adding CA cert autoloading from smartcard.
*strongswan-2.5.6 (15 Nov 2005)
15 Nov 2005; Jay Pfeifer <pfeifer@gentoo.org>
+files/strongswan-2.5.6-gentoo.patch, +strongswan-2.5.6.ebuild:
Version bump.
13 Sep 2005; Jay Pfeifer <pfeifer@gentoo.org>
-files/strongswan-2.2.2-gentoo.patch,
-files/strongswan-2.3.0-gentoo.patch,
-files/strongswan-2.3.2-gentoo.patch,
-files/strongswan-2.4.1-gentoo.patch,
-files/strongswan-2.4.4-gentoo.patch, -strongswan-2.2.2.ebuild,
-strongswan-2.3.0.ebuild, -strongswan-2.3.2.ebuild,
-strongswan-2.4.1.ebuild, -strongswan-2.4.4.ebuild:
Remove old ebuilds.
*strongswan-2.5.4 (12 Sep 2005)
12 Sep 2005; Jay Pfeifer <pfeifer@gentoo.org>
+files/strongswan-2.5.4-gentoo.patch, +strongswan-2.5.4.ebuild:
Version bump.
03 Sep 2005; Michael Hanselmann <hansmi@gentoo.org>
strongswan-2.5.0.ebuild:
Stable on ppc.
15 Aug 2005; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.5.0.ebuild:
Mark 2.5.0 stable on x86.
*strongswan-2.5.0 (25 Jul 2005)
25 Jul 2005; Jay Pfeifer <pfeifer@gentoo.org>
+files/strongswan-2.5.0-gentoo.patch, +strongswan-2.5.0.ebuild:
Version bump.
15 Jul 2005; George Shapovalov <george@gentoo.org> strongswan-*.ebuild:
changed dependency net-misc/host -> net-dns/host to account for package move
11 Jul 2005; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.4.4.ebuild:
Mark stable on x86.
*strongswan-2.4.4 (23 Jun 2005)
23 Jun 2005; Jay Pfeifer <pfeifer@gentoo.org>
+files/strongswan-2.4.4-gentoo.patch, +strongswan-2.4.4.ebuild:
Version bump.
10 May 2005; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.4.1.ebuild:
Mark stable on x86.
*strongswan-2.4.1 (12 Apr 2005)
12 Apr 2005; Jay Pfeifer <pfeifer@gentoo.org>
+files/strongswan-2.4.1-gentoo.patch, +strongswan-2.4.1.ebuild:
Version bump.
01 Apr 2005; Lars Weiler <pylon@gentoo.org> strongswan-2.3.0.ebuild:
Stable on ppc.
*strongswan-2.3.2 (20 Feb 2005)
20 Feb 2005; Jay Pfeifer <pfeifer@gentoo.org>
-files/strongswan-2.1.3-gcc34.patch, -files/strongswan-2.1.3-gentoo.patch,
-files/strongswan-2.1.5-gentoo.patch,
-files/strongswan-2.2.0-gentoo.patch,
-files/strongswan-2.2.1-gentoo.patch,
-files/strongswan-2.3.1-gentoo.patch,
+files/strongswan-2.3.2-gentoo.patch, -strongswan-2.1.3.ebuild,
-strongswan-2.1.5.ebuild, -strongswan-2.2.0.ebuild,
-strongswan-2.2.1.ebuild, -strongswan-2.3.1.ebuild,
+strongswan-2.3.2.ebuild:
Add version 2.3.2(mode config and nat-t seg fault fixes).
Remove 2.3.1 due to bug fixes placed into 2.3.2.
Remove older versions.
*strongswan-2.3.1 (14 Feb 2005)
14 Feb 2005; Jay Pfeifer <pfeifer@gentoo.org>
+files/strongswan-2.3.1-gentoo.patch, +strongswan-2.3.1.ebuild:
Version bump adding IKE Mode Config.
05 Jan 2005; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.3.0.ebuild:
Mark stable on x86.
*strongswan-2.3.0 (20 Dec 2004)
20 Dec 2004; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.3.0.ebuild:
Version bump to strongswan-2.3.0.
Now with Group policies based on X.509 attribute certificates (RFC 3281)
15 Nov 2004; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.2.2.ebuild:
Stable on x86.
06 Nov 2004; Lars Weiler <pylon@gentoo.org> strongswan-2.2.2.ebuild:
Stable on ppc.
*strongswan-2.2.2 (25 Oct 2004)
25 Oct 2004; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.2.2.ebuild:
Version bump to strongswan-2.2.2.
Move forward ~amd64 from version 2.1.3 to 2.2.2 since opensc/openct are now available for ~amd64.
Tested on opteron and nocona systems.
25 Oct 2004; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.2.1.ebuild:
Mark stable on x86.
*strongswan-2.2.1 (17 Sep 2004)
17 Sep 2004; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.2.1.ebuild:
Version bump.
12 Sep 2004; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.1.3.ebuild,
strongswan-2.1.3-r1.ebuild, strongswan-2.1.5.ebuild, strongswan-2.2.0.ebuild:
Fix-up of ebuilds to block openswan. Closing bug #60794.
05 Sep 2004; Sven Wegener <swegener@gentoo.org> :
Fixed ChangeLog header.
*strongswan-2.2.0 (31 Aug 2004)
31 Aug 2004; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.2.0.ebuild:
Version bump with DPD support!
15 Aug 2004; David Holm <dholm@gentoo.org> strongswan-2.1.5.ebuild:
Added to ~ppc.
15 Aug 2004; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.1.5.ebuild:
Mark stable on x86.
*strongswan-2.1.5 (22 Jul 2004)
22 Jul 2004; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.1.5.ebuild:
Version bump.
07 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> strongswan-2.1.3-r1.ebuild:
fix use invocation
01 Jul 2004; Jon Hood <squinky86@gentoo.org> strongswan-2.1.3-r1.ebuild,
strongswan-2.1.3.ebuild:
change virtual/glibc to virtual/libc
*strongswan-2.1.3-r1 (01 Jul 2004)
01 Jul 2004; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.1.3-r1.ebuild:
Added use flags for curl, ldap, & smartcard.
19 Jun 2004; Danny van Dyk <kugelfang@gentoo.org>
+files/strongswan-2.1.3-gcc34.patch, strongswan-2.1.3.ebuild:
Added patch to make strongswan compile with gcc-3.4.
*strongswan-2.1.3 (19 Jun 2004)
19 Jun 2004; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.1.3.ebuild:
Version bump. Contains fixes for potential security issues.
Info here: http://lists.openswan.org/pipermail/dev/2004-June/000370.html
Removing all prior versions.
18 Jun 2004; David Holm <dholm@gentoo.org> strongswan-2.1.1.ebuild:
Added to ~ppc.
*strongswan-2.1.1 (15 Jun 2004)
15 Jun 2004; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.1.1.ebuild:
Version bump.
*strongswan-2.0.2 (19 May 2004)
19 May 2004; Jay Pfeifer <pfeifer@gentoo.org> strongswan-2.0.2.ebuild:
Initial import.
Provides userspace IPsec tool/support for FreeS/WAN based 2.4 kernels
and native 2.6 (KAME) based IPsec. Enjoy :)
|