-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
IPSECBASEVERSION=3.0.0rc1 | ||
IPSECBASEVERSION=3.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
openswan (1:3.0.0rc1) UNRELEASED; urgency=low | ||
openswan (1:3.0.0) UNRELEASED; urgency=low | ||
|
||
* Re-upload to unstable. | ||
|
||
-- Samir Hussain <[email protected]> Friday, 15 Jan 2021 14:58:16 -0400 | ||
-- Samir Hussain <[email protected]> Friday, 15 Jan 2021 13:15:16 -0400 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
Summary: Openswan IPSEC implementation | ||
Name: openswan | ||
Version: 3.0.0rc1 | ||
Version: 3.0.0 | ||
# Build KLIPS kernel module? | ||
%{!?buildklips: %{expand: %%define buildklips 0}} | ||
|
||
|
@@ -32,11 +32,11 @@ BuildRequires: %kernel_module_package_buildreqs | |
Prefix: /usr | ||
|
||
%description | ||
Openswan is a free implementation of IPSEC & IKE for Linux. IPSEC is | ||
Openswan is a free implementation of IPSEC & IKE for Linux. IPSEC is | ||
the Internet Protocol Security and uses strong cryptography to provide | ||
both authentication and encryption services. These services allow you | ||
to build secure tunnels through untrusted networks. Everything passing | ||
through the untrusted net is encrypted by the ipsec gateway machine and | ||
through the untrusted net is encrypted by the ipsec gateway machine and | ||
decrypted by the gateway at the other end of the tunnel. The resulting | ||
tunnel is a virtual private network or VPN. | ||
|
||
|
@@ -131,7 +131,7 @@ done | |
%clean | ||
rm -rf ${RPM_BUILD_ROOT} | ||
|
||
%files | ||
%files | ||
%defattr(-,root,root) | ||
%doc BUGS CHANGES COPYING CREDITS README LICENSE | ||
%doc OBJ.linux.*/programs/examples/*.conf | ||
|
@@ -166,7 +166,7 @@ exit 0 | |
%{restart_on_update ipsec} | ||
%{insserv_cleanup} | ||
|
||
%post | ||
%post | ||
%{fillup_and_insserv ipsec} | ||
# don't create host keys on install - might be no entropy! | ||
# openswan automatically does it on 'start' if no ipsec.secrets is found | ||
|
@@ -185,7 +185,7 @@ exit 0 | |
- Cleaned up spec file | ||
|
||
* Mon Oct 10 2005 Paul Wouters <[email protected]> | ||
- Updated for klips on xen | ||
- Updated for klips on xen | ||
- added ldconfig for post klips to obtain ipsec module dependancies | ||
- Run 'make include' since on FC4 kernel source does not have the links yet. | ||
|
||
|
@@ -196,7 +196,7 @@ exit 0 | |
- Updated for openswan | ||
|
||
* Fri Aug 22 2003 Sam Sgro <[email protected]> | ||
- Juggling release/source package names to allow for | ||
- Juggling release/source package names to allow for | ||
-pre/-rc releases to build. | ||
|
||
* Thu Aug 14 2003 Sam Sgro <[email protected]> | ||
|