aboutsummaryrefslogtreecommitdiff
path: root/net/mtr/patches
Commit message (Collapse)AuthorAge
* 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>
* 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: update to v0.86Jonathan McCrohan2015-01-11
| | | | | | Drop 521-glib-dependency-fixes.patch; merged upstream 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>