Skip to content

Commit

Permalink
Update libxcrypt from 4.4.10 to 4.4.15 (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Apr 4, 2020
1 parent 7cedf0f commit 4bc5082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/build_scripts/build_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ SQLITE_AUTOCONF_VERSION=sqlite-autoconf-3310100
SQLITE_AUTOCONF_HASH=62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae
SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2020

LIBXCRYPT_VERSION=4.4.10
LIBXCRYPT_VERSION=4.4.15
LIBXCRYPT_DOWNLOAD_URL=https://codeload.github.com/besser82/libxcrypt/tar.gz
LIBXCRYPT_HASH=7da15438d93883be434b0b44a8c22f726b5f605c6d88a315e17d4f4e929c20a8
LIBXCRYPT_HASH=8bcdef03bc65f9dbda742e56820435b6f13eea59fb903765141c6467f4655e5a

GIT_ROOT=2.23.0
GIT_HASH=7d84f5d6f48e95b467a04a8aa1d474e0d21abc7877998af945568d2634fea46a
Expand Down
2 changes: 1 addition & 1 deletion docker/build_scripts/build_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function build_libxcrypt {
curl -fsSLO "$LIBXCRYPT_DOWNLOAD_URL"/v"$LIBXCRYPT_VERSION"
check_sha256sum "v$LIBXCRYPT_VERSION" "$LIBXCRYPT_HASH"
tar xfz "v$LIBXCRYPT_VERSION"
(cd "libxcrypt-$LIBXCRYPT_VERSION" && ./bootstrap && \
(cd "libxcrypt-$LIBXCRYPT_VERSION" && ./autogen.sh && \
do_standard_install \
--disable-obsolete-api \
--enable-hashes=all \
Expand Down

0 comments on commit 4bc5082

Please sign in to comment.