Skip to content

Commit

Permalink
Update VERSION to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shussain committed Jan 22, 2021
1 parent c1538df commit d631c2f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ of version numbers, so you will find 2.5.x and 2.6.x releases intersperced.

See also docs/KNOWN_BUGS.txt and https://github.com/xelerance/Openswan/issues

v3.0.0rc1 (January 15, 2021)
v3.0.0 (January 22, 2021)

Crypto modernization

Expand Down
2 changes: 1 addition & 1 deletion Makefile.ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
IPSECBASEVERSION=3.0.0rc1
IPSECBASEVERSION=3.0.0
4 changes: 2 additions & 2 deletions debian/changelog
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
2 changes: 1 addition & 1 deletion packaging/centos5/openswan.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Openswan IPsec implementation
Name: openswan
Version: 3.0.0rc1
Version: 3.0.0
%{!?buildklips: %{expand: %%define buildklips 0}}
%{!?buildxen: %{expand: %%define buildxen 0}}

Expand Down
2 changes: 1 addition & 1 deletion packaging/fedora/openswan.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Openswan IPsec implementation
Name: openswan
Version: 3.0.0rc1
Version: 3.0.0
# Build KLIPS kernel module?
%{!?buildklips: %{expand: %%define buildklips 0}}
%{!?buildxen: %{expand: %%define buildxen 0}}
Expand Down
2 changes: 1 addition & 1 deletion packaging/rhel7/openswan.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Openswan IPsec implementation
Name: openswanX
Version: 3.0.0rc1
Version: 3.0.0

# Openswan -pre/-rc nomenclature has to co-exist with hyphen paranoia
%define srcpkgver %(echo %{version} | tr -s '_' '-')
Expand Down
14 changes: 7 additions & 7 deletions packaging/suse/openswan.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand All @@ -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.

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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.

Expand All @@ -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]>
Expand Down

0 comments on commit d631c2f

Please sign in to comment.