notary 0.7.0+ds1-3 source package in Ubuntu

Changelog

notary (0.7.0+ds1-3) unstable; urgency=medium

  * Team upload.
  * allow compilation against <email address hidden>
  * Bump Standards-verison, no changes needed

 -- Reinhard Tartler <email address hidden>  Sun, 09 Jun 2024 14:15:58 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
notary_0.7.0+ds1-3.dsc 3.1 KiB 12b0452868b8e9a56e095cbd2e72e3718b6314b536efd7da1193cea06645c78a
notary_0.7.0+ds1.orig.tar.gz 1.6 MiB d7b150d0f7efe066a721fb423dd80ca5ac41768c254c7b9347b05abfbebc86b4
notary_0.7.0+ds1-3.debian.tar.xz 39.5 KiB e355b955557f055e4db6a9d5f7aecd8147946843c4086284cc4512ecc8a3d16f

No changes file available.

Binary packages built by this source

golang-github-docker-notary-dev: library for running and interacting with trusted collections

 Notary is a project that allows anyone to have trust over arbitrary
 collections of data.
 .
 The Notary project comprises a server (cmd/notary-server) and a client
 (cmd/notary) for running and interacting with trusted collections.
 .
 Notary aims to make the internet more secure by making it easy for people to
 publish and verify content. We often rely on TLS to secure our communications
 with a web server which is inherently flawed, as any compromise of the server
 enables malicious content to be substituted for the legitimate content.
 .
 With Notary, publishers can sign their content offline using keys kept highly
 secure. Once the publisher is ready to make the content available, they can
 push their signed trusted collection to a Notary Server.
 .
 Consumers, having acquired the publisher's public key through a secure
 channel, can then communicate with any notary server or (insecure) mirror,
 relying only on the publisher's key to determine the validity and integrity
 of the received content.
 .
 This package contains the source.

notary: tool for running and interacting with trusted collections

 Notary is a project that allows anyone to have trust over arbitrary
 collections of data.
 .
 The Notary project comprises a server (cmd/notary-server) and a client
 (cmd/notary) for running and interacting with trusted collections.
 .
 Notary aims to make the internet more secure by making it easy for people to
 publish and verify content. We often rely on TLS to secure our communications
 with a web server which is inherently flawed, as any compromise of the server
 enables malicious content to be substituted for the legitimate content.
 .
 With Notary, publishers can sign their content offline using keys kept highly
 secure. Once the publisher is ready to make the content available, they can
 push their signed trusted collection to a Notary Server.
 .
 Consumers, having acquired the publisher's public key through a secure
 channel, can then communicate with any notary server or (insecure) mirror,
 relying only on the publisher's key to determine the validity and integrity
 of the received content.
 .
 This package contains the binaries/tools.

notary-dbgsym: debug symbols for notary