Skip to content

Commit

Permalink
Update XZ Utils from 5.4.4 to 5.4.5.
Browse files Browse the repository at this point in the history
Pull in the source for XZ Utils 5.4.5.  Update version numbers in the
makefile and the readme.
  • Loading branch information
donmccaughey committed Nov 4, 2023
1 parent 695f754 commit 472f96e
Show file tree
Hide file tree
Showing 134 changed files with 15,583 additions and 5,916 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ INSTALLER_SIGNING_ID ?= Developer ID Installer: Donald McCaughey
NOTARIZATION_KEYCHAIN_PROFILE ?= Donald McCaughey
TMP ?= $(abspath tmp)

version := 5.4.4
version := 5.4.5
revision := 1
archs := arm64 x86_64

Expand Down
8 changes: 4 additions & 4 deletions README.md
@@ -1,9 +1,9 @@
XZ Utils 5.4.4 for macOS
XZ Utils 5.4.5 for macOS
========================

This project builds a signed universal macOS installer package for [XZ
Utils][1], a general-purpose data compression tool and library. It contains
the source distribution for XZ Utils 5.4.4.
the source distribution for XZ Utils 5.4.5.

[1]: http://tukaani.org/xz/ "XZ Utils"

Expand Down Expand Up @@ -46,7 +46,7 @@ To build and sign the executable and installer, run:
$ make [APP_SIGNING_ID="<cert name 1>"] [INSTALLER_SIGNING_ID="<cert name 2>"] [TMP="<build dir>"]

Intermediate files are generated in the temp directory; the signed installer
package is written into the project root with the name `xz-5.4.4.pkg`.
package is written into the project root with the name `xz-5.4.5.pkg`.

To notarize the signed installer package, run:

Expand All @@ -57,7 +57,7 @@ success. Check the file `$(TMP)/notarization-log.json` for detailed
information if notarization fails. The signed installer is stapled in place
if notarization succeeds. Use the command:

$ xcrun stapler validate --verbose xz-5.4.4.pkg
$ xcrun stapler validate --verbose xz-5.4.5.pkg

to check the notarization state of the installer package.

Expand Down

0 comments on commit 472f96e

Please sign in to comment.