[Buildroot] [git commit branch/2020.02.x] package/sysdig: update upstream URL in Config.in

Peter Korsgaard peter at korsgaard.com
Wed Apr 8 13:01:35 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=12776c1587f0d3fb6f6f72647c7e786e53c30f26
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.02.x

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 at gmx.net>
[yann.morin.1998 at free.fr:
  - use wiki instead of git repo
  - expand commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit ca3166da48bbb4247f5823b2a53499c8959c4705)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/sysdig/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/sysdig/Config.in b/package/sysdig/Config.in
index c37d8d05cc..0a1b3f8935 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 \


More information about the buildroot mailing list