wireguard 0.0.20191212-1ubuntu1 source package in Ubuntu

Changelog

wireguard (0.0.20191212-1ubuntu1) devel; urgency=low

  * Merge from Debian unstable, remaining changes:
    - drop ADT test which requires full internet access and also abuses a
      test server without permission.
    - drop inappropriate patches:
      + d/p/0002-Avoid-requiring-glibc-2.25-for-wireguard-tools.patch:
        we have a high enough version of glibc in all pockets to allow
        enabling this.  Disabling this reduces entropy.
      + d/p/0003-compat-fix-on-debian-4.9.168-in-sloppy-manner.patch:
        we do not ship this stable kernel stream.

wireguard (0.0.20191212-1) unstable; urgency=medium

  * new upstream release
  * encourage nftables instead of iptables

wireguard (0.0.20191206-1) unstable; urgency=medium

  * new upstream release

wireguard (0.0.20191127-2) unstable; urgency=medium

  * wireguard-tools now Recommends: iptables because of wg-quick

wireguard (0.0.20191127-1) unstable; urgency=medium

  * new upstream release

wireguard (0.0.20191012-1) unstable; urgency=medium

  * new upstream release
  * d/clean: clean up generated assembler
  * more notes about autopkgtest
  * standards-version: bump to 4.4.1 (no changes needed)

 -- Unit 193 <email address hidden>  Wed, 18 Dec 2019 23:28:28 -0500

Upload details

Uploaded by:
Unit 193
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
linux-any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
wireguard_0.0.20191212.orig.tar.xz 325.1 KiB c0232c76d813ee6c0202f845234c2d8489bf763de0a1fded3968f86262834283
wireguard_0.0.20191212-1ubuntu1.debian.tar.xz 23.8 KiB 2a89c924bfa769e79ce7832230479a8171d08b6d509e8ac99dab730f953a67a3
wireguard_0.0.20191212-1ubuntu1.dsc 2.5 KiB 61026f2b7085a52ec6f6d3161a1cdd896c7d3558bd9cdf873ba695768689d1e2

View changes file

Binary packages built by this source

wireguard: fast, modern, secure kernel VPN tunnel (metapackage)

 WireGuard is a novel VPN that runs inside the Linux Kernel and uses
 state-of-the-art cryptography (the "Noise" protocol). It aims to be
 faster, simpler, leaner, and more useful than IPSec, while avoiding
 the massive headache. It intends to be considerably more performant
 than OpenVPN. WireGuard is designed as a general purpose VPN for
 running on embedded interfaces and super computers alike, fit for
 many different circumstances. It runs over UDP.
 .
 This metapackage explicitly depends on both the kernel module and the
 userspace tooling.

wireguard-dkms: fast, modern, secure kernel VPN tunnel (DKMS version)

 WireGuard is a novel VPN that runs inside the Linux Kernel and uses
 state-of-the-art cryptography (the "Noise" protocol). It aims to be
 faster, simpler, leaner, and more useful than IPSec, while avoiding
 the massive headache. It intends to be considerably more performant
 than OpenVPN. WireGuard is designed as a general purpose VPN for
 running on embedded interfaces and super computers alike, fit for
 many different circumstances. It runs over UDP.
 .
 This package uses DKMS to automatically build the wireguard kernel
 module.

wireguard-tools: fast, modern, secure kernel VPN tunnel (userland utilities)

 WireGuard is a novel VPN that runs inside the Linux Kernel and uses
 state-of-the-art cryptography (the "Noise" protocol). It aims to be
 faster, simpler, leaner, and more useful than IPSec, while avoiding
 the massive headache. It intends to be considerably more performant
 than OpenVPN. WireGuard is designed as a general purpose VPN for
 running on embedded interfaces and super computers alike, fit for
 many different circumstances. It runs over UDP.
 .
 This package contains command-line tools to interact with the
 WireGuard kernel module. Currently, it provides only a single tool:
 .
 wg: set and retrieve configuration of WireGuard interfaces

wireguard-tools-dbgsym: debug symbols for wireguard-tools