Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/opencontainers/runc/vendor/github.com/vishvananda/netlink/devlink_linux.go |
FileSize | 7323 |
MD5 | 5250F08820CBF34F1569F92D1F8F6DCC |
SHA-1 | 03F5C1C8EB727BDC99266FE8F75D12D4C5F3E434 |
SHA-256 | 23B9BCF36A7BE4D897340EBEC930DDD4B0AA5CEE56FEBBDE7DE0EB658A0905E2 |
SSDEEP | 192:Fxik48l7Xa1iyTJpE6CNIjESWOZ2j4PfO7N:ekhBK1TT8dNG4OZcQm |
TLSH | T1F8E186B0B4B792D25E871095AC104206E4DFD0BBC97E5194F7CAB6B9339806BEC38697 |
hashlookup:parent-total | 100 |
hashlookup:trust | 100 |
The searched file hash is included in 100 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 1139724 |
MD5 | 96842B807115EC0CF81A474A1CDA0A48 |
PackageDescription | Open Container Project - development files "runc" is a command line client for running applications packaged according to the Open Container Format (OCF) and is a compliant implementation of the Open Container Project specification. . This package provides development files formerly known as "github.com/docker/libcontainer". |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-opencontainers-runc-dev |
PackageSection | devel |
PackageVersion | 1.0.1-0ubuntu2~21.04.1 |
SHA-1 | 02CD4FB79A5D074455FF327E91017674CE5A94C6 |
SHA-256 | C31BF6D071D8507BC897C977670B34FD59E77657CB1D878F705A31055DBE9712 |
Key | Value |
---|---|
MD5 | 9A392F76B69AD18CC8865F80A4B045F0 |
PackageArch | armv7hl |
PackageDescription | This package provides debug sources for package opencontainers-runc. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | bcornec <bcornec> |
PackageName | opencontainers-runc-debugsource |
PackageRelease | 0.rc92.7.dev.gitff819c7.mga8 |
PackageVersion | 1.0.0 |
SHA-1 | 068F8979B222041B523B25BB8691D3FB300469A8 |
SHA-256 | E6D2E7D6C62F0993A5BD1C2D938A13E9AB696365200E6C831C7557D6DC8E4356 |
Key | Value |
---|---|
MD5 | 6D9B4E790DC6AAFFCC951DA2F40A9CF3 |
PackageArch | x86_64 |
PackageDescription | This package provides debug sources for package runc. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | runc-debugsource |
PackageRelease | 375.dev.git12644e6.fc34 |
PackageVersion | 1.0.0 |
SHA-1 | 10ED74863E875172E698E17C9C24AF4A25E727F0 |
SHA-256 | B469E483F6C1A48CCA2C993B00E67F3447D9112F95CBD999CDCF00354FBEDCBE |
Key | Value |
---|---|
FileSize | 5622700 |
MD5 | 7C167C981C21F00CA40B8DD91D9ECADF |
PackageDescription | Externally reusable Go packages included with Docker These packages are intentionally developed by upstream in such a way that they are reusable to projects outside Docker and only rely on each other or other external dependencies to be built. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-docker-docker-dev |
PackageSection | admin |
PackageVersion | 20.10.21-0ubuntu1~20.04.4 |
SHA-1 | 19F6FE074C6F1372E904A260ACB6E26EDAE8B732 |
SHA-256 | F51AA0780795511AD94C17A72E80FF3DFC5B5C72098934DB44C6B268ECFD193E |
Key | Value |
---|---|
MD5 | 9B10812CED6AFFAC50B33D1DBB2EB9CB |
PackageArch | x86_64 |
PackageDescription | This package provides debug sources for package runc. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | runc-debugsource |
PackageRelease | 279.dev.gitdedadbf.fc33 |
PackageVersion | 1.0.0 |
SHA-1 | 1AE6E06DDFA26D4D902120F453632DFE072D7C93 |
SHA-256 | F8AE62C4C87D8B412EADB16EEFBB8AB28907FCB58754107D03A2BAA43CD8C796 |
Key | Value |
---|---|
MD5 | 00F4BD5883545A6206D2DC6FF95B93AD |
PackageArch | aarch64 |
PackageDescription | This package provides debug sources for package podman. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | podman-debugsource |
PackageRelease | 1.fc34 |
PackageVersion | 3.1.0 |
SHA-1 | 1EE6749F5AB67CCFE3FE039BC5468A6E4C04951E |
SHA-256 | 56EC6256C02FB03115B03BDF464CC843DE0C72865643ACCE391F9F6A3BC22D20 |
Key | Value |
---|---|
FileSize | 116364 |
MD5 | EAA315D7E8B73560F2C05D0FC9B4ED6D |
PackageDescription | netlink library for go The netlink package provides a simple netlink library for go. Netlink is the interface a user-space program in Linux uses to communicate with the kernel. It can be used to add and remove interfaces, set ip addresses and routes, and configure ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. Since low-level netlink messages are inscrutable at best, the library attempts to provide an API that is loosely modeled on the CLI provied by iproute2. Actions like ip link add will be accomplished via a similarly named function like AddLink(). This library began its life as a fork of the netlink functionality in docker/libcontainer but was heavily rewritten to improve testability, performance, and to add new functionality like ipsec xfrm handling. . This package contains the source. |
PackageMaintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
PackageName | golang-github-vishvananda-netlink-dev |
PackageSection | golang |
PackageVersion | 1.1.0-2 |
SHA-1 | 20EBCA623719E3C4305BECE6D60B16B4329EB042 |
SHA-256 | 52566ED011D89984648D1AC4B163A82F728AD6AB42AE381FCDAF3864B73DCDD4 |
Key | Value |
---|---|
MD5 | 27794A1E5065E425356142C763E27752 |
PackageArch | x86_64 |
PackageDescription | This package provides debug sources for package podman. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | podman-debugsource |
PackageRelease | 1.fc34 |
PackageVersion | 3.1.0 |
SHA-1 | 21C5112BB9A034D5A07D6DAAA8634F400D0E9731 |
SHA-256 | 6639922F79543F06DD4FFE51F03B050FD3960852EA08AC52C39CBC4538148C8C |
Key | Value |
---|---|
FileSize | 1139604 |
MD5 | 09C514FB72AE046FC21D4835BBED06FB |
PackageDescription | Open Container Project - development files "runc" is a command line client for running applications packaged according to the Open Container Format (OCF) and is a compliant implementation of the Open Container Project specification. . This package provides development files formerly known as "github.com/docker/libcontainer". |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-opencontainers-runc-dev |
PackageSection | devel |
PackageVersion | 1.0.1-0ubuntu2~20.04.1 |
SHA-1 | 22B36F1BC02E34DCC935CFE995AD8C1C70DE488D |
SHA-256 | CA4616E0294EBA1B17024DE73F4A4E64E69768AF7DADD6F7C9C11A6125DBE16C |
Key | Value |
---|---|
FileSize | 5504296 |
MD5 | 7427F2ECECBAAE730C0597EF14ECF3CC |
PackageDescription | Externally reusable Go packages included with Docker These packages are intentionally developed by upstream in such a way that they are reusable to projects outside Docker and only rely on each other or other external dependencies to be built. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-docker-docker-dev |
PackageSection | admin |
PackageVersion | 20.10.7-0ubuntu1~21.04.1 |
SHA-1 | 259BE0E023F4CB0CA16705858997819AC9AAACB9 |
SHA-256 | CB3F1212B274235D2027D50FF7A96ADB93109D2468E54B4C9A6AE36BD23C1FDB |