From patchwork Sun Aug 21 20:01:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5971 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4M9mbr0NFGz3wfL for ; Sun, 21 Aug 2022 20:02:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4M9mbq3B6Cz101; Sun, 21 Aug 2022 20:01:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4M9mbq2Y6wz2yHq; Sun, 21 Aug 2022 20:01:59 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4M9mbq04zNz2xR5 for ; Sun, 21 Aug 2022 20:01:59 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4M9mbp5cm9zd4; Sun, 21 Aug 2022 20:01:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1661112118; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=d7n2ATSZitOaOjdzZybTlqVutflSXP13Sagqv6/Gq3I=; b=BO1jvrUHA4RSr/+V+gMgo3jguvFm8mG/VDWRNiFZd+nmk5W8qOp5gDv2UJ5Xsh+OYq6Hmc AWbY5KAWKufwhHAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1661112118; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=d7n2ATSZitOaOjdzZybTlqVutflSXP13Sagqv6/Gq3I=; b=br+TcxO6oDkwlDNUMy2Ekz17HRT5kAWhlWU2YwvZHoJXlb1Ad6vXL6QQ40MVKm7ltTLhNV rGTxwBHZQ7RM1az6my6ZCjWX8T/DQ75kZi/nGg9bcQEzLFvA6Gb/dtFL8bwHjFYy2Hlefm IqEm+ldG//Hmu71HV6cql35ssvxSrOmDZR1p5d6TtOId5/Fjiv9Z3vGn6k0K70h+odPBom 1zPA2oQgKPykMqEYFaOnmgcUubNQKTjd2a2EURfIMr/aFuckE9kpiyC+2Jbtr8VG5DIvyE rzW9Xu8OmkEMujsJNt5gpZHGlOsxDgPVEyt47xnf2BJDz9Wf/UJBxPMoMT0Ldg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] udev: Update to version 3.2.11 Date: Sun, 21 Aug 2022 22:01:56 +0200 Message-Id: <20220821200156.913345-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 3.2.6 to 3.2.11 - Update of rootfile - Changelog Release 3.2.11 Latest add actions workflows to check compilation on glibc and musl (devuan, alpine) by @ArsenArsen in #206 Add build instructions by @slicer69 in #207 src/libudev/conf-files.c: fix bug of using basename by @xfan1024 in #198 Permit eudev to work with rules which include escaped double-quotes by @slicer69 in #208 sync src/ata_id/ata_id.c by @bbonev in #201 sync src/v4l_id/v4l_id.c by @bbonev in #202 sync src/scsi_id/scsi_id.c by @bbonev in #203 sync src/mtd_probe/*.[ch] by @bbonev in #204 sparse: avoid clash with __bitwise and __force from 4.10 linux/types.… by @bbonev in #209 Silence deprecation warnings by @bbonev in #210 update CONTRIBUTING to reflect updated governance, clarify systemd commit hash requirements by @kaniini in #211 hashmap: don't initialize devt_hash_ops in the header by @kaniini in #212 Update to latest Devuan stable by @wwuck in #213 hwdb: sync with systemd/main by @bbonev in #215 Add getrandom(2) system call number for PowerPC by @Low-power in #216 No changelog for versions prior to 3.2.11 found. Looks like they are in nthe systemd releases and not easily extracted. Signed-off-by: Adolf Belka Acked-by: Michael Tremer Acked-by: Michael Tremer --- config/rootfiles/common/udev | 9 +++++++++ lfs/udev | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/udev b/config/rootfiles/common/udev index 5c1267abe..a34ee46c3 100644 --- a/config/rootfiles/common/udev +++ b/config/rootfiles/common/udev @@ -6,6 +6,7 @@ etc/udev/hwdb.d etc/udev/hwdb.d/20-OUI.hwdb etc/udev/hwdb.d/20-acpi-vendor.hwdb etc/udev/hwdb.d/20-bluetooth-vendor-product.hwdb +etc/udev/hwdb.d/20-dmi-id.hwdb etc/udev/hwdb.d/20-net-ifname.hwdb etc/udev/hwdb.d/20-pci-classes.hwdb etc/udev/hwdb.d/20-pci-vendor-model.hwdb @@ -14,12 +15,20 @@ etc/udev/hwdb.d/20-sdio-vendor-model.hwdb etc/udev/hwdb.d/20-usb-classes.hwdb etc/udev/hwdb.d/20-usb-vendor-model.hwdb etc/udev/hwdb.d/20-vmbus-class.hwdb +etc/udev/hwdb.d/60-autosuspend-fingerprint-reader.hwdb +etc/udev/hwdb.d/60-autosuspend.hwdb etc/udev/hwdb.d/60-evdev.hwdb +etc/udev/hwdb.d/60-input-id.hwdb etc/udev/hwdb.d/60-keyboard.hwdb +etc/udev/hwdb.d/60-seat.hwdb etc/udev/hwdb.d/60-sensor.hwdb +etc/udev/hwdb.d/70-analyzers.hwdb +etc/udev/hwdb.d/70-cameras.hwdb +etc/udev/hwdb.d/70-joystick.hwdb etc/udev/hwdb.d/70-mouse.hwdb etc/udev/hwdb.d/70-pointingstick.hwdb etc/udev/hwdb.d/70-touchpad.hwdb +etc/udev/hwdb.d/80-ieee1394-unit-function.hwdb #etc/udev/rules.d etc/udev/rules.d/55-lfs.rules etc/udev/rules.d/81-cdrom.rules diff --git a/lfs/udev b/lfs/udev index f148eb0aa..e712ef6ea 100644 --- a/lfs/udev +++ b/lfs/udev @@ -24,7 +24,7 @@ include Config -VER = 3.2.6 +VER = 3.2.11 RULES_VER = 20171102 THISAPP = eudev-$(VER) @@ -42,7 +42,7 @@ objects = $(DL_FILE) udev-lfs-$(RULES_VER).tar.bz2 $(DL_FILE) = $(DL_FROM)/$(DL_FILE) udev-lfs-$(RULES_VER).tar.bz2 = $(DL_FROM)/udev-lfs-$(RULES_VER).tar.bz2 -$(DL_FILE)_BLAKE2 = 7705c1526b043cbef1efcf29c1728639e063845a5ee91b0ad22d43335dce34bf2ebbe4257ca024680759020d4120a8293f62cf8e112fb1191c35f0ec2f96b681 +$(DL_FILE)_BLAKE2 = e1985a4fd0d497b739543d027b5b40033932819e3e5402a51f73fab666144f97f768dff325b5f0e0beb43420efa9afdefb76a9da6b88fa065ad25c76fe1fbc6a udev-lfs-$(RULES_VER).tar.bz2_BLAKE2 = b5fb8177a87719e28adc976b83953024dbcfb8739b0c2e61da186cbc4df5e75e62c888da987d15c64db164002bb0a1e66ce0ff206b143dc953d7571b66d5d5c0 install : $(TARGET)