File: fullsailor-pkcs7.patch

package info (click to toggle)
golang-github-containers-ocicrypt 1.1.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 540 kB
  • sloc: sh: 242; makefile: 17
file content (19 lines) | stat: -rw-r--r-- 746 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Reinhard Tartler
Subject: revert upstream move to mozilla/pkcs7

The latter may be better maintained, but is not present in debian yet.
This patch can be dropped as soon as mozilla/pkcs7 enters debian

Index: golang-github-containers-ocicrypt/keywrap/pkcs7/keywrapper_pkcs7.go
===================================================================
--- golang-github-containers-ocicrypt.orig/keywrap/pkcs7/keywrapper_pkcs7.go
+++ golang-github-containers-ocicrypt/keywrap/pkcs7/keywrapper_pkcs7.go
@@ -25,7 +25,7 @@ import (
 	"github.com/containers/ocicrypt/config"
 	"github.com/containers/ocicrypt/keywrap"
 	"github.com/containers/ocicrypt/utils"
-	"go.mozilla.org/pkcs7"
+	"github.com/fullsailor/pkcs7"
 )
 
 type pkcs7KeyWrapper struct {