~lucaskanashiro/ubuntu/+source/openvpn:drop-reload

Last commit made on 2020-05-26
Get this branch:
git clone -b drop-reload https://git.launchpad.net/~lucaskanashiro/ubuntu/+source/openvpn
Only Lucas Kanashiro can upload to this branch. If you are Lucas Kanashiro please log in for upload directions.

Branch merges

Branch information

Name:
drop-reload
Repository:
lp:~lucaskanashiro/ubuntu/+source/openvpn

Recent commits

3ce84bb... by Lucas Kanashiro

Update changelog

c84d872... 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.

0b5b0f3... by Lucas Kanashiro

Update changelog

0459842... by Lucas Kanashiro

update-maintainer

ec6229d... by Lucas Kanashiro

reconstruct-changelog

fe69aec... by Lucas Kanashiro

merge-changelogs

7d0d441... by Lucas Kanashiro

    - d/tests: add two DEP-8 test cases
      + 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.

32e8e4b... by Joy Latten

    - Allow MD5 for PRF in FIPS mode openssl.

c602f64... by Christian Ehrhardt 

    - debian/openvpn@.service: Add '--script-security 2' similar to what
      got added to debian/openvpn.init.d ages ago (LP: 1454725)

082889b... by Christian Ehrhardt 

    - d/control: Demote easy-rsa to Suggests (universe package).