notary 0.7.0+git20240416.9d2b3b3+ds1-2 source package in Ubuntu

Changelog

notary (0.7.0+git20240416.9d2b3b3+ds1-2) unstable; urgency=medium

  * Team upload
  * Upload changes from experimental to unstable
  * Add a patch for building with newer versions of cloudflare-cfssl
    library
  * Set minimum version of golang-github-cloudflare-cfssl in d/control

 -- Mathias Gibbens <email address hidden>  Fri, 26 Jul 2024 08:10:14 +0000

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 proposed universe misc

Downloads

File Size SHA-256 Checksum
notary_0.7.0+git20240416.9d2b3b3+ds1-2.dsc 3.1 KiB 9fb4817d119f0829d51f6830bcfadfa1acc51f24454c04dd9a944ad68457c5e8
notary_0.7.0+git20240416.9d2b3b3+ds1.orig.tar.xz 1.4 MiB e28ba4b1c1ba28771e5d1409ced9880d60adaa6cae22a0f50531759ea0ba4102
notary_0.7.0+git20240416.9d2b3b3+ds1-2.debian.tar.xz 40.5 KiB 0b9f292a1e30f77f92a53424bbce5c0b3b632abb30e14af51bce2ab6714ebe64

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