Your message dated Mon, 20 Feb 2012 21:47:35 +0000
with message-id <[email protected]>
and subject line Bug#646221: fixed in openvpn 2.1.3-2+squeeze1
has caused the Debian Bug report #646221,
regarding /sbin/route wrapper doesn't provide FreeBSD CLI as expected
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
646221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646221
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openvpn
Version: 2.1.3-2
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
OpenVPN is mostly broken on GNU/kFreeBSD because it attempts to use /sbin/route
with FreeBSD command-line interface. /sbin/route is a compatibility wrapper
which attempts to map some functionality but is not a complete replacement
for FreeBSD route.
As a result, route management behaves unreliably (necessary routes might not be
added, and when connection is terminated stale routes are left behind).
Solution is very simple, just use /lib/freebsd/route instead which provides
the FreeBSD route command that OpenVPN expects.
Please, could you fix this problem in Sid and in Squeeze as well?
Thanks!
-- System Information:
Debian Release: 6.0.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: kfreebsd-amd64 (x86_64)
Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/rules'
--- debian/rules 2011-10-22 11:34:08 +0000
+++ debian/rules 2011-10-22 11:35:49 +0000
@@ -12,6 +12,7 @@ include /usr/share/quilt/quilt.make
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
CFLAGS:=-g
@@ -28,10 +29,17 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_
INSTALL_PROGRAM += -s
endif
+ifeq ($(DEB_BUILD_ARCH_OS), kfreebsd)
+# Avoid the /sbin/route wrapper which doesn't provide FreeBSD CLI as expected
+ROUTE_PATH := /lib/freebsd/route
+else
+ROUTE_PATH := /sbin/route
+endif
+
config.status: $(QUILT_STAMPFN)
dh_testdir
# Add here commands to configure the package.
- ./configure --enable-pthread --enable-password-save
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
--mandir=\$${prefix}/share/man --with-ifconfig-path=/sbin/ifconfig
--with-route-path=/sbin/route CFLAGS='$(CFLAGS)'
+ ./configure --enable-pthread --enable-password-save
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
--mandir=\$${prefix}/share/man --with-ifconfig-path=/sbin/ifconfig
--with-route-path=$(ROUTE_PATH) CFLAGS='$(CFLAGS)'
build: build-stamp
--- End Message ---
--- Begin Message ---
Source: openvpn
Source-Version: 2.1.3-2+squeeze1
We believe that the bug you reported is fixed in the latest version of
openvpn, which is due to be installed in the Debian FTP archive:
openvpn_2.1.3-2+squeeze1.debian.tar.gz
to main/o/openvpn/openvpn_2.1.3-2+squeeze1.debian.tar.gz
openvpn_2.1.3-2+squeeze1.dsc
to main/o/openvpn/openvpn_2.1.3-2+squeeze1.dsc
openvpn_2.1.3-2+squeeze1_i386.deb
to main/o/openvpn/openvpn_2.1.3-2+squeeze1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alberto Gonzalez Iniesta <[email protected]> (supplier of updated openvpn
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 20 Feb 2012 12:20:12 +0100
Source: openvpn
Binary: openvpn
Architecture: source i386
Version: 2.1.3-2+squeeze1
Distribution: stable
Urgency: low
Maintainer: Alberto Gonzalez Iniesta <[email protected]>
Changed-By: Alberto Gonzalez Iniesta <[email protected]>
Description:
openvpn - virtual private network daemon
Closes: 646221
Changes:
openvpn (2.1.3-2+squeeze1) stable; urgency=low
.
* Applied Robert Millan's patch to fix /sbin/route calls on kfreebsd.
(Closes: #646221)
Checksums-Sha1:
44340728f2c6a81801d769dda9ebeb347e364d4e 1102 openvpn_2.1.3-2+squeeze1.dsc
947aafec5cfac50d4fa8995c6a56cd26c29323de 114059
openvpn_2.1.3-2+squeeze1.debian.tar.gz
20427d12b88e000b578769e4664dc706d9c501af 431770
openvpn_2.1.3-2+squeeze1_i386.deb
Checksums-Sha256:
a7667cbaa1fd9dcebe1c857f7c68a9bb839ec4bb410d9cc95469c3fa74e05662 1102
openvpn_2.1.3-2+squeeze1.dsc
aa6202b69aa15517e6d0e0293a00390777b1656c696c557c5578d9060842d226 114059
openvpn_2.1.3-2+squeeze1.debian.tar.gz
8fed3443f96c9040940d751e4485eebad24baf7646e85c550cf3acad39267b9f 431770
openvpn_2.1.3-2+squeeze1_i386.deb
Files:
441dba09881b2a10a848817e78439608 1102 net optional openvpn_2.1.3-2+squeeze1.dsc
936bfae3badb750ee44a74929d2c1979 114059 net optional
openvpn_2.1.3-2+squeeze1.debian.tar.gz
fb960bd868883bbd5a8c224be25f03b8 431770 net optional
openvpn_2.1.3-2+squeeze1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk9CqTIACgkQxRSvjkukAcNDGwCg4lc4MqzlCFoCIXapzaNVWWGb
KNIAoIogS+31fHhg5V1iVHwJv3orqXM2
=6bKw
-----END PGP SIGNATURE-----
--- End Message ---