From 80b3ab766795b736cd197bea6a8f2e2ffc4d8b8c1f6cc0a0459a081262480ab2 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Fri, 25 Jan 2019 16:12:44 +0000 Subject: [PATCH] Accepting request 668674 from home:stawidy:branches:network:vpn - Update to version 0.12.2: * Added support for AES256-SHA legacy cipher. This allows the anyconnect clients to use AES256. * Added support for the DTLS1.2 protocol hack used by new Anyconnect clients. OBS-URL: https://build.opensuse.org/request/show/668674 OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=22 --- ocserv-0.12.1.tar.xz | 3 --- ocserv-0.12.2.tar.xz | 3 +++ ocserv.changes | 9 +++++++++ ocserv.spec | 11 ++++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 ocserv-0.12.1.tar.xz create mode 100644 ocserv-0.12.2.tar.xz diff --git a/ocserv-0.12.1.tar.xz b/ocserv-0.12.1.tar.xz deleted file mode 100644 index 85f0bf8..0000000 --- a/ocserv-0.12.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b7d6f4cd54cf8bf6400a27d202819eec32341225ae48ca73d049f9d17e3a2bc -size 678784 diff --git a/ocserv-0.12.2.tar.xz b/ocserv-0.12.2.tar.xz new file mode 100644 index 0000000..5682372 --- /dev/null +++ b/ocserv-0.12.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ccf1dfe9e13a05d9dc1104256cad6ff91e7b7d8c07a02398842ce018a3897d +size 682272 diff --git a/ocserv.changes b/ocserv.changes index 472f723..593ed1d 100644 --- a/ocserv.changes +++ b/ocserv.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 25 14:54:35 UTC 2019 - Michael Du + +- Update to version 0.12.2: + * Added support for AES256-SHA legacy cipher. This allows the + anyconnect clients to use AES256. + * Added support for the DTLS1.2 protocol hack used by new + Anyconnect clients. + ------------------------------------------------------------------- Thu May 17 10:48:43 UTC 2018 - duyizhaozj321@yahoo.com diff --git a/ocserv.spec b/ocserv.spec index ada5b9b..c35cccf 100644 --- a/ocserv.spec +++ b/ocserv.spec @@ -1,7 +1,7 @@ # # spec file for package ocserv # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: ocserv -Version: 0.12.1 +Version: 0.12.2 Release: 0 Summary: OpenConnect VPN Server License: GPL-2.0-only @@ -59,8 +59,8 @@ BuildRequires: pam-devel BuildRequires: pkgconfig BuildRequires: protobuf-c BuildRequires: readline-devel -BuildRequires: ruby2.5-rubygem-ronn BuildRequires: systemd-devel +BuildRequires: rubygem(ronn) # /usr/bin/certtool for generating certificates Requires: gnutls >= 3.1.10 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -144,7 +144,8 @@ install -m 0644 doc/systemd/socket-activated/ocserv.service %{buildroot}%{_unitd %files %defattr(-,root,root) -%doc AUTHORS LICENSE NEWS README.md COPYING TODO +%doc AUTHORS NEWS README.md TODO +%license COPYING LICENSE %config %{_sysconfdir}/ocserv %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ocserv %config(noreplace) %{_sysconfdir}/sysctl.d/60-ocserv.conf