mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
96932c6fb5
ap/vim-9.0.1667-x86_64-1.txz: Upgraded. This fixes a rare divide-by-zero bug that could cause vim to crash. In an interactive program such as vim, I can't really see this qualifying as a security issue, but since it was brought up as such on LQ we'll just go along with it this time. :) Thanks to marav for the heads-up. (* Security fix *) l/freetype-2.13.1-x86_64-2.txz: Rebuilt. The profile scripts still mentioned three options to choose from when there are now only two. This has been fixed. Thanks to burdi01. l/gegl-0.4.46-x86_64-1.txz: Upgraded. l/imagemagick-7.1.1_12-x86_64-1.txz: Upgraded. l/librsvg-2.56.1-x86_64-1.txz: Upgraded. l/openexr-3.1.9-x86_64-1.txz: Upgraded. l/pipewire-0.3.72-x86_64-1.txz: Upgraded. n/network-scripts-15.0-noarch-19.txz: Rebuilt. This update fixes a bug and adds a new feature: Re-add support for the DHCP_IPADDR parameter from rc.inet1.conf. Expand the help text for DHCP_IPADDR in rc.inet1.conf. Add support for a DHCP_OPTS parameter. Thanks to ljb643 and Darren 'Tadgy' Austin. xap/vim-gvim-9.0.1667-x86_64-1.txz: Upgraded.
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From 8f43a741a36e59b8a9560ff2c4f3e5da2b8dd72b Mon Sep 17 00:00:00 2001
|
|
From: Darren 'Tadgy' Austin <darren@afterdark.org.uk>
|
|
Date: Wed, 21 Jun 2023 14:50:20 +0100
|
|
Subject: Expand the help text for DHCP_IPADDR in rc.inet1.conf.
|
|
|
|
---
|
|
rc.inet1.conf | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/rc.inet1.conf b/rc.inet1.conf
|
|
index e952498..54d0d3e 100644
|
|
--- a/rc.inet1.conf
|
|
+++ b/rc.inet1.conf
|
|
@@ -189,7 +189,8 @@ GATEWAY6=""
|
|
#DHCP_KEEPGW[4]="yes" # If you don't want the DHCP server to change
|
|
# your default gateway
|
|
#DHCP_IPADDR[4]="" # Request a specific IP address from the DHCP
|
|
- # server
|
|
+ # server. There is no guarantee the server
|
|
+ # will honour the request for this IP address
|
|
#DHCP_DEBUG[4]="yes" # Make dhcpcd show verbose diagnostics
|
|
#DHCP_NOIPV4LL[4]="yes" # Do not assign an ipv4ll address when a DHCP
|
|
# server is not found (ipv4ll link-local
|
|
--
|
|
cgit v1.2.3
|
|
|