Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
2f57423392 |
BIN
dhcpcd-10.0.8.tar.xz
(Stored with Git LFS)
Normal file
BIN
dhcpcd-10.0.8.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
11
dhcpcd-10.0.8.tar.xz.asc
Normal file
11
dhcpcd-10.0.8.tar.xz.asc
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEp4XtJ1WVXZ6T6ln2WX+X6prUVUkFAmZQuh8ACgkQWX+X6prU
|
||||
VUlODAgAjAjGjVjSMEf5Q+XTe86IJRUHtIA4dHWeJSK79mYqbkdmL6MSqS4mhpid
|
||||
Bbp9fAikr+Ja+F58IlltCcndEeCnp+5QJG4+h6ehTK3U1GYHvdCrap5sPbSU7qS3
|
||||
2NiafIeCQ3OZugCXFPgXwRfHtHJ8wGr3LsWwIjrMudNFDAmWPKzRgz23GbsOXdzR
|
||||
qc0N/OHd2brl9uMgYpLHuME88zP0aC6Jl5WBoFAr4Wjg1b4gYazXHdopfe+cbrq5
|
||||
+EENIc3WnAsTUCwPzLpQKa1ZVcA1NcTdP/m0z4zBpIFW3xod/8Sv7aD9B7nWGVAS
|
||||
V0LVcJPbVsUoPFRohAYALa0NAoR9wg==
|
||||
=VZuk
|
||||
-----END PGP SIGNATURE-----
|
BIN
dhcpcd-10.2.2.tar.xz
(Stored with Git LFS)
BIN
dhcpcd-10.2.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEp4XtJ1WVXZ6T6ln2WX+X6prUVUkFAme9uekACgkQWX+X6prU
|
||||
VUnhGwf+No897YjBdXkLt5sibzfRE8Jw/SwBkgr3aSUCtwNjqHGmFcIV5fQHAK6H
|
||||
RN3qpCFA1v5td/oH4p9ScBBUjVwcgbOmTzTr0PsYe+kK0DnDzlqEwgtOeip2bkXz
|
||||
qXVPp89tNWQlc0AX69zdo1bH/PkgyQpd2dm4zGz2+h1GIzfDBxsKRwqfe43lPhNn
|
||||
//8wCppf3qXqb7Ddt5PjWnVmVoCZYSCQi1udRWe6WMzJhzEvK29Klcri9tNEIj9m
|
||||
X0EW4r3blttH58VNx9TgdQloQsCg3OEW/3xrIFC3wvAoQVNbMWz0wveNFJybM2fR
|
||||
h7H2K2i6awS6W7wDsz+sZDBKjLqa8Q==
|
||||
=poOw
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,57 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 26 13:56:29 UTC 2025 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
||||
|
||||
- Update to 10.2.2
|
||||
* DHCP6: Fix dhcpcd vendor class option
|
||||
* options: Allow interface block to be pattern matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 12:29:09 UTC 2025 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
||||
|
||||
- Update to 10.2.1
|
||||
* Fix building with different options
|
||||
* Only drop IPv4 LL addresses if configured to handle them
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 16:47:00 UTC 2025 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
||||
|
||||
- Update to 10.2.0
|
||||
* dhcp6: start request when advertise received after IRT
|
||||
* dhcpcd: stdout output sometimes empty when redirected to a file
|
||||
* Fix help text formatting
|
||||
* Apply lastlease behavior to DHCPv6
|
||||
* dhcpcd not ignoring source-based routes on linux
|
||||
* DHCP6: lastlease behavior after Confim non-response
|
||||
* Allow limited RLIMIT_FSIZE when dumping lease
|
||||
* IPv6: Avoid uninitialized ifp state when adding address
|
||||
* DHCPv6: Add support for sending Option 17 (VSIO)
|
||||
* Exit the timesyncd hook if not on systemd and not executable
|
||||
* Add route lifetime from Router Advertisement
|
||||
* revert e3c5de1
|
||||
* Fix using multiple enterprise IDs with vendclass (Option 124
|
||||
DHCP / Option 16 DHCPv6)
|
||||
* Update route if acquired time changes
|
||||
* Always send req for InfoRefreshTime option on Inform-Req
|
||||
* Increase max IPv4 clientid
|
||||
* Update build.yml to fix BSD builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 11:51:20 UTC 2024 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
||||
|
||||
- Update to 10.1.0
|
||||
* dhcp: get_option_uint32/16 only accept options with correct len
|
||||
* Include frame header in buffer length
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 10:58:36 UTC 2024 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
||||
|
||||
- Update to 10.0.10
|
||||
* Option 2: Fix stdin parsing
|
||||
* IPv4LL: Restart ARP probling on address conflict
|
||||
* DHCP: Handle option 108 correctly when receiving 0.0.0.0 OFFER
|
||||
* DHCP: No longer set interface mtu
|
||||
* Update privsep-linux.c to allow statx
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 11:02:27 UTC 2024 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dhcpcd
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: dhcpcd
|
||||
Version: 10.2.2
|
||||
Version: 10.0.8
|
||||
Release: 0
|
||||
Summary: Minimal DHCPv4 and DHCPv6 client
|
||||
License: BSD-2-Clause
|
||||
|
Reference in New Issue
Block a user