Skip to content

Debian Changelog xfs (1:1.0.8-5)

2009

xfs (1:1.0.8-5) unstable; urgency=low

   * QA upload.
   * Move the fixup of the home directory name typo from the postinst to the
     init script, to increase the chances that the daemon is not yet running
     so that we can successfully run usermod to do the cleanup, and not need
     to disturb the possible running X session by restarting the daemon.
     (Closes: #546198)

 -- Guillem Jover <guillem@debian.org>  Sat, 12 Sep 2009 03:17:23 +0200

xfs (1:1.0.8-4) unstable; urgency=low

   * QA upload.
   * Fix init script dependency information:
     - Add X-Start-Before with current display managers. (Closes: #542678)
     Thanks to Petter Reinholdtsen <pere@hungry.com>.
   * Fix typo in debian-xfs's user home directory name, for new and already
     created users. (Closes: #511786)
   * Define a new $x-font-server init.d virtual facility with xfs as value.
   * Bump Standards-Version to 3.8.3.

 -- Guillem Jover <guillem@debian.org>  Fri, 11 Sep 2009 00:35:05 +0200

xfs (1:1.0.8-3) unstable; urgency=low

   * Remove the -1 debian revisions from build-depends.
   * Don't run dh_makeshlibs.
   * Don't run update-rc.d twice in postinst and postrm, debhelper handles this
     for us.
   * Parse space-separated DEB_BUILD_OPTIONS as mandated by policy, and allow
     parallel builds.
   * Wrap debian/control's Build-Depends field.
   * Run autoreconf on build; add build-deps on automake and xutils-dev.
   * Add init.d status support (closes: #527970).  Thanks, Peter Eisentraut!
   * Don't stop xfs in runlevels 0 and 6 (closes: #500722).  Thanks, Sven
     Joachim!
   * Bump debhelper compat level to 5 (lowest non-deprecated level).
   * Update xsfbs to get README.source.
   * Bump Standards-Version to 3.8.2.
   * Set Maintainer to Debian QA Group (see bug#540362).

 -- Julien Cristau <jcristau@debian.org>  Sun, 09 Aug 2009 13:02:38 +0200

2008

xfs (1:1.0.8-2.1) unstable; urgency=low

   * Non-maintainer upload.
   * Fix fallout from switching to non-privileged user:
     - Adjust config file to disable logging to file.
       We log to syslog, but with this parameter, xfs tries to open
       the logfile which fails because we run as nobody.
     - postinst: create user debian-xfs for pidfile,
     - init: create pidfile dir if necessary, change pifile location,
       deal with two possible pidfile locations for stop et al,
     - postrm: delete pid directory and user,
     - add patch to change pid directory.
     Closes: #498823.

 -- Thomas Viehmann <tv@beamnet.de>  Thu, 09 Oct 2008 22:32:45 +0200

xfs (1:1.0.8-2) unstable; urgency=low

   * Add $syslog dependency to the xfs init.d script (closes: #489232).
     Thanks, Sven Joachim!

 -- Julien Cristau <jcristau@debian.org>  Mon, 07 Jul 2008 15:01:38 +0200

xfs (1:1.0.8-1.1) unstable; urgency=low

   * Non-maintainer upload to fix RC bug.
   * Run xfs process as user nobody by default (Closes: #50859).  Patch
     from Petter Reinholdtsen.
   * Build with -DUSE_SYSLOG to get the syslog option to work, to avoid
     log rotation issue when xfs is running as a non-privileged
     user (Closes: 481758).  Patch from Sven Joachim.

 -- Petter Reinholdtsen <pere@debian.org>  Thu, 26 Jun 2008 22:45:42 +0200

xfs (1:1.0.8-1) unstable; urgency=low

   * New upstream release.
   * Always restart the xfs daemon on upgrade from << 1:1.0.7 since the
     old prerm script always stopped it on upgrade, closes: #482788.
   * Update patches to not use -p0, closes: #485273.

 -- Brice Goglin <bgoglin@debian.org>  Sat, 14 Jun 2008 18:41:28 +0200

xfs (1:1.0.7-2) unstable; urgency=low

   * Cherry-pick upstream commit 8144d75d to fix crash on startup,
     closes: #482551.

 -- Brice Goglin <bgoglin@debian.org>  Fri, 23 May 2008 18:56:37 +0200

xfs (1:1.0.7-1) unstable; urgency=low

   * New upstream release.
     + Return an error to the log instead of segfaulting if
       catalogue line is omitted from config file, closes: #148650
   * Remove the obsolete /etc/X11/fs/xfs.options, closes: #382776.
   * Make sure maintainer scripts are generated during build, so that
     xfs-specific scripts are actually used instead of dh_installinit
     ones, causing the daemon to not always restart on upgrade,
     closes: #457900.
     + Add --no-start to dh_installinit so that default daemon restart
       code is not automatically added after the xfs-specific one.
   * Remove obsolete stuff from maintainer scripts.
   * Add descriptive comment to top of init script, closes: #446275.

 -- Brice Goglin <bgoglin@debian.org>  Thu, 22 May 2008 21:47:03 +0200

xfs (1:1.0.6-1) unstable; urgency=low

   * New upstream release.
     + Drop 03_configurable_config_location.diff, applied upstream.
     + Refresh 01_xfs_fixes.diff, partially applied upstream.
   * Fix LSB header in xfs.init: don't stop in the S runlevel.  Thanks, Petter
     Reinholdtsen (closes: #470113).
   * Install the upstream ChangeLog.
   * Add Vcs-Git and Vcs-Browser fields.
   * Add the upstream URL to debian/copyright.
   * Bump Standards-Version: to 3.7.3, no change needed.
   * Add myself to Uploaders, and remove Branden and Fabio with their
     permission.

 -- Brice Goglin <bgoglin@debian.org>  Tue, 11 Mar 2008 20:16:06 +0100

2007

xfs (1:1.0.5-2) unstable; urgency=low

   * Run autoreconf, which was forgotten for 1:1.0.5-1.

 -- Julien Cristau <jcristau@debian.org>  Sun, 07 Oct 2007 00:10:32 +0200

xfs (1:1.0.5-1) unstable; urgency=high

   [ Brice Goglin ]
   * Restore and update the old xfs.options.5 manpage which got lost
     during the monolothic/modular transition. It might still help
     since the maintainer scripts still look at the corresponding
     config file. Closes: #364587.
     + Use dh_installman
 
   [ David Nusinow ]
   * New upstream release. High priority for security fixes.
     + fix for integer overflows in build_range(). CVE-4568
     + Fix for heap overwrite in swap_char2b() CVE-2007-4568
   * Fix up 01_xfs_fixes.diff. This one needs to go upstream yesterday.

 -- David Nusinow <dnusinow@debian.org>  Wed, 03 Oct 2007 21:11:50 -0400

xfs (1:1.0.4-2) unstable; urgency=high

   * High urgency upload for security fix.
   * Fix race condition in the xfs init script (CVE-2007-3103).
   * Remove obsolete information from README.Debian (closes: #376763).

 -- Julien Cristau <jcristau@debian.org>  Thu, 19 Jul 2007 15:24:35 +0200

xfs (1:1.0.4-1) unstable; urgency=low

   [ Julien Cristau ]
   * New upstream release.
     + Update patch 01_xfs_fixes.diff.
     + Install the manpage as xfs.1, not xfs.1x.
   * Don't put debug symbols in a nonexistent xfs-dbg package
     (closes: #424113).
   * Fix substitutions in xfs(1). (closes: #406829).
   * Bump Standards-Version to 3.7.2 (no changes).
   * Add LSB dependency info in xfs.init (closes: #335389). Thanks, Petter
     Reinholdtsen!
 
   [ Brice Goglin ]
   * Drop useless -DLIBXCURSOR from debian/rules.

 -- Julien Cristau <jcristau@debian.org>  Wed, 16 May 2007 13:50:33 +0200

2006

xfs (1:1.0.1-5) unstable; urgency=low

   * Move config file back to /etc/X11/fs where it belongs. Thanks to Mike
     Brodbelt, Otavio Salvador, and Margarita Manterola. Thanks to
     Andreas Metzler for the patch. (closes: #362492)
   * Run dh_install with --list-missing
   * Add quilt to build-depends

 -- David Nusinow <dnusinow@debian.org>  Mon, 8 May 2006 00:29:18 -0400

xfs (1:1.0.1-4) unstable; urgency=low

   * Upload to unstable

 -- David Nusinow <dnusinow@debian.org>  Tue, 4 Apr 2006 18:44:42 -0400

xfs (1:1.0.1-3) experimental; urgency=low

   * Provide the correct copyright info

 -- David Nusinow <dnusinow@debian.org>  Wed, 8 Mar 2006 00:42:29 -0500

xfs (1:1.0.1-2) experimental; urgency=low

   * Provide all our old packaging infrastrcture that I totally forgot. Thanks
     Rasmus Bøg Hansen. (closes: #355762)
     + Update config.cpp patch for our font locations and remove the cache
       options because they're not working

 -- David Nusinow <dnusinow@debian.org>  Tue, 7 Mar 2006 22:14:35 -0500

xfs (1:1.0.1-1) experimental; urgency=low

   * First modular upload to Debian
   * Port patches from trunk
     + general/003b_xfs_fixes.diff
     + debian/906_debian_xfs.diff

 -- David Nusinow <dnusinow@debian.org>  Sun, 5 Mar 2006 20:12:51 -0500