public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH 1/2] kbd: Update to version 2.9.0
Date: Tue, 14 Oct 2025 15:07:56 +0200	[thread overview]
Message-ID: <20251014130807.3469514-4-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20251014130807.3469514-1-adolf.belka@ipfire.org>

- Update from version 2.8.0 to 2.9.0
- Update of rootfile
- Changelog
    2.9.0
	keymaps:
	    Add console keymap for Mac swiss german keyboards.
	libkbdfile:
	    Detect archive type based on content.
	    Add support for decompressing files without using utilities. Use
	    ELF_DLOPEN_METADATA if possible.
	utils:
	    loadkeys: Add --tkeymap to dump the keymap as text.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/kbd | 3 +++
 lfs/kbd                     | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/config/rootfiles/common/kbd b/config/rootfiles/common/kbd
index 7344cfc19..7ecfba385 100644
--- a/config/rootfiles/common/kbd
+++ b/config/rootfiles/common/kbd
@@ -361,6 +361,8 @@ lib/kbd/keymaps/i386
 #lib/kbd/keymaps/i386/fgGIod
 #lib/kbd/keymaps/i386/fgGIod/tr_f-latin5.map.gz
 #lib/kbd/keymaps/i386/fgGIod/trf.map.gz
+#lib/kbd/keymaps/i386/hcesar
+#lib/kbd/keymaps/i386/hcesar/hcesar.map.gz
 lib/kbd/keymaps/i386/include
 #lib/kbd/keymaps/i386/include/applkey.map.gz
 #lib/kbd/keymaps/i386/include/azerty-layout.inc
@@ -532,6 +534,7 @@ lib/kbd/keymaps/i386/include
 #lib/kbd/keymaps/i386/qwertz/hu.map.gz
 #lib/kbd/keymaps/i386/qwertz/sg-latin1-lk450.map.gz
 #lib/kbd/keymaps/i386/qwertz/sg-latin1.map.gz
+#lib/kbd/keymaps/i386/qwertz/sg-mac.map.gz
 #lib/kbd/keymaps/i386/qwertz/sg.map.gz
 #lib/kbd/keymaps/i386/qwertz/sk-prog-qwertz.map.gz
 #lib/kbd/keymaps/i386/qwertz/sk-qwertz.map.gz
diff --git a/lfs/kbd b/lfs/kbd
index d77ab620b..7354ff551 100644
--- a/lfs/kbd
+++ b/lfs/kbd
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.8.0
+VER        = 2.9.0
 
 THISAPP    = kbd-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -42,7 +42,7 @@ $(DL_FILE)                            = $(DL_FROM)/$(DL_FILE)
 kbd-latarcyrheb-16-fixed.tar.bz2      = $(DL_FROM)/kbd-latarcyrheb-16-fixed.tar.bz2
 kbd-latsun-fonts.tar.bz2              = $(DL_FROM)/kbd-latsun-fonts.tar.bz2
 
-$(DL_FILE)_BLAKE2 = 3b1917e37bbb4f2a975cf1f6bbfeba6a6ee486378d770c3b0232c62c40fe758181a15799f9119e3e4eedbb356a0677b3fba4b0afef135d346801693a6ef432cc
+$(DL_FILE)_BLAKE2 = 6f54dc139b7b20b5ac0f53129f67a9629c9bda22a09f7bd36dfa59500ac6fb87df18169872ca231645c1be6afb33fada97f096ef497f49547228dd01efa083f4
 kbd-latarcyrheb-16-fixed.tar.bz2_BLAKE2  = d5c701333b9eae7e0c467aebee5b2217c3225dee615622f77e501569f1464a8c32380b2d4a522730db74a909e1ea746e660ea6849bbf48195af22bda73858d1b
 kbd-latsun-fonts.tar.bz2_BLAKE2	         = c3def1192331a65f3edcf608ca164370d2db0c61444f71fc83bf35cb86d417ae92582180ace853a3cf93e569a83a42fca054fbadbf7f5986a1abd17e8bb6691f
 
-- 
2.51.0



  parent reply	other threads:[~2025-10-14 13:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-14 13:07 [PATCH 1/2] btrfs-progs: Update to version 6.17 Adolf Belka
2025-10-14 13:07 ` [PATCH] fetchmail: Update to version 6.5.6 Adolf Belka
2025-10-14 13:07 ` [PATCH 1/2] hwdata: Update to version 0.400 Adolf Belka
2025-10-14 13:07 ` Adolf Belka [this message]
2025-10-14 13:07 ` [PATCH 1/2] libgpg-error: Update to version 1.56 Adolf Belka
2025-10-14 13:07 ` [PATCH 1/2] openssh: Update to version 10.2p1 Adolf Belka
2025-10-14 13:07 ` [PATCH 1/2] p11-kit: Update to version 0.25.10 Adolf Belka
2025-10-14 13:08 ` [PATCH 1/2] vim: Update to version 9.1.1854 Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship btrfs-progs Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship hwdata Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship kbd Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship libgpg-error Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship openssh Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship p11-kit Adolf Belka
2025-10-14 13:08 ` [PATCH 2/2] core199: Ship vim Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251014130807.3469514-4-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox