[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#804885: jessie-pu: package openvpn/2.3.4-5



Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

Hiya Release Team,

I'd like to upload openvpn for the next point release. The reason is a
serious bug (#785200 and #787090) hitting multiple users. Diff is pretty
small:

diff -Nru openvpn-2.3.4/debian/changelog openvpn-2.3.4/debian/changelog
--- openvpn-2.3.4/debian/changelog      2014-12-01 18:11:08.000000000 +0100
+++ openvpn-2.3.4/debian/changelog      2015-11-12 17:19:14.000000000 +0100
@@ -1,3 +1,10 @@
+openvpn (2.3.4-5+deb8u1) stable; urgency=medium
+
+  * Add --no-block to if-up.d script to avoid hanging boot on
+    interfaces with openvpn instances. (Closes: #787090, #785200)
+
+ -- Alberto Gonzalez Iniesta <agi@inittab.org>  Thu, 12 Nov 2015 17:16:28 +0100
+
 openvpn (2.3.4-5) unstable; urgency=high

   * Apply upstream patch that fixes possible DoS by authenticated
diff -Nru openvpn-2.3.4/debian/openvpn.if-up.d openvpn-2.3.4/debian/openvpn.if-up.d
--- openvpn-2.3.4/debian/openvpn.if-up.d        2014-03-17 17:48:14.000000000 +0100
+++ openvpn-2.3.4/debian/openvpn.if-up.d        2015-11-12 17:20:19.000000000 +0100
@@ -13,7 +13,7 @@
   for vpn in $IF_OPENVPN; do
     ## check systemd present
     if [ -d $SYSTEMD ]; then
-      $SYSTEMCTL start openvpn@$vpn
+      $SYSTEMCTL --no-block start openvpn@$vpn
     else
       $OPENVPN_INIT start $vpn
     fi

Thanks,

Alberto

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-rc7-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


Reply to: