Change logs for gokey source package in Eoan

  • gokey (0.1.0-1) unstable; urgency=medium
    
      * First upstream release.
      * Update debian/watch to search for releases on GitHub
    
     -- Benjamin Drung <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>  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 <email address hidden>
      * Add myself to the list of Uploaders
      * Remove unneeded Files-Excluded field in debian/copyright
    
     -- Anthony Fok <email address hidden>  Mon, 31 Dec 2018 22:27:28 -0700