|
| 1 | +# FileMaker Apache Commons JAR Replacer v1.0.2 |
| 2 | + |
| 3 | +## Release Type: Patch Release |
| 4 | + |
| 5 | +## Summary |
| 6 | +This patch release eliminates macOS extended attributes and metadata files from release archives, preventing extraction warnings on Linux/Ubuntu systems. |
| 7 | + |
| 8 | +## Bug Fixes |
| 9 | + |
| 10 | +### 🐛 Removed macOS Extended Attributes from Release Archives |
| 11 | +- **Issue**: Linux/Ubuntu users saw numerous warnings when extracting tar.gz files: `tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'` |
| 12 | +- **Root Cause**: macOS tar was including extended attributes (._* files) and metadata in archives |
| 13 | +- **Fix**: Added `COPYFILE_DISABLE=1` environment variable to tar commands and cleanup of macOS-specific files |
| 14 | +- **Impact**: Clean extraction on all platforms without warnings or unwanted metadata files |
| 15 | + |
| 16 | +## Technical Changes |
| 17 | + |
| 18 | +### Release Packaging Improvements |
| 19 | +- Added `COPYFILE_DISABLE=1` to all tar commands in both manual release script and GitHub Actions workflow |
| 20 | +- Added cleanup steps to remove `._*` files and `.DS_Store` files before archive creation |
| 21 | +- Reduced archive sizes by eliminating unnecessary macOS metadata |
| 22 | +- Improved cross-platform compatibility |
| 23 | + |
| 24 | +### Files Modified |
| 25 | +- `release/prepare-release.sh`: Added COPYFILE_DISABLE and cleanup steps |
| 26 | +- `.github/workflows/release.yml`: Added COPYFILE_DISABLE and cleanup steps for automated releases |
| 27 | + |
| 28 | +## User Experience Improvements |
| 29 | +- **Clean Extraction**: No more warning messages when extracting on Linux/Ubuntu |
| 30 | +- **Smaller Archives**: Reduced file sizes due to removal of unnecessary metadata |
| 31 | +- **Cross-Platform Consistency**: Archives behave identically across all platforms |
| 32 | + |
| 33 | +## Compatibility |
| 34 | +- **Backward Compatible**: Yes |
| 35 | +- **Breaking Changes**: None |
| 36 | +- **Platform Support**: macOS 10.14+, Ubuntu 18.04+, Windows 10+ |
| 37 | + |
| 38 | +## Validation |
| 39 | +- ✅ Archives extract cleanly on Linux without warnings |
| 40 | +- ✅ No `._*` or `.DS_Store` files in release packages |
| 41 | +- ✅ All required scripts and modules present and functional |
| 42 | +- ✅ Reduced archive sizes confirm metadata removal |
| 43 | + |
| 44 | +## Downloads by Platform |
| 45 | + |
| 46 | +### macOS |
| 47 | +- **File**: `filemaker-jar-replacer-macos.tar.gz` |
| 48 | +- **Requirements**: macOS 10.14+, bash, administrator privileges |
| 49 | +- **Installation**: Extract and run `./replace-filemaker-jars-macos.sh` |
| 50 | + |
| 51 | +### Ubuntu/Linux |
| 52 | +- **File**: `filemaker-jar-replacer-ubuntu.tar.gz` |
| 53 | +- **Requirements**: Ubuntu 18.04+, bash, curl, sudo access |
| 54 | +- **Installation**: Extract and run `./replace-filemaker-jars-ubuntu.sh` |
| 55 | + |
| 56 | +### Windows |
| 57 | +- **File**: `filemaker-jar-replacer-windows.zip` |
| 58 | +- **Requirements**: Windows 10+, PowerShell 5.1+, Administrator privileges |
| 59 | +- **Installation**: Extract and run `.\replace-filemaker-jars-windows.ps1` |
| 60 | + |
| 61 | +## Security |
| 62 | +- All downloads include SHA256 checksums for verification |
| 63 | +- No security-related changes in this patch release |
| 64 | + |
| 65 | +## Documentation |
| 66 | +- **CVE Details**: https://nvd.nist.gov/vuln/detail/CVE-2025-46295 |
| 67 | +- **Claris Security Advisory**: https://support.claris.com/s/answerview?anum=000049055&language=en_US |
| 68 | +- **Manual JAR Replacement Guide**: https://support.claris.com/s/answerview?anum=000049059&language=en_US |
| 69 | + |
| 70 | +## Upgrade Instructions |
| 71 | +If you experienced extraction warnings with v1.0.1: |
| 72 | +1. Download the new v1.0.2 release for your platform |
| 73 | +2. Extract the archive - no warnings should appear |
| 74 | +3. Run the script normally |
| 75 | + |
| 76 | +## Next Steps |
| 77 | +This patch release provides a cleaner extraction experience across all platforms. The functionality remains identical to v1.0.1. |
0 commit comments