gokey (0.1.2-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Thu, 24 Aug 2023 17:14:38 +1200

gokey (0.1.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version
  * Fix uscan watch file
  * Change -dev package section to golang
  * Refresh patches
    + Remove merged patches
      - 0001-Import-prime-generation-algorithm-from-Go-1.18.patch
      - 0002-Remove-crypto-rsa-keygeneration-test.patch
    + Add 0001-Import-deterministic-ECDSA-key-generation-code-from-.patch
  * Update Standards-Version to 4.6.2 (no changes)

 -- Shengjing Zhu <zhsj@debian.org>  Wed, 08 Feb 2023 23:14:27 +0800

gokey (0.1.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Add missing ${misc:Built-Using} to Built-Using on gokey.

 -- Jelmer Vernooĳ <jelmer@debian.org>  Sun, 30 Oct 2022 01:25:17 +0000

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 <foka@debian.org>  Mon, 05 Sep 2022 06:04:50 -0600

gokey (0.1.0-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.

  [ Benjamin Drung ]
  * Remove myself from Uploaders
  * Switch to debhelper 13
  * Update standards version to 4.6.0, no changes needed.
  * Mark golang-github-cloudflare-gokey-dev as Multi-Arch: foreign
  * Set Rules-Requires-Root: no

 -- Benjamin Drung <bdrung@debian.org>  Fri, 04 Mar 2022 16:41:05 +0100

gokey (0.1.0-1) unstable; urgency=medium

  * First upstream release.
  * Update debian/watch to search for releases on GitHub

 -- Benjamin Drung <benjamin.drung@cloud.ionos.com>  Tue, 09 Jul 2019 12:04:21 +0200

gokey (0.0~git20190505.5e08140-1) unstable; urgency=medium

  * New upstream version 0.0~git20190505.5e08140
  * Remove unneeded "Depends: golang-go" in -dev package (again)
  * Bump Standards-Version to 4.4.0 (no changes required)

 -- Benjamin Drung <benjamin.drung@cloud.ionos.com>  Mon, 08 Jul 2019 14:11:36 +0200

gokey (0.0~git20190103.40eba7e+really0.0~git20181023.b4e2780-3) unstable; urgency=medium

  * Increase test timeout to six hours, because the tests need 190 minutes
    on mips (Closes: #919759)
  * Run tests for RSA2048 and RSA4096 again

 -- Benjamin Drung <benjamin.drung@cloud.ionos.com>  Mon, 17 Jun 2019 20:04:04 +0200

gokey (0.0~git20190103.40eba7e+really0.0~git20181023.b4e2780-2) unstable; urgency=medium

  * Cherry-pick patch from upstream to import deterministic RSA key generation
    code from Go 1.10 crypto/rsa package (Closes: #930426)

 -- Benjamin Drung <benjamin.drung@cloud.ionos.com>  Thu, 13 Jun 2019 15:51:37 +0200

gokey (0.0~git20190103.40eba7e+really0.0~git20181023.b4e2780-1) unstable; urgency=medium

  * Team upload.
  * Revert all changes between 0.0~git20181023.b4e2780-1
    and 0.0~git20190103.40eba7e-1.
    See https://bugs.debian.org/928227 for a rationale.

 -- Dr. Tobias Quathamer <toddy@debian.org>  Tue, 04 Jun 2019 20:53:29 +0200

gokey (0.0~git20190103.40eba7e-1) unstable; urgency=medium

  * New upstream version 0.0~git20190103.40eba7e
     - Import deterministic RSA key generation code from Go 1.10
       crypto/rsa package
     - Add a test-case which tracks changes to the stdlib RSA key
       generation algorithm
  * Revert "Disable TestGetKey tests for RSA2048 and RSA4096"
    because these tests now pass with Go 1.11
  * Remove unneeded "Depends: golang-go" in -dev package

 -- Anthony Fok <foka@debian.org>  Mon, 07 Jan 2019 23:12:50 -0700

gokey (0.0~git20181023.b4e2780-1) unstable; urgency=medium

  * New upstream version 0.0~git20181023.b4e2780
  * Disable TestGetKey tests for RSA2048 and RSA4096
    to fix "gokey_test.go:161: keys with same invocation options
    do not match" test errors on Go >= 1.11 where rsa.GenerateKey
    has been intentionally made non-deterministic.
    See https://github.com/cloudflare/gokey/issues/17
  * Remove patch for adding man page which has been applied upstream
  * Modify debian/watch to track the HEAD of the git repository
  * Apply "cme fix dpkg" fixes to debian/control,
    bumping Standards-Version to 4.3.0, etc.
  * Update Maintainer email address to team+pkg-go@tracker.debian.org
  * Add myself to the list of Uploaders
  * Remove unneeded Files-Excluded field in debian/copyright

 -- Anthony Fok <foka@debian.org>  Mon, 31 Dec 2018 22:27:28 -0700

gokey (0.0~git20170602.05f83bb-1) unstable; urgency=medium

  * Initial release (Closes: #900881)

 -- Benjamin Drung <benjamin.drung@profitbricks.com>  Wed, 06 Jun 2018 11:20:48 +0200
