Package: notary / 0.7.0+git20240416.9d2b3b3+ds1-3

Metadata

Package Version Patches format
notary 0.7.0+git20240416.9d2b3b3+ds1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
test nontest.patch | (download)

cmd/notary-signer/main_test.go | 1 1 + 0 - 0 !
storage/httpstore_test.go | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 disable failing tests.
~~~~
 FAIL: TestSetupCryptoServicesRethinkDBStoreConnectionFails (0.00s)
    main_test.go:139:
        Error Trace:    main_test.go:139
        Error:          "Error starting rethinkdb driver: gorethink: dial tcp: lookup host on [::1]:53: read udp [::1]:57648->[::1]:53: read: connection refused" does not contain "no such host"
        Test:           TestSetupCryptoServicesRethinkDBStoreConnectionFails
~~~~

~~~~
    TestNetworkError: httpstore_test.go:396:
                Error Trace:    httpstore_test.go:396
                Error:          Not equal:
                                expected: "GET https://auth.docker.io: abc:def:ghi"
                                actual  : "GET \"https://auth.docker.io\": abc:def:ghi"

lowercase import path.patch | (download)

trustmanager/remoteks/keystore.proto | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adjust import path, the filename is lowercase in debian
fix ftbfs libpq 1 10.patch | (download)

server/storage/sqldb.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with lib/pq 1.10

Debian has newer version that includes https://github.com/lib/pq/commit/89fee896440712bc328c9087ea185c3990053f31


avoid newer grpc in tests.patch | (download)

signer/rpc_and_client_test.go | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 disable test that requires newer gprc

The version of grpc in debian doesn't currently implement the
"credentials/insecure" package. It was introduced in
https://github.com/grpc/grpc-go/commit/8153ecea737122756248d0dbca6f858acb9cfcc6

Please drop this patch when it becomes available in Debian

fix newer cloudflare cfssl.patch | (download)

trustpinning/certs_test.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix compilation with newer versions of cloudflare-cfssl library
fix timebomb ftbfs.patch | (download)

client/backwards_compatibility_test.go | 2 2 + 0 - 0 !
cmd/notary/integration_test.go | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+)

 [patch] fix timebomb ftbfs.  closes: #1078632.