1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
golang-github-googleapis-enterprise-certificate-proxy (0.3.6-1) unstable; urgency=medium
* New upstream release
* Standards-Version: 4.7.2
-- Drew Parsons <dparsons@debian.org> Sat, 05 Apr 2025 16:43:12 +0200
golang-github-googleapis-enterprise-certificate-proxy (0.3.4-1) unstable; urgency=medium
* New upstream release
* update debian patches
- build_constraints.patch adds build constraints to windows and
darwin (test) clients to prevent failing build on linux
- drop redundant signer_linux.patch
(move signer OS constraints to build_constraints.patch)
- skip_tests.patch skips failing tests:
- client/util/util_test.go tests requiring Windows or ecp config
- linux/client_test.go TestEncrypt,TestDecrypt requires softhsm
- internal/signer/linux/pkcs11/pkcs11_test.go TestCredLinux,
TestEncrypt,TestDecrypt fails with
C_Initialize() CKR_GENERAL_ERROR
* drop redundant debian/clean
-- Drew Parsons <dparsons@debian.org> Sat, 28 Dec 2024 14:18:34 +0100
golang-github-googleapis-enterprise-certificate-proxy (0.3.2-1) experimental; urgency=medium
* Team upload.
* New upstream version
* Standards-Version: 4.7.0 (routine-update)
* Refresh patches
* Update paths for test_data
* Remove windows and darwin files in clean
* Disable tests temporarily
-- Pirate Praveen <praveen@debian.org> Mon, 27 May 2024 18:19:12 +0530
golang-github-googleapis-enterprise-certificate-proxy (0.2.0-3) unstable; urgency=medium
* debian/control: fix salsa Vcs fields
* mark dev package Multi-Arch: foreign
-- Drew Parsons <dparsons@debian.org> Tue, 02 Apr 2024 22:27:57 +0200
golang-github-googleapis-enterprise-certificate-proxy (0.2.0-2) unstable; urgency=medium
* debian/copyright: mark client*.go and signer.go as BSD-2 licensed.
Upstream contact is Andy Zhao.
* Standards-Version: 4.6.2
-- Drew Parsons <dparsons@debian.org> Thu, 25 Jan 2024 00:35:44 +0100
golang-github-googleapis-enterprise-certificate-proxy (0.2.0-1) unstable; urgency=medium
* Initial release (Closes: #1024276)
* enterprise-certificate-proxy-signer binary package provides signer
executables in usr/lib/enterprise-certificate-proxy/bin
* Build-Depends: golang-github-google-go-pkcs11-dev
* debian patch signer_linux.patch ensures signer is built and tested
only for linux, not Darwin or Windows
* debian/rules: copy internal/signer/linux to _build/src/signer to
ensure signer/util is available. Likewise client/util/test_data.
-- Drew Parsons <dparsons@debian.org> Thu, 17 Nov 2022 14:06:38 +0100
|