Compare commits
7 Commits
strongswan
...
77923c7621
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77923c7621 | ||
|
|
457ad9b702 | ||
|
|
2d2adcb664 | ||
|
|
be375bffce | ||
|
|
cb849f3fc5 | ||
|
|
1d3dc6a769 | ||
|
|
2271eb0481 |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1 +1,3 @@
|
|||||||
/strongswan-5.6.3.tar.bz2
|
/strongswan-5.7.2.tar.bz2
|
||||||
|
/strongswan-5.8.1.tar.bz2
|
||||||
|
/strongswan-5.8.2.tar.bz2
|
||||||
|
|||||||
2
sources
2
sources
@@ -1 +1 @@
|
|||||||
SHA512 (strongswan-5.6.3.tar.bz2) = 080402640952b1a08e95bfe9c7f33c6a7dd01ac401b5e7e2e78257c0f2bf0a4d6078141232ac62abfacef892c493f6824948b3165d54d72b4e436ed564fd2609
|
SHA512 (strongswan-5.8.2.tar.bz2) = 423e7924acfe8a03ad7d4359ae9086fd516798fcf5eb948a27b52ea719f4d8954b83ea30ce94191ea1647616611df8a1215cb4d5c7ec48676624df6c41853e1d
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
#%%define prerelease dr1
|
#%%define prerelease dr1
|
||||||
|
|
||||||
Name: strongswan
|
Name: strongswan
|
||||||
Version: 5.6.3
|
Version: 5.8.2
|
||||||
Release: 3%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: An OpenSource IPsec-based VPN and TNC solution
|
Summary: An OpenSource IPsec-based VPN and TNC solution
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.strongswan.org/
|
URL: http://www.strongswan.org/
|
||||||
@@ -95,6 +95,7 @@ PT-TLS to support TNC over TLS.
|
|||||||
--with-ipsecdir=%{_libexecdir}/strongswan \
|
--with-ipsecdir=%{_libexecdir}/strongswan \
|
||||||
--bindir=%{_libexecdir}/strongswan \
|
--bindir=%{_libexecdir}/strongswan \
|
||||||
--with-ipseclibdir=%{_libdir}/strongswan \
|
--with-ipseclibdir=%{_libdir}/strongswan \
|
||||||
|
--with-piddir=%{_rundir}/strongswan \
|
||||||
--with-fips-mode=2 \
|
--with-fips-mode=2 \
|
||||||
--enable-bypass-lan \
|
--enable-bypass-lan \
|
||||||
--enable-tss-trousers \
|
--enable-tss-trousers \
|
||||||
@@ -179,7 +180,6 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
mv %{buildroot}%{_sysconfdir}/strongswan/dbus-1 %{buildroot}%{_sysconfdir}/
|
|
||||||
# prefix man pages
|
# prefix man pages
|
||||||
for i in %{buildroot}%{_mandir}/*/*; do
|
for i in %{buildroot}%{_mandir}/*/*; do
|
||||||
if echo "$i" | grep -vq '/strongswan[^\/]*$'; then
|
if echo "$i" | grep -vq '/strongswan[^\/]*$'; then
|
||||||
@@ -197,6 +197,7 @@ install -d -m 700 %{buildroot}%{_sysconfdir}/strongswan/ipsec.d
|
|||||||
for i in aacerts acerts certs cacerts crls ocspcerts private reqs; do
|
for i in aacerts acerts certs cacerts crls ocspcerts private reqs; do
|
||||||
install -d -m 700 %{buildroot}%{_sysconfdir}/strongswan/ipsec.d/${i}
|
install -d -m 700 %{buildroot}%{_sysconfdir}/strongswan/ipsec.d/${i}
|
||||||
done
|
done
|
||||||
|
install -d -m 0700 %{buildroot}%{_rundir}/strongswan
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post %{name}.service
|
%systemd_post %{name}.service
|
||||||
@@ -217,7 +218,7 @@ done
|
|||||||
%dir %{_libdir}/strongswan/plugins
|
%dir %{_libdir}/strongswan/plugins
|
||||||
%dir %{_libexecdir}/strongswan
|
%dir %{_libexecdir}/strongswan
|
||||||
%{_unitdir}/strongswan.service
|
%{_unitdir}/strongswan.service
|
||||||
%{_unitdir}/strongswan-swanctl.service
|
%{_unitdir}/strongswan-starter.service
|
||||||
%{_sbindir}/charon-cmd
|
%{_sbindir}/charon-cmd
|
||||||
%{_sbindir}/charon-systemd
|
%{_sbindir}/charon-systemd
|
||||||
%{_sbindir}/strongswan
|
%{_sbindir}/strongswan
|
||||||
@@ -238,6 +239,7 @@ done
|
|||||||
%{_mandir}/man?/*.gz
|
%{_mandir}/man?/*.gz
|
||||||
%{_datadir}/strongswan/templates/config/
|
%{_datadir}/strongswan/templates/config/
|
||||||
%{_datadir}/strongswan/templates/database/
|
%{_datadir}/strongswan/templates/database/
|
||||||
|
%attr(0755,root,root) %dir %{_rundir}/strongswan
|
||||||
|
|
||||||
%files sqlite
|
%files sqlite
|
||||||
%{_libdir}/strongswan/plugins/libstrongswan-sqlite.so
|
%{_libdir}/strongswan/plugins/libstrongswan-sqlite.so
|
||||||
@@ -261,10 +263,36 @@ done
|
|||||||
|
|
||||||
%files charon-nm
|
%files charon-nm
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_sysconfdir}/dbus-1/system.d/nm-strongswan-service.conf
|
%{_datadir}/dbus-1/system.d/nm-strongswan-service.conf
|
||||||
%{_libexecdir}/strongswan/charon-nm
|
%{_libexecdir}/strongswan/charon-nm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 28 2019 Paul Wouters <pwouters@redhat.com> - 5.8.2-2
|
||||||
|
- Use /run/strongswan as rundir to support strongswans in namespaces
|
||||||
|
|
||||||
|
* Tue Dec 17 2019 Mikhail Zabaluev <mikhail.zabaluev@gmail.com> - 5.8.2-1
|
||||||
|
- Update to 5.8.2 (#1784457)
|
||||||
|
- The D-Bus config file moved under datadir
|
||||||
|
|
||||||
|
* Mon Sep 02 2019 Mikhail Zabaluev <mikhail.zabaluev@gmail.com> - 5.8.1-1
|
||||||
|
- Update to 5.8.1 (#1711920)
|
||||||
|
- No more separate strongswan-swanctl.service to start out of order (#1775548)
|
||||||
|
- Added strongswan-starter.service
|
||||||
|
|
||||||
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 09 2019 Paul Wouters <pwouters@redhat.com> - 5.7.2-1
|
||||||
|
- Updated to 5.7.2
|
||||||
|
|
||||||
|
* Thu Oct 04 2018 Mikhail Zabaluev <mikhail.zabaluev@gmail.com> - 5.7.1-1
|
||||||
|
- Updated to 5.7.1
|
||||||
|
- Resolves rhbz#1635872 CVE-2018-16152
|
||||||
|
- Resolves rhbz#1635875 CVE-2018-16151
|
||||||
|
|
||||||
* Thu Aug 23 2018 Mikhail Zabaluev <mikhail.zabaluev@gmail.com> - 5.6.3-3
|
* Thu Aug 23 2018 Mikhail Zabaluev <mikhail.zabaluev@gmail.com> - 5.6.3-3
|
||||||
- Add plugin bypass-lan, disabled by default
|
- Add plugin bypass-lan, disabled by default
|
||||||
- Resolves rhbz#1554479 Update to strongswan-charon-nm fails
|
- Resolves rhbz#1554479 Update to strongswan-charon-nm fails
|
||||||
|
|||||||
Reference in New Issue
Block a user