From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] udev: Updeate to version 3.2.12
Date: Mon, 24 Jul 2023 00:01:40 +0200 [thread overview]
Message-ID: <7fbb2280-6929-f202-09fc-7d877967e100@ipfire.org> (raw)
In-Reply-To: <20230723150116.2682911-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 5640 bytes --]
Hi All,
Please ignore this patch submission. I have dropped it in Patchwork. After sending it I realised that I had already sent it on 12th July.
https://lists.ipfire.org/pipermail/development/2023-July/016148.html
Regards,
Adolf.
On 23/07/2023 17:01, Adolf Belka wrote:
> - Update from version 3.2.11 to 3.2.12
> - Update of rootfile
> - Changelog
> 3.2.12
> rules/50-udev-default.rules: add PTP entry for Hyper-V/Azure by @dermotbradley
> in #218
> Add the BUILD instructions for Gentoo by @lu-zero in #224
> Fix warnings by @bbonev in #222
> udev: add udev_dir as synonym of udevdir by @oreo639 in #225
> build: Remove dead g-i-r configuration by @akiernan in #231
> Hwdb.7 by @bbonev in #221
> Precompiled hwdb by @bbonev in #223
> Merge suitable rules changes from systemd by @bbonev in #220
> Merge hwdb from systemd by @bbonev in #219
> Fix problems detected by fortified builds by @bbonev in #232
> Avoid warning on 32bit by @bbonev in #233
> Systemd PR 24353 by @bbonev in #239
> Do not free a static string by @bbonev in #238
> man: udev.7, mention /usr/lib with split-usr by @omnivagant in #246
> Missing tools by @bbonev in #240
> Fix compile-time issue on very old kernels by @cockroach in #247
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/udev | 10 ++++++++++
> lfs/udev | 6 +++---
> 2 files changed, 13 insertions(+), 3 deletions(-)
>
> diff --git a/config/rootfiles/common/udev b/config/rootfiles/common/udev
> index a34ee46c3..64d33ee6c 100644
> --- a/config/rootfiles/common/udev
> +++ b/config/rootfiles/common/udev
> @@ -23,9 +23,11 @@ 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-av-production.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-pda.hwdb
> etc/udev/hwdb.d/70-pointingstick.hwdb
> etc/udev/hwdb.d/70-touchpad.hwdb
> etc/udev/hwdb.d/80-ieee1394-unit-function.hwdb
> @@ -40,6 +42,8 @@ lib/udev
> lib/udev/ata_id
> lib/udev/cdrom_id
> lib/udev/collect
> +lib/udev/dmi_memory_id
> +lib/udev/fido_id
> lib/udev/init-net-rules.sh
> lib/udev/mtd_probe
> lib/udev/network-aqm
> @@ -51,10 +55,12 @@ lib/udev/rule_generator.functions
> #lib/udev/rules.d
> lib/udev/rules.d/25-alsa.rules
> lib/udev/rules.d/50-udev-default.rules
> +lib/udev/rules.d/60-autosuspend.rules
> lib/udev/rules.d/60-block.rules
> lib/udev/rules.d/60-cdrom_id.rules
> lib/udev/rules.d/60-drm.rules
> lib/udev/rules.d/60-evdev.rules
> +lib/udev/rules.d/60-fido-id.rules
> lib/udev/rules.d/60-input-id.rules
> lib/udev/rules.d/60-net.rules
> lib/udev/rules.d/60-persistent-alsa.rules
> @@ -65,13 +71,16 @@ lib/udev/rules.d/60-persistent-v4l.rules
> lib/udev/rules.d/60-sensor.rules
> lib/udev/rules.d/60-serial.rules
> lib/udev/rules.d/64-btrfs.rules
> +lib/udev/rules.d/70-camera.rules
> lib/udev/rules.d/70-joystick.rules
> +lib/udev/rules.d/70-memory.rules
> lib/udev/rules.d/70-mouse.rules
> lib/udev/rules.d/70-touchpad.rules
> lib/udev/rules.d/75-net-description.rules
> lib/udev/rules.d/75-probe_mtd.rules
> lib/udev/rules.d/78-sound-card.rules
> lib/udev/rules.d/80-drivers.rules
> +lib/udev/rules.d/81-net-dhcp.rules
> lib/udev/rules.d/90-hwrng.rules
> lib/udev/rules.d/99-aqm.rules
> lib/udev/rules.d/99-offloading.rules
> @@ -91,6 +100,7 @@ sbin/udevd
> #usr/share/doc/udev-20171102/lfs/55-lfs.txt
> #usr/share/doc/udev-20171102/lfs/README
> #usr/share/man/man5/udev.conf.5
> +#usr/share/man/man7/hwdb.7
> #usr/share/man/man7/udev.7
> #usr/share/man/man8/udevadm.8
> #usr/share/man/man8/udevd.8
> diff --git a/lfs/udev b/lfs/udev
> index e712ef6ea..0046347b3 100644
> --- a/lfs/udev
> +++ b/lfs/udev
> @@ -1,7 +1,7 @@
> ###############################################################################
> # #
> # IPFire.org - A linux based firewall #
> -# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
> +# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
> # #
> # This program is free software: you can redistribute it and/or modify #
> # it under the terms of the GNU General Public License as published by #
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 3.2.11
> +VER = 3.2.12
> 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 = e1985a4fd0d497b739543d027b5b40033932819e3e5402a51f73fab666144f97f768dff325b5f0e0beb43420efa9afdefb76a9da6b88fa065ad25c76fe1fbc6a
> +$(DL_FILE)_BLAKE2 = 1d2dcc158432f722904f645749420cb44ff98f68b8b8fc11917e83750c95280d0dc2c4d9a322909a4acdb9455c6ec373eade77aacb1039096daa8e642076d3d1
> udev-lfs-$(RULES_VER).tar.bz2_BLAKE2 = b5fb8177a87719e28adc976b83953024dbcfb8739b0c2e61da186cbc4df5e75e62c888da987d15c64db164002bb0a1e66ce0ff206b143dc953d7571b66d5d5c0
>
> install : $(TARGET)
prev parent reply other threads:[~2023-07-23 22:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-23 15:01 Adolf Belka
2023-07-23 22:01 ` Adolf Belka [this message]
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=7fbb2280-6929-f202-09fc-7d877967e100@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