ocserv 1.1.6-3 source package in Ubuntu

Changelog

ocserv (1.1.6-3) unstable; urgency=medium

  [ Aron Xu ]
  * d/control: do not depend on lsb-base anymore
  * cherry-pick upstream patches

  [ Jelmer Vernoo ij]
  * Use secure URI in Homepage field.
  * Bump debhelper from old 10 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Update standards version to 4.6.1, no changes needed.
  * Fix field name cases in debian/control (VCS-Browser => Vcs-Browser, VCS-Git => Vcs-Git).

 -- Aron Xu <email address hidden>  Thu, 26 Jan 2023 17:44:58 +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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
ocserv_1.1.6-3.dsc 2.4 KiB 621a92ce371b829df8ba1d55d0087815c45b45d9503afb7268ecd15668436b8a
ocserv_1.1.6.orig.tar.xz 820.1 KiB 6a6cbe92212e32280426a51c634adc3d4803579dd049cfdb7e014714cc82c693
ocserv_1.1.6.orig.tar.xz.asc 667 bytes 0400681aebd2897b7a8aee3fbeaadfcd1ceb8b09a170ea9f913e7bf367dd100b
ocserv_1.1.6-3.debian.tar.xz 25.8 KiB 71662b896e1a8aaae647b963d4838cdebe11a82e93c2812c43b4c7dbf30bf1af

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