]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
mtr: Update to 0.95
authorPeter Müller <peter.mueller@ipfire.org>
Fri, 15 Sep 2023 13:51:56 +0000 (15:51 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 16 Sep 2023 11:47:41 +0000 (13:47 +0200)
Also, this has moved to GitHub, and its code quality
apparently has improved sufficiently so we can drop
the workaround we used to carry around before.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
mtr/mtr.nm

index 54b99d045fc29745ba13a34cc5ef2d12f5607475..e552acf07e9b061305a441bbbd1da7924e5640f5 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = mtr
-version    = 0.94
+version    = 0.95
 release    = 1
 
 groups     = Applications/Internet
@@ -17,7 +17,7 @@ description
        into one program.
 end
 
-source_dl  = https://www.bitwizard.nl/mtr/files/
+source_dl  = https://github.com/traviscross/mtr/archive/refs/tags/v%{version}.tar.gz#/
 
 build
        requires
@@ -28,8 +28,9 @@ build
                libcap-devel
        end
 
-       # The code has plenty of those errors :(
-       CFLAGS += -Wno-error=format-security
+       prepare_cmds
+               ./bootstrap.sh
+       end
 
        configure_options += \
                --without-gtk