/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Teddy Hogeborn
  • Date: 2019-07-27 10:11:45 UTC
  • Revision ID: teddy@recompile.se-20190727101145-jnpbpf8220gldbcd
Add dracut(8) support

Add support for the dracut(8) system for generating initramfs image
files; dracut is an alternative to the "initramfs-tools" package.

* .bzrignore (dracut-module/password-agent): Ignore new binary file.
* dracut-module: New directory for the dracut module.
* INSTALL (Prerequisites/Libraries/Mandos Client): Add dracut as an
                                                   alternative to
                                                   initramfs-tools,
                                                   and also add GLib.
* Makefile (DRACUTMODULE, GLIB_CFLAGS, GLIB_LIBS): New.
  (CPROGS): Add "dracut-module/password-agent".
  (DOCS): Add "dracut-module/password-agent.8mandos".
  (dracut-module/password-agent.8mandos): New.
  (dracut-module/password-agent.8mandos.xhtml): - '' -
  (dracut-module/password-agent): - '' -
  (check): Add command to run tests of password-agent(8mandos).
  (install-client-nokey): Also install the dracut module directory,
                          its files, and the password-agent(8mandos)
                          manual page.
  (install-client): To update the initramfs image file, run
                    update-initramfs or dracut depending on what is
                    installed.
  (uninstall-client): - '' - and also uninstall the the files in the
                      dracut module directory, that directory itself,
                      and the password-agent(8mandos) manual page.
* debian/control (Build-Depends): Add "libglib2.0-dev (>=2.40)".
  (Package: mandos-client/Depends): Add "dracut (>= 044+241-3)" as an
                                    alternative dependency to
                                    initramfs-tools.
  (Package: mandos-client/Conflicts): New; set to
                                      "dracut-config-generic".
  (debian/mandos-client.README.Debian): Document alternative commands
                                        to update the initramfs image
                                        for when dracut is used.
* debian/mandos-client.postinst (update_initramfs): Use alternative
                                                    commands to update
                                                    the initramfs
                                                    image for when
                                                    dracut is used.
* debian/tests/control (password-agent, password-agent-suid): Add two
                                                              new tests.
* dracut-module/ask-password-mandos.path: New.
* dracut-module/ask-password-mandos.service: - '' -
* dracut-module/cmdline-mandos.sh: - '' -
* dracut-module/module-setup.sh: - '' -
* dracut-module/password-agent.c: - '' -
* dracut-module/password-agent.xml: - '' -
* initramfs-unpack: Use the dracut "skipcpio" command, if available.
                    Also be more flexible and try hard to detect where
                    compressed data starts.
* plugins.d/mandos-client.xml (SECURITY): Be more precise that the
                                          mandos-client binary might
                                          not always be setuid, but
                                          that the program assumes
                                          that it has been started
                                          that way.
* plugins.d/password-prompt.c: Add new "--prompt" option.
  (conflict_detection): First try to detect the new PID file of
                        plymouth.
  (main): Define and use new "prompt" variable.
* plugins.d/password-prompt.xml (SYNOPSIS): Show new --prompt option.
  (DESCRIPTION): Describe new behavior of looking for plymouth PID
                 file.
  (OPTIONS): Document new "--prompt" option.
  (ENVIRONMENT): Clarify that the CRYPTTAB_SOURCE and CRYPTTAB_NAME
                 environment variables are not used if the --prompt
                 option is used.  Remove unnecessarily specific
                 details about where the CRYPTTAB_SOURCE and
                 CRYPTTAB_NAME comes from, since this can now be
                 either initramfs-tools or dracut.
  (SEE ALSO): Remove superfluous crypttab(5) reference, and add commas
              to separate the other references.
* plugins.d/plymouth.c: Add new "--prompt" and "--debug" options.
  (debug): New global flag.
  (fprintf_plus): New function, used for debug output.
  (exec_and_wait): Add extra "const" to "argv" argument.
  (main): Define and use new "prompt" variable.  Add debug output.
  (main/options, main/parse_opt): New; used to parse options.
* plugins.d/plymouth.xml (SYNOPSIS): Show new options.
  (OPTIONS): Document new options.
  (ENVIRONMENT): Clarify that the cryptsource and crypttarget
                 environment variables are not used if the --prompt
                 option is used.  Remove unnecessarily specific
                 details about where the cryptsource and crypttarget
                 comes from, since this can now be either
                 initramfs-tools or dracut.
  (EXAMPLE): Add an example using an option.
  (SEE ALSO): Remove superfluous crypttab(5) reference.
