* [PATCH] sudo: Update to version 1.9.14p1
@ 2023-07-12 11:30 Adolf Belka
2023-07-12 11:30 ` [PATCH] udev: Update to version 3.2.12 Adolf Belka
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2023-07-12 11:30 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1218 bytes --]
- Update from version 1.9.14 to 1.9.14p1
- Update of rootfile not required
- Changelog
1.9.14p1
* Fixed an invalid free bug in sudo_logsrvd that was introduced
in version 1.9.14 which could cause sudo_logsrvd to crash.
* The sudoers plugin no longer tries to send the terminal name
to the log server when no terminal is present. This bug was
introduced in version 1.9.14.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/sudo | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/sudo b/lfs/sudo
index 759e3c83a..9f04c3495 100644
--- a/lfs/sudo
+++ b/lfs/sudo
@@ -24,7 +24,7 @@
include Config
-VER = 1.9.13p3
+VER = 1.9.14p1
THISAPP = sudo-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 46218ecf4cf06d2280ccf4c257b12a6f697eda17b96a6b7aa56f6c7f22d847ec2a8036b9f615c3328d985656539c95f37a40c6c72dfa5f65786ab45a28cf353f
+$(DL_FILE)_BLAKE2 = fc5f0d7093f572b8ce56161f3e40b75ba9edf0863f44cdc2af6313f68d20a0c9c59536d1d6be5fddcffcc9caecd737109b5a389ee3748c65f3435b65b167d6e2
install : $(TARGET)
--
2.41.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] udev: Update to version 3.2.12
2023-07-12 11:30 [PATCH] sudo: Update to version 1.9.14p1 Adolf Belka
@ 2023-07-12 11:30 ` Adolf Belka
0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2023-07-12 11:30 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 5006 bytes --]
- 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)
--
2.41.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-12 11:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-12 11:30 [PATCH] sudo: Update to version 1.9.14p1 Adolf Belka
2023-07-12 11:30 ` [PATCH] udev: Update to version 3.2.12 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox