pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/salt
Module Name: pkgsrc
Committed By: adam
Date: Fri Dec 26 22:02:22 UTC 2025
Modified Files:
pkgsrc/sysutils/salt: Makefile.common PLIST distinfo
Log Message:
salt salt-docs: updated to 3007.10
3007.10
Fixed an issue with how existing entries are tracked in grains.list_present. Previous entries were only considered if the grain previously existed. If not then the state would not "see" the
duplicates. Removed the dubious tracking via "context" and focused on using checking for existance in the live grains.
Fixed issue with complex objects in grains.list_present. Original fix
Fixed ssh_auth.present to respect provided options when read keys from source file
Fixed ssh_auth regexp to handle key types with @ or .
Fixed a TypeError exception thrown by ssh_known_hosts.present when the specified user account does not exist
Fixed false identification of text as binary in salt.utils.file.is_binary if utf-8 multibyte character is truncated at end of 2048 bytes sample.
Fix runtime error on OpenBSD by adding support for the osfullname grain
Fix closing of TCP transport channels and avoid additional errors
Fixed false negative "is not text" in salt.utils.files.is_text if an utf-8 multibyte character is truncated at end of 512 bytes sample.
fixes salt runner mine.get not returning value if allow_tgt is defined in mine function
Forward minion list events in Syndic cluster mode to enable proper job completion detection
Fixes issue with asyncio logger not using SaltLoggingClass and causing exceptions when "%(jid)s" is used in a log format.
Fixed ssh_auth.present and ssh.absent to report changes if some key was added or removed when reading keys from a source file
Test loader now prevents .pyc files from being written during test run using sys.dont_write_bytecode = True. This results in 3x faster test execution and reduced IO operations
Fixes a issue where variable names were reversed when detecting domain and username from a username.
Changed the glob pattern for APT sources from **/*.list to *.list, in line with APT's default pattern in sources.list.d
Remove unwanted error log from aptpkg
Use the packaging library instead of the deprecated pkg_resources library for working with version to avoid a deprecation warning when running salt commands
Fixes issue with disk.tune passing incorrect args for read-only and read-write to blockdev. Improves argument and error handling in blockdev.
Enhance mod_data to Use Global Loader Extensions in salt-ssh
Fix race condition in Salt Syndic when multiple Syndic Masters return at the same time and the Master of Masters tries to write to the same file in the job cache.
Patch tornado for CVE-2023-28370
Fixed some of the commands in the Contributing guide.
Fix check for non-blockdev devices in blockdev.tuned. Check always returned True previously, now actually checks with file.is_blkdev.
Added documentation and CLI help text for the --disable-keepalive option for salt-minion and salt-proxy, which disables the automatic restart mechanism when external process managers like systemd
handle daemon restarts.
Upgrade relenv to 0.22.1 and fix Python 3.13 support
Updated relenv from 0.21.2 to 0.22.1
Fixed backports module import for Python 3.13 compatibility
Fixed RUSTFLAGS conflicts when compiling cryptography package
Fixed toolchain cache location for relenv 0.22.1
Added Obsoletes directives to prevent EPEL salt3006 package conflicts on Rocky 9
Fixed minion process name pollution when multiprocessing is disabled
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/salt/Makefile.common
cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/salt/PLIST
cvs rdiff -u -r1.53 -r1.54 pkgsrc/sysutils/salt/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/salt/Makefile.common
diff -u pkgsrc/sysutils/salt/Makefile.common:1.8 pkgsrc/sysutils/salt/Makefile.common:1.9
--- pkgsrc/sysutils/salt/Makefile.common:1.8 Fri Nov 21 10:52:07 2025
+++ pkgsrc/sysutils/salt/Makefile.common Fri Dec 26 22:02:22 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.8 2025/11/21 10:52:07 adam Exp $
+# $NetBSD: Makefile.common,v 1.9 2025/12/26 22:02:22 adam Exp $
# used by sysutils/salt/Makefile
# used by sysutils/salt-docs/Makefile
-DISTNAME= salt-3007.9
+DISTNAME= salt-3007.10
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/salt/}
Index: pkgsrc/sysutils/salt/PLIST
diff -u pkgsrc/sysutils/salt/PLIST:1.36 pkgsrc/sysutils/salt/PLIST:1.37
--- pkgsrc/sysutils/salt/PLIST:1.36 Fri Nov 21 10:52:07 2025
+++ pkgsrc/sysutils/salt/PLIST Fri Dec 26 22:02:22 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2025/11/21 10:52:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.37 2025/12/26 22:02:22 adam Exp $
bin/salt
bin/salt-api
bin/salt-call
@@ -5034,6 +5034,5 @@ man/man1/salt-ssh.1
man/man1/salt-syndic.1
man/man1/salt.1
man/man1/spm.1
-man/man7/salt.7
share/examples/salt/master
share/examples/salt/minion
Index: pkgsrc/sysutils/salt/distinfo
diff -u pkgsrc/sysutils/salt/distinfo:1.53 pkgsrc/sysutils/salt/distinfo:1.54
--- pkgsrc/sysutils/salt/distinfo:1.53 Fri Nov 21 10:52:07 2025
+++ pkgsrc/sysutils/salt/distinfo Fri Dec 26 22:02:22 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.53 2025/11/21 10:52:07 adam Exp $
+$NetBSD: distinfo,v 1.54 2025/12/26 22:02:22 adam Exp $
-BLAKE2s (salt-3007.9.tar.gz) = 441253c32b5b1e34611f0992fc44a077dd5d4a1e6c1577632c00c42647212608
-SHA512 (salt-3007.9.tar.gz) = bd40e5d4080d15928ccea01b84fc4f3e0bea8b7cdf8db18062f665ca81fe9fc23cd02adb9303391eb687141da9fd13ba26965c7d8b28735ad1104032eec8619b
-Size (salt-3007.9.tar.gz) = 19549730 bytes
+BLAKE2s (salt-3007.10.tar.gz) = dc919d9d38c1933e3a0129355bab1604f008b945ca3f1c4eb789236c0f2f2d5d
+SHA512 (salt-3007.10.tar.gz) = da920672819fe5a9b24a37ec0babdd0776e7ffbeff9cecf0195149f53037f09d81f22335bb54b102c1e4bfff0de8392e3a016eb6f696756b365bf7ce7a6e12a7
+Size (salt-3007.10.tar.gz) = 16223979 bytes
SHA1 (patch-salt_utils_rsax931.py) = 989e24088a55a983f7e404dc29cbffc7ec2f6aa6
SHA1 (patch-salt_version.py) = 597d01aa77b024d56f1be0cbbad6936eb540bf98
Home |
Main Index |
Thread Index |
Old Index