Result for 0F22F5EC398CAB68F6DCB15524C933DEB334CB77

Query result

Key Value
FileName./usr/share/go/1.13/contrib/src/github.com/docker/libnetwork/vendor/github.com/vishvananda/netlink/link.go
FileSize17896
MD54B009C07517E0BED50C493BB60F71D9C
SHA-10F22F5EC398CAB68F6DCB15524C933DEB334CB77
SHA-2568A0E43D1AC9CF44446943AE87333AAB9D6914F7D65CE256DC219A53D51DF966F
SSDEEP384:37Bzvf5f3siK4pzXTkveNRygoL7nyHb2G47IL5+NTHzzhVF:N7f59Kwzkfyiy9Srz93
TLSHT1AD82C8E1B964CA7305C850D48F097D69E299A4700AE576E5FE4E3779E31B82CC238B4F
hashlookup:parent-total35
hashlookup:trust100

Network graph view

Parents (Total: 35)

The searched file hash is included in 35 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD5E45B766A580CEF8720A13F73D3872663
PackageArcharmv7hl
PackageDescriptionThis package provides debug sources for package cri-o. Debug sources are useful when developing applications that use this package or when debugging this package.
PackageMaintainerFedora Project
PackageNamecri-o-debugsource
PackageRelease2.module_f33+8231+1f2b6587
PackageVersion1.14.12
SHA-102AD770130BC5816BDB79CC45179A7DAEFFB81FC
SHA-256604B92559C0704C70016B61B9C6E7AA6218428E1DF9103AB18660751A49F14B3
Key Value
MD53C48B47518D92C9F4ED25D6F0F7A9B21
PackageArcharmv7hl
PackageDescriptionThis package provides debug sources for package cri-o. Debug sources are useful when developing applications that use this package or when debugging this package.
PackageMaintainerFedora Project
PackageNamecri-o-debugsource
PackageRelease2.module_f32+8349+ddd4b2b5
PackageVersion1.17.1
SHA-10CF002F37C8A449F1184B0228793CD89C13F022F
SHA-2568500EC0BB5EFBE56F4E4F42F3AAD076029711CC2327702A326F68237DADD9843
Key Value
MD52768AF8D6CDA19C5AE8003EB9F4F82A5
PackageArchx86_64
PackageDescriptionThis package provides debug sources for package cri-o. Debug sources are useful when developing applications that use this package or when debugging this package.
PackageMaintainerFedora Project
PackageNamecri-o-debugsource
PackageRelease1.module_f33+9445+0ecb53c4
PackageVersion1.16.6
SHA-11367538F597A340DD42BAE8E37B0EDBB2436ED26
SHA-256BB6518532790302F706AD0837657BA5944332A8878F3195F757FEF448F806E2E
Key Value
MD50315C636024E0F5FC077EA6C0585E3FB
PackageArchx86_64
PackageDescriptionThis is the source libraries for docker.
PackageMaintainertmb <tmb>
PackageNamedocker-devel
PackageRelease1.mga8
PackageVersion19.03.15
SHA-119D5D543C47C55B21518442CDDE0CEE6B151DED7
SHA-256CDF1C211175136E63C0184984FFD99B2AB39437FE4433415352F882A1ED86D28
Key Value
MD56890B78B9D9EBE2D5322C293080D2AB2
PackageArcharmv7hl
PackageDescriptionThis package provides debug sources for package cri-o. Debug sources are useful when developing applications that use this package or when debugging this package.
PackageMaintainerFedora Project
PackageNamecri-o-debugsource
PackageRelease1.module_f33+8823+31d6dffd
PackageVersion1.15.4
SHA-11C64DECA88848B30650DDE046ACD60B30DCCB95A
SHA-25648C6CF915476172780E1B6FCBAEA7C0738F9D7C50C916B730C923A780062E285
Key Value
MD59F8122A78884B7D19E5FD0389BA38DED
PackageArchi586
PackageDescriptioncron job to run logrotate on Docker containers - for running unit tests - for running unit tests
PackageMaintainertmb <tmb>
PackageNamedocker-unit-test
PackageRelease1.mga8
PackageVersion19.03.15
SHA-11E7C9CF74014716F7F1DA57C5CB0DFAD140B4887
SHA-2563CC94208F45393FA50499D30B13288698DC7342663E0179D33CFE187D21E1146
Key Value
MD508C2DCFC19B3DCD23DE7B40C87B89FAA
PackageArchnoarch
PackageDescriptionKubernetes is an open source system for managing containerized applications across multiple hosts; providing basic mechanisms for deployment, maintenance, and scaling of applications. Kubernetes builds upon a decade and a half of experience at Google running production workloads at scale using a system called Borg, combined with best-of-breed ideas and practices from the community. This package contains the source code needed for building packages that reference the following Go import paths: – k8s.io/kubernetes
PackageMaintainerFedora Project
PackageNamegolang-k8s-kubernetes-devel
PackageRelease2.fc33~bootstrap
PackageVersion1.18.3
SHA-1238A10F9D4166A4D76AD907C20AABC20BDCE8BAC
SHA-25677F442C005E65421F6A8C43B932B22499B50C804F9915412BBD80F72C3C7D290
Key Value
MD5543614B818F970B43762AF78CC29790A
PackageArchaarch64
PackageDescriptionThis package provides debug sources for package cri-o. Debug sources are useful when developing applications that use this package or when debugging this package.
PackageMaintainerFedora Project
PackageNamecri-o-debugsource
PackageRelease2.module_f32+8349+ddd4b2b5
PackageVersion1.17.1
SHA-135406169546C92FC9F53A2DB241888DBD7AF5792
SHA-256350AA7E40D62A86CEE97C8A3297713DE53A60431953987BFF22DE84F110B5C3F
Key Value
FileSize95212
MD5759EF2DEA0FDEB5CF8C4115D45D82FED
PackageDescriptionnetlink 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.
PackageMaintainerpkg-go <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-vishvananda-netlink-dev
PackageSectiondevel
PackageVersion1.0.0-1
SHA-13CD4B277EEB447D46804049B8E0B4D12DFDCCAF6
SHA-2569CC8FD703DD1D2239798FA784C0C1A9C1ADEABE0C24911C4DBE07272522862DB
Key Value
MD53F9836016DFB62CEE881752553491150
PackageArchx86_64
PackageDescriptionThis package provides debug information for package singularity. Debug information is useful when developing applications that use this package or when debugging this package.
PackageMaintainerFedora Project
PackageNamesingularity-debuginfo
PackageRelease1.1.el6
PackageVersion3.1.1
SHA-1412740EF7572C293BC38AE4B034A8D6C1D4C2FBB
SHA-256F424069143AF54E160D83091D53B680AC54A9DD9CED9163CA06ED938284554A7