ocserv 0.11.9-1 source package in Ubuntu

Changelog

ocserv (0.11.9-1) unstable; urgency=medium

  * New upstream version 0.11.9
  * d/control: 
    - Bump Standards-Version to 4.1.1, no changes needed
    - Enable geoip option
    - Remove Build-Depends on dh-systemd 
  * d/copyright: Refresh for new upstream version
  * d/patches: Remove following patches, applied upstream:
    - allow-parallel-build-of-autogen-files.patch
    - 0001-ocserv-fw-should-still-create-a-chain-if-restrict-us.patch
    - 0002-ocserv-fw-should-send-all-traffic-to-the-device-spec.patch
    - 0003-worker-vpn-corrected-calculation-for-MTU-via-TCP-MSS.patch
    - 0004-worker-vpn-use-TCP_INFO-on-linux-to-obtain-accurate-.patch

 -- Liang Guo <email address hidden>  Thu, 19 Oct 2017 00:00:09 +0800

Upload details

Uploaded by:
Aron Xu
Uploaded to:
Sid
Original maintainer:
Aron Xu
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocserv_0.11.9-1.dsc 2.5 KiB dab27c076540d3681dded6c2aa67d1d004db2cfdb118d01ea89e496d4c6fe7d8
ocserv_0.11.9.orig.tar.xz 763.6 KiB 23e274fd6a0e44df90eeb79276b1057f6508a2b4a842ce2f589a8353a51268eb
ocserv_0.11.9.orig.tar.xz.asc 310 bytes ca0e42ae297f3b1d6d3c4a0156524277edee55131d7590e30907d21548473e4e
ocserv_0.11.9-1.debian.tar.xz 61.9 KiB c05f1a8044c6f1578c3b5f4e3dbec001f6a0c3d176668b3aaad3e228ccf6d725

Available diffs

No changes file available.

Binary packages built by this source

ocserv: OpenConnect VPN server compatible with Cisco AnyConnect VPN

 OpenConnect server (ocserv) is an SSL VPN server. Its purpose is to be a
 secure, small, fast and configurable VPN server. It implements the OpenConnect
 SSL VPN protocol, and has also (currently experimental) compatibility with
 clients using the AnyConnect SSL VPN protocol. The OpenConnect VPN protocol
 uses the standard IETF security protocols such as TLS 1.2, and Datagram TLS to
 provide the secure VPN service. The server is implemented primarily for the
 GNU/Linux platform but its code is designed to be portable to other UNIX
 variants as well.
 .
 Ocserv's main feature is isolation of the VPN users from the main VPN server
 process. Each authenticated user is assigned an unprivileged worker process,
 and a networking (tun) device. That not only eases the control of the resources
 of each user or group of users, but also prevents privilege escalation due to
 any bug on the VPN handling (worker) server. Each VPN user can be authenticated
 using password, PAM, public key (in a smart card or not) or any combination of
 methods.

ocserv-dbgsym: debug symbols for ocserv