Package: chillispot
Version: 1.0-9
Severity: wishlist
There seems to be a new upstream release (1.1.0) available at:
http://www.chillispot.info/
Might be useful to package and see if it fixes the 64bit-problem
reported in #473485. Unfortunately I can't see any change that seems
obviously related to a possible fix for that problem.
I had a quick look at what changed between 1.0 and 1.1.0 and here's my
notes:
drops "|| defined(__FreeBSD_kernel__)", breaks Debian GNU/kFreeBSD ?
in some files copyright notice has been added but no source changes?!
(atleast...)
src/iphas.*
src/ippool.*
src/lookup.*
src/radius.*
src/radius_wispr.h
src/syserr.h
src/tun.h
Missing || in src/tun.c at several places (cut'n'paste error):
-#elif defined (__FreeBSD__) || defined (__APPLE__) ||
defined(__FreeBSD_kernel__)
+#elif defined (__FreeBSD__) defined (__OpenBSD__) || defined (__NetBSD__) ||
defined (__APPLE__)
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (300, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]