Skip to content

Commit ac25569

Browse files
authored
Merge pull request Homebrew#202818 from Homebrew/bump-libxcrypt-4.4.37
libxcrypt 4.4.37
2 parents 49e1057 + ddf5031 commit ac25569

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,6 +1818,7 @@ libx11
18181818
libxau
18191819
libxaw3d
18201820
libxc
1821+
libxcrypt
18211822
libxcursor
18221823
libxcvt
18231824
libxdmcp

Formula/lib/libxcrypt.rb

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libxcrypt < Formula
22
desc "Extended crypt library for descrypt, md5crypt, bcrypt, and others"
33
homepage "https://github.com/besser82/libxcrypt"
4-
url "https://github.com/besser82/libxcrypt/releases/download/v4.4.36/libxcrypt-4.4.36.tar.xz"
5-
sha256 "e5e1f4caee0a01de2aee26e3138807d6d3ca2b8e67287966d1fefd65e1fd8943"
4+
url "https://github.com/besser82/libxcrypt/releases/download/v4.4.37/libxcrypt-4.4.37.tar.xz"
5+
sha256 "902aa2976f959b5ebe55679b1722b8479f8f13cd4ce2ef432b0a84ae298fffd0"
66
license "LGPL-2.1-or-later"
77

88
livecheck do
@@ -11,30 +11,28 @@ class Libxcrypt < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_sequoia: "481c5b702d575bfd810c213ea54a7fceb0fd03ae4ab4946b347a2816036f3463"
15-
sha256 cellar: :any, arm64_sonoma: "605b2d35f9ca3ef6adb5d0d4a9f0de1549d00bff742b8243fbb14e1dae38dee9"
16-
sha256 cellar: :any, arm64_ventura: "95e6481674d9f4cd29bdeb45f0efb5eda7c96cab827212acceda923d27a52a66"
17-
sha256 cellar: :any, arm64_monterey: "aecdd70eeff240670db9c78bb147623ba1d23e2b2ebbe7cb92e57ea1d03b8d20"
18-
sha256 cellar: :any, arm64_big_sur: "81f38fded3d8f8a10657051bfbe8a0660b5b60d691c42177638c72d6181e092e"
19-
sha256 cellar: :any, sonoma: "d918088f5ae5c728ee3da95dbff9b4eb2454c2d9b6cb0a61aa1b20aaa67c6428"
20-
sha256 cellar: :any, ventura: "6fc07249ae12fef0b10f26aa56d3a52b26c285593ed416d6cb5589e8455c58b9"
21-
sha256 cellar: :any, monterey: "92fdac7885e9f441437725c76059b58386445951fec07bad2bc88af873333e2b"
22-
sha256 cellar: :any, big_sur: "ca6918b378488e583071841562c5ce1632053124b2916951bb968478033b99f1"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ad1c4b570d7a66046038c13345b54337d858a2db78dcfb7e90a2b21adc1d6802"
14+
sha256 cellar: :any, arm64_sequoia: "dbbaf4f7983c7190960cc5dbbc81946914f68b504b663d5daab61dfa1a19f482"
15+
sha256 cellar: :any, arm64_sonoma: "3ef8b81995024e420c8d23afd17f058183cfcc3fae868d01a4db3235a4406b13"
16+
sha256 cellar: :any, arm64_ventura: "1baa9fd775d201867bade2ea0a9b8d5b9c8a9a34f732ea51e70fb78b97c3f3da"
17+
sha256 cellar: :any, sonoma: "6a65c8955aca11b162fb4f81161512356510df5bfe7971714438e33778c23404"
18+
sha256 cellar: :any, ventura: "a9a04fbb57a0c514381eadc50bd517caa16eba8066d50438e2171766d909f5c5"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b9302812e0c3766a187276600cbc3c1c9d44e4f4eca3bbd202d5b19cdc34dfd7"
2420
end
2521

2622
keg_only :provided_by_macos
2723

24+
depends_on "pkgconf" => :build
25+
2826
link_overwrite "include/crypt.h"
2927
link_overwrite "lib/libcrypt.so"
3028

3129
def install
32-
system "./configure", *std_configure_args,
33-
"--disable-static",
30+
system "./configure", "--disable-static",
3431
"--disable-obsolete-api",
3532
"--disable-xcrypt-compat-files",
3633
"--disable-failure-tokens",
37-
"--disable-valgrind"
34+
"--disable-valgrind",
35+
*std_configure_args
3836
system "make", "install"
3937
end
4038

0 commit comments

Comments
 (0)