From c41a829d186ed69fde83142fc6bfb145baf651a2473fc53df5319400fbbaf39e Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Fri, 8 Jan 2016 00:14:52 +0000 Subject: [PATCH] Accepting request 352518 from home:MargueriteSu:branches:network:vpn OBS-URL: https://build.opensuse.org/request/show/352518 OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=4 --- ocserv-0.10.10.tar.xz | 3 +++ ocserv-0.10.9.tar.xz | 3 --- ocserv.changes | 25 +++++++++++++++++++++++++ ocserv.spec | 3 ++- 4 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 ocserv-0.10.10.tar.xz delete mode 100644 ocserv-0.10.9.tar.xz diff --git a/ocserv-0.10.10.tar.xz b/ocserv-0.10.10.tar.xz new file mode 100644 index 0000000..af16f21 --- /dev/null +++ b/ocserv-0.10.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17111607a6c833ea151424a85351a7936c9526a793799c49eea12d19fb4bc725 +size 729580 diff --git a/ocserv-0.10.9.tar.xz b/ocserv-0.10.9.tar.xz deleted file mode 100644 index 21fb147..0000000 --- a/ocserv-0.10.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96d0ea22e811a70e46561ffe29c4e6b1cc014ee24d353c0367ca72edcedf533c -size 718004 diff --git a/ocserv.changes b/ocserv.changes index 57cac6d..d9a9db4 100644 --- a/ocserv.changes +++ b/ocserv.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Jan 7 16:08:58 UTC 2016 - i@marguerite.su + +- update version 0.10.10 + * Increase the number of log messages logged in the default level. + That is added messages that could be of use to administrators. + * Introduced ipv6-subnet-prefix config option. That option allows + to specify the IPv6 subnet prefix to be given to client. That is, + allow providing the clients networks larger than /128. The default + setting is 128 to keep backwards compatibility. + * Introduced the expose-iroutes config option. That option allows + the server to advertise routes offered by some clients to all of + them. This requires the config-per-user option. + * When a client has assigned iroutes which cannot be applied, he + will be denied access. + * Added restrict-user-to-routes configuration option which will + execute ocserv-fw script on user connection. The script will + set firewall rules which deny the user access to any other + networks than the routes set for the user. This is added as a + tech preview; details of this option may change on later releases. + * When banning IPv6 addresses treat a /64 network as a single address. + * Fixed conflict with isolate-workers and user-profile. + * occtl: Allow disabling the pager functionality on compile time + using --with-pager="". + ------------------------------------------------------------------- Wed Oct 21 11:34:00 UTC 2015 - i@marguerite.su diff --git a/ocserv.spec b/ocserv.spec index 1c77023..2e103d2 100644 --- a/ocserv.spec +++ b/ocserv.spec @@ -16,7 +16,7 @@ # Name: ocserv -Version: 0.10.9 +Version: 0.10.10 Release: 0 License: GPL-2.0+ Summary: OpenConnect VPN Server @@ -125,6 +125,7 @@ install -m 0644 doc/systemd/socket-activated/ocserv.service %{buildroot}%{_unitd %{_bindir}/occtl %{_bindir}/ocpasswd %{_bindir}/ocserv-script +%{_bindir}/ocserv-fw %{_sbindir}/ocserv %{_unitdir}/ocserv.service %{_unitdir}/ocserv.socket