aboutsummaryrefslogtreecommitdiff
path: root/net/mtr
Commit message (Collapse)AuthorAge
* mtr: update to 0.93DENG Qingfang2019-12-12
| | | | | | | | Update mtr to 0.93 Add size optimization options ath79 ipk size: 31.9k -> 31.4k Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* mtr: fix UNKNOWN version reportingYousong Zhou2019-01-16
| | | | | | Supersedes openwrt/packages#7634 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* mtr: add autoreconfGuo Li2018-09-06
| | | | | | | | | The official tarball does not contain configure, we should set PKG_FIXUP=autoreconf to generate one make[4]: *** No targets specified and no makefile found. Stop. Signed-off-by: Guo Li <uxgood.org@gmail.com>
* mtr: Switch to official tarball and remove hackish patches (#6738)Rosen Penev2018-09-02
| | | | | | | Should properly report version now. Cosmetic makefile changes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mtr: Fix compile with libcapRosen Penev2018-07-27
| | | | | | | | | Selecting libcap in addition to mtr causes it to error with Package mtr is missing dependencies for the following libraries: libcap.so.2 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mtr: Update to 0.92 and switch to tarballRosen Penev2018-07-22
| | | | | | Should be faster. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* packages: cleanup Makefile variablesStephen Walker2016-07-09
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* mtr: fix build with globally disabled IPv6Jo-Philipp Wich2015-06-30
| | | | | | | The current mtr does not build if IPv6 is disabled globally, add a patch to fix the build in this case. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* mtr: switch to upstream "newdns" branchJo-Philipp Wich2015-06-18
| | | | | | | | | | | | Switch the mtr package to the upstream `newdns` git branch. This will fix compilation on Glibc, uClibc and musl without requiring further patches. Note that the base version of this branch is 0.85, not 0.86 so the lower version number is intentional. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* mtr: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* mtr: update to v0.86Jonathan McCrohan2015-01-11
| | | | | | Drop 521-glib-dependency-fixes.patch; merged upstream Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* mtr: Add PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* muninlite,mtr,sslh,wavemon,xinetd: s/MAINTAINER/PKG_&/Jonathan McCrohan2014-08-14
| | | | | | | | Replace the MAINTAINER lines in packages that I maintain with PKG_MAINTAINER lines, to be consistent with the rest of the packages tree. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* mtr: import from old packagesJonathan McCrohan2014-07-19
update from v0.82 to v0.85 set myself as maintainer drop out of date patches: patches/520-libresolv_fix.patch patches/521-gtk_fix.patch backport 25a2456 from upstream to fix glib dependency issue: patches/521-glib-dependency-fixes.patch Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>