Result for 47ECC0369C23A48AC4F91893B3359BFF7C0C0585

Query result

Key Value
FileName./usr/share/go/1.18/contrib/src/github.com/containerd/containerd/vendor/go.etcd.io/bbolt/bolt_s390x.go
FileSize237
MD5F81A1EA77D39A8A0032AA9B936997881
SHA-147ECC0369C23A48AC4F91893B3359BFF7C0C0585
SHA-2561B8B0A816D6F4C2B5BD669110A157F7E7F90F61395A518D1CDD96022D33562C4
SHA-512BB22222E3B00C193A297E1F5719AAA4ED1DD1D1E5934DBD5850CC0C1D3C83E2AD312926AC8C3023A39D1DBC04C10968A2AEA8BAA1A55087519CD4AEE3B8D03B1
SSDEEP6:jWWtTEcSZtXZMiLold+CKe4H1gfSMghiw1Pe:jHdEcSZbBolddKe4Of1gEH
TLSHT1C4D0A7A050962B346D845CD51C28024389D2D57430BC9BFF357F904CFE5316D8736163
insert-timestamp1659226531.688035
mimetypetext/plain
sourcesnap:mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15
hashlookup:parent-total25
hashlookup:trust100

Network graph view

Parents (Total: 25)

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

Key Value
SHA-103BD1018751C915F71C1E2AE51345C94CA1942ED
snap-authoritycanonical
snap-filenamemdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap
snap-idmdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15
snap-nameaxiom
snap-publisher-id1gYihke6YA9pGfV8JRS1Ohe64f0Qs5nG
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2021-10-01T17:34:13.464567Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap
Key Value
FileSize5622700
MD57C167C981C21F00CA40B8DD91D9ECADF
PackageDescriptionExternally 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-docker-docker-dev
PackageSectionadmin
PackageVersion20.10.21-0ubuntu1~20.04.4
SHA-119F6FE074C6F1372E904A260ACB6E26EDAE8B732
SHA-256F51AA0780795511AD94C17A72E80FF3DFC5B5C72098934DB44C6B268ECFD193E
Key Value
MD58249C5B6059FE4EA0244FCDE7E0F9CB5
PackageArchs390x
PackageDescriptionThis package contains the source code needed for building packages that reference the following Go import paths: github.com/containerd/containerd
PackageMaintainerhttps://www.suse.com/
PackageNamecontainerd-devel
PackageRelease150000.87.1
PackageVersion1.6.19
SHA-11B4234280838AEFCDEB6015035199278F07864F6
SHA-256BA020AD788F3A9833503D71BEB1E0F20B98E548DF7E801550CD50EE9F9EF28F6
Key Value
MD5912E9665BECB212A29C0A0BF4F6AA16D
PackageArchnoarch
PackageDescriptionPackage Bbolt implements a low-level key/value store in pure Go. It supports fully serializable transactions, ACID semantics, and lock-free MVCC with multiple readers and a single writer. Bolt can be used for projects that want a simple data store without the need to add large dependencies such as Postgres or MySQL. Bolt is a single-level, zero-copy, B+tree data store. This means that Bolt is optimized for fast read access and does not require recovery in the event of a system crash. Transactions which have not finished committing will simply be rolled back in the event of a crash. The design of Bolt is based on Howard Chu's LMDB database project. This package contains the source code needed for building packages that reference the following Go import paths: – go.etcd.io/bbolt
PackageMaintainerFedora Project
PackageNamegolang-etcd-bbolt-devel
PackageRelease2.fc33
PackageVersion1.3.5
SHA-1255CF5FD36D17529D510DB84352A700A89B1E11A
SHA-256B23BC92D36002926CF217BF1C5E8AE83B33521853BE050848DE908FD27323F0F
Key Value
FileSize5504296
MD57427F2ECECBAAE730C0597EF14ECF3CC
PackageDescriptionExternally 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-docker-docker-dev
PackageSectionadmin
PackageVersion20.10.7-0ubuntu1~21.04.1
SHA-1259BE0E023F4CB0CA16705858997819AC9AAACB9
SHA-256CB3F1212B274235D2027D50FF7A96ADB93109D2468E54B4C9A6AE36BD23C1FDB
Key Value
FileSize5525656
MD55D86A7E87789084207E2E2A01111CBB4
PackageDescriptionExternally 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-docker-docker-dev
PackageSectionadmin
PackageVersion20.10.7-0ubuntu5~20.04.2
SHA-12D219950DB48BF2677C7F18E0B04D5589D0E76DA
SHA-256C533A8172927A35604EFA402D337A6F9271ED4286478D04B2CE1614091AA75B1
Key Value
FileSize61176
MD5AFDFB2CE36DFF40ADBC12B0BDFB9A8F9
PackageDescriptionlow-level key/value database for Go, especially CoreOS's etcd bbolt is a fork of Ben Johnson's Bolt key/value store (github.com/boltdb/bolt). . The purpose of this fork is to better cater to the needs of CoreOS's etcd (github.com/coreos/etcd), and to provide the Go community with an active maintenance and development target for Bolt; the goal is improved reliability and stability. bbolt includes bug fixes, performance enhancements, and features not found in Bolt while preserving backwards compatibility with the Bolt API. . Bolt is a pure Go key/value store inspired by Howard Chu's and the LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-coreos-bbolt-dev
PackageSectiondevel
PackageVersion1.3.5-1
SHA-134060829EC2F0B481413653FF3145BA20D6092F0
SHA-2566A9507DDD87755AD0D64F0CAB5766FCD20930B9E7C2BABC8D0EE9A43251C6934
Key Value
FileSize61132
MD50C7173DE500CFDEE0886D6282C207720
PackageDescriptionlow-level key/value database for Go, especially CoreOS's etcd bbolt is a fork of Ben Johnson's Bolt key/value store (github.com/boltdb/bolt). . The purpose of this fork is to better cater to the needs of CoreOS's etcd (github.com/coreos/etcd), and to provide the Go community with an active maintenance and development target for Bolt; the goal is improved reliability and stability. bbolt includes bug fixes, performance enhancements, and features not found in Bolt while preserving backwards compatibility with the Bolt API. . Bolt is a pure Go key/value store inspired by Howard Chu's and the LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL.
PackageMaintainerDebian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-coreos-bbolt-dev
PackageSectiondevel
PackageVersion1.3.5-1
SHA-1377C77DB8868948836E26722DDD01CE367DF28CB
SHA-256B0591DE87D677799A65185698F340E12F56226FA200C5C27D8F9FE38081AFCC0
Key Value
FileSize5486536
MD580C1C33510EFA1588F5C41317EA8A40B
PackageDescriptionExternally 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-docker-docker-dev
PackageSectionadmin
PackageVersion20.10.2-0ubuntu1~20.10.1
SHA-147C6D1E5A78D99FDCD283BD2DE08B78BAFE01DCB
SHA-256A7BD24B693DBDE103B082B996047567D84560658FDFFB164E5D247E733E95DD4
Key Value
MD57BD0FE6CCDA8EEAEA87CEE76A0768F59
PackageArchnoarch
PackageDescriptionPackage Bbolt implements a low-level key/value store in pure Go. It supports fully serializable transactions, ACID semantics, and lock-free MVCC with multiple readers and a single writer. Bolt can be used for projects that want a simple data store without the need to add large dependencies such as Postgres or MySQL. Bolt is a single-level, zero-copy, B+tree data store. This means that Bolt is optimized for fast read access and does not require recovery in the event of a system crash. Transactions which have not finished committing will simply be rolled back in the event of a crash. The design of Bolt is based on Howard Chu's LMDB database project. This package contains the source code needed for building packages that reference the following Go import paths: – go.etcd.io/bbolt
PackageMaintainerFedora Project
PackageNamegolang-etcd-bbolt-devel
PackageRelease3.fc34
PackageVersion1.3.5
SHA-14A062E379C77F43EDB6D8B6E0F183CB103AFC02D
SHA-256C0B71047945D55F95D799E06F9D7BA3BC46836CCF3926341076F372EDBE6B38B