ubuntu/+source/dhcpcd:ubuntu/noble-proposed

Last commit made on 2024-05-07
Get this branch:
git clone -b ubuntu/noble-proposed https://git.launchpad.net/ubuntu/+source/dhcpcd
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/noble-proposed
Repository:
lp:ubuntu/+source/dhcpcd

Recent commits

822e2c0... by Benjamin Drung

Release dhcpcd 1:10.0.6-1ubuntu3.1

Signed-off-by: Benjamin Drung <email address hidden>

0bf6441... by Benjamin Drung

hooks/30-hostname: Exit with 0 if setting hostname is not needed

If the hostname is already set before dhcpcd is started, `need_hostname`
will hit the "No old hostname" case and will call `false` to return 1.
`set_hostname` will return with the same return value. Then
`30-hostname` will exit with the same exit value:

```
dhcpcd-10.0.6 starting
dev: loaded udev
DUID 00:03:00:01:3c:97:0e:e9:32:3c
enp0s25: IAID 0e:e9:32:3c
enp0s25: soliciting a DHCP lease
enp0s25: offered 192.168.3.61 from 192.168.1.7
enp0s25: ignoring offer of 192.168.3.61 from 192.168.1.8
enp0s25: probing address 192.168.3.61/20
enp0s25: leased 192.168.3.61 for 3600 seconds
enp0s25: adding route to 192.168.0.0/20
enp0s25: adding default route via 192.168.1.1
script_status: /usr/lib/dhcpcd/dhcpcd-run-hooks: WEXITSTATUS 1
exiting due to oneshot
dhcpcd exited
```

Return with value 0 in case setting the hostname is not needed.

Bug-Ubuntu: https://launchpad.net/bugs/2064926
Forwarded: https://github.com/NetworkConfiguration/dhcpcd/pull/320
Signed-off-by: Benjamin Drung <email address hidden>

6e5608b... by Steve Langasek

1:10.0.6-1ubuntu3 (patches unapplied)

Imported using git-ubuntu import.

71e4f86... by Steve Langasek

1:10.0.6-1ubuntu2 (patches unapplied)

Imported using git-ubuntu import.

977e172... by Ravi Kant Sharma

changelog

a1b89a3... by Ravi Kant Sharma

update maintainers

0cd1228... by Ravi Kant Sharma

Remove test dependencies on usrmerge (LP: #2051674)

aec7289... by Martin-Éric Racine

1:10.0.6-1 (patches unapplied)

Imported using git-ubuntu import.

05da067... by Martin-Éric Racine

1:10.0.5-5 (patches unapplied)

Imported using git-ubuntu import.

71e33dc... by Martin-Éric Racine

1:10.0.5-4 (patches unapplied)

Imported using git-ubuntu import.