Skip to content

Debian Changelog uruk (20110608-1)

2011

uruk (20110608-1) unstable; urgency=low

   * New upstream release: The IPv6 Day release!.  Missed 20110213 and
     20110602.
   * debian/control: Standards-Version compliancy upgraded from 3.9.1 to
     3.9.2 (no further changes needed).
   * control: build-depends: add aephea, update zoem (>= 10-265):
     incompatible zoem changes.

 -- Joost van Baal <joostvb@debian.org>  Wed, 08 Jun 2011 08:28:46 +0200

2010

uruk (20100831-2) unstable; urgency=low

   * postinst: add "1" to the runlevels to stop the service in update-rc.d
     call: back in sync with LSB headers in upstream supplied init-script
     (Closes: #581659).

 -- Joost van Baal <joostvb@debian.org>  Tue, 31 Aug 2010 14:26:45 +0200

uruk (20100831-1) unstable; urgency=low

   * New upstream release.

 -- Joost van Baal <joostvb@debian.org>  Tue, 31 Aug 2010 12:31:45 +0200

uruk (20100823-1) unstable; urgency=low

   * New upstream release.  Missed 20100820 (and 20100821), which introduced:
     + Fix bugs in support for dependency based boot sequencing (which is the
       default in "Squeeze"; Boot Performance is a goal for the upcoming Debian
       "Squeeze" release)
       - init/uruk.in: Fix LSB init header: we want to start early in boot
         sequence (on entering runlevel S).  LSB init.d header however had
         "Default-Start: 2 3 5". This is now fixed to S.  Partially fixes
         bug 581659. (Upgrade's are likely not yet handled gracefully.) Thanks
         Petter Reinholdtsen for reporting and for the patch.
       - Furthermore, change Default-Stop: "0 6" to "0 1 6": no need to special
         case runlevel 1 (thanks lintian).
       - Finally, added "$remote_fs" to Required-Start: and Required-Stop: since
         obviously we need /usr/sbin/uruk to be available (thanks again lintian).
     + Enable support for IPv6 packet filtering (full IPv6 support
       is a goal for the upcoming Debian "Squeeze" release).  ip6tables is now
       enabled in the uruk script by default.  If you interact with uruk using
       the init script (which is the default), uruk's default behaviour however
       is not changed.
   * debian/copyright: updated to new upstream.
   * debian/control: the uruk script size no longer is 11 K but 13 K: update
     description.
   * debian/control: Standards-Version compliancy upgraded from 3.8.4 to
     3.9.1 (no further changes needed).

 -- Joost van Baal <joostvb@debian.org>  Mon, 23 Aug 2010 10:32:51 +0200

uruk (20100717-1) unstable; urgency=low

   * This package is not publicly released.
   * New upstream release.
   * debian/control: Standards-Version compliancy upgraded from 3.7.3 to 3.8.4.
   * debian/control: This code no longer is maintained using GNU Arch but
     using the git Version Control System
   * debian/NEWS: fix typo. Thanks lintian.

 -- Joost van Baal <joostvb@debian.org>  Sun, 18 Jul 2010 08:25:55 +0200

2008

uruk (20080330-1) unstable; urgency=low

   * New upstream release.
   * debian/control: Add Vcs-Arch header.  Unfortunately, gna.org does not
     offer archzoom, so no Vcs-Browser header for now.
   * debian/copyright: machine-interpretable, using proposal by Sam Hocevar
     (http://wiki.debian.org/Proposals/CopyrightFormat).

 -- Joost van Baal <joostvb@debian.org>  Sun, 30 Mar 2008 15:21:18 +0200

uruk (20080307-1) unstable; urgency=low

   * New upstream release.
   * debian/control: Don't use unneeded Debian revisions in build dependencies:
     be nice to backporters.  (Thanks lintian.)

 -- Joost van Baal <joostvb@debian.org>  Sat, 08 Mar 2008 08:44:32 +0100

uruk (20071101-3) unstable; urgency=low

   * debian/postinst: enable upgrading a not yet configured uruk.  Thanks
     Wessel Dankers for reporting this bug (in private communication).
   * debian/control: move homepage to proper field.
   * debian/control: Standards-Version compliancy upgraded from 3.7.2 to
     3.7.3 (no further changes needed).

 -- Joost van Baal <joostvb@debian.org>  Thu, 07 Feb 2008 15:54:17 +0100

2007

uruk (20071101-2) unstable; urgency=low

   * Ignore errors from init script when removing package: these might be
     caused by lacking (manual) configuration of the package.  Thanks
     Jacob Holst (Closes: #452904).

 -- Joost van Baal <joostvb@debian.org>  Tue, 04 Dec 2007 16:39:45 +0100

uruk (20071101-1) unstable; urgency=low

   * New upstream release. Missed 20071030, which introduced:
     - no longer try to support non-ascii characters in .txt manpages
       (Closes: #441659)
     - If you're using hook scripts (by setting $rc_a, $rc_b, ... or $rc_i
       in your uruk rc file), you might be hit by an incompatibility.  See
       upstream NEWS file (in /usr/share/doc/uruk/NEWS) for details.
     - The uruk init script now is (should be) Linux Standards Base v 3.1.0
       compliant.
     See upstream NEWS file for other changes and new features in the 20071030
     and 20071101 releases.
   * debian/copyright: no longer GPL v2, but v3 (or higher).  Add MIT
     license for Fred Vos's XML stuff in contrib/.
   * debian/rules: do not ignore error from "make distclean".  (Thanks
     lintian).
   * debian/rules: compress NEWS.Debian (Thanks lintian).
   * debian/control: Standards-Version compliancy upgraded from 3.6.2.0 to
     3.7.2 (no further changes needed).

 -- Joost van Baal <joostvb@debian.org>  Sun, 04 Nov 2007 15:55:38 +0100

2006

uruk (20051129-1) unstable; urgency=low

   * New upstream release.
   * control: build-depend upon zoem >= 05-328: new \tr semantics
     (Closes: #354677).
   * control: found out how to add Homepage pseudo-field (finally!).

 -- Joost van Baal <joostvb@debian.org>  Thu, 02 Mar 2006 11:13:55 +0100

2005

uruk (20051027-1) unstable; urgency=low

   * New upstream release.  (20051026 suffered from an annoying bug, no public
     Debian package for that one was released.)
   * debian/rules: added NEWS.Debian for documenting incompatibly changes.
   * debian/{prerm,postinst}: make sure firewall rules are no longer disabled
     during upgrade.  They now are merely reloaded:
     + prerm: call "invoke-rc.d uruk stop" only on package removal.
     + postinst: call "invoke-rc.d uruk force-reload" on upgrade.
   * debian/control: changed package description.
   * /etc/uruk/rc, README.Debian: add some pointers to quick setup guide in
     uruk(8).
   * debian/{rules,uruk.default}: default script now shipped upstream, we
     install that one.
   * debian/rules: don't install .ps and .txt copies of manpages: these are
     easily generated from other installed formats.
   * debian/rules: generate md5sums (implementation inspired by dh_md5sums).
   * debian/control: s/joostvb-uruk@mdcc.cx/joostvb@debian.org/
   * debian/control: Standards-Version compliancy upgraded from 3.6.1.0 to
     3.6.2.0 (no further changes needed).
   * First upload to the Debian archive (Closes: #332819)

 -- Joost van Baal <joostvb@debian.org>  Sun, 30 Oct 2005 18:44:05 +0100

uruk (20050718-1) unstable; urgency=low

   * New upstream pre-release.

 -- Joost van Baal <joostvb-uruk@mdcc.cx>  Mon, 18 Jul 2005 18:04:50 +0200

uruk (20050414-1) unstable; urgency=low

   * New upstream prerelease.
   * conffiles: add /etc/default/uruk, used by init script.
   * control: make homepage stand out.
   * This package now is maintained at http://arch.gna.org/uruk/ .
   * rules, uruk.default: ship example /etc/default/uruk script.
   * rules: compress new ChangeLog.2003 file.
   * control: checked standards compliance: bumped from 3.5.8 to 3.6.1.0.

 -- Joost van Baal <joostvb-uruk@mdcc.cx>  Fri, 15 Apr 2005 23:24:37 +0200

2004

uruk (20040625-1) unstable; urgency=low

   * New upstream.  BEWARE!  This is a prerelease.

 -- Joost van Baal <joostvb-uruk@mdcc.cx>  Fri, 25 Jun 2004 10:43:34 +0200

uruk (20040216-1) unstable; urgency=low

   * New upstream.  BEWARE!  Upstream 20040213 was _severely_ broken.

 -- Joost van Baal <joostvb-uruk@mdcc.cx>  Mon, 16 Feb 2004 16:25:07 +0100

uruk (20040213-1) unstable; urgency=low

   * New upstream.

 -- Joost van Baal <joostvb-uruk@mdcc.cx>  Fri, 13 Feb 2004 17:05:03 +0100

uruk (20040210-1) unstable; urgency=low

   * New upstream.  Beware: slightly changed defaults in ICMP blocking.
     See upstream NEWS file.
   * rc: point to the right places to get uruk initialized and configured.
   * postinst: instead of update-rc.d's default we now use "start 40 S . stop
     89 0 6 ." for the uruk runlevels (the same as used by other iptables
     calling packages).

 -- Joost van Baal <joostvb-uruk@mdcc.cx>  Tue, 10 Feb 2004 15:03:09 +0100

2003

uruk (20031111-1) unstable; urgency=low

   * New upstream.  Beware: backwards incompatibility.  See upstream docs.

 -- Joost van Baal <joostvb-uruk@mdcc.cx>  Tue, 11 Nov 2003 13:44:47 +0100

uruk (20031026-1) unstable; urgency=low

   * New upstream (missed 20031008).
   * First public release of this Debian package.
   * README.Debian, TODO.Debian added.

 -- Joost van Baal <joostvb-uruk@mdcc.cx>  Sun, 26 Oct 2003 16:49:50 +0100

uruk (20031005-1) unstable; urgency=low

   * New upstream.  (Not publicly released.)
   * rules: copyleft statement added.
   * control: description spiced up.

 -- Joost van Baal <joostvb-uruk@mdcc.cx>  Sun, 05 Oct 2003 20:38:10 +0200

uruk (20031004-1) unstable; urgency=low

   * Initial release.

 -- Joost van Baal <joostvb-uruk@mdcc.cx>  Sun, 05 Oct 2003 14:40:32 +0200