| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| santa-2024.8.tar.gz | 2024-09-10 | 145.6 MB | |
| santa-2024.8.dmg | 2024-09-10 | 16.4 MB | |
| README.md | 2024-09-08 | 1.5 kB | |
| v2024.8 source code.tar.gz | 2024-09-08 | 5.1 MB | |
| v2024.8 source code.zip | 2024-09-08 | 5.5 MB | |
| Totals: 5 Items | 172.7 MB | 0 | |
Notes
Changed
↔️ Removed spurious debug logging of sync request JSON ↔️ Changed several sync proto fields to uint32 to restore backward compatibility with versions prior to 2024.6
Fixed
❗ Fixed a caching bug affecting bundle version numbers ❗ Fixed a sync bug affecting the Content-Type header sent in requests ❗ Fixed a crash that could occur under certain FAA configurations
What's Changed
- sync: Remove debug logging of request JSON. by @russellhancox in https://github.com/google/santa/pull/1410
- file info: switch to CFBundleCopyInfoDictionaryInDirectory by @tburgin in https://github.com/google/santa/pull/1411
- sync: Fix Content-Type logic bug, add test by @russellhancox in https://github.com/google/santa/pull/1412
- info.plist: length and count check by @tburgin in https://github.com/google/santa/pull/1413
- sync: Drop rules_* fields in postflight to uint32 by @russellhancox in https://github.com/google/santa/pull/1415
- Project: Update rules_apple to 3.8.0 by @russellhancox in https://github.com/google/santa/pull/1417
- infoPlist comment s/NSDictionary/NSBundle/ by @tburgin in https://github.com/google/santa/pull/1418
- Use proper CanWrite method to safeguard TTY struct access by @mlw in https://github.com/google/santa/pull/1420
- Fix: Change uint64 fields in syncv1.proto to uint32 for backwards compatibility by @pmarkowsky in https://github.com/google/santa/pull/1422
Full Changelog: https://github.com/google/santa/compare/2024.7...2024.8