Package: golang-github-mendersoftware-mender-artifact / 4.1.0+ds1-1

Metadata

Package Version Patches format
golang-github-mendersoftware-mender-artifact 4.1.0+ds1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Revert feat Add support for signing validating artif.patch | (download)

artifact/azure/signer.go | 143 0 + 143 - 0 !
cli/artifacts.go | 4 0 + 4 - 0 !
cli/cli.go | 19 0 + 19 - 0 !
cli/validate.go | 3 3 + 0 - 0 !
4 files changed, 3 insertions(+), 166 deletions(-)

 [patch] revert "feat: add support for signing/validating artifacts
 with Azure Key Vault"

This reverts commit fc6532ad911b35339664f26c231695901af980de.

(We're dropping the signer stuff in Debian because we don't have the
required deps in place, thus we need to drop this which depends on
that.)

0002 Revert test Add tests for signing validating with Az.patch | (download)

areader/reader_test.go | 2 1 + 1 - 0 !
artifact/azure/signer_test.go | 242 0 + 242 - 0 !
artifact/signer_test.go | 2 1 + 1 - 0 !
cli/dump_test.go | 1 0 + 1 - 0 !
cli/modify_existing_test.go | 2 0 + 2 - 0 !
cli/validate_test.go | 2 1 + 1 - 0 !
6 files changed, 3 insertions(+), 248 deletions(-)

 [patch 2/2] revert "test: add tests for signing/validating with azure
 Key Vault"

This reverts commit fd0c663a50bfebe8627eb29452a89a59ef67013f.

0005 Revert chore Update kms aliases in imports after dep.patch | (download)

artifact/gcp/signer.go | 4 2 + 2 - 0 !
artifact/gcp/signer_test.go | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 [patch] revert "chore: update `kms` aliases in imports after
 dependency upgrade"

This reverts commit b4ee351298479320365862432acb85727c045221.

old go genproto.patch | (download)

artifact/gcp/signer.go | 10 7 + 3 - 0 !
artifact/gcp/signer_test.go | 30 17 + 13 - 0 !
2 files changed, 24 insertions(+), 16 deletions(-)

---
0004 Remove vault signer.patch | (download)

artifact/vault/signer.go | 264 0 + 264 - 0 !
artifact/vault/signer_test.go | 556 0 + 556 - 0 !
cli/artifacts.go | 4 0 + 4 - 0 !
cli/cli.go | 17 0 + 17 - 0 !
cli/dump_test.go | 1 0 + 1 - 0 !
cli/modify_existing_test.go | 2 0 + 2 - 0 !
6 files changed, 844 deletions(-)

 remove vault signer

There's simply too much work to be done on the src:vault package
to get it into a shape where we can depend on it.

For now just revert adding the vault signer to mender-artifact.

If we can't figure out a way to fix up src:vault and have it
provide golang-github-hashicorp-vault-api-dev for us to build-dep
on, then another solution might be to simply stop stripping vendored
dependencies + stop using external build dependencies....
This is a decision for another day though.


0006 Revert Merge pull request 559 from keyfactor pub mas.patch | (download)

.gitlab-ci.yml | 4 0 + 4 - 0 !
LIC_FILES_CHKSUM.sha256 | 1 0 + 1 - 0 !
artifact/keyfactor/README.md | 54 0 + 54 - 0 !
artifact/keyfactor/signer.go | 247 0 + 247 - 0 !
artifact/keyfactor/signer_test.go | 140 0 + 140 - 0 !
cli/artifacts.go | 10 1 + 9 - 0 !
cli/cli.go | 15 0 + 15 - 0 !
cli/dump_test.go | 1 0 + 1 - 0 !
cli/modify_existing_test.go | 2 0 + 2 - 0 !
9 files changed, 1 insertion(+), 473 deletions(-)

 [patch] revert "merge pull request #559 from keyfactor-pub/master"

This reverts commit 81447d4e0e4a84d8ee0e7790cbd63e31c53978a2, reversing
changes made to 0acf01ad5caa06a95e299531f0f2fdf5f5492315.

rsa verification error.patch | (download)

areader/reader_test.go | 4 2 + 2 - 0 !
artifact/signer_test.go | 5 4 + 1 - 0 !
cli/validate_test.go | 2 1 + 1 - 0 !
3 files changed, 7 insertions(+), 4 deletions(-)

---