Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0aa8f746d3 | |||
|
|
a3c51c15a1 | ||
| b94ba3cdcd | |||
|
|
e974ef1f21 | ||
|
|
4e3006d189 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9aaaae2229f01b35bf79dcc9e1c0a4363cec75084a30fd46df58c20d52bff809
|
||||
size 171440
|
||||
3
openfortivpn-1.23.1.tar.gz
Normal file
3
openfortivpn-1.23.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecacfc7f18d87f4ff503198177e51a83316b59b4646f31caa8140fdbfaa40389
|
||||
size 175670
|
||||
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 15:11:42 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 1.23.1:
|
||||
* Fix Coverity defect
|
||||
- update to 1.23.0:
|
||||
* Clear otp after each run
|
||||
* Fix some compiler warnings
|
||||
* Support SAML login authentication
|
||||
* tests: update checkpatch.pl from Linux kernel
|
||||
* Clear otp after initial run
|
||||
* Add Alpine Linux package to README.md
|
||||
* Work around a new checkpatch.pl warning
|
||||
* Proper size and initialisation for array data
|
||||
* Patch certificate login error for FortiOS 7.4.4
|
||||
* Support older mac0S versions that lack vdprintf()
|
||||
* tests: update checkpatch.pl from Linux kernel
|
||||
- remove patch fix-certificate-login-error.patch, as the commit is
|
||||
now integrated
|
||||
- use more moacros
|
||||
- remove Leap < 1500
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 29 22:16:30 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- fix an issue where an error happened with certificate logins for
|
||||
FortiOS 7.4.4 by adding fix-certificate-login-error.patch
|
||||
- fix SLE12
|
||||
- use pkgconfig for devel packages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 03:48:56 UTC 2024 - ming li <mli@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openfortivpn
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,20 +17,20 @@
|
||||
|
||||
|
||||
Name: openfortivpn
|
||||
Version: 1.22.1
|
||||
Version: 1.23.1
|
||||
Release: 0
|
||||
Summary: Client for PPP+SSL VPN tunnel services
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Networking/Security
|
||||
URL: https://github.com/adrienverge/openfortivpn
|
||||
Source0: https://github.com/adrienverge/openfortivpn/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Patch0: harden_openfortivpn@.service.patch
|
||||
Patch1: openfortivpn-fix-usr-bin-env.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Requires: ppp
|
||||
BuildRequires: systemd-devel
|
||||
|
||||
%description
|
||||
openfortivpn is a client for PPP+SSL VPN tunnel services. It spawns a pppd
|
||||
@@ -45,7 +45,7 @@ It is compatible with Fortinet VPNs.
|
||||
autoreconf -fiv
|
||||
%configure \
|
||||
--with-systemdsystemunitdir=%{_unitdir}
|
||||
make %{?_smp_mflags} V=1
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@@ -66,10 +66,10 @@ rm -f %{buildroot}/%{_datadir}/openfortivpn/config.template
|
||||
%files
|
||||
%license LICENSE LICENSE.OpenSSL
|
||||
%doc README.md
|
||||
%{_bindir}/openfortivpn
|
||||
%{_mandir}/man1/openfortivpn.1%{?ext_man}
|
||||
%dir %{_sysconfdir}/openfortivpn
|
||||
%config(noreplace) %{_sysconfdir}/openfortivpn/config
|
||||
%{_unitdir}/openfortivpn@.service
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man?/%{name}.?%{?ext_man}
|
||||
%dir %{_sysconfdir}/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/config
|
||||
%{_unitdir}/%{name}@.service
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user