SHA256
1
0
forked from pool/openvpn

Accepting request 933711 from network:vpn

OBS-URL: https://build.opensuse.org/request/show/933711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvpn?expand=0&rev=95
This commit is contained in:
Dominique Leuenberger 2021-11-28 20:29:52 +00:00 committed by Git OBS Bridge
commit 2eb61f4818
6 changed files with 39 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb6a9943c603a1951ca13e9267653f8dd650c02f84bccd2b9d20f06a4c9c9a7e
size 1149004

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE/DZ4Imbv9iQMR50nEco5yCwF7okFAmDLEwoACgkQEco5yCwF
7okUew/8D+suTEafri2IKM8Mycg/k8ENpBK+8xB+POAsRd4t1SjgOUT6+iuodu4p
rwUr7r2GKyRXRpiKFNPhQnjgoUzJ8EGCImB6I45Hgl47J5H47ns8x5EIQoXexWXg
FS/wFE0XcejF5hpH4s1TJ5PhWifzfeUjcVT2hYNVb8ArAAO9vN56kR28ocQAujJk
LDjQUKabCGo6XSfatq+hgNoq1I1VOE33vrzKLCeIO/GK/FT9ey6AYVCULidEA+jt
2H9RgvlzmzTSzJYTJuuVIw2om0ozNRcTayN20qgmFtnWusbqrv4gt8mk0gZ3xhoP
7MEC/r/SJrxR1q1yaQ6VWFY4yYU1H6uRXgr8xwg31tmC8cGwWYkNUNNQRDY9nlDC
6VAcq2MSduTYtBvBw/Nu/sCIx5hwaiFto2oPzWREWMgyx3KG7DN8Gb8RjzgJ+oep
3jW48umrbtI8mKK0gvOa8DOSWAKchdCEfrbUXsgzReENwobN3FnoTkFK/1uBkWLN
fs6PbmNB5L05zwXhmuCZl4Iyf6KlQpNiMTzvpfM0pZKVSBW70UfZU575vUMtOsXL
pRwPPTCZ5oQgQ6UQyCnEvUct+IUBPo3Guf2xeEQkdGitcAH5qd2o2LdjefbiRZl8
s7vwHk85Gx2ZKO6d+YTEEPOgiTJm1oeLmkqK7Adw1BkJgFTPwbA=
=MMVI
-----END PGP SIGNATURE-----

3
openvpn-2.5.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56c0dcd27ab938c4ad07469c86eb8b7408ef64c3e68f98497db8c03f11792436
size 1150604

16
openvpn-2.5.4.tar.xz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE/DZ4Imbv9iQMR50nEco5yCwF7okFAmFb8goACgkQEco5yCwF
7onJcBAAoKuVQBSP+EsPm07o685F7ggxVnJ2o7//Y473prqRPiA+cNRLUH8kkGSz
PCINGRiFBgmcJr+gLS6Y04qyjNS5i6CpsstllPLiMjzt2WWa6lfBZZaMOyuOUnWm
cX7d6peBt7avRxw5a9nV+RmW4Lh6HipXvrt3HMTqNLANcH+qH7pBPPT+KU3jezpY
MmGSK1IoHz1/PUldY1mg/xzHfMS4k8qQ/g0PD/VXAFTelJlKLQJLvXvnBnKDAiB5
I4SeaXypNqK55Oyt1IgbN2HXpTagQtUuqZNhO8Y82D0Vt85kjMKr9Hu+RlqDxUza
VGH5CqjcU7a7+zsGBhAAqOpzh6iqTtMtpn/t7ulD/upj/9xi4dui10thvvllnfHJ
fIqrhdkG5+5N5zV5E99kZBAIDiUJXzUJBRjznerIRXb88uKfEfFR7gjb+13l8oZR
RjwT3MulMgb2zOVjpanwbUmS+vPnBAetNHLJM39/cu08LXax8U/eI3eVAKAVRFL8
n5zcKUl5Jv4rUa3MEe9aO9y5srv6NmZp4IOEAOk7uKXxTwNTf8rfMMBlC/y2mFxp
Cra63LwUiweEh3wd3XhGFfFWCZHl8/6zl5XgpQN7WU8UJS/u1+Jx80FMz96u1iBX
abq2dhjGduKyOocR3/S7FqvxS5q91qPpHxpCCiDdiq5U0U1/8ik=
=pJSh
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Oct 16 10:05:25 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.5.4:
* fix prompting for password on windows console if stderr redirection
is in use - this breaks 2.5.x on Win11/ARM, and might also break
on Win11/adm64 when released.
* fix setting MAC address on TAP adapters (--lladdr) to use sitnl
(was overlooked, and still used "ifconfig" calls)
* various improvements for man page building (rst2man/rst2html etc)
* minor bugfix with IN6_IS_ADDR_UNSPECIFIED() use (breaks build on
at least one platform strictly checking this)
* fix minor memory leak under certain conditions in add_route() and
add_route_ipv6()
* documentation improvements
* copyright updates where needed
* better error reporting when win32 console access fails
-------------------------------------------------------------------
Thu Aug 5 14:07:14 UTC 2021 - Reinhard Max <max@suse.com>

View File

@ -24,7 +24,7 @@
%define _rundir %{_localstatedir}/run
%endif
Name: openvpn
Version: 2.5.3
Version: 2.5.4
Release: 0
Summary: Full-featured SSL VPN solution using a TUN/TAP Interface
License: LGPL-2.1-only AND SUSE-GPL-2.0-with-openssl-exception
@ -43,7 +43,6 @@ Source11: rc%{name}
Patch1: %{name}-2.3-plugin-man.dif
Patch6: %{name}-fips140-2.3.2.patch
Patch9: 0001-preform-deferred-authentication-in-the-background.patch
BuildRequires: iproute2
BuildRequires: libselinux-devel
BuildRequires: lzo-devel
BuildRequires: openssl-devel
@ -54,7 +53,6 @@ BuildRequires: pkgconfig
BuildRequires: xz
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(systemd)
Requires: iproute2
Requires: pkcs11-helper >= 1.11
Requires: sysvinit-tools
%systemd_ordering
@ -146,7 +144,6 @@ export LDFLAGS
export IPROUTE="%{_sbindir}/ip"
%endif
%configure \
--enable-iproute2 \
--enable-x509-alt-username \
--enable-pkcs11 \
--enable-systemd \
@ -238,6 +235,7 @@ rm -f %{_sysconfdir}/sysconfig/openvpn || :
%doc sample/sample-keys
%doc sample/sample-scripts
%doc doc/management-notes.txt
%{_mandir}/man5/openvpn-examples.5%{?ext_man}
%{_mandir}/man8/openvpn.8%{?ext_man}
%config(noreplace) %{_sysconfdir}/openvpn/
%dir %{_tmpfilesdir}