From 6fda88b1c368bfe473aa049ea0cc3ee6ce86971d7dc3533a688b918f390b19cb Mon Sep 17 00:00:00 2001 From: Michael Du Date: Tue, 22 Jun 2021 17:53:23 +0000 Subject: [PATCH] Accepting request 897666 from home:mnhauke:network - Update to version 1.1.3 * No longer close stdin and stdout on worker processes as they are already closed in main process. * Advertise X-CSTP-Session-Timeout. * No longer recommend building with system's libpcl but rather the bundled as it is not a very common shared library. * Corrected busyloop on failed DTLS handshakes. * Emit OWASP best practice headers for HTTP. OBS-URL: https://build.opensuse.org/request/show/897666 OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=39 --- ocserv-1.1.2.tar.xz | 3 --- ocserv-1.1.2.tar.xz.sig | Bin 310 -> 0 bytes ocserv-1.1.3.tar.xz | 3 +++ ocserv-1.1.3.tar.xz.sig | Bin 0 -> 442 bytes ocserv.changes | 12 ++++++++++++ ocserv.spec | 4 ++-- 6 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 ocserv-1.1.2.tar.xz delete mode 100644 ocserv-1.1.2.tar.xz.sig create mode 100644 ocserv-1.1.3.tar.xz create mode 100644 ocserv-1.1.3.tar.xz.sig diff --git a/ocserv-1.1.2.tar.xz b/ocserv-1.1.2.tar.xz deleted file mode 100644 index 2688d85..0000000 --- a/ocserv-1.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:889ccdbe8e67d3bc2bc8713b7fbb5bd4e79228abc6054e88858cb4ad6d0245dd -size 824924 diff --git a/ocserv-1.1.2.tar.xz.sig b/ocserv-1.1.2.tar.xz.sig deleted file mode 100644 index f5362f0c8558180bbdb3982e9a089c079f2ed9924f43c5120e6404aef23ddc76..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j*#`?XxB^Qfx~P&aef97u=pXPRXN0$Y|9a2#2Zy5REe%UwF5eAo5VO46jAO%5kozhGyK<^_Ne`}9I5_26onO`; z%CN3O$F4E8VEqVN%1gxVdHABz%NBa;B_|PGKr_nAcd#yt0U;RZ{T>mOkboVm1I+)o zy^RvnIP8Y?!ilj^u6(9|F3I)Ld^rjf k#DYUVC+zpRyU|hY5BV3(ha$<#35On + +- Update to version 1.1.3 + * No longer close stdin and stdout on worker processes as they + are already closed in main process. + * Advertise X-CSTP-Session-Timeout. + * No longer recommend building with system's libpcl but rather + the bundled as it is not a very common shared library. + * Corrected busyloop on failed DTLS handshakes. + * Emit OWASP best practice headers for HTTP. + ------------------------------------------------------------------- Mon Dec 7 15:32:12 UTC 2020 - Martin Hauke diff --git a/ocserv.spec b/ocserv.spec index 9bfd721..89d1b0e 100644 --- a/ocserv.spec +++ b/ocserv.spec @@ -1,7 +1,7 @@ # # spec file for package ocserv # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ocserv -Version: 1.1.2 +Version: 1.1.3 Release: 0 Summary: OpenConnect VPN Server License: GPL-2.0-only