Versions
v0.29.3-r2 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- ~amd64 ~x86
- USE flags
- modules
v0.29.3-r1 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- amd64 x86
- USE flags
- modules
USE flags
General
- modules
- Build kernel modules needed for tracing local events. Disable this only if you intend to use sysdig purely to work with dumpfiles.
lua_single_target
- luajit
- Build for LuaJIT only
Dependencies
app-misc / jq : A lightweight and flexible command-line JSON processor
dev-cpp / nlohmann_json : JSON for Modern C++
dev-cpp / tbb : High level abstract threading library
dev-cpp / valijson : Header-only C++ library for JSON Schema validation
dev-cpp / yaml-cpp : YAML parser and emitter in C++
dev-lang / luajit : Just-In-Time Compiler for the Lua programming language
dev-libs / libb64 : Fast Base64 encoding/decoding routines
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
dev-libs / protobuf : Google's Protocol Buffers - Extensible mechanism for serializing structured data
net-dns / c-ares : C library that resolves names asynchronously
net-libs / grpc : Modern open source high performance RPC framework
net-misc / curl : A Client that groks URLs
sys-libs / ncurses : Console display library
sys-libs / zlib : Standard (de)compression library
virtual / os-headers : Virtual for operating system headers
Runtime Dependencies
app-misc / jq : A lightweight and flexible command-line JSON processor
dev-cpp / tbb : High level abstract threading library
dev-cpp / yaml-cpp : YAML parser and emitter in C++
dev-lang / luajit : Just-In-Time Compiler for the Lua programming language
dev-libs / libb64 : Fast Base64 encoding/decoding routines
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
dev-libs / protobuf : Google's Protocol Buffers - Extensible mechanism for serializing structured data
net-dns / c-ares : C library that resolves names asynchronously
net-libs / grpc : Modern open source high performance RPC framework
net-misc / curl : A Client that groks URLs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Holger Hoffstätte · gentoo
dev-util/sysdig: enforce -std=c++14
Closes: https://bugs.gentoo.org/912774 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/32404 Signed-off-by: Sam James <sam@gentoo.org> - Holger Hoffstätte · gentoo
dev-util/sysdig: clean up old
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/sysdig: Stabilize 0.29.3-r1 amd64, #909516
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/sysdig: Stabilize 0.29.3-r1 x86, #909516
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/sysdig: quoting
Signed-off-by: Sam James <sam@gentoo.org> - Holger Hoffstätte · gentoo
dev-util/sysdig: fix build with gcc-13
Closes: https://bugs.gentoo.org/905225 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/30792 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-util/sysdig: Stabilize 0.29.3 amd64, #889532
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/sysdig: Stabilize 0.29.3 x86, #889532
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
dev-util/sysdig: drop 0.27.1-r100
Bug: https://bugs.gentoo.org/889532 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Holger Hoffstätte · gentoo
dev-util/sysdig: bump to 0.29.3
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/26496 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/sysdig: drop 0.27.0, 0.27.1
Signed-off-by: Sam James <sam@gentoo.org> - Holger Hoffstätte · gentoo
dev-util/sysdig: fix compatibility with luajit-2.1
Closes: https://bugs.gentoo.org/834664 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/24461 Signed-off-by: Sam James <sam@gentoo.org> - Holger Hoffstätte · gentoo
dev-util/sysdig: set proper version information
Closes: https://bugs.gentoo.org/731268 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/sysdig: fix build with newer grpc
Closes: https://bugs.gentoo.org/817128 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-util/sysdig: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
dev-util/sysdig: migrate to lua-single.eclass
We only support building sysdig against LuaJIT and while upstream build scripts do include a check for PUC Lua 5.1, it is only run if LuaJIT couldn't be found and using that implementation is not recommended: "sysdig and its chisels are designed to be used with LuaJIT in Lua 5.1 mode. While it is possible to use sysdig with LuaJIT in Lua 5.2 mode or regular Lua, some chisels may not work as expected" All in all, the changes have been rather trivial. Closes: https://bugs.gentoo.org/752672 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.27.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.27.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.26.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.26.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Kernel module moved to dev-util/sysdig-kmod
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.26.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.26.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.26.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.26.1 (incl. 5.1 kernel support)
Closes: https://bugs.gentoo.org/685342 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.26.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-util/sysdig: Backport fix for building with 5.0.0 kernel
Closes: https://bugs.gentoo.org/680084 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.24.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.24.1, bugfix
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.24.0, with new license
Most important changes in 0.24.0: - userspace switched to Apache-2.0 license, - kernel module switched to || ( MIT GPL-2 ) license, - complete IPv6 support, - loginuid support. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Clean old up - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.23.1 (bugfixes) - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.23.0 - Michał Górny · gentoo
dev-util/sysdig: Drop old - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.22.1 - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.22.0
Bump to a new 0.22.0 release. Includes a lot of new features and a fix for 4.17 kernels. Closes: https://bugs.gentoo.org/657512 - Michał Górny · gentoo
dev-util/sysdig: Drop old - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.21.0 - Michał Górny · gentoo
dev-util/sysdig: Drop old - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.20.0 - Michał Górny · gentoo
dev-util/sysdig: Prune old - Michał Górny · gentoo
dev-util/sysdig: Allow building against LibreSSL
Closes: https://bugs.gentoo.org/637058 - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.19.1 - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.18.0 - Michał Górny · gentoo
dev-util/sysdig: Backport net-misc/curl-7.55.0+ build fix
Closes: https://bugs.gentoo.org/627572 - Michał Górny · gentoo
dev-util/sysdig: Require <net-misc/curl-7.55 due #627572 - Michał Górny · gentoo
dev-util/sysdig: Clean old - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.17.0 - Michał Górny · gentoo
dev-util/sysdig: Clean old up - Michał Górny · gentoo
dev-util/sysdig: Update HOMEPAGE to https:// - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.16.0 w/ 4.11 kernel support - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.15.1 - Thomas Deutschmann · gentoo
dev-util/sysdig: Bump to v0.15.0 (bug #611364)
Acked-by: Michał Górny <mgorny@gentoo.org> Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.14.0 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Michał Górny · gentoo
dev-util/sysdig: Clean up old - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.13.0 - Michał Górny · gentoo
dev-util/sysdig: Use Ninja by default - Michał Górny · gentoo
dev-util/sysdig: Use MODULES_OPTIONAL_USE for USE=modules - Michał Górny · gentoo
dev-util/sysdig: Fix building kernel module when using Ninja - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.12.1 - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.10.1 - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.10.0 - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.9.0 - Michał Górny · gentoo
dev-util/sysdig: Remove ancient versions 0.1* - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/mpv-verbump-to-0.15.0'
Pull request: https://github.com/gentoo/gentoo/pull/675 - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.6.0 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Elizafox/master'
Pull request: https://github.com/gentoo/gentoo/pull/466 - Michał Górny · gentoo
dev-util/sysdig: Bump to 0.5.1, #568028
The new version fixes compatibility with 4.3 Linux kernel (#564848). It seems that it fixes the library search for multilib (#564220). Fixes: https://bugs.gentoo.org/show_bug.cgi?id=568028 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=564848 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=564220 - Michał Górny · gentoo
dev-util/sysdig: Build against correct kernel, #564282
Pass KERNELDIR to kernel module build to force correct kernel source directory. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=564282 - Justin Lecher · gentoo
dev-util/sysdig: Make CONFIG_TRACEPOINTS check non-fatal
Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher <jlec@gentoo.org> - Michał Górny · gentoo
dev-util/sysdig: Merge "version bump to 0.1.104, #559218"
Pull-Request: https://github.com/gentoo/gentoo/pull/111 - Gregory M. Turner · gentoo
>=dev-util/sysdig-0.1.104: Unbundle ncurses
Unbundle the new libncurses library dependency, which appears due to 0.1.104's addition of the csysdig utility. Also, add libncurses to {,R}DEPEND, since, once we unbundle, the library obviously must come from ${ROOT}. Building against sys-libs/libncurses-5.9-r3 (the latest version in the stable branch) has been successfully tested thanks to mgorny. Fixes: #559218 Signed-off-by: Gregory M. Turner <gmt@be-evil.net> - Gregory M. Turner · gentoo
dev-util/sysdig: Version bump: 0.1.104
Update to latest upstream release. Fix SRC_URI to reference auto-generated github "tag" tarball. Fixes: #559218 Signed-off-by: Gregory M. Turner <gmt@be-evil.net> - Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed