Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
test--nontest.patch | 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" Diff: - Expected + Actual @@ -1 +1 @@ -GET https://auth.docker.io: abc:def:ghi +GET "https://auth.docker.io": abc:def:ghi Test: TestNetworkError FAIL: TestNetworkError (0.00s) ~~~~ |
Dmitry Smirnov <onlyjob@debian.org> | not-needed | 2018-06-16 | ||
lowercase-import-path.patch | Adjust import path, the filename is lowercase in Debian =================================================================== |
Arnaud Rebillout <arnaudr@kali.org> | not-needed | 2022-01-21 | ||
fix-ftbfs-libpq-1-10.patch | Fix FTBFS with lib/pq 1.10 Debian has newer version that includes https://github.com/lib/pq/commit/89fee896440712bc328c9087ea185c3990053f31 =================================================================== |
Reinhard Tartler <siretart@tauware.de> | no | |||
avoid-newer-grpc-in-tests.patch | 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 =================================================================== |
Reinard Tartler <siretart@tauware.de> | no | |||
fix-newer-cloudflare-cfssl.patch | Fix compilation with newer versions of cloudflare-cfssl librarydiff --git a/trustpinning/certs_test.go b/trustpinning/certs_test.go index 4f5dc96f..606ee68e 100644 |
Mathias Gibbens <gibmat@debian.org> | yes |