Commit Graph

4491 Commits

Author SHA1 Message Date
Greg Neagle
8d741b5f96 Better handling of d_type field from readdir results, fixing an issue with directory enumeration on macFUSE_sshfs filesystems (and likely other FUSE filesystems. Addresses #1273, which affected makecatalogs (and likely affected manifestutil) 2025-10-09 08:18:19 -07:00
Greg Neagle
e64dca5afd Fix for detection of managedsoftwareupdate not starting or unexpectedly ending 2025-10-08 14:32:56 -07:00
Greg Neagle
068f12ff70 Fix for makepkginfo/munkiimport --blocking-application. Addresses #1274 2025-10-08 08:27:04 -07:00
Greg Neagle
9d6cf5afba Bump version for next release 2025-10-08 08:26:00 -07:00
Greg Neagle
c454bee48b MunkiStatus: if it's been more than 30 seconds since we've gotten an update message from managedsoftwareupdate, check for a running executable named 'managedsoftwareupdate' as well as a Python script 2025-10-06 20:39:46 -07:00
Greg Neagle
d8fe8e55e7 Remove Python command-line tools 2025-10-06 14:45:18 -07:00
Greg Neagle
029bb5ab46 Remove scripts and resources for building and installing Python framework 2025-10-06 14:41:33 -07:00
Greg Neagle
3ab392727c Fix for swiftformat --lint issue. 2025-10-01 14:23:18 +02:00
Greg Neagle
c4674968d5 Update build_swift_munki.sh script to also build repocheck 2025-10-01 10:34:50 +02:00
Greg Neagle
48ccd1121c Initial commit of repocheck 2025-10-01 10:29:47 +02:00
Greg Neagle
7d5b07c33b Display both stdout and stderr when running embedded scripts; capture both stdout and stderr and add to log whena script exits non-zero. Matchs previous (Munki 6.x Python) behavior. 2025-09-26 10:47:37 -07:00
Greg Neagle
9941b0cd39 Fix for makepkginfo processing receipts for payload-free packages. Addresses an issue where empty dicts were added to the receipts array 2025-09-25 10:53:23 -07:00
Greg Neagle
d65b1d1b70 Fix processing of LocalOnlyManifest. Addresses #1270 2025-09-25 09:03:50 -07:00
Greg Neagle
f9dcb96be9 swiftformat re-format 2025-09-24 13:41:45 -07:00
Wesley Whetstone
a7cafd0204 add AssociatedBundleIdentifiers to helper launchds (#1269)
Authored-by: Wesley Whetstone <wesw@stripe.com>
2025-09-24 13:38:39 -07:00
Greg Neagle
93b9c8586c Remove MWA2APIRepo code; moving to another repo. Fix for RepoProtocol definition for consistency 2025-09-23 15:05:10 -07:00
Greg Neagle
e498022578 Addresses #1267 where removals might consider/process the same item multiple times 2025-09-19 13:20:54 -07:00
Greg Neagle
9c3d199ff3 Update autorun pkg postinstall script (simpler now that supervisor has been removed) 2025-09-18 16:11:26 -07:00
Greg Neagle
c56cfa5244 Update help text for managedsoftwareupdate --auto 2025-09-18 15:42:42 -07:00
Greg Neagle
2744cd6fc5 Update sidebar and Dock icon badge with update count at launch when displaying the initial view 2025-09-16 17:17:03 -07:00
Greg Neagle
8b6833edd9 Request authorization from UNUserNotificationCenter to display app icon badges. Addresses #1255 2025-09-16 17:04:02 -07:00
Greg Neagle
67bf008bd9 Restore pre-testing version of make_swift_munki_pkg.sh script 2025-09-15 08:20:56 -07:00
Greg Neagle
cd662dde34 Removing GitHub Actions test script 2025-09-15 08:18:49 -07:00
Greg Neagle
f2eecbf133 Minor update to the app icon 2025-09-13 19:45:55 -07:00
Greg Neagle
dd176b147c Add icons to Navigate menu items in macOS 26 2025-09-12 13:23:26 -07:00
Greg Neagle
fd017d1824 Move Swift runtime library needed on macOS < 12 to /usr/local/munki/lib (previously installed at /usr/local/lib) 2025-09-11 14:38:51 -07:00
Greg Neagle
b19e9e748e Move 'internal' tools to /usr/local/munki/libexec 2025-09-11 14:21:13 -07:00
Greg Neagle
3fe773fe60 Update build scripts to not attempt to build supervisor 2025-09-10 15:55:52 -07:00
Greg Neagle
2a4f2ffbec Changes to get rid of supervisor 2025-09-10 15:51:19 -07:00
Greg Neagle
5737016794 Temporary test script for testing a GitHub Actions issue 2025-09-06 09:58:27 -07:00
Greg Neagle
640f535ca1 Skip App Store-specific processing when compiling the AssetCatalog 2025-09-06 08:23:58 -07:00
Greg Neagle
11b40025af Temporary change to make_swift_munki_pkg.sh for GitHub actions testing 2025-09-06 07:47:28 -07:00
Greg Neagle
5748e687b3 Fix for 'manifestutil version' to print full version number 2025-09-05 14:46:32 -07:00
Greg Neagle
0d3d2ee4ed Another attempt to address #1264 (unexpected alert that managedsoftwareupdate has ended unexpectedly) 2025-09-05 13:41:52 -07:00
Greg Neagle
e714582b2f When (re-)signing the command line tools, preserve entitlements on core tools as well as admin tools 2025-09-05 08:16:22 -07:00
Greg Neagle
46b487fe61 Another attempt to preserve the com.apple.security.cs.disable-library-validation entitlement when (re-)signing 2025-09-04 17:37:00 -07:00
Greg Neagle
cfd481f278 Explictly set RPATHs for command line tools so libswift_Concurrency.dylib is found on pre-macOS 12 2025-09-04 16:45:45 -07:00
Greg Neagle
09a46efd55 Attempt to address #1264 2025-09-04 14:51:04 -07:00
Greg Neagle
bad5e1ed75 Don't inject com.apple.security.get-task-allow entitlement when building for release, so code can be notarized 2025-09-04 13:47:07 -07:00
Greg Neagle
e6220a779b Attempt to preserve entitlements when signing the command-line tools 2025-09-04 12:00:22 -07:00
Greg Neagle
bf892e2035 Attempt to sign app Content/Frameworks only if that dir exists 2025-09-04 10:26:53 -07:00
Elliot Jordan
41e6d38cc5 Spelling fixes for Munki 7 branch (#1263)
* Fix SidebarViewController.swift file name

* Fix spelling in comments

* Fix spelling in strings and output

* Fix spelling in variables and key names

* One more pass at spelling fixes
2025-08-27 12:27:12 -07:00
Greg Neagle
d92e30f7ef make_swift_munki_pkg.sh: Fix version calculation for python libs package 2025-08-26 09:38:39 -07:00
Greg Neagle
d100d682e4 Bump python libraries version to match 6.7.0 release 2025-08-25 16:39:11 -07:00
Greg Neagle
0a1c9946ec Don't accidentally try to trigger a logout when replacing an existing forced logout warning with a new one when there are 5 minutes or less until forced logout time 2025-08-25 16:22:30 -07:00
Greg Neagle
395ab2a08d Fix forceLogoutNow logic 2025-08-25 14:02:29 -07:00
Greg Neagle
1c109d384d Add sucatalog URL for macOS 26 2025-08-25 10:51:18 -07:00
Greg Neagle
42bc8327ab Address an issue where MSC.app doesn't gracefully quit when a user choose to logout and update in response to a forced logout warning 2025-08-25 10:36:10 -07:00
Greg Neagle
b66ef898cb Fix for forced logout warning alerts not appearing 2025-08-25 10:03:00 -07:00
Greg Neagle
a49189d39a Address unhandled objc error when runCLIAsync can't launch a script due to a missing script interpreter 2025-08-25 09:29:45 -07:00