summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-01Changelog for 2.5~beta3-1debian/2.5_beta3-1Bernhard Schmidt
2020-09-01Update upstream source from tag 'upstream/2.5_beta3'Bernhard Schmidt
Update to upstream version '2.5~beta3' with Debian dir 08bf4b8b33e73a97458e7fd53ec989aa541745cd
2020-09-01New upstream version 2.5~beta3upstream/2.5_beta3Bernhard Schmidt
2020-09-01Revert "d/gbp.conf for experimental 2.5 branch"Bernhard Schmidt
This reverts commit d3986a312f5fbcfd0e78e6b147eef419fb4e5f54.
2020-09-01Merge branch 'debian/experimental-2.5'Bernhard Schmidt
2020-09-01Drop reload support from systemd unit files (LP: #1868127)Lucas Kanashiro
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.
2020-09-01Add two DEP-8 test cases for the server sideLucas Kanashiro
Two scenarios are tested, server setup using: a static key and a CA.
2020-08-31Merge branch 'add-dep8-tests' into 'master'Bernhard Schmidt
Add two DEP-8 test cases for the server side See merge request debian/openvpn!4
2020-08-31Merge branch 'drop-systemd-reload-support' into 'master'Bernhard Schmidt
Drop reload support from systemd unit files See merge request debian/openvpn!5
2020-08-16Changelog for 2.5~beta1-3debian/2.5_beta1-3Bernhard Schmidt
2020-08-16Disable iproute2 support in favour of the new netlink based defaultBernhard Schmidt
Thanks: Fabio Pedretti
2020-08-16Changelog for 2.5~beta1-2debian/2.5_beta1-2Bernhard Schmidt
2020-08-16Set Build-Conflicts: systemctl, see Bug#959828Bernhard Schmidt
2020-08-15Changelog for 2.5~beta1-1debian/2.5_beta1-1Bernhard Schmidt
2020-08-15Add python3-docutils to build-depends for manpage generationBernhard Schmidt
2020-08-15Adjust patches for new major upstream versionBernhard Schmidt
2020-08-15Update upstream source from tag 'upstream/2.5_beta1'Bernhard Schmidt
Update to upstream version '2.5~beta1' with Debian dir d53f9a482ac24eb491a294b26c24bb1d87afad24
2020-08-15New upstream version 2.5~beta1upstream/2.5_beta1Bernhard Schmidt
2020-08-15d/gbp.conf for experimental 2.5 branchBernhard Schmidt
2020-08-15d/copyright: Remove duplicatedebian/2.4.9-3Bernhard Schmidt
2020-05-26Drop reload support from systemd unit files (LP: #1868127)Lucas Kanashiro
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.
2020-05-08Add two DEP-8 test cases for the server sideLucas Kanashiro
Two scenarios are tested, server setup using: a static key and a CA.
2020-05-02d/changelog: Change distribution to unstable, Change date and timeJörg Frings-Fürst
2020-05-02d/copyright: Add year 2020 to Bernhard SchmidtJörg Frings-Fürst
2020-05-02Add hint to reboot if openvpn is running; Add new chapter into debian/NEWSJörg Frings-Fürst
2020-05-02d/postinst: Remove now useless code for version less than 2.3.2-6Jörg Frings-Fürst
2020-05-02Remove restart from debian/postinst; Migrate to debhelper 13Jörg Frings-Fürst
2020-05-02Fix the bug (Device or resource busy) that occurs during the updateJörg Frings-Fürst
2020-04-21Update changelogdebian/2.4.9-2Bernhard Schmidt
2020-04-21Changelog for 2.4.9-2Bernhard Schmidt
2020-04-21Enable Salsa CIBernhard Schmidt
2020-04-21Use DEB_HOST_MULTIARCH for librariesBernhard Schmidt
Closes: #958315
2020-04-21Cherry-Pick upstream patch to fix ssl_do_config error with invalid OpenSSL ↵Bernhard Schmidt
system configuration Closes: #958296
2020-04-19Changelog for 2.4.9-1debian/2.4.9-1Bernhard Schmidt
2020-04-19Fix spelling errorBernhard Schmidt
2020-04-19Update upstream source from tag 'upstream/2.4.9'Bernhard Schmidt
Update to upstream version '2.4.9' with Debian dir b64ac777b141e10bd0a11149a47506fd704401b8
2020-04-19New upstream version 2.4.9upstream/2.4.9Bernhard Schmidt
2020-04-14d/control: Add Rules-Requires-Root: NoJörg Frings-Fürst
2020-04-14Add symlinks for plugins into /usr/lib/openvpn/; Switch to debhelper-compat; ↵Jörg Frings-Fürst
Refresh d/copyright
2020-04-13Declare compliance with Debian Policy 4.5.0Jörg Frings-Fürst
2020-04-13Add libp11-kit-dev to Build-DependsJörg Frings-Fürst
2020-04-10Refresh d/p/openvpn-pkcs11warn.patch: Remove d/p/fix-pkcs11-helper-hang.patchJörg Frings-Fürst
2020-04-10Update upstream source from tag 'upstream/2.4.8'Jörg Frings-Fürst
Update to upstream version '2.4.8' with Debian dir 00c9c7e7fdd8b0a1729f9102507c151f67ca8c5d
2020-04-10New upstream version 2.4.8upstream/2.4.8Jörg Frings-Fürst
2019-02-20Changelog for 2.4.7-1debian/2.4.7-1Bernhard Schmidt
2019-02-20Merge branch 'sdeziel-guest/openvpn-suggests-openvpn-systemd-resolved'Bernhard Schmidt
2019-02-20openvpn@.service: Bump LimitNPROC to 100Bernhard Schmidt
This generally seems to be the wrong knob to protect against runaway forks (as it does not limit per instance, but per user systemwide), but a general mediation is still under discussion. Meanwhile bump the limit for the Debian unit to 100. Upstream openvpn-client@.service and openvpn-server@.service still use 10 See Bug#861923 for discussion.
2019-02-20Avoid hangs when spawhning child processes by not setting pkcs11-helper ↵Hilko Bengen
"safe fork mode" (Closes: #772812, #900805, #907452)
2019-02-20Add CAP_AUDIT_WRITE for auth_pamBernhard Schmidt
Same change has been done upstream in 2.4.7 Closes: #868806
2019-02-20adjust kfreebsd_support.patch for new upstream versionBernhard Schmidt