mirror of
https://abf.rosa.ru/djam/openswan.git
synced 2025-02-23 08:42:50 +00:00
Automatic import for version 2.6.37
This commit is contained in:
parent
078c7d9fa3
commit
6df44edb74
4 changed files with 28 additions and 62 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
"openswan-2.6.28.tar.gz": bc6706d9070292c069bcea2f568e4467d8540194
|
"openswan-2.6.37.tar.gz": a0da03e113f1a54c60513f7e8f9908e198c5cd15
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.9 (GNU/Linux)
|
|
||||||
|
|
||||||
iQEcBAABAgAGBQJMUcxwAAoJEA1YKYS36C343/8H/2xocAJG2FHMrm4PNsVaXBcM
|
|
||||||
PL2jfA8mkDvdd3s3oHVolb/Nhce54JU43xk6mdJUeTeYs+pl6SNlL57Obf4sBcXW
|
|
||||||
N6g/q+v7Ptf1r/vTYoEUB0F3K/aJBlML+iwW1ZVC3HXzf75ADJP+0vuGfrBOtzko
|
|
||||||
OYPBSDrjGAwpoJhMLoIziwRV7nOAobAyGW2pQ6zMml6iLd9dHFlQJFboYsPECMiU
|
|
||||||
dNk5NkSCmLTORP96fne1ruastrzi3TkPXHineRdBP7VbtYkBOgwaTHG5eIyWPFMP
|
|
||||||
C7wtJQZpso1xB4JQXkiOD/wU+IvMvfPJfcNapcxn9zyNmCtZdE3BsP8D+OO4aKc=
|
|
||||||
=SG6t
|
|
||||||
-----END PGP SIGNATURE-----
|
|
11
openswan-2.6.37.tar.gz.asc
Normal file
11
openswan-2.6.37.tar.gz.asc
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.5 (GNU/Linux)
|
||||||
|
|
||||||
|
iQEVAwUATqsaoA1YKYS36C34AQL8CQf+LkrzcXc8UeCm1zHtOuKj9Z+Oc5Ns2tSV
|
||||||
|
wKh7g53J9XDQ5mkVj/LDaAmQZvwL0/MooCd5pJEoQpTewHyx/ZWkIuF5GRWANiUf
|
||||||
|
ubJLFsLV/ceO36aAUx7AtqG5kzHdETC2TmRNZvayF22bJekHUDSwbrk1exeztTw6
|
||||||
|
uJAwNzIpAG1oo8BpG3RY2RA61NbVFjO1isI5sxoO7XF/VjX4zdVTykyA72oU6GSM
|
||||||
|
yjiJlfulqfUnjlGsF3Q8K4B6KiaCbA4k0DjMelIeZdjYippgR8w5CBFBgJ0zEjc3
|
||||||
|
Ccz22VtjoDXr7JbyCEyl9Odg2W3sO3IVZUqixBLVxRzbyh3/2DxoFQ==
|
||||||
|
=vr56
|
||||||
|
-----END PGP SIGNATURE-----
|
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
Summary: An implementation of IPSEC & IKE for Linux
|
Summary: An implementation of IPSEC & IKE for Linux
|
||||||
Name: openswan
|
Name: openswan
|
||||||
Version: 2.6.28
|
Version: 2.6.37
|
||||||
Release: %mkrel 2
|
Release: %mkrel 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
URL: http://www.openswan.org/
|
URL: http://www.openswan.org/
|
||||||
|
@ -57,7 +57,7 @@ This is the documentation for Openswan.
|
||||||
|
|
||||||
%setup -q -n openswan-%{version}
|
%setup -q -n openswan-%{version}
|
||||||
%patch0 -p0 -b .manfix
|
%patch0 -p0 -b .manfix
|
||||||
%patch1 -p0 -b .format_not_a_string_literal_and_no_format_arguments
|
# %patch1 -p0 -b .format_not_a_string_literal_and_no_format_arguments
|
||||||
|
|
||||||
find . -type f -name "*.html" -exec dos2unix -U {} \;
|
find . -type f -name "*.html" -exec dos2unix -U {} \;
|
||||||
|
|
||||||
|
@ -130,10 +130,19 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc doc/*
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 08 2011 Alexander Khrukin <akhrukin@mandriva.org> 2.6.37-1mdv2012.0
|
||||||
|
+ Revision: 729094
|
||||||
|
- update to 2.6.37 upstream release
|
||||||
|
|
||||||
|
* Sat Oct 22 2011 Zombie Ryushu <ryushu@mandriva.org> 2.6.36-1
|
||||||
|
+ Revision: 705678
|
||||||
|
- fix docdir
|
||||||
|
- fix deprecated patch
|
||||||
|
- Upgrade to 2.6.36
|
||||||
|
|
||||||
* Fri Sep 03 2010 Luis Daniel Lucio Quiroz <dlucio@mandriva.org> 2.6.28-2mdv2011.0
|
* Fri Sep 03 2010 Luis Daniel Lucio Quiroz <dlucio@mandriva.org> 2.6.28-2mdv2011.0
|
||||||
+ Revision: 575574
|
+ Revision: 575574
|
||||||
- lsof as require
|
- lsof as require
|
||||||
|
@ -174,7 +183,7 @@ rm -rf %{buildroot}
|
||||||
- upgrade to 2.6.18
|
- upgrade to 2.6.18
|
||||||
- clean end of line ( automatic with vim )
|
- clean end of line ( automatic with vim )
|
||||||
|
|
||||||
* Mon Sep 01 2008 Olivier Blin <oblin@mandriva.com> 2.6.16-1mdv2009.0
|
* Mon Sep 01 2008 Olivier Blin <blino@mandriva.org> 2.6.16-1mdv2009.0
|
||||||
+ Revision: 278117
|
+ Revision: 278117
|
||||||
- 2.6.16
|
- 2.6.16
|
||||||
|
|
||||||
|
@ -188,7 +197,7 @@ rm -rf %{buildroot}
|
||||||
+ Pixel <pixel@mandriva.com>
|
+ Pixel <pixel@mandriva.com>
|
||||||
- adapt to %%_localstatedir now being /var instead of /var/lib (#22312)
|
- adapt to %%_localstatedir now being /var instead of /var/lib (#22312)
|
||||||
|
|
||||||
* Sat Mar 01 2008 Olivier Blin <oblin@mandriva.com> 2.4.12-1mdv2008.1
|
* Sat Mar 01 2008 Olivier Blin <blino@mandriva.org> 2.4.12-1mdv2008.1
|
||||||
+ Revision: 177431
|
+ Revision: 177431
|
||||||
- 2.4.12
|
- 2.4.12
|
||||||
- restore BuildRoot
|
- restore BuildRoot
|
||||||
|
@ -196,50 +205,7 @@ rm -rf %{buildroot}
|
||||||
+ Thierry Vignaud <tv@mandriva.org>
|
+ Thierry Vignaud <tv@mandriva.org>
|
||||||
- kill re-definition of %%buildroot on Pixel's request
|
- kill re-definition of %%buildroot on Pixel's request
|
||||||
|
|
||||||
* Fri May 25 2007 Olivier Blin <oblin@mandriva.com> 2.4.8-1mdv2008.0
|
* Fri May 25 2007 Olivier Blin <blino@mandriva.org> 2.4.8-1mdv2008.0
|
||||||
+ Revision: 31108
|
+ Revision: 31108
|
||||||
- 2.4.8 (from Zombie Ryushu)
|
- 2.4.8 (from Zombie Ryushu)
|
||||||
|
|
||||||
|
|
||||||
* Fri Mar 23 2007 Olivier Blin <oblin@mandriva.com> 2.4.7-2mdv2007.1
|
|
||||||
+ Revision: 148619
|
|
||||||
- conflict with freeswan (#19011)
|
|
||||||
|
|
||||||
* Fri Mar 16 2007 Olivier Blin <oblin@mandriva.com> 2.4.7-1mdv2007.1
|
|
||||||
+ Revision: 145114
|
|
||||||
- 2.4.7
|
|
||||||
- Import openswan
|
|
||||||
|
|
||||||
* Tue Sep 19 2006 Andreas Hasenack <andreas@mandriva.com> 2.4.5-2mdv2007.0
|
|
||||||
- fix ipsec path in manpage (#11921)
|
|
||||||
- added patch to fix syntax error which was preventing build
|
|
||||||
|
|
||||||
* Sat Apr 29 2006 Oden Eriksson <oeriksson@mandriva.com> 2.4.5-1mdk
|
|
||||||
- 2.4.5
|
|
||||||
|
|
||||||
* Mon Mar 06 2006 Lenny Cartier <lenny@mandriva.com> 2.4.4-1mdk
|
|
||||||
- 2.4.4
|
|
||||||
|
|
||||||
* Fri Aug 19 2005 Arnaud de Lorbeau <> 2.3.1-1mdk
|
|
||||||
- 2.3.1
|
|
||||||
- patch for gcc4 from [Openswan dev] ML
|
|
||||||
|
|
||||||
* Tue Oct 05 2004 Robert Vojta <robert.vojta@mandrake.org> 2.2.0-2mdk
|
|
||||||
- missing BuildRequires for bison
|
|
||||||
|
|
||||||
* Wed Sep 29 2004 Florin <florin@mandrakesoft.com> 2.2.0-1mdk
|
|
||||||
- 2.2.0
|
|
||||||
- build with -j2 doesn't seem to work (use make instead of make -j2)
|
|
||||||
- remove the no longer existing INSTALL file
|
|
||||||
- add the docs files
|
|
||||||
- add the missing htmldoc in BuildRequires
|
|
||||||
|
|
||||||
* Wed May 19 2004 Florin <florin@mandrakesoft.com> 2.1.2-0.rc3.3mdk
|
|
||||||
- sysconfdir is now /etc/openswan
|
|
||||||
|
|
||||||
* Thu Apr 22 2004 Florin <florin@mandrakesoft.com> 2.1.2-0.rc3.2mdk
|
|
||||||
- add the signature file
|
|
||||||
|
|
||||||
* Thu Apr 22 2004 Florin <florin@mandrakesoft.com> 2.1.2-0.rc3.1mdk
|
|
||||||
- first Mandrake release
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue