ubuntu/+source/openvpn:ubuntu/focal-proposed

Last commit made on 2023-08-25
Get this branch:
git clone -b ubuntu/focal-proposed https://git.launchpad.net/ubuntu/+source/openvpn
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/focal-proposed
Repository:
lp:ubuntu/+source/openvpn

Recent commits

3b27c83... by Lena Voytek

changelog

18e23b2... by Lena Voytek

* Add DEP-8 tests from later releases
  - d/t/server-setup-with-static-key: test the OpenVPN server side setup
    using a static key.
  - d/t/server-setup-with-ca: test the OpenVPN server side setup using a
    CA built with easy-rsa.
  - The tests match those seen in Jammy and later with the exception of
    checking for /sbin/ip commands instead of net_... commands

104ef07... by Lena Voytek

* Remove patches fixed upstream:
  - fix-pkcs11-helper-hang.patch
  - CVE-2020-11810.patch
  - CVE-2020-15078.patch
  - CVE-2022-0547.patch
  - increase-listen-backlog-queue-to-32.patch

e61be41... by Lena Voytek

New upstream release 2.4.12

Signed-off-by: Lena Voytek <email address hidden>

f0eca84... by Marc Deslauriers

2.4.7-1ubuntu2.20.04.4 (patches unapplied)

Imported using git-ubuntu import.

c453361... by Athos Ribeiro

Update changelog for 2.4.7-1ubuntu2.20.04.3

214166d... by Athos Ribeiro

Increase listen backlog queue to 32 (LP: #1934781)

63284c3... by Marc Deslauriers

2.4.7-1ubuntu2.20.04.2 (patches unapplied)

Imported using git-ubuntu import.

5971ce7... by Lucas Kanashiro

Update changelog

bb2bcf4... by Lucas Kanashiro

Drop reload support from systemd unit files (LP: #1868127)

The current reload implementation (sending a SIGHUP signal to the
process) fails, and the difference between reload and restart is not
clear. Systemd does not require an implementation for reload.