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
|
golang-github-fullsailor-pkcs7 (0.0~git20210826.33d0574-3) unstable; urgency=medium
* Disable sha1 related tests, since Go 1.24, crypto/x509 no longer
supports verifying signatures on certificates that usa SHA1-RSA based
signature algorithms. This only disables tests that exercise this feature,
dependent code that attempts to use such certificates will fail at runtime.
Closes: #1098552
-- Reinhard Tartler <siretart@tauware.de> Sun, 16 Mar 2025 16:56:35 -0400
golang-github-fullsailor-pkcs7 (0.0~git20210826.33d0574-2) unstable; urgency=medium
* Team upload.
* Add GODEBUG=x509sha1=1 to workaround for testing with go1.18
(Closes: #1008394)
* Add Multi-Arch hint
* Update package description
-- Shengjing Zhu <zhsj@debian.org> Mon, 04 Apr 2022 15:23:26 +0800
golang-github-fullsailor-pkcs7 (0.0~git20210826.33d0574-1) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit.
[ Shengjing Zhu ]
* Switch upstream to mozilla's fork
* New upstream snapshot.
+ Fix tests with Go1.17 (Closes: #997568)
* Add symlinks for go.mozilla.org/pkcs7
* Update Section to golang
* Update Standards-Version to 4.6.0 (no changes)
* Bump debhelper-compat to 13
-- Shengjing Zhu <zhsj@debian.org> Sun, 24 Oct 2021 17:32:11 +0800
golang-github-fullsailor-pkcs7 (0.0~git20190404.d7302db-2) unstable; urgency=medium
* Upload to unstable
-- Reinhard Tartler <siretart@tauware.de> Tue, 21 Apr 2020 13:58:18 -0400
golang-github-fullsailor-pkcs7 (0.0~git20190404.d7302db-1) experimental; urgency=medium
* Initial release (Closes: #958306)
-- Reinhard Tartler <siretart@tauware.de> Mon, 20 Apr 2020 08:03:39 -0400
|