gokey 0.1.1-1 source package in Ubuntu

Changelog

gokey (0.1.1-1) unstable; urgency=medium

  * New upstream version 0.1.1
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
  * Apply upstream patches to fix FTBFS with golang-1.19
    - 0001-Import-prime-generation-algorithm-from-Go-1.18.patch
    - 0002-Remove-crypto-rsa-keygeneration-test.patch
    See https://github.com/cloudflare/gokey/issues/58
    Thanks to Ignat Korchagin for fixing gokey for go1.19! (Closes: #1017300)
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Update versioned dependencies as per go.mod
  * Reorder fields in debian/control and debian/copyright
  * Replace Built-Using field with Static-Built-Using
  * Bump Standards-Version to 4.6.1 (no change)
  * debian/rules: Invoke dh with --builddirectory=_build
  * debian/rules: Replace override_* with execute_after_* where appropriate

 -- Anthony Fok <email address hidden>  Mon, 05 Sep 2022 06:04:50 -0600

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

Downloads

File Size SHA-256 Checksum
gokey_0.1.1-1.dsc 2.2 KiB 96c1fd0d1ac0bc14d0c30de1fe06d0355fe51e9fd1e0a35e44dfb3125d958779
gokey_0.1.1.orig.tar.gz 18.1 KiB 79b87ac963e9307650e3ff3888c31c1ff8cbf95c4b673a9d690aa450d49c5841
gokey_0.1.1-1.debian.tar.xz 7.1 KiB d21796003407faae82da93520b66a3517addbf7a14662aef91821d0b86647e91

Available diffs

No changes file available.

Binary packages built by this source

gokey: simple vaultless password manager in Go

 gokey is a password manager, which does not require a password vault. Instead
 of storing your passwords in a vault it derives your password on the fly from
 your master password and supplied realm string (for example, resource URL).
 This way you do not have to manage, backup or sync your password vault (or
 trust its management to a third party) as your passwords are available
 immediately anywhere.

gokey-dbgsym: No summary available for gokey-dbgsym in ubuntu kinetic.

No description available for gokey-dbgsym in ubuntu kinetic.

golang-github-cloudflare-gokey-dev: simple vaultless password manager in Go - dev package

 gokey is a password manager, which does not require a password vault. Instead
 of storing your passwords in a vault it derives your password on the fly from
 your master password and supplied realm string (for example, resource URL).
 This way you do not have to manage, backup or sync your password vault (or
 trust its management to a third party) as your passwords are available
 immediately anywhere.
 .
 This is the development package.