-
dkms (2.2.0.3-2ubuntu11.8) xenial; urgency=medium
* d/p/fix-kernelsource-check.patch: Take --kernelsourcedir into account
when checking for headers (from 2.2.0.3-5 "Do not ignore
--kernelsourcedir") (LP: #1838045).
-- Stefan Bader <email address hidden> Fri, 26 Jul 2019 10:16:28 +0200
-
dkms (2.2.0.3-2ubuntu11.7) xenial; urgency=medium
* Do not invoke dkms_autoinstaller from /etc/kernel/header_postinst.d/dkms
with redirection to /dev/null (LP: #1827697), this caused debconf dialog
to not be shown.
-- Julian Andres Klode <email address hidden> Fri, 17 May 2019 13:21:05 +0200
-
dkms (2.2.0.3-2ubuntu11.6) xenial; urgency=medium
* debian/patches/shim_secureboot_support.patch:
- Move to signing just after module build to ensure it correctly applies
at kernel update times. (LP: #1772950)
- Generate a new MOK if there isn't one yet, and use that so sign
newly-built kernel modules. (LP: #1748983)
-- Mathieu Trudel-Lapierre <email address hidden> Mon, 28 Jan 2019 10:21:09 -0500
-
dkms (2.2.0.3-2ubuntu11.5) xenial; urgency=medium
* 0014-remove-initrd-backup.patch: When removing a kernel also remove
related .old-dkms file from /boot after its been created not before.
(LP: #1515513)
-- Brian Murray <email address hidden> Thu, 05 Oct 2017 13:14:20 -0700
-
dkms (2.2.0.3-2ubuntu11.4) xenial; urgency=medium
* 0014-remove-initrd-backup.patch: When removing a kernel also remove
related .old-dkms file from /boot. (LP: #1515513)
-- Brian Murray <email address hidden> Mon, 02 Oct 2017 14:55:53 -0700
-
dkms (2.2.0.3-2ubuntu11.3) xenial; urgency=medium
* apport_name_in_valueerror.diff: (LP: #1588479)
- Check the ValueError from apport for the package name too, this prevents
reporting of dkms crashes about unsupported kernels.
-- Brian Murray <email address hidden> Thu, 15 Sep 2016 14:22:14 -0700
-
dkms (2.2.0.3-2ubuntu11.2) xenial; urgency=medium
* debian/patches/Parallel-depmod-failure.patch: (LP: #1608499)
- Backport fix from 2.3 to fix a race condition in dkms autoinstall
-- Robert Hooker <email address hidden> Thu, 08 Sep 2016 15:38:21 -0400
-
dkms (2.2.0.3-2ubuntu11.1) xenial; urgency=medium
* debian/patches/shim_secureboot_support.patch: move to using the script
update-secureboot-policy, which also has the benefit of being handled via
triggers, to avoid prompting users multiple times to disable Secure Boot
validation in shim. (LP: #1574727)
* debian/templates: remove secureboot templates; no templates left.
* debian/postinst: handle cleanup of the previous templates.
-- Mathieu Trudel-Lapierre <email address hidden> Wed, 18 May 2016 16:43:40 -0400
-
dkms (2.2.0.3-2ubuntu11) xenial; urgency=medium
* debian/patches/shim_secureboot_support.patch: (LP: #1558438)
- fix quoting variables for setup_mok_validation() to account for passwords
that might have special characters.
- use printf rather than straight echo to pass values to mokutil.
- ask the user to confirm password; not just write it once, this will avoid
issues with typos in the Secure Boot keys.
* debian/templates:
- rename dkms/text/bad_secureboot_key to dkms/error/bad_secureboot_key.
- add dkms/text/secureboot_key_mismatch.
- add dkms/secureboot_key_again.
-- Mathieu Trudel-Lapierre <email address hidden> Fri, 18 Mar 2016 20:54:11 -0400
-
dkms (2.2.0.3-2ubuntu10) xenial; urgency=medium
* debian/patches/shim_secureboot_support.path: mokutil is annoying in that
it's not quite handling non-interactiveness correctly; better make the
package postinst succeed even if mokutil reports an error, since we
already check for the password length, etc.; and mokutil failing should
not constitute in itself a good reason to make apt unhappy.
-- Mathieu Trudel-Lapierre <email address hidden> Mon, 14 Mar 2016 13:05:38 -0400
-
dkms (2.2.0.3-2ubuntu9) xenial; urgency=medium
* debian/patches/shim_secureboot_support.patch: add support for disabling
shim's validation for Secure Boot, so as to allow third-party drivers use
in the context of Secure Boot.
-- Mathieu Trudel-Lapierre <email address hidden> Tue, 12 Jan 2016 14:37:34 -0500
-
dkms (2.2.0.3-2ubuntu8) xenial; urgency=medium
* apport_python3.patch: Force unicode conversion for attaching DKMSBuildLog.
This is in principle a human readable file, and the subsequent code wants
to treat it as a string, not bytes. (LP: #1303275)
-- Martin Pitt <email address hidden> Mon, 30 Nov 2015 08:06:45 +0100
-
dkms (2.2.0.3-2ubuntu7) xenial; urgency=medium
* Build Linux modules in a specific orfer (LP: #1491729)
- Add POST_BUILD directive, and implement a BUILD_DEPENDS directive that
instructs `dkms autoinstall` to build Linux modules in a specific order to
ensure ZFS to build after SPL.
- Force the installation of a module if it is listed in
/usr/share/dkms/modules_to_force_install
-- Colin Ian King <email address hidden> Tue, 10 Nov 2015 11:02:00 +0000
-
dkms (2.2.0.3-2ubuntu6) wily; urgency=medium
* Improve previous fix to also handle existing files (LP: #1500450)
-- Marc Deslauriers <email address hidden> Wed, 30 Sep 2015 10:37:18 -0400