Skip to content

Debian Changelog loop-aes-utils (2.15.1~rc1-2)

2009

loop-aes-utils (2.15.1~rc1-2) unstable; urgency=low

   * Disable ncurses (--without-ncurses), not used in
     mount/. Fixes FTBFS (closes: #535676).

 -- Max Vozeler <xam@debian.org>  Mon, 06 Jul 2009 02:08:18 +0200

loop-aes-utils (2.15.1~rc1-1) unstable; urgency=low

   * New util-linux upstream release
   * patches/20loop-AES:
     - Update to v3.2g
   * patches/losetup_add_option_f.dpatch:
     - Drop, applied upstream
   * Add set -e to preinst, postrm
   * Update to debhelper level 7
   * Update to poliy 3.8.1:
     - This package violates policy 4.13 (convenience
       copies). There is no way around it right now; I'm
       working on a solution for squeeze.
   * debian/loop-aes-keygen.1:
     - Add description to .NAME

 -- Max Vozeler <xam@debian.org>  Fri, 03 Jul 2009 21:12:36 +0200

2008

loop-aes-utils (2.13.1-4) unstable; urgency=low

   * patches/losetup_add_option_f.dpatch:
     - Added to support "find next free loop" in losetup.
       (closes: #495682)

 -- Max Vozeler <xam@debian.org>  Fri, 22 Aug 2008 11:57:17 +0200

loop-aes-utils (2.13.1-3) unstable; urgency=low

   * Depend on mount >= 2.13-1 to ensure that its
     upgrade-checks for nfs-common are done. (closes: #470941)

 -- Max Vozeler <xam@debian.org>  Sat, 15 Mar 2008 00:45:45 +0100

loop-aes-utils (2.13.1-2) unstable; urgency=low

   * initramfs/script:
     - Fix loading of non-AES ciphers
     - Remove message shown if root is not encrypted

 -- Max Vozeler <xam@debian.org>  Fri, 14 Mar 2008 16:17:31 +0100

loop-aes-utils (2.13.1-1) unstable; urgency=low

   * New util-linux upstream release
   * patches/20loop-AES:
     - Update to v3.2c
     - Fixes read from symlinks. (closes: #450784)
   * patches/50_realpath_use_after_free,
     patches/51_CVE-2007-5191,
     patches/52_check_privdrop_return:
     - Drop, applied upstream
   * Standards version 3.7.3 (no changes)

 -- Max Vozeler <xam@debian.org>  Sun, 09 Mar 2008 02:20:09 +0100

2007

loop-aes-utils (2.13-2) unstable; urgency=low

   * Sync with util-linux 2.13-8
   * SECURITY: mount: doesn't drop privileges properly when
     calling helpers [CVE-2007-5191]
   * Check the return value of set{u,g}id in loop-AES code
   * mount: chain of symlinks to fstab causes use of pointer after free

 -- Max Vozeler <xam@debian.org>  Fri, 19 Oct 2007 23:14:28 +0200

loop-aes-utils (2.13-1) unstable; urgency=low

   * New upstream release
   * Update loop-AES patch to upstream 2.13

 -- Max Vozeler <xam@debian.org>  Wed, 05 Sep 2007 23:15:31 +0200

loop-aes-utils (2.13~rc3-2) unstable; urgency=low

   * Sync with util-linux 2.13~rc3-8
   * Switch back to libblkid-dev
   * initramfs/hook: Check that included loop module
     really is loop-AES.

 -- Max Vozeler <xam@debian.org>  Sun, 26 Aug 2007 15:23:19 +0200

loop-aes-utils (2.13~rc3-1) unstable; urgency=low

   * New upstream release
   * Sync with util-linux 2.13~rc3-3: All patches in
     debian/patches/* included upstream.
   * Build with libvolume-id, libselinux
   * Update loop-AES patch to v3.2a and rebase against
     util-linux-ng 2.13-rc3 (Closes: #436909)
   * Two passes for deb and udeb, building the udeb
     without selinux/libvolume-id.
   * Enable initramfs-tools integration

 -- Max Vozeler <xam@debian.org>  Sat, 11 Aug 2007 15:24:42 +0200

loop-aes-utils (2.12r-17) unstable; urgency=low

   * UNRELEASED
   * Update loop-AES patch to v3.1f
     - patches/20loop-AES: Update
     - patches/40pagesize: Drop, included upstream
   * Remove shlib override for libblkid
   * Include initramfs-tools integration for encrypted root, thanks to
     Lionel Elie Mamane <lionel@debian.org> (Closes: #378488)

 -- Max Vozeler <xam@debian.org>  Sun, 22 Apr 2007 19:56:09 +0200

loop-aes-utils (2.12r-16) unstable; urgency=low

   * Sync with util-linux 2.12r-19
     - patches/30nfs4: Update
     - patches/30nfs4-setclientid: Add
     - patches/30nfs4-intr-default: Add
     - patches/30swsusp-resume: Update and enable in 00list
   * Update config.{sub,guess}

 -- Max Vozeler <xam@debian.org>  Sun, 22 Apr 2007 17:40:47 +0200

2006

loop-aes-utils (2.12r-15) unstable; urgency=medium

   * Set maintainer to Debian Loop-AES Team
   * Partially revert documentation changes as we don't include
     the initramfs-tools integration yet for etch.

 -- Max Vozeler <xam@debian.org>  Sat, 16 Dec 2006 03:38:40 +0100

loop-aes-utils (2.12r-14) unstable; urgency=low

   * Sync with util-linux 2.12r-11
     - Updated patches/30nfs4-fix
   * Update config.{sub,guess} to 2006-07-02

 -- Max Vozeler <xam@debian.org>  Mon, 9 Oct 2006 00:32:08 +0200

loop-aes-utils (2.12r-13) unstable; urgency=low

   * Replace use of PAGE_SIZE definition with getpagesize() to
     fix FTBFS on powerpc. [patches/40page_size]
   * Update Standards-Version to 3.7.2 (no changes)

 -- Max Vozeler <xam@debian.org>  Wed, 19 Jul 2006 16:49:56 +0200

loop-aes-utils (2.12r-12) unstable; urgency=low

   * checkfs-loop: Don't fsck loops with random keys or those
     used for the root partition. (Closes: #378688)

 -- Max Vozeler <xam@debian.org>  Tue, 18 Jul 2006 19:32:13 +0200

loop-aes-utils (2.12r-11) unstable; urgency=low

   * Sync with util-linux 2.12r-10
     - Updated patches/30nfs4

 -- Max Vozeler <xam@debian.org>  Thu, 18 May 2006 15:04:41 +0200

loop-aes-utils (2.12r-10) unstable; urgency=low

   * Correct dependency on libbklid1-udeb. (Closes: #367019)

 -- Max Vozeler <xam@debian.org>  Sat, 13 May 2006 00:53:03 +0200

loop-aes-utils (2.12r-9) unstable; urgency=low

   * Sync with util-linux 2.12r-9
     - Added patches/30nfs4-fix
     - Updated patches/30nfs4
 
   * Create /etc/default/checkfs-loop in postinst

 -- Max Vozeler <xam@debian.org>  Thu, 11 May 2006 16:44:47 +0200

loop-aes-utils (2.12r-8) unstable; urgency=low

   * patches/20loop-AES:
     - Updated to v3.1c
     - Includes 21loop-active, dropped

 -- Max Vozeler <xam@debian.org>  Mon, 10 Apr 2006 17:11:03 +0200

loop-aes-utils (2.12r-7) unstable; urgency=low

   * Install an rcS.d init script (checkfs-loop) for checking
     loop-AES encrypted file systems. It is disabled by default.
     See README for more information on using it.
 
   * Add patches/21loop-active to make it possible for mount to
     reuse already active loops that match the loop=/dev/loop$n
     entry in fstab and have the same backing device.

 -- Max Vozeler <xam@debian.org>  Sun, 9 Apr 2006 18:31:35 +0200

loop-aes-utils (2.12r-6) unstable; urgency=low

   * Relax dependency on sharutils to recommends, it's only
     required for key generation.
   * Improved safe swap check in loop-aes-keygen.
   * Update config.{sub,guess} to 2006-02-23

 -- Max Vozeler <xam@debian.org>  Fri, 17 Mar 2006 16:19:05 +0100

loop-aes-utils (2.12r-5) unstable; urgency=low

   * Sync with util-linux 2.12r-8
     - Disable patches/30nfs4

 -- Max Vozeler <xam@debian.org>  Sat, 25 Feb 2006 20:47:26 +0100

loop-aes-utils (2.12r-4) unstable; urgency=low

   * Depend on gnupg for loop-aes-keygen
   * Sync with util-linux 2.12r-7
     - Added patches/30nfs4

 -- Max Vozeler <xam@debian.org>  Wed, 22 Feb 2006 01:02:41 +0100

loop-aes-utils (2.12r-3) unstable; urgency=low

   * loop-aes-keygen:
     - Fail unless uuencode is available
     - Depends on sharutils

 -- Max Vozeler <xam@debian.org>  Sun, 22 Jan 2006 16:45:01 +0100

loop-aes-utils (2.12r-2) unstable; urgency=low

   * Add /usr/bin/loop-aes-keygen
   * patches/20_loop-AES:
     - Updated to v3.1c

 -- Max Vozeler <xam@debian.org>  Sun, 22 Jan 2006 16:28:38 +0100

2005

loop-aes-utils (2.12r-1) unstable; urgency=low

   * New upstream release
     - Includes CAN-2005-2876 fix
   * Sync with util-linux 2.12r-1
   * patches/30swsusp-resume
     - Added from util-linux 2.12r-1

 -- Max Vozeler <xam@debian.org>  Fri, 9 Dec 2005 11:05:48 +0100

loop-aes-utils (2.12p-9) unstable; urgency=high

   * [SECURITY] CAN-2005-2876. Applied patch from 2.12r-pre1 to
     fix a local privilege escalation vulnerability in umount -r.
     (Closes: #328626)

 -- Max Vozeler <xam@debian.org>  Fri, 16 Sep 2005 14:55:18 +0200

loop-aes-utils (2.12p-8) unstable; urgency=low

   * Add patches/20guesshelper from util-linux 2.12p-6
   * Update config.{sub,guess}

 -- Max Vozeler <xam@debian.org>  Thu, 18 Aug 2005 18:18:10 +0200

loop-aes-utils (2.12p-7) unstable; urgency=low

   * Build mount-aes-udeb for partman-crypto
   * Build-depend on debhelper (>=4.2) for the udeb
   * patches/10sparcumount:
     - Added from util-linux 2.12p-5

 -- Max Vozeler <xam@debian.org>  Fri, 12 Aug 2005 19:31:57 +0200

loop-aes-utils (2.12p-6) unstable; urgency=low

   * Update URL for util-linux in debian/copyright
   * Bump standards version to 3.6.2 (no changes)
   * Update config.{sub,guess} to 2005-04-22
   * patches/20_loop-AES:
     - Updated to 3.0d

 -- Max Vozeler <xam@debian.org>  Sat, 23 Jul 2005 18:28:38 +0200

loop-aes-utils (2.12p-5) unstable; urgency=low

   * Dropped ancient NEWS.Debian
   * Removed Eduard from Uploaders
   * patches/20_loop-AES:
     - Updated to 3.0c

 -- Max Vozeler <xam@debian.org>  Wed, 8 Jun 2005 13:25:06 +0200

loop-aes-utils (2.12p-4) unstable; urgency=low

   * Depend on newer libblkid1 (>= 1.37-1) for security fix
     regarding BLKID_FILE.

 -- Max Vozeler <xam@debian.org>  Tue, 22 Mar 2005 16:12:00 +0100

loop-aes-utils (2.12p-3) unstable; urgency=low

   * Install upstream changelog
   * Drop overrides for m-a; Updated versions are now included
     in the module-assistant package, thanks to Eduard Bloch.
   * Changed maintainer's address

 -- Max Vozeler <xam@debian.org>  Tue, 18 Jan 2005 00:33:12 +0100

loop-aes-utils (2.12p-2) unstable; urgency=low

   * Renamed dpatches 10* from util-linux

 -- Max Vozeler <max@hinterhof.net>  Mon, 10 Jan 2005 14:51:10 +0100

loop-aes-utils (2.12p-1) unstable; urgency=low

   * New util-linux upstream release
   * Add uuid-dev to Build-Depends
   * Depend on mount (>= 2.12p-1)
   * patches/20_loop-AES:
     - Updated to util-linux-2.12p.diff

 -- Max Vozeler <max@hinterhof.net>  Thu, 6 Jan 2005 13:56:35 +0100

2004

loop-aes-utils (2.12l-1) unstable; urgency=low

   * New util-linux upstream release
   * patches/10_debian_mount:
     - All changes except mtab~ integrated upstream, dropped
   * patches/10_debian_config:
   * patches/10_debian_mtab:
     - Debian configuration changes
     - Create /etc/mtab~ mode 0600
   * patches/20_loop-AES:
     - Updated to 3.0a

 -- Max Vozeler <max@hinterhof.net>  Sun, 19 Dec 2004 17:31:17 +0100

loop-aes-utils (2.12h-3) unstable; urgency=low

   * Add libblkid-dev to Build-Depends (from util-linux 2.12h-4)
   * Stricter depends on mount (>= 2.12h-4)
   * patches/20_loop-AES
     - Updated to v2.2d-20041125

 -- Max Vozeler <max@hinterhof.net>  Fri, 3 Dec 2004 16:00:35 +0100

loop-aes-utils (2.12h-2) unstable; urgency=medium

   * Depend on mount (>= 2.12h-1) to keep this package from
     entering testing before util-linux 2.12h.
   * patches/10_debian_mount:
     - Fix for mount segfaults from util-linux 2.12h-3.
   * Added some information to README and the long description.

 -- Max Vozeler <max@hinterhof.net>  Mon, 8 Nov 2004 18:34:30 +0100

loop-aes-utils (2.12h-1) unstable; urgency=low

   * New util-linux upstream release
   * patches/20_loop-AES
     - Updated from loop-AES 2.2d
   * debian/copyright
     - New util-linux upstream URL

 -- Max Vozeler <max@hinterhof.net>  Sun, 31 Oct 2004 17:07:13 +0100

loop-aes-utils (2.12c-1) unstable; urgency=low

   * New util-linux upstream release
   * patches/20-loop-aes.dpatch
     - Updated from loop-AES 2.2a

 -- Max Vozeler <max@hinterhof.net>  Wed, 8 Sep 2004 22:40:59 +0200

loop-aes-utils (2.12a-3) unstable; urgency=low

   * debian/copyright
     - Document precise origin of the crypto patch.

 -- Max Vozeler <max@hinterhof.net>  Sat, 22 May 2004 01:06:06 +0200

loop-aes-utils (2.12a-2) unstable; urgency=low

   * patches/10-debian-util-linux.dpatch
     - Updated from 2.12-7
     - Have pri= only affect that entry in swapon -a.
   * patches/20-loop-aes.dpatch:
     - Updated from loop-AES 2.1a
   * patches/30-debian.dpatch:
     - Make swapon warn about unsafe swap file permissions.
   * Version the build-dependency on dpatch to >= 2.0.0
     Thanks to Agustin Martin Domingo. (Closes: #244027)
   * Updated copyright from util-linux 2.12-7

 -- Max Vozeler <max@hinterhof.net>  Sat, 24 Apr 2004 16:12:04 +0200

loop-aes-utils (2.12a-1) unstable; urgency=low

   * New util-linux upstream release
   * Updated debian/patches/20-loop-aes.dpatch to 2.0g

 -- Max Vozeler <max@hinterhof.net>  Fri, 9 Apr 2004 02:17:11 +0200

loop-aes-utils (2.12-10) unstable; urgency=low

   * Change the pre-dependency into a normal dependency.
     (Closes: #240816)

 -- Max Vozeler <max@hinterhof.net>  Sat, 3 Apr 2004 20:48:59 +0200

loop-aes-utils (2.12-9) unstable; urgency=low

   * Added lintian-overrides for suid /bin/{u,}mount
   * Added pointer to more documentation to README.Debian.
     (Closes: #240262)

 -- Max Vozeler <max@hinterhof.net>  Sun, 28 Mar 2004 15:53:58 +0200

loop-aes-utils (2.12-8) unstable; urgency=low

   * Use shlibdeps for the Pre-Depends: on libc6.
   * Fix patch-stamp

 -- Max Vozeler <max@hinterhof.net>  Sat, 13 Mar 2004 15:53:06 +0100

loop-aes-utils (2.12-7) unstable; urgency=low

   * Moved encrypted root script and README.cryptoroot to a separate
     package 'cryptofs-root'
   * Added a small README

 -- Max Vozeler <max@hinterhof.net>  Sun, 15 Feb 2004 13:25:32 +0100

loop-aes-utils (2.12-6) unstable; urgency=low

   * debian/copyright:
     * Added Copyrights from the AES cipher sources and rmd160.[ch]
     * Added license text (3-clause BSD) of the AES cipher sources

 -- Max Vozeler <max@hinterhof.net>  Sun, 25 Jan 2004 19:40:22 +0100

loop-aes-utils (2.12-5) unstable; urgency=low

   * Changed the source package to use dpatch
     * 10-debian-util-linux (from util-linux 2.12-6)
     * 20-upstream-loop-aes (from loop-aes-source 2.0e-1)
   * Updated to Standards-Version: 3.6.1

 -- Max Vozeler <max@hinterhof.net>  Thu, 22 Jan 2004 14:55:32 +0100

loop-aes-utils (2.12-4) unstable; urgency=low

   * Applied changes from util-linux 2.12-6
     * mount/fstab.c:
       * Create /etc/mtab~ mode 0600
     * MCONFIG, mount/Makefile:
       * Special-case $(OS) linux
   * Added README.cryptoloop and mkinitrd+loop.patch

 -- Max Vozeler <max@hinterhof.net>  Sun, 11 Jan 2004 03:22:31 +0100

loop-aes-utils (2.12-3) unstable; urgency=high

   * debian/loop-aes.mkinitrd:
     * Security: The script was missing an invocation of umask, so the
       device nodes in the initrd may have been created with insecure
       permissions. Please regenerate all initrds created with 2.12-2.
     * Changed keyfile location from inside the initrd to /boot/loop as
       there is no reliable way to force correct permissions of generated
       initrds.

 -- Max Vozeler <max@hinterhof.net>  Tue, 6 Jan 2004 22:33:04 +0100

loop-aes-utils (2.12-2) unstable; urgency=low

   * Encrypted root file systems with Debian initrd kernels work now. Added
     a script for mkinitrd that automatically sets up the initrd. Documented
     in README.cryptoloop in the package loop-aes-source.
   * /etc/loop-aes/initrd.conf : New conffile for the mkinitrd script

 -- Max Vozeler <max@hinterhof.net>  Fri, 2 Jan 2004 04:07:25 +0100

loop-aes-utils (2.12-1) unstable; urgency=low

   * New upstream release of util-linux
   * Reverted unified crypto patch; It does not support multi-key keyfiles
     and data corruption could happen with the examples from README.
   * Updated documentation and descriptions
   * Applied util-linux-2.12.diff from loop-AES 2.0d (see NEWS.Debian)
   * Applied util-linux-2.12-part2.diff for 2.6 kernel headers.
   * Updated debian/copyright
   * Added #DEBHELPER# tokens to preinst/postrm

 -- Max Vozeler <max@hinterhof.net>  Thu, 1 Jan 2004 05:29:14 +0100

2003

loop-aes-utils (2.11z-7) unstable; urgency=low

   * Initial upload candidate. (Closes: #222483)
   * The suid bit was stripped of mount and umount by dh_fixperms, breaking
     mounts by non-root users.

 -- Max Vozeler <max@hinterhof.net>  Wed, 3 Dec 2003 23:54:02 +0100

loop-aes-utils (2.11z-6) unstable; urgency=low

   * Corrected README.Debian on command syntax
   * debian/rules: cleanup and fix config-stamp target

 -- Max Vozeler <max@hinterhof.net>  Sun, 30 Nov 2003 02:59:39 +0100

loop-aes-utils (2.11z-5) unstable; urgency=low

   * Installs module-assistant override files for loop-aes-source
     and loop-aes-ciphers-source.
   * Documented that some commandline arguments are different from
     the util-linux patch thats shipped with loop-aes.

 -- Max Vozeler <max@hinterhof.net>  Thu, 27 Nov 2003 23:52:41 +0100

loop-aes-utils (2.11z-4) unstable; urgency=low

   * Renamed the file that dpkg-divert creates for the original
     manpages so that mandb wont complain.

 -- Max Vozeler <max@hinterhof.net>  Sat, 22 Nov 2003 14:13:33 +0100

loop-aes-utils (2.11z-3) unstable; urgency=low

   * Section: admin
   * Removed duplicate dpkg-divert calls from preinst and postrm
   * Worked on the long description

 -- Max Vozeler <max@hinterhof.net>  Fri, 21 Nov 2003 18:32:56 +0100

loop-aes-utils (2.11z-2) unstable; urgency=low

   * Applied util-linux-2.11z-crypto-v3.diff
   * Changed from Replaces: to dpkg-divert
   * Added preinst and postrm

 -- Max Vozeler <max@hinterhof.net>  Fri, 21 Nov 2003 07:45:06 +0100

loop-aes-utils (2.11z-1) unstable; urgency=low

   * Initial Release.

 -- Max Vozeler <max@hinterhof.net>  Fri, 10 Oct 2003 07:11:01 +0200