ocserv 0.12.5-1 source package in Ubuntu

Changelog

ocserv (0.12.5-1) unstable; urgency=medium

  * New upstream version 0.12.5
  * d/patches:
    - Remove d/patches/000*, applied upstream
    - Add 0000-add-copyright-to-maxmind-c.patch, add copyright to
      src/occtl/maxmind.c
  * d/control, add dpends on libmaxminddb-dev

 -- Liang Guo <email address hidden>  Wed, 11 Dec 2019 17:33:08 +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.12.5-1.dsc 2.5 KiB 369e9a68432c7c7bb696078098b867b128132e05a8cb4a1a93ace61a97305533
ocserv_0.12.5.orig.tar.xz 748.9 KiB bde02594a4f1335306268d1e298d60f6cbebd51853dff291777dae03d0593604
ocserv_0.12.5.orig.tar.xz.asc 667 bytes 153a131555b152be225116b18e2a228c42aa78e8e271838c7618d25d374680bd
ocserv_0.12.5-1.debian.tar.xz 65.4 KiB 766252cd1495fc77ae4692a90d60e2b1c7a14190588c9171246ebbd3e694c5dc

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