diff options
author | 2020-04-03 20:55:31 +0200 | |
---|---|---|
committer | 2020-04-08 15:02:14 +0200 | |
commit | 440450bc5dee2421d7ca311bd879b41fb8b87594 (patch) | |
tree | 04e0faf0734596e258068fba241c5e99c808c2d8 | |
parent | 25104a2b74fa810ef4ca77919e80d2a9b6c6297d (diff) | |
download | buildroot-440450bc5dee2421d7ca311bd879b41fb8b87594.tar.gz buildroot-440450bc5dee2421d7ca311bd879b41fb8b87594.tar.bz2 |
package/sysdig: update upstream URL in Config.in
The sysdig homepage we have points to an "on-sale" domain, that is
purportedly serving malware while at it. Update to point to the wiki on
github instead.
Fixes #12746.
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
[yann.morin.1998@free.fr:
- use wiki instead of git repo
- expand commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit ca3166da48bbb4247f5823b2a53499c8959c4705)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/sysdig/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sysdig/Config.in b/package/sysdig/Config.in index 672c44d211..8c93e2beee 100644 --- a/package/sysdig/Config.in +++ b/package/sysdig/Config.in @@ -23,7 +23,7 @@ config BR2_PACKAGE_SYSDIG Think of it as strace + tcpdump + lsof + awesome sauce. With a little Lua cherry on top. - http://sysdig.org + https://github.com/draios/sysdig/wiki comment "sysdig needs a glibc or uclibc toolchain w/ C++, gcc >= 4.8, dynamic library and a Linux kernel to be built" depends on !BR2_LINUX_KERNEL || !BR2_INSTALL_LIBSTDCPP \ |