[openSUSE/wicked] ea645e: Merge pull request https://github.com/openSUSE/wic...
Branch: refs/heads/sle15-sp3 Home: https://github.com/openSUSE/wicked Commit: ea645ee9d28062becd73ea7df093b4b199097836 https://github.com/openSUSE/wicked/commit/ea645ee9d28062becd73ea7df093b4b199... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-02-23 (Fri, 23 Feb 2024) Changed paths: M VERSION Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1002 version-0.6.74 Commit: 0992848bc7ac30e39a41a63335e8550d70ae7d1f https://github.com/openSUSE/wicked/commit/0992848bc7ac30e39a41a63335e8550d70... Author: Martin Wilck <mwilck@suse.com> Date: 2024-03-13 (Wed, 13 Mar 2024) Changed paths: M extensions/nbft Log Message: ----------- extensions/nbft: replace "nvme show-nbft" with "nvme nbft show" Upstream nvme-cli has moved the nbft support into a plugin. The syntax is now "nvme nbft show" rather than "nvme show-nbft". Commit: 969a3ac88391667821f84a2fe11e21b8ded89745 https://github.com/openSUSE/wicked/commit/969a3ac88391667821f84a2fe11e21b8de... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M src/dbus-objects/addrconf.c Log Message: ----------- addrconf: fix fallback-lease drop (bsc#1220996) If the lease isn't known by the supplicant, we need to stop/cleanup local data-structures and notify listeners e.g. nanny. Commit: 5b44baf4108a5ab8f279f89ade107e985cc756e8 https://github.com/openSUSE/wicked/commit/5b44baf4108a5ab8f279f89ade107e985c... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M client/ifstatus.c Log Message: ----------- client: show lease fallback flag in ifstatus Commit: 5fb4a07e9c9cef1bd6922e2b5d2004b60a7d753b https://github.com/openSUSE/wicked/commit/5fb4a07e9c9cef1bd6922e2b5d2004b60a... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M client/ifstatus.c Log Message: ----------- client: fix ifstatus for fallback lease Commit: 462e45b70e13a9b4f87ebb52d9bacf6c541ee761 https://github.com/openSUSE/wicked/commit/462e45b70e13a9b4f87ebb52d9bacf6c54... Author: Martin Wilck <mwilck@suse.com> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M wicked.spec.in Log Message: ----------- spec: update version dependency for nbft plugin The version of nvme-cli in SLE-15-SP5 GA (2.2.1+3.gd028407) used the syntax "nvme show-nbft", which was never accepted upstream. Upstream has moved NBFT support into a plugin and uses the syntax "nvme nbft show". This syntax is supported upstream since 2.5. SLE15-SP5 maintenance updates 2.4+17.gf4cfca93998a and later support both the upstream and the legacy syntax. In SLE15-SP6, nvme-cli will drop support for "show-nbft". With the wicked plugin adopting the upstream syntax, the nvme-cli dependency must be updated. The dependency added in this patch works for SLE15-SP5, SP6, and TW. It would also work for earlier SLE15 SPs, but they don't have NBFT support at all. FTR, rpmdev-vercmp output: 2.2.1+3.gd028407-150500.2.4 < 2.4+17.gf4cfca93998a 2.4 < 2.4+17.gf4cfca93998a 2.4.17 < 2.4+17.gf4cfca93998a 2.4+17.gf4cfca93998a-150500.4.3.1 > 2.4+17.gf4cfca93998a 2.4+24.ga1ee20-150500.4.6.1 > 2.4+17.gf4cfca93998a 2.5 > 2.4+17.gf4cfca93998a Commit: 239959873fa14f2dd587e7b6b47e1a379b73d1d0 https://github.com/openSUSE/wicked/commit/239959873fa14f2dd587e7b6b47e1a379b... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M client/ifstatus.c M src/dbus-objects/addrconf.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1003 addrconf: fix fallback-lease drop (bsc#1220996) Commit: 1f2383c8d102b4a5efec422197b57ff9f5aa03df https://github.com/openSUSE/wicked/commit/1f2383c8d102b4a5efec422197b57ff9f5... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-03-14 (Thu, 14 Mar 2024) Changed paths: M extensions/nbft M wicked.spec.in Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1004 extensions/nbft: use upstream `nvme nbft show` (bsc#1221358) Commit: 71c88af525fe35e32af665dfa776104aa2a48f67 https://github.com/openSUSE/wicked/commit/71c88af525fe35e32af665dfa776104aa2... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M client/ifreload.c M include/Makefile.am A include/wicked/compiler.h M include/wicked/logging.h M src/duid.c M src/duid.h M src/fsm.c M testing/wunit.h Log Message: ----------- Move all __attribute__ definitions to compiler.h Commit: c273e4f26650059b69c097c671b7bfb8c1018068 https://github.com/openSUSE/wicked/commit/c273e4f26650059b69c097c671b7bfb8c1... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M testing/wunit.h Log Message: ----------- wunit.h: add header guard macros Commit: 4847702c1872661e80e5802cbf8405c033d310ec https://github.com/openSUSE/wicked/commit/4847702c1872661e80e5802cbf8405c033... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M include/wicked/logging.h Log Message: ----------- logging.h: align header guard macro Commit: d8f2d0208ccce05cf0568d47bef457717ba74d41 https://github.com/openSUSE/wicked/commit/d8f2d0208ccce05cf0568d47bef457717b... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M client/ifreload.c M include/Makefile.am A include/wicked/compiler.h M include/wicked/logging.h M src/duid.c M src/duid.h M src/fsm.c M testing/wunit.h Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1005 Move all __attribute__ definitions to compiler.h Commit: 4e71bade4efa1eb62468a715b973d8b77daf59b1 https://github.com/openSUSE/wicked/commit/4e71bade4efa1eb62468a715b973d8b77d... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M include/wicked/xml.h M src/xml.c Log Message: ----------- xml: add xml_node_hide_cdata utility function Commit: 6b57f56261bc576aadaaf8c898931ba0170c2171 https://github.com/openSUSE/wicked/commit/6b57f56261bc576aadaaf8c898931ba017... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M include/wicked/logging.h M src/logging.c Log Message: ----------- logging: add ni_debug_(verbose_)config_xml utility Replaces cdata in a copy of a config node and it's children that contain passwords before logging it. Commit: fb46cbdb2a200515bdc839dfaeaaf0ec9d0ee78c https://github.com/openSUSE/wicked/commit/fb46cbdb2a200515bdc839dfaeaaf0ec9d... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M src/wpa-supplicant.c Log Message: ----------- wpa-supplicant: hide private_key_passwd from log Commit: 8b1e2826556a4c58a3c63bf41d1a7c2352ac44af https://github.com/openSUSE/wicked/commit/8b1e2826556a4c58a3c63bf41d1a7c2352... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M nanny/device.c Log Message: ----------- nanny: use ni_debug_config_xml for config dump Commit: 909ee2f91299c8660c675df1170a100c5eb00a89 https://github.com/openSUSE/wicked/commit/909ee2f91299c8660c675df1170a100c5e... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M src/firmware.c Log Message: ----------- firmware: use ni_debug_config_xml for config dump Commit: 210e5574946ffbdea2e2c50fed4a52000b3d02de https://github.com/openSUSE/wicked/commit/210e5574946ffbdea2e2c50fed4a52000b... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M include/wicked/logging.h M include/wicked/xml.h M nanny/device.c M src/firmware.c M src/logging.c M src/wpa-supplicant.c M src/xml.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1006 hide secrets in debug log (bsc#1221194) Commit: 342a2dc7927f772dda50cd1db3f1b5ddbd96bc0b https://github.com/openSUSE/wicked/commit/342a2dc7927f772dda50cd1db3f1b5ddbd... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-04-02 (Tue, 02 Apr 2024) Changed paths: M src/fsm.c Log Message: ----------- fsm: fix to set extra waittime from xml in seconds The extra waittime calculated from bridge stp=on config timings is in seconds, do not convert to msec timeout yet. Commit: 5bc4ec6fc30208c57cec98327f4c0b5a87774c3d https://github.com/openSUSE/wicked/commit/5bc4ec6fc30208c57cec98327f4c0b5a87... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-04-03 (Wed, 03 Apr 2024) Changed paths: M src/fsm.c Log Message: ----------- fsm: apply extra waittime to timeout additionally Commit: 31a074bcab2bb830ef7b073f9c023f5cb13c8bb4 https://github.com/openSUSE/wicked/commit/31a074bcab2bb830ef7b073f9c023f5cb1... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-04-03 (Wed, 03 Apr 2024) Changed paths: M client/ifdown.c Log Message: ----------- ifdown: fix to properly init second timeout Don't init the --timeout seconds with worker default timeout constant, which is in msec already. Also, skip adding bridge stp=on interface setup time as there is none when we're shutting down interfaces. Commit: 9b78f26abd94e74b13a8a5866ce930219dc586a6 https://github.com/openSUSE/wicked/commit/9b78f26abd94e74b13a8a5866ce930219d... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-04-03 (Wed, 03 Apr 2024) Changed paths: M client/ifdown.c M src/fsm.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1007 client: fix to not convert sec to msec twice (bsc#1222105) Commit: e696ac9054040c2672ada15a95b333267e29cade https://github.com/openSUSE/wicked/commit/e696ac9054040c2672ada15a95b333267e... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-04-09 (Tue, 09 Apr 2024) Changed paths: M client/ifreload.c M client/ifstatus.c M extensions/nbft M include/Makefile.am A include/wicked/compiler.h M include/wicked/logging.h M include/wicked/xml.h M nanny/device.c M src/dbus-objects/addrconf.c M src/duid.c M src/duid.h M src/firmware.c M src/fsm.c M src/logging.c M src/wpa-supplicant.c M src/xml.c M testing/wunit.h M wicked.spec.in Log Message: ----------- Merge commit 'master' into sle15-sp3 - addrconf: fix fallback-lease drop (bsc#1220996) - Replace "nvme show-nbft" with "nvme nbft show" (bsc#1221358) - hide secrets in debug log (bsc#1221194) Commit: 37c295a8a91b4ae5a552d7d1a76e760160fff652 https://github.com/openSUSE/wicked/commit/37c295a8a91b4ae5a552d7d1a76e760160... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2024-04-09 (Tue, 09 Apr 2024) Changed paths: M client/ifdown.c M src/fsm.c Log Message: ----------- Merge commit '9b78f26a' into sle15-sp3 - addrconf: fix fallback-lease drop (bsc#1220996) - Replace "nvme show-nbft" with "nvme nbft show" (bsc#1221358) - hide secrets in debug log (bsc#1221194) Compare: https://github.com/openSUSE/wicked/compare/3cc768dc1149...37c295a8a91b To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/wicked/settings/notifications
participants (1)
-
cfconrad