mirror of
https://abf.rosa.ru/djam/strongswan.git
synced 2025-02-23 05:52:52 +00:00
Update to 5.9.2
This commit is contained in:
parent
ea5708dc16
commit
09056009b8
2 changed files with 9 additions and 8 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
strongswan-5.8.4.tar.bz2: 969a3d5ce194ca664208ddc73d772dd53480a94f
|
||||
strongswan-5.9.2.tar.bz2: 92043d78a3c8408ef803e8ee18c310cc67afa40d
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
|
||||
Summary: IPSEC implementation
|
||||
Name: strongswan
|
||||
Version: 5.8.4
|
||||
Release: 3
|
||||
Version: 5.9.2
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: System/Servers
|
||||
Url: https://www.strongswan.org/
|
||||
Source0: http://download.strongswan.org/%{name}-%{version}.tar.bz2
|
||||
Source0: https://download.strongswan.org/%{name}-%{version}.tar.bz2
|
||||
Source1: tmpfiles-%{name}.conf
|
||||
Patch0: strongswan-5.6.0-uintptr_t.patch
|
||||
# To fix openssl plugin failure at loading (rbz #10579)
|
||||
|
@ -22,6 +22,7 @@ Source100: %{name}.rpmlintrc
|
|||
BuildRequires: bison
|
||||
BuildRequires: byacc
|
||||
BuildRequires: flex
|
||||
BuildRequires: bzip2
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: gmp-devel >= 4.1.4
|
||||
BuildRequires: openldap-devel
|
||||
|
@ -35,11 +36,11 @@ BuildRequires: pkgconfig(openssl)
|
|||
BuildRequires: pkgconfig(sqlite3) >= 3.3.1
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
%if %{with nm}
|
||||
BuildRequires: pkgconfig(libnm-glib-vpn)
|
||||
BuildRequires: pkgconfig(libnm-util)
|
||||
BuildRequires: pkgconfig(libnm-glib)
|
||||
#BuildRequires: pkgconfig(libnm-glib-vpn)
|
||||
#BuildRequires: pkgconfig(libnm-util)
|
||||
#BuildRequires: pkgconfig(libnm-glib)
|
||||
BuildRequires: pkgconfig(libnm)
|
||||
BuildRequires: pkgconfig(NetworkManager)
|
||||
#BuildRequires: pkgconfig(NetworkManager)
|
||||
%endif
|
||||
Requires(post,preun,postun): systemd
|
||||
Requires: %{libswan} = %{EVRD}
|
||||
|
|
Loading…
Add table
Reference in a new issue