1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433
|
loop-aes-utils (2.12r-15+etch1) stable-security; urgency=high
* Non-maintainer upload by the security team
* Fix privilege escalation by calling setuid() and setgid() in the
wrong order and not checking the return values in mount and umount
Fixes: CVE-2007-5191
-- Steffen Joeris <white@debian.org> Sat, 22 Dec 2007 13:57:06 +0000
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
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
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
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
|