1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
golang-gopkg-square-go-jose.v2 (2.6.3-3) unstable; urgency=medium
* Revise patch to rename package name back. Apparently there is
at least one package (golang-github-smallstep-certificates) that
has hardcoded string comparison in tests for the old name 'square'
-- Reinhard Tartler <siretart@tauware.de> Sun, 02 Jun 2024 08:04:05 -0400
golang-gopkg-square-go-jose.v2 (2.6.3-2) unstable; urgency=medium
* Renamed the package back to the old import name to
gopkg.in/square/go-jose. Turns out that many tests in downstream
packages fail because of mismatching type signatures.
-- Reinhard Tartler <siretart@tauware.de> Sat, 01 Jun 2024 07:20:15 -0400
golang-gopkg-square-go-jose.v2 (2.6.3-1) unstable; urgency=medium
* Team upload.
* New upstream version: 2.6.3, Fixes: CVE-2024-28180
* Renamed package import name to gopkg.in/go-jose/go-jose to reflect
new upstream names.
-- Reinhard Tartler <siretart@tauware.de> Fri, 31 May 2024 17:25:17 -0400
golang-gopkg-square-go-jose.v2 (2.6.0-2) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Apply multi-arch hints.
[ Shengjing Zhu ]
* Update Standards-Version to 4.6.2 (no changes)
* Add patch to skip TestSignerWithBrokenRand
https://github.com/go-jose/go-jose/issues/27
-- Shengjing Zhu <zhsj@debian.org> Thu, 09 Feb 2023 01:39:24 +0800
golang-gopkg-square-go-jose.v2 (2.6.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 2.6.0
+ Fix tests with Go1.17 (Closes: #997572)
* Fix uscan watch file
* Update Section to golang
* Update Standards-Version to 4.6.0 (no changes)
* Remove unused workaround in d/rules
-- Shengjing Zhu <zhsj@debian.org> Sun, 24 Oct 2021 17:46:13 +0800
golang-gopkg-square-go-jose.v2 (2.5.1-2) unstable; urgency=medium
* Team upload.
* Add workaround for testing with Go1.15 (Closes: #971168)
-- Shengjing Zhu <zhsj@debian.org> Sun, 04 Oct 2020 15:41:39 +0800
golang-gopkg-square-go-jose.v2 (2.5.1-1) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
Fixes: lintian: upstream-metadata-file-is-missing
[ Shengjing Zhu ]
* Remove repack in uscan watch, not needed
* New upstream version 2.5.1
* Reduce unneeded Depends
- Drop golang-gopkg-alecthomas-kingpin.v2-dev from Build-Depends
- Drop golang-gopkg-alecthomas-kingpin.v2-dev and
golang-github-stretchr-testify-dev from Depends
* Update maintainer address to team+pkg-go@tracker.debian.org
* Bump debhelper-compat to 13
* Bump Standards-Version to 4.5.0 (no changes)
* Add Rules-Requires-Root
* Add golang-github-google-go-cmp-dev to Build-Depends
-- Shengjing Zhu <zhsj@debian.org> Sun, 31 May 2020 16:20:39 +0800
golang-gopkg-square-go-jose.v2 (2.4.1-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Smirnov <onlyjob@debian.org> Wed, 25 Dec 2019 14:22:42 +1100
golang-gopkg-square-go-jose.v2 (2.4.0-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Smirnov <onlyjob@debian.org> Mon, 16 Dec 2019 11:43:31 +1100
golang-gopkg-square-go-jose.v2 (2.3.1-1) unstable; urgency=medium
* New upstream release.
+ fixed FTBFS in TestVectorsRSA (Closes: #919053).
* Standards-Version: 4.4.1.
* DH & compat to version 12.
* Added myself to Uploaders.
-- Dmitry Smirnov <onlyjob@debian.org> Mon, 21 Oct 2019 02:05:48 +1100
golang-gopkg-square-go-jose.v2 (2.1.6-1) unstable; urgency=medium
[ Michael Stapelberg ]
* Initial release (Closes: #879551).
-- Dmitry Smirnov <onlyjob@debian.org> Fri, 08 Jun 2018 13:23:19 +1000
|