* plugins.d/splashy.xml (ENVIRONMENT): Clarify that the cryptsource
                                       and crypttarget environment
                                       variables are not used if the
                                       --prompt option is used.
                                       Remove unnecessarily specific
                                       details about where the
                                       cryptsource and crypttarget
                                       comes from, since this can now
                                       be either initramfs-tools or
                                       dracut.
  (SEE ALSO): Remove superfluous crypttab(5) reference.
* plugins.d/usplash.xml (ENVIRONMENT): Clarify that the cryptsource
                                       and crypttarget environment
                                       variables are not used if the
                                       --prompt option is used.
                                       Remove unnecessarily specific
                                       details about where the
                                       cryptsource and crypttarget
                                       comes from, since this can now
                                       be either initramfs-tools or
                                       dracut.
  (SEE ALSO): Remove superfluous crypttab(5) reference.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.8.7-1) unstable; urgency=medium
2
 
 
3
 
  * New upstream release.
4
 
  * debian/upstream/metadata: New.
5
 
  * debian/mandos-client.postrm: Use the same logic as the
6
 
    update_initramfs function in debian/mandos-client.postinst.
7
 
  * debian/mandos-client.templates (mandos-client/key_id): Line which
8
 
    should not be wrapped should be prefixed by a space.
9
 
  * debian/mandos.templates (mandos/key_id): - '' -
10
 
  * debian/po/en_US.po: New "translation" from ASCII to UTF-8.
11
 
  * debian/po/templates.pot: Updated.
12
 
  * debian/source/lintian-overrides
13
 
    (package-uses-old-debhelper-compat-version): New; set to "10".
14
 
  * debian/mandos-client.lintian-overrides
15
 
    (maintainer-script-supports-ancient-package-version): New.
16
 
    debian/mandos.lintian-overrides
17
 
    (maintainer-script-supports-ancient-package-version): - '' -
18
 
 
19
 
 -- Teddy Hogeborn <teddy@recompile.se>  Mon, 05 Aug 2019 23:22:00 +0200
20
 
 
21
 
mandos (1.8.6-1) unstable; urgency=medium
22
 
 
23
 
  * New upstream release.
24
 
  * Fix "mandos FTCBFS: hard codes build architecture pkg-config"
25
 
    by making pkg-config overridable (Closes: #933701)
26
 
  * debian/mandos.postinst (configure): After creating (or renaming) user
27
 
    & group, reload D-Bus daemon (if present).
28
 
 
29
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sat, 03 Aug 2019 14:51:01 +0200
30
 
 
31
 
mandos (1.8.5-1) unstable; urgency=medium
32
 
 
33
 
  * New upstream release.
34
 
  * Fix "does not reap children" by reaping children (Closes: #933387)
35
 
  * debian/mandos-client.README.Debian: Use new-style interface name.
36
 
  * debian/tests/control: New file; implements autopkgtest support.
37
 
  * debian/mandos-client.lintian-overrides
38
 
    (manpage-has-errors-from-man): Remove; unnecessary.
39
 
  * debian/mandos.lintian-overrides
40
 
    (init.d-script-needs-depends-on-lsb-base): - '' -
41
 
  * debian/mandos-client.postinst (update_initramfs): Upstream now
42
 
    supports dracut(8), so update commands here to and run the correct
43
 
    command to update initramfs.
44
 
  * debian/control (Build-Depends): Add GLib -dev package.
45
 
    (mandos-client/Depends): Add dracut(8) as an alternative dependency to
46
 
    initramfs-tools.
47
 
    (mandos-client/Conflicts): New; set to "dracut-config-generic".
48
 
    (debian/mandos-client.README.Debian): Update for dracut(8) support.
49
 
  * debian/mandos-client.templates: Reflowed by debconf-gettextize(1).
50
 
  * debian/mandos.templates: - '' -
51
 
  * debian/po/POTFILES.in: New.
52
 
  * debian/po/templates.pot: - '' -
53
 
  * debian/source/lintian-overrides: New.
54
 
  * debian/control (Standards-Version): Update to "4.4.0".
55
 
 
56
 
 -- Teddy Hogeborn <teddy@recompile.se>  Tue, 30 Jul 2019 20:41:29 +0200
57
 
 
58
1
mandos (1.8.4-1) unstable; urgency=medium
59
2
 
60
3
  * Fix "dirs in initrd are not accessible by mandos plugin-runner" by