Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
000-disable-db-tests.patch | Disable tests that depend on a functional database being availablediff --git a/cmd/migrate-db/internal/legacy_test.go b/cmd/migrate-db/internal/legacy_test.go index 9c62f3c..0ab3777 100644 |
Mathias Gibbens <mathias@calenhad.com> | not-needed | |||
003-disable-launchpad-group-integration.patch | Disable Launchpad group lookup, since the golang library launchpad.net/lpad isn't packaged for Debian. (Seems dead upstream [8 years since last commit], code is in a bazar repo, and I can't justify the effort to manually package it right now.)diff --git a/idp/usso/usso.go b/idp/usso/usso.go index 433595d..8fd4f5b 100644 |
Mathias Gibbens <gibmat@debian.org> | not-needed | |||
006-fix-asn1-ber-import.patch | Fix module import path for asn1-ber; this may be a Debian-specific issue due to how import paths are setup during a builddiff --git a/idp/ldap/mockldap_test.go b/idp/ldap/mockldap_test.go index 5cbf802..488f1be 100644 |
Mathias Gibbens <mathias@calenhad.com> | not-needed | |||
008-dont-install-static-templates.patch | Don't install contents of the static/ or templates/ directories, as we don't need them at this timediff --git a/embed.go b/embed.go index b662d51..82772cf 100644 |
Mathias Gibbens <mathias@calenhad.com> | not-needed | |||
009-fix-test-cmd-newline.patch | The latest version of juju/cmd has changed its behavior to not include newlines. Not forwarded upstream because they are currently pinned to an older version of that library.diff --git a/cmd/candid/internal/admincmd/find_test.go b/cmd/candid/internal/admincmd/find_test.go index a32eac7..5b009b1 100644 |
Mathias Gibbens <mathias@calenhad.com> | not-needed | |||
011-fix-mgo-import.patch | Fix module import path for mgo to reflect Debian's packagingdiff --git a/cmd/migrate-db/internal/legacy.go b/cmd/migrate-db/internal/legacy.go index 16378cf..3db18e5 100644 |
Mathias Gibbens <gibmat@debian.org> | not-needed | |||
012-fix-ldap-api.patch | Updates for API changes in the ldap library (not forwarded, as upstream is still on an older version of that library)diff --git a/idp/ldap/ldap.go b/idp/ldap/ldap.go index 1456384..3ee38c3 100644 |
Mathias Gibbens <gibmat@debian.org> | not-needed | |||
013-skip-test-broken-go-121.patch | Skip part of a test that's broken due to changes in the context package in go 1.21diff --git a/candidclient/ussologin/ussologin_test.go b/candidclient/ussologin/ussologin_test.go index 640e474..6e47608 100644 |
Mathias Gibbens <gibmat@debian.org> | yes | |||
014-switch-webauthn-library.patch | Switch webauthn librarydiff --git a/internal/mfa/webauthn.go b/internal/mfa/webauthn.go index 36449e7..c72b317 100644 |
Mathias Gibbens <gibmat@debian.org> | yes |