97
|
|
|
Dimitri John Ledkov |
2:1.6.1-1ubuntu3 |
10 years ago
|
|
|
96
|
|
|
Robert Barabas |
2:1.6.1-1ubuntu2 |
10 years ago
|
|
|
95
|
|
|
Dmitrijs Ledkovs |
2:1.6.1-1ubuntu1 |
11 years ago
|
|
|
94
|
|
|
Dmitrijs Ledkovs |
2:1.4.3-4ubuntu4 |
11 years ago
|
|
|
93
|
|
|
Colin Watson |
2:1.4.3-4ubuntu3 |
11 years ago
|
|
|
92
|
|
|
Adam Conrad |
2:1.4.3-4ubuntu2 |
11 years ago
|
|
|
91
|
|
|
Dmitrijs Ledkovs |
2:1.4.3-4ubuntu1 |
11 years ago
|
|
|
90
|
|
* Merge from debian unstable (LP: #1015753), remaining changes: - debian/control: + Bump initramfs-tools Suggests to Depends: so system is not potentially rendered unbootable. + Depend on plymouth.
- init/upstart jobs: + Add debian/cryptdisks-{enable,udev}.upstart for bootup. + debian/cryptdisks{,-early}.init: Make the 'start' action of the init script a no-op, this should be handled entirely by the upstart job; and fix the LSB header to not declare this should be started in runlevel 'S'. + Do not install start symlinks for init scripts + NB! shutdown is still handled by the SystemV init scripts
* Rename cryptddisks{,-early}.upstart jobs back to cryptdisks-{enable,udev}.upstart, as we need both init & upstart jobs for now.
* Dropped Changes, included in Debian: - debian/control: + Split up package in cryptsetup and cryptsetup-bin. (LP: #343363).
- debian/cryptdisks.functions: + Do not overwrite existing filesystems when creating swap (LP: #474258). + Add aesni module when we have hardware encryption. + Call 'udevadm settle' before 'dmsetup rename' http://pad.lv/874774 + Suppress "Starting init crypto disks" message in "init" phase, to avoid writing over fsck progress text. + new function, crypttab_start_one_disk, to look for the named source device in /etc/crypttab (by device name, UUID, or label) and start it if configured to do so + handle the case where crypttab contains a name for the source device that is not the kernel's preferred name for it (as is the case for LVs).
- debian/initramfs/cryptroot-hook: + Quiet warnings from find on arches that don't have all the kernel/{arch,crypto} bits we're testing for.
|
Dmitrijs Ledkovs |
2:1.4.3-2ubuntu1 |
12 years ago
|
|
|
89
|
|
|
Steve Langasek |
2:1.4.1-2ubuntu4 |
12 years ago
|
|
|
88
|
|
|
Steve Langasek |
2:1.4.1-2ubuntu3 |
12 years ago
|
|
|
87
|
|
|
Steve Langasek |
|
12 years ago
|
|
|
86
|
|
|
Jean-Louis Dupond |
2:1.4.1-2ubuntu2 |
12 years ago
|
|
|
85
|
|
[ Jean-Louis Dupond ] * Merge from debian unstable (LP: #776264), remaining changes: - debian/cryptdisks.functions: Suppress "Starting init crypto disks" message in "init" phase, to avoid writing over fsck progress text. - debian/cryptroot-hook: Quiet warnings from find on arches that don't have all the kernel/{arch,crypto} bits we're testing for. - debian/control: + Bump initramfs-tools Suggests to Depends: so system is not potentially rendered unbootable. + Depend on plymouth. - Add debian/cryptdisks-{enable,udev}.upstart. - debian/cryptdisks.functions: + new function, crypttab_start_one_disk, to look for the named source device in /etc/crypttab (by device name, UUID, or label) and start it if configured to do so - debian/cryptdisks{,-early}.init: Make the 'start' action of the init script a no-op, this should be handled entirely by the upstart job; and fix the LSB header to not declare this should be started in runlevel 'S' - debian/rules: + Do not install start symlinks for init scripts, and install debian/cryptdisks-{enable,udev}.upstart scripts.
[ Steve Langasek ] * debian/cryptdisks.functions: handle the case where crypttab contains a name for the source device that is not the kernel's preferred name for it (as is the case for LVs).
|
Jean-Louis Dupond |
2:1.4.1-2ubuntu1 |
12 years ago
|
|
|
84
|
|
|
Martin Pitt |
2:1.1.3-4ubuntu3 |
13 years ago
|
|
|
83
|
|
|
Martin Pitt |
|
13 years ago
|
|
|
82
|
|
|
Adam Conrad |
2:1.1.3-4ubuntu2 |
13 years ago
|
|
|
81
|
|
* Merge from debian unstable (LP: #682177), remaining changes: - debian/control: + Bump initramfs-tools Suggests to Depends: so system is not potentially rendered unbootable. + Depend on plymouth. - Add debian/cryptdisks-{enable,udev}.upstart. - debian/cryptdisks.functions: + new function, crypttab_start_one_disk, to look for the named source device in /etc/crypttab (by device name, UUID, or label) and start it if configured to do so + wrap the call to /lib/cryptsetup/askpass with watershed, to make sure we only ever have one of these running at a time; otherwise multiple invocations could steal each other's input and/or write over each other's output + when called by cryptdisks-enable, check that we don't already have a corresponding cryptdisks-udev job running (probably waiting for a passphrase); if there is, wait until it's finished before continuing. - debian/cryptdisks{,-early}.init: Make the 'start' action of the init script a no-op, this should be handled entirely by the upstart job; and fix the LSB header to not declare this should be started in runlevel 'S' - debian/cryptsetup.postinst: Remove any symlinks from /etc/rcS.d on upgrade. - debian/rules: + Do not install start symlinks for init scripts, and install debian/cryptdisks-{enable,udev}.upstart scripts. + link dynamically against libgcrypt and libgpg-error. - Add debian/cryptsetup.apport: Apport package hook. Install in debian/rules and create dir in debian/cryptsetup.dirs. - debian/cryptsetup.postrm: call update-initramfs on package removal.
|
Lorenzo De Liso |
2:1.1.3-4ubuntu1 |
13 years ago
|
|
|
80
|
|
* Merge from Debian unstable (LP: #594365). Remaining changes: - debian/control: + Bump initramfs-tools Suggests to Depends: so system is not potentially rendered unbootable. + Depend on plymouth. - Add debian/cryptdisks-{enable,udev}.upstart. - debian/cryptdisks.functions: + new function, crypttab_start_one_disk, to look for the named source device in /etc/crypttab (by device name, UUID, or label) and start it if configured to do so + wrap the call to /lib/cryptsetup/askpass with watershed, to make sure we only ever have one of these running at a time; otherwise multiple invocations could steal each other's input and/or write over each other's output + initially create the device under a temporary name and rename it only at the end using 'dmsetup rename', to ensure that upstart/mountall doesn't see our device before it's ready to go. + do_tmp should mount under /var/run/cryptsetup for changing the permissions of the filesystem root, not directly on /tmp, since mounting on /tmp a) is racy, b) confuses mountall something fierce. + when called by cryptdisks-enable, check that we don't already have a corresponding cryptdisks-udev job running (probably waiting for a passphrase); if there is, wait until it's finished before continuing. - debian/cryptdisks{,-early}.init: Make the 'start' action of the init script a no-op, this should be handled entirely by the upstart job; and fix the LSB header to not declare this should be started in runlevel 'S' - debian/cryptsetup.postinst: Remove any symlinks from /etc/rcS.d on upgrade. - debian/rules: Do not install start symlinks for init scripts, and install debian/cryptdisks-{enable,udev}.upstart scripts. - Add debian/cryptsetup.apport: Apport package hook. Install in debian/rules and create dir in debian/cryptsetup.dirs. - debian/rules: link dynamically against libgcrypt and libgpg-error. - debian/cryptsetup.postrm: call update-initramfs on package removal. * Dropped changes, merged/superseded in Debian: - Add ext4 support to passdev. - cryptroot-hook: don't call copy_modules_dir with empty arguments when archcrypto isn't found - Set USPLASH=y and FRAMEBUFFER=y in the hook config to pull plymouth into the initramfs. - change interaction to use plymouth directly if present, and if not, to fall back to /lib/cryptsetup/askpass as before - cryptdisks.functions: replace 'echo -e' bashism with 'printf'. - debian/initramfs/cryptroot-script: if plymouth is present in the initramfs, use this directly, bypassing the cryptsetup askpass script - debian/initramfs/cryptroot-hook: Properly anchor our regexps when grepping /etc/crypttab so that we don't incorrectly match device names that are substrings of one another. - debian/initramfs/cryptroot-script: Don't leak /conf/conf.d/cryptroot file descriptor to subprocesses. - Fix grammar error in debian/initramfs/cryptroot-script ("setup" -> "set up") - debian/initramfs/cryptroot-script: Fix this to work with current initramfs-tools: + Source /scripts/functions after checking for prerequisites. + prereqs(): Do not assume we are running within initramfs, and calculate relative path correctly.
|
Steve Langasek |
2:1.1.2-1ubuntu1 |
14 years ago
|
|
|
79
|
|
|
Bhavani Shankar |
2:1.1.0~rc2-1ubuntu15 |
14 years ago
|
|
|
78
|
|
|
James Westby |
2:1.1.0~rc2-1ubuntu14 |
14 years ago
|
|
|