Your message dated Mon, 19 Dec 2011 19:18:56 +0000
with message-id <[email protected]>
and subject line Bug#646221: fixed in openvpn 2.2.1-1
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.2.1-1
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.2.1-1.debian.tar.gz
to main/o/openvpn/openvpn_2.2.1-1.debian.tar.gz
openvpn_2.2.1-1.dsc
to main/o/openvpn/openvpn_2.2.1-1.dsc
openvpn_2.2.1-1_i386.deb
to main/o/openvpn/openvpn_2.2.1-1_i386.deb
openvpn_2.2.1.orig.tar.gz
to main/o/openvpn/openvpn_2.2.1.orig.tar.gz
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: Tue, 13 Dec 2011 11:04:22 +0100
Source: openvpn
Binary: openvpn
Architecture: source i386
Version: 2.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Alberto Gonzalez Iniesta <[email protected]>
Changed-By: Alberto Gonzalez Iniesta <[email protected]>
Description:
openvpn - virtual private network daemon
Closes: 636864 646221
Changes:
openvpn (2.2.1-1) unstable; urgency=low
.
* New upstream release
* Added OMIT_SENDSIGS option in init.d script to let openvpn run after
sendsigs on system reboot or shutdown. (Closes: #636864)
* Configure with --enable-iproute2.
* Change path to route on kFreeBSD. (Closes: #646221) Thanks Robert Millan.
Checksums-Sha1:
9aa7cf12b91c64f965269bd7354a7d9bf30c0418 1141 openvpn_2.2.1-1.dsc
d5a8e9c635aa330eae8e66e1ccbe2b98e4c3047b 911472 openvpn_2.2.1.orig.tar.gz
c3f1b073c404f81ae6d47c78d320415dac0aad20 121193 openvpn_2.2.1-1.debian.tar.gz
64f74db4cc1793e366bea1c4932a6ceb79f4f94a 497442 openvpn_2.2.1-1_i386.deb
Checksums-Sha256:
96854f4a47cde02673283703fadb38bf080148aad4e5b223c1cf5ebe46b37278 1141
openvpn_2.2.1-1.dsc
a860858cc92d4573399bb2ff17ac62d9b4b8939e6af0b8cc69150ba39d6e94e0 911472
openvpn_2.2.1.orig.tar.gz
0ec0fa3e6b2f70122f1629cf5e897ac64b327ff31423dacf528ddb65849d385b 121193
openvpn_2.2.1-1.debian.tar.gz
c6529ae2030de52df8782b7ff63018703dfd2b3fa0591bce2a21684ec22b8237 497442
openvpn_2.2.1-1_i386.deb
Files:
4b1270b6cac7ac85ad5cca3de3b5b93e 1141 net optional openvpn_2.2.1-1.dsc
500bee5449b29906150569aaf2eb2730 911472 net optional openvpn_2.2.1.orig.tar.gz
44383cc29a6d483ec3bce96576e05fdf 121193 net optional
openvpn_2.2.1-1.debian.tar.gz
9b899e553ae50e78ab12ab8906870672 497442 net optional openvpn_2.2.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk7vhDQACgkQxRSvjkukAcNuGQCg8z8OvnTUOUXOGYKCsDm5D1UP
idkAn3hMfyOiB3vWGemqMOuYqZZWM3R+
=Mu3o
-----END PGP SIGNATURE-----
--- End Message ---