[ubuntu/hirsute-proposed] kbd 2.3.0-3ubuntu1 (Accepted)

Dave Jones dave.jones at canonical.com
Wed Nov 18 12:12:12 UTC 2020


kbd (2.3.0-3ubuntu1) hirsute; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Add setfont, kbd_mode, and loadkeys to initramfs for console-setup.
    - Added initramfs hook to have setfont/loadkeys available in initramfs.
    - Use ckbcomp to get the keyboard layout if other data files are not
      available.
    - Change loadkeys to find any console not in raw mode when invoked
      without an explicit console parameter, in case the foreground console
      is in raw mode.
    - Add setvtrgb to kbd-udeb.
    - Fix incorrect keymap sanity check in loadkeys_ckbcomp.diff.
    - debian/control: Depend on console-setup | console-setup-mini, since
      console-setup-mini also Depends on kbd now through console-setup-linux.
    - debian/patches/loadkeys_find_usable_console.diff: fix wrong type
      argument to ioctl(..., KDGKBMODE), which causes consoles to not be
      correctly detected on 64-bit archs.  LP: #1621824.

  * Added d/p/fix_use_after_free.patch to clean up a use-after-free of
    pipe_cmd

  * Removed obsolete patches/changes:
    - Simplify maintainer scripts for conffile removal, using new features
      in debhelper 8.1.0.
    - debian/patches/loadkeys_ckbcomp.diff: Include xmalloc.h to avoid
      implicit declaration causing crashes with newer gcc. LP: #1631504.
    - kbd_mode: Add -f option and don't perform dangerous mode switches
      without it. In the back-ported fix kbd_mode exits with success, even
      when the dangerous mode change is skipped, just prints an error, to not
      break old scripts. (LP: #520546)
    - Add d/p/fix-duplicate-progname.patch to fix duplicate progname linker
      error under gcc-10 (LP: #1891316)

kbd (2.3.0-3) unstable; urgency=medium

  * Team upload.
  * Revert "debian/rules: avoid shipping libtool scripts in udeb"
  * Disable libkeymap (Closes: #969965)

kbd (2.3.0-2) unstable; urgency=medium

  * Team upload.
  * debian/rules: clean all udeb built files
  * debian/rules: avoid shipping libtool scripts in udeb (Closes: #969965)
  * Support the noudeb build profile

kbd (2.3.0-1) unstable; urgency=medium

  * Team upload.
  * debian/watch: switch to github url
  * New upstream release.
  * Revert "Cherry-pick const fixup from upstream"
  * Revert "Cherry-pick upstream format-string fix"
  * Revert "Cherry-pick upstream fix for CFLAGS"
  * Massage remaining debian/patches to apply again
  * Build libkfont for udeb (needed by loadkeys)
  * Cherry-pick no install libtswrap internal library

kbd (2.2.0-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/changelog: Remove trailing whitespaces

  [ Andreas Henriksson ]
  * debian/gbp.conf: upstream tags now have v prefix
  * New upstream release.
    - commit 12c4be5d fixes build with gcc-10 (Closes: #957398)
  * Fix d/p/Change-misleading....-XLATE-mode.patch to apply
  * Refresh remaining patches
  * Cherry-pick const fixup from upstream
  * Use --enable-libkeymap configure flag
  * Build libcommon/libkbdfile as needed by libkeymap
  * Cherry-pick upstream fix for CFLAGS
  * Cherry-pick upstream format-string fix
  * Avoid shipping any libtool files
  * Drop obsolete upgrade maintscript code
  * debian/gbp.conf: Remove build-area setting

  lintian-brush fixes:
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Fix day-of-week for changelog entry 0.91-13.

Date: Sun, 11 Oct 2020 15:45:31 +0000
Changed-By: Dave Jones <dave.jones at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Balint Reczey <balint.reczey at canonical.com>
https://launchpad.net/ubuntu/+source/kbd/2.3.0-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 11 Oct 2020 15:45:31 +0000
Source: kbd
Architecture: source
Version: 2.3.0-3ubuntu1
Distribution: hirsute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dave Jones <dave.jones at canonical.com>
Closes: 957398 969965
Launchpad-Bugs-Fixed: 520546 1621824 1631504 1891316
Changes:
 kbd (2.3.0-3ubuntu1) hirsute; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - Add setfont, kbd_mode, and loadkeys to initramfs for console-setup.
     - Added initramfs hook to have setfont/loadkeys available in initramfs.
     - Use ckbcomp to get the keyboard layout if other data files are not
       available.
     - Change loadkeys to find any console not in raw mode when invoked
       without an explicit console parameter, in case the foreground console
       is in raw mode.
     - Add setvtrgb to kbd-udeb.
     - Fix incorrect keymap sanity check in loadkeys_ckbcomp.diff.
     - debian/control: Depend on console-setup | console-setup-mini, since
       console-setup-mini also Depends on kbd now through console-setup-linux.
     - debian/patches/loadkeys_find_usable_console.diff: fix wrong type
       argument to ioctl(..., KDGKBMODE), which causes consoles to not be
       correctly detected on 64-bit archs.  LP: #1621824.
 .
   * Added d/p/fix_use_after_free.patch to clean up a use-after-free of
     pipe_cmd
 .
   * Removed obsolete patches/changes:
     - Simplify maintainer scripts for conffile removal, using new features
       in debhelper 8.1.0.
     - debian/patches/loadkeys_ckbcomp.diff: Include xmalloc.h to avoid
       implicit declaration causing crashes with newer gcc. LP: #1631504.
     - kbd_mode: Add -f option and don't perform dangerous mode switches
       without it. In the back-ported fix kbd_mode exits with success, even
       when the dangerous mode change is skipped, just prints an error, to not
       break old scripts. (LP: #520546)
     - Add d/p/fix-duplicate-progname.patch to fix duplicate progname linker
       error under gcc-10 (LP: #1891316)
 .
 kbd (2.3.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Revert "debian/rules: avoid shipping libtool scripts in udeb"
   * Disable libkeymap (Closes: #969965)
 .
 kbd (2.3.0-2) unstable; urgency=medium
 .
   * Team upload.
   * debian/rules: clean all udeb built files
   * debian/rules: avoid shipping libtool scripts in udeb (Closes: #969965)
   * Support the noudeb build profile
 .
 kbd (2.3.0-1) unstable; urgency=medium
 .
   * Team upload.
   * debian/watch: switch to github url
   * New upstream release.
   * Revert "Cherry-pick const fixup from upstream"
   * Revert "Cherry-pick upstream format-string fix"
   * Revert "Cherry-pick upstream fix for CFLAGS"
   * Massage remaining debian/patches to apply again
   * Build libkfont for udeb (needed by loadkeys)
   * Cherry-pick no install libtswrap internal library
 .
 kbd (2.2.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/changelog: Remove trailing whitespaces
 .
   [ Andreas Henriksson ]
   * debian/gbp.conf: upstream tags now have v prefix
   * New upstream release.
     - commit 12c4be5d fixes build with gcc-10 (Closes: #957398)
   * Fix d/p/Change-misleading....-XLATE-mode.patch to apply
   * Refresh remaining patches
   * Cherry-pick const fixup from upstream
   * Use --enable-libkeymap configure flag
   * Build libcommon/libkbdfile as needed by libkeymap
   * Cherry-pick upstream fix for CFLAGS
   * Cherry-pick upstream format-string fix
   * Avoid shipping any libtool files
   * Drop obsolete upgrade maintscript code
   * debian/gbp.conf: Remove build-area setting
 .
   lintian-brush fixes:
   * debian/copyright: use spaces rather than tabs to start continuation lines.
   * Fix day-of-week for changelog entry 0.91-13.
Checksums-Sha1:
 9177af1dac22d0a6e34d9ea616e6264c3c2c0794 2160 kbd_2.3.0-3ubuntu1.dsc
 c24bd671091096c36c179bf6b85ac87e6c998d6c 1575834 kbd_2.3.0.orig.tar.gz
 f9aa2ec114f2350d9eee161e471c7e3ad9fd2298 68384 kbd_2.3.0-3ubuntu1.debian.tar.xz
 0d00f1e0c8319d031b1422273958d7a4a389538d 7381 kbd_2.3.0-3ubuntu1_source.buildinfo
Checksums-Sha256:
 c7ebcb242a2cda35cc0a44fc6cdf0a2ddeb12d10e2aa484316442f9f1c681aec 2160 kbd_2.3.0-3ubuntu1.dsc
 28f05450cfde08259341b9641d222027844c075f77a2bac6ce143b3f33a6eb4e 1575834 kbd_2.3.0.orig.tar.gz
 fc76c9e6fbdd59baf89a1d2eaa2ab495d4ea7dac2c5ff96764086607231aa928 68384 kbd_2.3.0-3ubuntu1.debian.tar.xz
 8448cddfd6bbbbf6a8f772b81da092696592c70905b76c965de716ec7420b010 7381 kbd_2.3.0-3ubuntu1_source.buildinfo
Files:
 c129194b5d21f9b1cfbfa1b21e312000 2160 utils optional kbd_2.3.0-3ubuntu1.dsc
 595eb6e12afe7affbaedc79497426b81 1575834 utils optional kbd_2.3.0.orig.tar.gz
 7facaf7f9565c58e420b31ede1c21eb8 68384 utils optional kbd_2.3.0-3ubuntu1.debian.tar.xz
 40fa8811f8e2f7013dab38a4c625dad6 7381 utils optional kbd_2.3.0-3ubuntu1_source.buildinfo
Original-Maintainer: Console utilities maintainers <pkg-kbd-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEI/PvTgXX55rLQUfDg6KBkWslS0UFAl+1D10ACgkQg6KBkWsl
S0Xp6BAAhtK2t9mTF82ScPjOk97EJM7bJoh7oN29sUPAK+Z2tycV4go2E6QGXoeQ
D34zzQ3a1FiFV37mH+nx2+1NlbmXmSFCs8RxsP0rlx35gDs2BSn05YXadC9mT8WV
rmnhUDfktDHP4nluSa1MpD+fzja7d86fir8tXUOIYMUsrYRlBignMZRw31gZlGUW
A8afxvh754cFiQeAaN8KUXtNd/EqVsAYDWm7sroQ/rMNPqTJkCuyc+6Rft5bzkZS
ll9+dbeXhG9fmDFhDSZY85P451sgzlTyIaYhfeLVNVK83Btbv2dr8262NWPVnyaO
UaN4/dDNLFCe1gZc/Kez5ms1O+wy14QSAbYP8A6uKHSnEwFBXUbJIGrqg8bLfhIJ
VnWybzHZ04qaYo9bnsL5KQ/eWAkDqRNvHVNgk4xwPDnUWt9Sz9QaC8ZYLIEiAR+l
TUlvnZsEXS6aXTeY3r03v3zjyo4qhNW7KANreZX5suRnWDfTvvuFVNWFwnfMWcAK
w/ST9o/z/0H9aZtfvViWkGVo+QRygulF4hwlZ9etZPVklzfjV9iB/DrIFd7HEHdO
zXhWx4bvaWF0i/Y88d/rbX5JAkLtQdw/+x5g3cdSQhsDurj4bjwhmIP659HVUcXA
ZF3hCCDmqu7boqSqUwUnMaKRUAJMBR/N/xzcInlJ0BeW9FdNXYk=
=XCK6
-----END PGP SIGNATURE-----


More information about the Hirsute-changes mailing list