]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
c-ares: Update to 1.34.4
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Feb 2025 22:47:15 +0000 (22:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Feb 2025 22:47:15 +0000 (22:47 +0000)
Also update the GitHub URL.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
c-ares/c-ares.nm

index 1bc08bc9a0b45c1dbbd3d5739c97a7e5946ff035..36ca9e73eae19a0eff684e0824c6527cd8df1672 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = c-ares
-version    = 1.18.1
-release    = 1.1
+version    = 1.34.4
+release    = 1
 
 groups     = System/Libraries
 url        = https://c-ares.org
@@ -18,9 +18,21 @@ description
        by Greg Hudson at MIT.
 end
 
-source_dl  = https://c-ares.org/download/
+# This project is hosted on GitHub
+github_version = v%{version}
+
+source_dl  = %{github_url}
 
 build
+       requires
+               autoconf
+               automake
+       end
+
+       prepare_cmds
+               autoreconf -vfi
+       end
+
        configure_options += \
                --enable-shared \
                --disable-static