11class Dante < Formula
22 desc "SOCKS server and client, implementing RFC 1928 and related standards"
33 homepage "https://www.inet.no/dante/"
4- url "https://www.inet.no/dante/files/dante-1.4.3 .tar.gz"
5- sha256 "418a065fe1a4b8ace8fbf77c2da269a98f376e7115902e76cda7e741e4846a5d "
4+ url "https://www.inet.no/dante/files/dante-1.4.4 .tar.gz"
5+ sha256 "1973c7732f1f9f0a4c0ccf2c1ce462c7c25060b25643ea90f9b98f53a813faec "
66 license "BSD-Inferno-Nettverk"
77
88 livecheck do
@@ -11,20 +11,16 @@ class Dante < Formula
1111 end
1212
1313 bottle do
14- sha256 cellar : :any , arm64_sequoia : "faaa4cd7569aecef761e0866519c5ed7c73b6bbf8fc6ccb3adf043c812b4f11c"
15- sha256 cellar : :any , arm64_sonoma : "3b273465c7d070d8d338d692180991fe27908c2c959ef367dcb9eb20eb27cdfa"
16- sha256 cellar : :any , arm64_ventura : "a922a104d5d267fffd6cbc3a7e476ecf9ac4ffe71c6b3b90880fd3c2df661a04"
17- sha256 cellar : :any , arm64_monterey : "6ba49e77d7e95f26793d9283ea19a0fd2649480808873491ce1263087e0bab0f"
18- sha256 cellar : :any , arm64_big_sur : "7b25a50f17292cdad4dd0e52de401117411fc6bb660c66bedbdbc8c7759dea9a"
19- sha256 cellar : :any , sonoma : "202bfc8928a1809577a5ea36cbb4d5ee3eeca3b34a99ab8e511406e9a4fe399a"
20- sha256 cellar : :any , ventura : "5e7f2f4d7eefed3dedc103f89cd6f0b91fb9b67e6569f90ac20df70bc4d083f3"
21- sha256 cellar : :any , monterey : "df57fb7fae717cc7673b29a6665d6f6f74f9d32e3ea959174e65ff31ce87db9f"
22- sha256 cellar : :any , big_sur : "098dc6c46d4ee77860f8fefcd44bc21533bf70423add42de899910757796d410"
23- sha256 cellar : :any , catalina : "4b33f0996ade01cae7bc72f40cf7c8011f86133755e782cc40a15a0d610560c1"
24- sha256 cellar : :any , mojave : "f6348c63fff9dbf5392ccb1b769e9643e248e00913aba9bcb24dc928f153b526"
25- sha256 cellar : :any_skip_relocation , x86_64_linux : "19ae4553c91fc1991fd495f3b3e25d92fa7cbd59bd7d32f8fc71444f02bbbee5"
14+ sha256 cellar : :any , arm64_sequoia : "641448e8ab837bdf0b8a87a78e06af469dad0f91f571af7a60a011613493a8df"
15+ sha256 cellar : :any , arm64_sonoma : "182ff68f6b022decb171a5fb8b6d0493bc5aa10da185047874467d053c3ac600"
16+ sha256 cellar : :any , arm64_ventura : "1323b5c036625451c134161ec41b96efeb9bb6b0f10109fac0eb8680d3e87b0e"
17+ sha256 cellar : :any , sonoma : "eacc7bdd820155843dc2d63c0854c269fde6b593b8848de7aa44b3519f8da57b"
18+ sha256 cellar : :any , ventura : "314f9bdede43b188b66a6e477362f7a05067aad5139596a511a3f6268bd718ec"
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "bcee07022a78c86b18501024615b999f7d3127a155a47bfbd2e2eec01cdb6e65"
2620 end
2721
22+ uses_from_macos "libxcrypt"
23+
2824 # Fix -flat_namespace being used on Big Sur and later.
2925 patch do
3026 url "https://raw.githubusercontent.com/Homebrew/formula-patches/03cf8088210822aa2c1ab544ed58ea04c897d9c4/libtool/configure-pre-0.4.2.418-big_sur.diff"
@@ -35,14 +31,14 @@ def install
3531 system "./configure" , "--disable-debug" ,
3632 "--disable-silent-rules" ,
3733 # Enabling dependency tracking disables universal
38- # build, avoiding a build error on Mojave
34+ # build, avoiding causing size or memmove detection issues.
3935 "--enable-dependency-tracking" ,
4036 "--prefix=#{ prefix } " ,
4137 "--sysconfdir=#{ etc } /dante"
4238 system "make" , "install"
4339 end
4440
4541 test do
46- system " #{ sbin } / sockd", "-v"
42+ system sbin / " sockd", "-v"
4743 end
4844end
0 commit comments