~paelzer/ubuntu/+source/openvpn:merge-cosmic

Last commit made on 2018-08-20
Get this branch:
git clone -b merge-cosmic https://git.launchpad.net/~paelzer/ubuntu/+source/openvpn
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
merge-cosmic
Repository:
lp:~paelzer/ubuntu/+source/openvpn

Recent commits

7045758... by Christian Ehrhardt 

changelog: add forgotten changelog history

Signed-off-by: Christian Ehrhardt <email address hidden>

3f126bf... by Christian Ehrhardt 

update-maintainer

bad5eb1... by Christian Ehrhardt 

reconstruct-changelog

a67a0c0... by Christian Ehrhardt 

merge-changelogs

fb9bddf... by Christian Ehrhardt 

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

Signed-off-by: Christian Ehrhardt <email address hidden>

e34a26d... by Christian Ehrhardt 

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

Signed-off-by: Christian Ehrhardt <email address hidden>

5bd4586... by =?utf-8?q?J=C3=B6rg_Frings-F=C3=BCrst?= <email address hidden>

Import patches-unapplied version 2.4.6-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: c5e824225efdb3e51bd7a501e628a4d087756ad0

New changelog entries:
  [ Jörg Frings-Fürst ]
  * New upstream release.
    - Refresh patches.
    - Fix "does not start if link-mtu is too low" (Closes: #867113).
    - Fix "auth-tokens are purged if auth-nocache is set" (Closes: #883601).
  * Migrate to debhelper 11:
    - Change debian/compat to 11.
    - Bump minimum debhelper version in debian/control to >= 11.
  * Declare compliance with Debian Policy 4.1.5 (No changes needed).
  * New debian/patches/spelling_errors.patch to correct spelling errors.
  * New debian/patches/systemd.patch to remove obsolete syslog.target.
  * debian/changelog:
    - Rewrite to DEP5 copyright format.
  * debian/control:
    - Change to my new email address.
    - Remove trailing whitespaces.
  * debian/rules:
    - Remove trailing whitespaces.
    - Replace outdated dh_installsystemd with dh_systemd_start.
    - Remove usr/share/doc/openvpn/COPYING.
    - Replace rm -f with $(RM).
  * debian/update-resolv-conf:
    - Fix "preserve order of pushed parameters" (Closes: #807808).
      Thanks to Thibaut Chèze.
    - Add syslog message if used without binary resolvconf (Closes: #895135).
      Thanks to Roger Price <email address hidden>.
  * debian/watch:
    - Use secure URI.
  * Remove obsolete debian/openvpn.lintian-overrides.
  * New README.source to explain the branching model used.

c5e8242... by Bernhard Schmidt <email address hidden>

Import patches-unapplied version 2.4.5-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 13de63e978feae059966826cb2150de5cf287731

New changelog entries:
  * New upstream version 2.4.5 (Closes: #873302)
  * Fix wrong Bug# in previous changelog
  * Change Vcs-* to salsa (gitlab)

13de63e... by Bernhard Schmidt <email address hidden>

Import patches-unapplied version 2.4.4-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 422563fdb534ab0e05c5a25bb43c954f2e41136f

New changelog entries:
  * Build against OpenSSL 1.1.0 (Closes: #828447)
  * Bump Standards-Version to 4.1.2, no changes necessary

422563f... by Bernhard Schmidt <email address hidden>

Import patches-unapplied version 2.4.4-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 86a1297ef6e98f4ffdbe095519a344ed35eaeb2e

New changelog entries:
  [ Jörg Frings-Fürst ]
  * New Upstream release:
    - Fix bounds check in read_key() (CVE-2017-12166) (Closes: #877089).
  * Declare compliance with Debian Policy 4.1.1. (No changes needed).
  * Drop dh-systemd from both Build-Depends and dh command line as
    it is enabled by default for dh compat level 10.
  * New debian/openvpn.lintian-overrides:
    - Override duplicate upstream changelog warning.
  * Remote obsolete directory /usr/lib/openvpn (The plugins directory are now
      /usr/lib/*/openvpn/plugins):
    - Remove /usr/lib/openvpn from debian/dirs.
    - Add debian/postrm to remove /usr/lib/openvpn on purge and remove.
    - Rewrite plugin section at README.Debian
  * Use pathfind() instead hard coded path for invoke-rc.d at debian/prerm
    and debian/postinst.
  * Remove outdated debian/README.source.
  * Remove obsolete syslog.target from debian/openvpn@.service.
  * Update Catalan translation (Closes: #870351).
    - Thanks to Alytidae <email address hidden>.
  * New directory /var/log/openvpn for log and status files
      (Closes: #444431, #553303):
    - Add var/log/openvpn into debian/dirs.
    - New debian/patches/move_log_dir.patch to change the conf files
      to the new log directory.
  [ Bernhard Schmidt ]
  * Further changes to debian/openvpn@.service copied from upstream
    - Enable Restart=on-failure
    - Use KillMode=process