Skip to content

Commit

Permalink
Bump XZ to 5.6.2, and remove version specifiers from patch names.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 9, 2024
1 parent e2b6ff7 commit d3dc77c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ BUILD_NUMBER=custom

BZIP2_VERSION=1.0.8

XZ_VERSION=5.4.7
XZ_VERSION=5.6.2

# Preference is to use OpenSSL 3; however, Cryptography 3.4.8 (and
# probably some other packages as well) only works with 1.1.1, so
Expand Down Expand Up @@ -237,7 +237,7 @@ $$(XZ_SRCDIR-$(target))/configure: downloads/xz-$(XZ_VERSION).tar.gz
mkdir -p $$(XZ_SRCDIR-$(target))
tar zxf $$< --strip-components 1 -C $$(XZ_SRCDIR-$(target))
# Patch the source to add support for new platforms
cd $$(XZ_SRCDIR-$(target)) && patch -p1 < $(PROJECT_DIR)/patch/xz-$(XZ_VERSION).patch
cd $$(XZ_SRCDIR-$(target)) && patch -p1 < $(PROJECT_DIR)/patch/xz.patch
# Touch the configure script to ensure that Make identifies it as up to date.
touch $$(XZ_SRCDIR-$(target))/configure

Expand Down Expand Up @@ -365,7 +365,7 @@ $$(MPDECIMAL_SRCDIR-$(target))/configure: downloads/mpdecimal-$(MPDECIMAL_VERSIO
mkdir -p $$(MPDECIMAL_SRCDIR-$(target))
tar zxf $$< --strip-components 1 -C $$(MPDECIMAL_SRCDIR-$(target))
# Patch the source to add support for new platforms
cd $$(MPDECIMAL_SRCDIR-$(target)) && patch -p1 < $(PROJECT_DIR)/patch/mpdecimal-$(MPDECIMAL_VERSION).patch
cd $$(MPDECIMAL_SRCDIR-$(target)) && patch -p1 < $(PROJECT_DIR)/patch/mpdecimal.patch
# Touch the configure script to ensure that Make identifies it as up to date.
touch $$(MPDECIMAL_SRCDIR-$(target))/configure

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d3dc77c

Please sign in to comment.