netkit-base (0.10-10.3ubuntu4) edgy; urgency=low * ping/ping.c: replace CLOCKS_PER_SEC with sys_conf(_SC_CLK_TCK). Unfortunatley CLOCKS_PER_SEC != CLK_TCK. -- Kees Cook Fri, 13 Oct 2006 14:38:20 -0700 netkit-base (0.10-10.3ubuntu3) edgy; urgency=low * ping/ping.c: CLK_TCK -> CLOCKS_PER_SEC (the former symbol is obsolete and not found any more). Fixes FTBFS. Closes: LP#65855 -- Martin Pitt Fri, 13 Oct 2006 10:58:10 +0200 netkit-base (0.10-10.3ubuntu2) edgy; urgency=low * Remove stop script symlinks from rc0 and rc6. -- Scott James Remnant Fri, 15 Sep 2006 17:34:21 +0100 netkit-base (0.10-10.3ubuntu1) edgy; urgency=low * Merge from debian unstable, remaining changes: - LSB init script. -- Scott James Remnant Mon, 10 Jul 2006 17:00:58 +0100 netkit-base (0.10-10.3) unstable; urgency=low * Non-maintainer upload. (With prior review on IRC by maintainer of changes.) * debian/postinst: Use invoke-rc.d if available. Closes: #262627 (my change is a bit different in details from the patch by Junichi Uekawa). * debian/control: Bumped Standards-Version to 3.6.2. No changes needed. * debian/copyright: Changed "Upstream Author(s):" to "Upstream Author:", which is both correct and silences a lintian warning. * debian/dirs, debian/rules, debian/netkit-ping.files, debian/lintian-overrides, debian/linda-overrides: Added overrides for lintian and linda so that they don't complain about ping being setuid. * debian/inet.conf.5, inetd/inetd.8: Removed empty lines that causes useless paragraph breaks in the output. * debian/preinst: Use "kill -s KILL" instead of "kill -9", because Posix says so. * debian/rules: Removed use of now-obsoleted dh_testversion. Build-Depends replaces it (and was being used already). -- Lars Wirzenius Mon, 6 Feb 2006 21:10:00 +0200 netkit-base (0.10-10.2ubuntu1) dapper; urgency=low * Resynchronise with Debian. (Yes, really me!) -- Scott James Remnant Tue, 15 Nov 2005 22:08:17 +0000 netkit-base (0.10-10.2) unstable; urgency=low * Non-maintainer upload. * Apply patch from Andreas Jochens to fix FTBFS with GCC 4.0 (closes: #282744). -- Roger Leigh Sat, 9 Jul 2005 21:10:10 +0100 netkit-base (0.10-10.1) unstable; urgency=low * Non-maintainer upload * Switched to po-debconf. (closes: #183995) * Added Japanese debconf template translation. (closes: #210433) * Added Simplified Chinese debconf template translation. (closes: #231278) * Updated Brazilian Portuguese debconf template translation. (closes: #235511) * Updated French debconf template translation. (closes: #282559) * Added Danish debconf template translation. * Added Polish debconf template translation. * Added Spanish debconf template translation. (closes: #151479) * Added Finnish debconf template translation. (closes: #298911) -- Lucas Wall Thu, 17 Mar 2005 00:24:14 -0300 netkit-base (0.10-10.1ubuntu2) breezy; urgency=low * Apply patch from Andreas Jochens to allow netkit-base to build with gcc-4.0, closing Ubuntu bugs #9033 and 9034. -- Adam Conrad Fri, 22 Apr 2005 04:08:26 +0000 netkit-base (0.10-10.1ubuntu1) breezy; urgency=low * Resynchronise with Debian, resolving minor merge conflicts. -- Adam Conrad Wed, 20 Apr 2005 03:18:57 +0000 netkit-base (0.10-10.1) unstable; urgency=low * Non-maintainer upload * Switched to po-debconf. (closes: #183995) * Added Japanese debconf template translation. (closes: #210433) * Added Simplified Chinese debconf template translation. (closes: #231278) * Updated Brazilian Portuguese debconf template translation. (closes: #235511) * Updated French debconf template translation. (closes: #282559) * Added Danish debconf template translation. * Added Polish debconf template translation. * Added Spanish debconf template translation. (closes: #151479) * Added Finnish debconf template translation. (closes: #298911) -- Lucas Wall Thu, 17 Mar 2005 00:24:14 -0300 netkit-base (0.10-10ubuntu1) hoary; urgency=low * Resynchronise with Debian. -- Scott James Remnant Wed, 27 Oct 2004 13:54:00 +0100 netkit-base (0.10-10) unstable; urgency=high * The "POSIX got it right, dammit." release. * Use non-blocking sockets for UDP built-ins, because Linux's select() semantics are broken, but fast. Thanks to Colin Phipps for the fix. (Closes: Bug#275585) * Don't enable any built-in services by default. (Closes: Bug#237535, Bug#261906) -- Anthony Towns Mon, 25 Oct 2004 01:53:56 +1000 netkit-base (0.10-9ubuntu3) warty; urgency=low * Added versioned depend on lsb-base -- Nathaniel McCallum Fri, 3 Sep 2004 15:07:50 -0400 netkit-base (0.10-9ubuntu2) warty; urgency=low * debian/inetd.init.d: pretty initscript -- Nathaniel McCallum Fri, 3 Sep 2004 11:36:43 -0400 netkit-base (0.10-9ubuntu1) warty; urgency=low * Disable time, discard and daytime services by default. (Closes: #432) -- Thom May Thu, 29 Jul 2004 10:26:04 +0100 netkit-base (0.10-9) unstable; urgency=low * Add inetd.conf to package. (Closes: Bug#109001) * Add Russian, Swedish, German, French, Portugese/Brazillian templates files. (Closes: Bug#114965, Bug#83612, Bug#94170, Bug#83785, Bug#93224) * Don't abort if killing an extraneous inetd in preinst fails (which should only happen if the inetd was just killed anyway). (Closes: Bug#80994) * Fix URL to CERT advisory on built in services. (Closes: Bug#87264) -- Anthony Towns Sun, 18 Nov 2001 15:59:18 +1000 netkit-base (0.10-8) unstable; urgency=low * Remove dh_suidregister, etc. (Closes: Bug#83022, Bug#84827) * Remove netkit-rpc, which is now in libc6 * Include both sys/time.h and time.h so we can build. (Closes: Bug#96807) We should probably switch from times()/CLK_TCK to clock()/CLOCKS_PER_SEC or something. Fun fun fun. * Fix ping on alpha. How? We don't try stuffing a timeval in the transmitted packet; instead we do what the comments claim we do (roughly): we convert the timeval struct into two four byte network-byte-order-ulongs, and transmit them. This should avoid any portability problems, on arches that require longs to be something other than 8 byte aligned, eg. (Closes: Bug#69333, Bug#70595, Bug#72307, Bug#95017, Bug#82733, Bug#86884) -- Anthony Towns Fri, 8 Jun 2001 13:01:20 +1000 netkit-base (0.10-6) unstable; urgency=high * Fixed unterminated buffer bug (strncpy is used, but the resultant string may not be NUL terminated, and it's later printf'ed) in ping. Probably not exploitable. -- Anthony Towns Mon, 8 Jan 2001 13:26:10 +1000 netkit-base (0.10-5) unstable; urgency=low * Remove the --exec arguments from inetd's init.d script, so that it can be stopped/restarted in the postinst, after the running binary has been updated. Kill any additional leftover inetd processes left from previous, buggy, netbases in case the admin hasn't already done so. (Closes: Bug#69397) * Mark cron.daily/netkit-inetd as a conffile. -- Anthony Towns Sun, 31 Dec 2000 13:47:13 +1000 netkit-base (0.10-4) unstable; urgency=low * Removed superfluous build-time dependency on debconf-utils. No idea at all why that was there. * debian/templates: Added Italian translation, thanks to Eugenia Franzoni, from netbase bug report 64219. -- Anthony Towns Thu, 28 Dec 2000 17:00:40 +1000 netkit-base (0.10-3) unstable; urgency=low * When replacing netbase, inetd gets started, but didn't get stopped. It gets stopped now. (Closes: Bug#68855, Bug#69030). * With the previous version's postinst fix, I should be able to also say: (Closes: Bug#68898, Bug#68871) * Change reference to /etc/init.d/netbase to /etc/init.d/inetd in inetd.8. Thanks to Alex Romosan for spotting this. (Closes: Bug#68850) -- Anthony Towns Thu, 17 Aug 2000 13:58:13 +1000 netkit-base (0.10-2) unstable; urgency=low * Fixed netkit-inetd postinst to refer to the netkit-inetd debconf question, not the old netbase one which no longer exists. * Revised history (s/Initial Release/Split from netbase/). -- Anthony Towns Thu, 10 Aug 2000 13:06:08 +1000 netkit-base (0.10-1) unstable; urgency=low * Split from netbase. -- Anthony Towns Sat, 5 Aug 2000 20:20:26 +1000 Local variables: mode: debian-changelog End: