changelog 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. clevis (20-1) unstable; urgency=medium
  2. * New upstream version 20. Closes: #1068640
  3. * Update build dependency to systemd-dev. Closes: #1060561
  4. * Add jq to install dependncies of clevis-luks. Closes: #1068603
  5. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 09 Apr 2024 12:12:39 +0200
  6. clevis (19-6) unstable; urgency=medium
  7. * Take the systemd service unit location from
  8. systemd.pc/systemdsystemunitdir. Closes: #1052632
  9. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Fri, 01 Dec 2023 08:43:41 +0100
  10. clevis (19-5) experimental; urgency=medium
  11. * Upload to experimental
  12. * Purge erroneous bug number from previous entry. Really Closes: #1052278
  13. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Wed, 20 Sep 2023 20:59:23 +0200
  14. clevis (19-4) experimental; urgency=medium
  15. * Upload to experimental
  16. * Move remaining files from / to /usr. Closes: #<redacted>
  17. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 19 Sep 2023 21:56:16 +0200
  18. clevis (19-3) unstable; urgency=medium
  19. * Retire versioned dependencies met even in oldstable
  20. * libblockdev-crypto2: Drop libblockdev dependency, not needed.
  21. Closes: #1040924
  22. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 23 Jul 2023 12:04:17 +0200
  23. clevis (19-2) unstable; urgency=medium
  24. * autopkgtest: Re-enable unbind-unbound-slot-luks2
  25. * Fix trigger names
  26. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Thu, 02 Feb 2023 20:55:55 +0100
  27. clevis (19-1) unstable; urgency=medium
  28. * New upstream version 19
  29. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sat, 28 Jan 2023 17:54:09 +0100
  30. clevis (18-2) unstable; urgency=medium
  31. * Cherry-pick from upstream:
  32. - Sss: use BN_set_word(x, 0) instead of BN_zero() (Closes: #995657)
  33. - Do not kill non clevis slots (#315)
  34. - Avoid luksmeta corruption on clevis bind (#319)
  35. - Use `command -v` instead of `which`
  36. * Document a sometime-needed hint to crypttab. Closes: #1000648
  37. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 08 May 2022 21:41:08 +0200
  38. clevis (18-1) unstable; urgency=medium
  39. * New upstream version 18
  40. * Rework patch for detection of systemd-reply-password. Closes: #993246
  41. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Mon, 30 Aug 2021 22:23:01 +0200
  42. clevis (16-2) unstable; urgency=medium
  43. * Cherry-pick "Fix issue with multiple encrypted devices"
  44. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 28 Feb 2021 16:50:28 +0100
  45. clevis (16-1) unstable; urgency=medium
  46. * New upstream version 16
  47. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Wed, 10 Feb 2021 09:25:29 +0100
  48. clevis (15-5) unstable; urgency=medium
  49. * Install clevis-luks-askpass as executable. Closes: #979711
  50. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sat, 16 Jan 2021 12:51:32 +0100
  51. clevis (15-4) unstable; urgency=medium
  52. * Cherry-pick test-suite reorganisation commits
  53. * Re-organize and enhance autopkgtest. Closes: #979248
  54. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Mon, 04 Jan 2021 22:50:12 +0100
  55. clevis (15-3) unstable; urgency=medium
  56. * Enhance "Work around /dev/fd/<num> no longer being created by
  57. systemd". Closes: #979089
  58. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 03 Jan 2021 15:18:50 +0100
  59. clevis (15-2) unstable; urgency=medium
  60. * Fix build on non-usrmerged chroots
  61. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 29 Dec 2020 12:52:13 +0100
  62. clevis (15-1) unstable; urgency=medium
  63. * New upstream version 15
  64. * Work around /dev/fd/<num> no longer being created by systemd.
  65. Closes: #968518
  66. * Cherry-pick support for tpm2-tools 5.X. Closes: #978574
  67. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Mon, 28 Dec 2020 22:55:49 +0100
  68. clevis (13-2) unstable; urgency=medium
  69. * Make clevis-udisks2 usable
  70. * Embed TPM kernel modules in initramfs
  71. * Include more programs in the generated initrd/initramfs
  72. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Thu, 21 May 2020 22:32:37 +0200
  73. clevis (13-1) unstable; urgency=low
  74. * New upstream version 13. Closes: #954208
  75. * Build clevis-dracut and clevis-initramfs as arch-any.
  76. Closes: #948137
  77. * Trigger initramfs generation. Closes: #954206
  78. * Fix brainos in package descriptions. Closes: #954182
  79. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Mon, 18 May 2020 18:47:38 +0200
  80. clevis (12-1) experimental; urgency=medium
  81. * Upload to experimental
  82. * New upstream version 12. Closes: #891410, #952240
  83. * Add support for clevis-initramfs
  84. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Mon, 24 Feb 2020 00:05:51 +0100
  85. clevis (11-2) unstable; urgency=medium
  86. * Use cryptsetup-bin as dependency, following the cryptsetup
  87. transition
  88. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Fri, 01 Mar 2019 11:37:24 +0100
  89. clevis (11-1) unstable; urgency=medium
  90. * New upstream version. Closes: #912147
  91. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 30 Oct 2018 22:55:28 +0100
  92. clevis (10-2) unstable; urgency=medium
  93. * Don't fail when building architecture all packages only.
  94. Closes: #906595
  95. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 26 Aug 2018 10:37:31 +0200
  96. clevis (10-1) unstable; urgency=medium
  97. * New upstream version
  98. * Install clevis-luks-udisks2 setuid root. Closes: #902447
  99. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 24 Jul 2018 07:48:03 +0200
  100. clevis (9-1) UNRELEASED; urgency=medium
  101. * New upstream version
  102. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sat, 24 Feb 2018 11:02:35 +0100
  103. clevis (8-1) unstable; urgency=medium
  104. * Initial release. Closes: #854410
  105. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Wed, 29 Nov 2017 00:01:49 +0100