[build-status: 57473] Log for successful build of vtun_2.6-7 (dist=unstable)
Build Daemon
buildd at linux-m32r.org
Sat Feb 24 03:39:01 JST 2007
Automatic build of vtun_2.6-7 on mappi005 by sbuild/m32r 1.7
Build started at 20070224-0305
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 186kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main vtun 2.6-7 (dsc) [631B]
Get:2 http://debian.linux-m32r.org 06_devonian/main vtun 2.6-7 (tar) [95.6kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main vtun 2.6-7 (diff) [90.1kB]
Fetched 186kB in 2s (63.9kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 5), dpatch (>= 2.0.9), autotools-dev, liblzo-dev, zlib1g-dev, libssl-dev, bison, flex
Checking for already installed source dependencies...
debhelper: already installed (in sufficient version 5.0.42 >= 5)
dpatch: already installed (in sufficient version 2.0.21 >= 2.0.9)
autotools-dev: already installed
liblzo-dev: already installed
zlib1g-dev: already installed
libssl-dev: already installed
bison: already installed
flex: missing
Checking for source dependency conflicts...
/usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install flex
Reading package lists...
Building dependency tree...
The following NEW packages will be installed:
flex
0 upgraded, 1 newly installed, 0 to remove and 12 not upgraded.
Need to get 0B/306kB of archives.
After unpacking 979kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
flex
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Authentication warning overridden.
Selecting previously deselected package flex.
(Reading database ... 59877 files and directories currently installed.)
Unpacking flex (from .../flex_2.5.33-11_m32r.deb) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Setting up flex (2.5.33-11) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Checking correctness of source dependencies...
------------------------------------------------------------------------------
gpg: Signature made Mon Feb 19 23:22:59 2007 JST using DSA key ID 5B48FFAE
gpg: Can't check signature: public key not found
dpkg-source: extracting vtun in vtun-2.6
dpkg-source: unpacking vtun_2.6.orig.tar.gz
dpkg-source: applying /debian/buildd2/build/vtun_2.6-7.diff.gz
dpkg-buildpackage: source package is vtun
dpkg-buildpackage: source version is 2.6-7
dpkg-buildpackage: source changed by MartÃn Ferrari <martin.ferrari at gmail.com>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 2.6-7
/usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
/usr/bin/make distclean
make[1]: Entering directory `/build/buildd2/vtun-2.6'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/build/buildd2/vtun-2.6'
make: [clean-patched] Error 2 (ignored)
cp -f /usr/share/misc/config.sub config.sub
cp -f /usr/share/misc/config.guess config.guess
rm -rf /build/buildd2/vtun-2.6/debian/tmp config.log
dh_clean
dpatch deapply-all
04-implicit-pointer-conversions not applied to ./ .
03-gcc-warnings not applied to ./ .
02-dumpfile not applied to ./ .
01-pidfile not applied to ./ .
00-sslauth not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
debian/rules build
test -d debian/patched || install -d debian/patched
dpatch apply-all
applying patch 00-sslauth to ./ ... ok.
applying patch 01-pidfile to ./ ... ok.
applying patch 02-dumpfile to ./ ... ok.
applying patch 03-gcc-warnings to ./ ... ok.
applying patch 04-implicit-pointer-conversions to ./ ... ok.
dpatch cat-all >>patch-stampT
mv -f patch-stampT patch-stamp
dh_testdir
# Add here commands to configure the package.
./configure --build m32r-linux-gnu --prefix=/usr \
--mandir=\${prefix}/share/man \
--infodir=\${prefix}/share/info \
--localstatedir=/var \
--sysconfdir=/etc \
--enable-lzo CFLAGS="-Wall -g -O2" LDFLAGS="-Wl,-z,defs"
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
checking target system type... m32r-unknown-linux-gnu
checking for bison... bison -y
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking resolv.h usability... yes
checking resolv.h presence... yes
checking for resolv.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/ip.h usability... yes
checking netinet/ip.h presence... yes
checking for netinet/ip.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for library containing socket... none required
checking for library containing inet_ntoa... none required
checking for library containing gethostbyname... none required
checking for library containing nanosleep... none required
checking for library containing setproctitle... no
configure: checking for ZLIB Library and Header files ... ...
checking for deflate in -lz... yes
configure: checking for LZO Library and Header files ... ...
checking "for lzo1x.h"... (/usr/include) yes
checking for lzo1x_decompress in -llzo... yes
configure: checking for md5 Library and Header files ... ...
checking "for md5.h"... (/usr/include/openssl) yes
./configure: line 5813: /usr/include/sys: is a directory
configure: checking for blowfish Library and Header files ... ...
checking "for blowfish.h"... (/usr/include/openssl) yes
checking for BF_set_key in -lcrypto... yes
checking for posix_openpt... yes
checking for grantpt... yes
checking for unlockpt... yes
checking for ptsname... yes
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
creating driver and protocol links ...
linking linux/tun_dev.c to tun_dev.c
linking linux/tap_dev.c to tap_dev.c
linking generic/pty_dev.c to pty_dev.c
linking generic/pipe_dev.c to pipe_dev.c
linking generic/tcp_proto.c to tcp_proto.c
linking generic/udp_proto.c to udp_proto.c
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
config.status: creating config.h
dh_testdir
/usr/bin/make
make[1]: Entering directory `/build/buildd2/vtun-2.6'
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c main.c
bison -y -d -b cfg_file cfg_file.y
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c cfg_file.tab.c
flex -t cfg_file.l > cfg_file.lex.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c cfg_file.lex.c
<stdout>:1270: warning: 'yyunput' defined but not used
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c server.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c client.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lib.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c llist.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c auth.c
auth.c: In function 'gen_chal':
auth.c:100: warning: pointer targets in passing argument 1 of 'RAND_bytes' differ in signedness
auth.c: In function 'ssl_encrypt_chal':
auth.c:109: warning: pointer targets in passing argument 1 of 'MD5' differ in signedness
auth.c:112: warning: pointer targets in passing argument 1 of 'BF_ecb_encrypt' differ in signedness
auth.c:112: warning: pointer targets in passing argument 2 of 'BF_ecb_encrypt' differ in signedness
auth.c: In function 'ssl_decrypt_chal':
auth.c:121: warning: pointer targets in passing argument 1 of 'MD5' differ in signedness
auth.c:124: warning: pointer targets in passing argument 1 of 'BF_ecb_encrypt' differ in signedness
auth.c:124: warning: pointer targets in passing argument 2 of 'BF_ecb_encrypt' differ in signedness
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tunnel.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lock.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c netlib.c
netlib.c: In function 'connect_t':
netlib.c:104: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tun_dev.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tap_dev.c
tap_dev.c: In function 'tap_open':
tap_dev.c:78: warning: unused variable 'err'
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c pty_dev.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c pipe_dev.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tcp_proto.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c udp_proto.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c linkfd.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_shaper.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_zlib.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_lzo.c
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_DIR=\"/var/run\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_encrypt.c
lfd_encrypt.c: In function 'alloc_encrypt':
lfd_encrypt.c:73: warning: pointer targets in passing argument 1 of 'MD5' differ in signedness
lfd_encrypt.c: In function 'encrypt_buf':
lfd_encrypt.c:96: warning: pointer targets in passing argument 1 of 'BF_ecb_encrypt' differ in signedness
lfd_encrypt.c:96: warning: pointer targets in passing argument 2 of 'BF_ecb_encrypt' differ in signedness
lfd_encrypt.c:101: warning: pointer targets in passing argument 1 of 'BF_ecb_encrypt' differ in signedness
lfd_encrypt.c:101: warning: pointer targets in passing argument 2 of 'BF_ecb_encrypt' differ in signedness
lfd_encrypt.c: In function 'decrypt_buf':
lfd_encrypt.c:112: warning: pointer targets in passing argument 1 of 'BF_ecb_encrypt' differ in signedness
lfd_encrypt.c:112: warning: pointer targets in passing argument 2 of 'BF_ecb_encrypt' differ in signedness
gcc -Wall -g -O2 -I/usr/include/openssl -I/usr/include/openssl -o vtund main.o cfg_file.tab.o cfg_file.lex.o server.o client.o lib.o llist.o auth.o tunnel.o lock.o netlib.o tun_dev.o tap_dev.o pty_dev.o pipe_dev.o tcp_proto.o udp_proto.o linkfd.o lfd_shaper.o lfd_zlib.o lfd_lzo.o lfd_encrypt.o -lz -llzo -lcrypto
make[1]: Leaving directory `/build/buildd2/vtun-2.6'
touch build-stamp
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/vtun.
/usr/bin/make DESTDIR=/build/buildd2/vtun-2.6/debian/vtun install
make[1]: Entering directory `/build/buildd2/vtun-2.6'
/usr/bin/ginstall -c -d -m 755 -o root -g 0 /build/buildd2/vtun-2.6/debian/vtun/etc
if [ ! -f /etc/vtund.conf ]; then \
/usr/bin/ginstall -c -m 600 -o root -g 0 vtund.conf /build/buildd2/vtun-2.6/debian/vtun/etc; \
fi
/usr/bin/ginstall -c -d -m 755 -o root -g 0 /build/buildd2/vtun-2.6/debian/vtun/usr/share/man/man8
/usr/bin/ginstall -c -m 644 -o root -g 0 vtund.8 /build/buildd2/vtun-2.6/debian/vtun/usr/share/man/man8
/usr/bin/ginstall -c -d -m 755 -o root -g 0 /build/buildd2/vtun-2.6/debian/vtun/usr/share/man/man5
/usr/bin/ginstall -c -m 644 -o root -g 0 vtund.conf.5 /build/buildd2/vtun-2.6/debian/vtun/usr/share/man/man5
rm -f /build/buildd2/vtun-2.6/debian/vtun/usr/share/man/man8/vtun.8
ln -s vtund.8 /build/buildd2/vtun-2.6/debian/vtun/usr/share/man/man8/vtun.8
/usr/bin/ginstall -c -d -m 755 -o root -g 0 /build/buildd2/vtun-2.6/debian/vtun/var/run
/usr/bin/ginstall -c -d -m 755 -o root -g 0 /build/buildd2/vtun-2.6/debian/vtun/var/log/vtund
/usr/bin/ginstall -c -d -m 755 -o root -g 0 /build/buildd2/vtun-2.6/debian/vtun/var/lock/vtund
/usr/bin/ginstall -c -d -m 755 -o root -g 0 /build/buildd2/vtun-2.6/debian/vtun/usr/sbin
/usr/bin/ginstall -c -m 755 -o root -g 0 vtund /build/buildd2/vtun-2.6/debian/vtun/usr/sbin
make[1]: Leaving directory `/build/buildd2/vtun-2.6'
#install -m 755 vtund /build/buildd2/vtun-2.6/debian/vtun/usr/sbin/
mkdir /build/buildd2/vtun-2.6/debian/tmp
sed -n '/#.*CUT HERE.*Server config/,/#.*CUT HERE.*End/p' vtund.conf \
> /build/buildd2/vtun-2.6/debian/tmp/vtund-server.conf
sed -n '/#.*CUT HERE.*Client config/,/#.*CUT HERE.*End/p' vtund.conf \
> /build/buildd2/vtun-2.6/debian/tmp/vtund-client.conf
dh_testdir
dh_testroot
dh_installchangelogs ChangeLog
dh_installdocs
dh_installexamples
dh_install
dh_installlogrotate
dh_installinit --no-restart-on-upgrade
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `vtun' in `../vtun_2.6-7_m32r.deb'.
dpkg-genchanges -B
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20070224-0337
chroot-unstable/build/buildd2/vtun_2.6-7_m32r.deb:
new debian package, version 2.0.
size 57662 bytes: control archive= 3238 bytes.
84 bytes, 4 lines conffiles
1103 bytes, 28 lines control
1211 bytes, 18 lines md5sums
1587 bytes, 59 lines * postinst #!/bin/sh
1115 bytes, 47 lines * postrm #!/bin/sh
2605 bytes, 111 lines * preinst #!/bin/sh
281 bytes, 11 lines * prerm #!/bin/sh
Package: vtun
Version: 2.6-7
Section: net
Priority: optional
Architecture: m32r
Depends: libc6 (>= 2.3.5-1), liblzo1, libssl0.9.8 (>= 0.9.8c-1), zlib1g (>= 1:1.2.1), debconf | debconf-2.0
Installed-Size: 244
Maintainer: MartÃn Ferrari <martin.ferrari at gmail.com>
Description: Virtual Tunnel over TCP/IP Networks
VTun is the easiest way to create Virtual Tunnels over TCP/IP networks
with traffic shaping and compression.
.
It supports IP, PPP, SLIP, Ethernet and other tunnel types.
.
VTun is easily and highly configurable, it can be used for various
network tasks.
.
VTun requires the Universal TUN/TAP kernel module which can be found at
http://vtun.sourceforge.net/tun/index.html or in the 2.4 and newer linux
kernel.
.
Note: This program includes an "encryption" feature intended to protect the
tunneled data as it travels across the network. However, the protocol it uses
is known to be very insecure, and you should not rely on it to deter anyone
but a casual eavesdropper. See the included README.Encryption file for more
information.
.
Homepage: http://vtun.sourceforge.net/
chroot-unstable/build/buildd2/vtun_2.6-7_m32r.deb:
drwxr-xr-x root/root 0 2007-02-24 03:34 ./
drwxr-xr-x root/root 0 2007-02-24 03:33 ./etc/
-rw-r--r-- root/root 5908 2007-02-24 03:14 ./etc/vtund.conf
drwxr-xr-x root/root 0 2007-02-24 03:33 ./etc/logrotate.d/
-rw-r--r-- root/root 80 2007-02-24 03:33 ./etc/logrotate.d/vtun
drwxr-xr-x root/root 0 2007-02-24 03:33 ./etc/modutils/
drwxr-xr-x root/root 0 2007-02-24 03:33 ./etc/modutils/vtund/
-rw-r--r-- root/root 54 2007-02-24 03:14 ./etc/modutils/vtund/vtun-mod
drwxr-xr-x root/root 0 2007-02-24 03:33 ./etc/init.d/
-rwxr-xr-x root/root 1884 2007-02-24 03:14 ./etc/init.d/vtun
drwxr-xr-x root/root 0 2007-02-24 03:31 ./usr/
drwxr-xr-x root/root 0 2007-02-24 03:34 ./usr/sbin/
-rwxr-xr-x root/root 47016 2007-02-24 03:34 ./usr/sbin/vtund
drwxr-xr-x root/root 0 2007-02-24 03:32 ./usr/share/
drwxr-xr-x root/root 0 2007-02-24 03:32 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-02-24 03:34 ./usr/share/doc/vtun/
drwxr-xr-x root/root 0 2007-02-24 03:34 ./usr/share/doc/vtun/examples/
-rwxr-xr-x root/root 1261 2000-06-04 09:21 ./usr/share/doc/vtun/examples/reroute
-rw-r--r-- root/root 1824 2007-02-24 03:31 ./usr/share/doc/vtun/examples/vtund-client.conf
-rw-r--r-- root/root 3285 2002-12-17 02:20 ./usr/share/doc/vtun/examples/vtund.conf.gz
-rw-r--r-- root/root 3172 2007-02-24 03:31 ./usr/share/doc/vtun/examples/vtund-server.conf
-rw-r--r-- root/root 3947 2000-11-21 15:19 ./usr/share/doc/vtun/README.Setup
-rw-r--r-- root/root 3235 2002-01-22 18:24 ./usr/share/doc/vtun/Credits
-rw-r--r-- root/root 1243 2007-02-24 03:14 ./usr/share/doc/vtun/copyright
-rw-r--r-- root/root 4017 2003-03-18 21:32 ./usr/share/doc/vtun/changelog.gz
-rw-r--r-- root/root 404 2007-02-24 03:14 ./usr/share/doc/vtun/NEWS.Debian.gz
-rw-r--r-- root/root 1061 2000-03-27 02:05 ./usr/share/doc/vtun/README.Shaper
-rw-r--r-- root/root 3099 2001-01-23 14:55 ./usr/share/doc/vtun/FAQ.gz
-rw-r--r-- root/root 454 2007-02-24 03:14 ./usr/share/doc/vtun/README.Debian
-rw-r--r-- root/root 547 2007-02-24 03:14 ./usr/share/doc/vtun/README.Encryption
-rw-r--r-- root/root 397 2007-02-24 03:14 ./usr/share/doc/vtun/NEWS.gz
-rw-r--r-- root/root 3327 2007-02-24 03:14 ./usr/share/doc/vtun/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-02-24 03:31 ./usr/share/man/
drwxr-xr-x root/root 0 2007-02-24 03:34 ./usr/share/man/man8/
-rw-r--r-- root/root 1276 2007-02-24 03:31 ./usr/share/man/man8/vtund.8.gz
drwxr-xr-x root/root 0 2007-02-24 03:34 ./usr/share/man/man5/
-rw-r--r-- root/root 2848 2007-02-24 03:31 ./usr/share/man/man5/vtund.conf.5.gz
drwxr-xr-x root/root 0 2007-02-24 03:31 ./var/
drwxr-xr-x root/root 0 2007-02-24 03:31 ./var/run/
drwxr-xr-x root/root 0 2007-02-24 03:31 ./var/lock/
drwxr-xr-x root/root 0 2007-02-24 03:31 ./var/lock/vtund/
drwxr-xr-x root/root 0 2007-02-24 03:31 ./var/log/
drwxr-xr-x root/root 0 2007-02-24 03:31 ./var/log/vtund/
lrwxrwxrwx root/root 0 2007-02-24 03:34 ./usr/share/man/man8/vtun.8.gz -> vtund.8.gz
vtun_2.6-7_m32r.changes:
Format: 1.7
Date: Sat, 17 Feb 2007 20:18:36 -0300
Source: vtun
Binary: vtun
Architecture: m32r
Version: 2.6-7
Distribution: unstable
Urgency: low
Maintainer: MartÃn Ferrari <martin.ferrari at gmail.com>
Changed-By: MartÃn Ferrari <martin.ferrari at gmail.com>
Description:
vtun - Virtual Tunnel over TCP/IP Networks
Closes: 409247
Changes:
vtun (2.6-7) unstable; urgency=low
.
* Corrected a bug in the maintainer scripts, which were preventing correct
rc*.d links from being created, and daemon from starting on
install/upgrade. (Closes: #409247)
* Fixed start behaviour in init script, which caused it to fail when vtun
was already running (and made upgrading fail, when the previous bug was
fixed).
* Moved notice about need to manually restart to a more sensible location.
* Added script to remove configuration file in purge.
Files:
4df331d85b9e10d7d77e448613a71d54 57662 net optional vtun_2.6-7_m32r.deb
******************************************************************************
Built successfully
NOTE: The package could have used binaries from the following packages
(access time changed) without a source dependency:
m4: /usr/bin/m4
Purging chroot-unstable/build/buildd2/vtun-2.6
------------------------------------------------------------------------------
/usr/bin/sudo dpkg --root=/debian/buildd2/build/chroot-unstable --purge flex
(Reading database ... 59916 files and directories currently installed.)
Removing flex ...
Purging configuration files for flex ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
******************************************************************************
Finished at 20070224-0338
Build needed 00:24:28, 2024k disk space
More information about the build-status
mailing list