forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New package: Tillitis.TKeyVerification version 1.0.0
- Loading branch information
Showing
3 changed files
with
115 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
manifests/t/Tillitis/TKeyVerification/1.0.0/Tillitis.TKeyVerification.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This file was generated by GoReleaser. DO NOT EDIT. | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
PackageIdentifier: Tillitis.TKeyVerification | ||
PackageVersion: 1.0.0 | ||
InstallerLocale: en-US | ||
InstallerType: zip | ||
ReleaseDate: "2024-07-11" | ||
Installers: | ||
- Architecture: arm64 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: tkey-verification.exe | ||
PortableCommandAlias: tkey-verification | ||
InstallerUrl: https://github.com/tillitis/tkey-verification/releases/download/v1.0.0/tkey-verification_1.0.0_Windows_arm64.zip | ||
InstallerSha256: 311365ec54996083a8626a921b39a0a29dbe0cf277764d915f2de1e79efdafc5 | ||
UpgradeBehavior: uninstallPrevious | ||
- Architecture: x64 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: tkey-verification.exe | ||
PortableCommandAlias: tkey-verification | ||
InstallerUrl: https://github.com/tillitis/tkey-verification/releases/download/v1.0.0/tkey-verification_1.0.0_Windows_amd64.zip | ||
InstallerSha256: c4afcc7749626c05ccae411a727cdca84cec1fe2ebe3f23eec0d302a181cb891 | ||
UpgradeBehavior: uninstallPrevious | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
82 changes: 82 additions & 0 deletions
82
manifests/t/Tillitis/TKeyVerification/1.0.0/Tillitis.TKeyVerification.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# This file was generated by GoReleaser. DO NOT EDIT. | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
PackageIdentifier: Tillitis.TKeyVerification | ||
PackageVersion: 1.0.0 | ||
PackageLocale: en-US | ||
Publisher: Tillitis | ||
PublisherUrl: https://tillitis.se/ | ||
PublisherSupportUrl: https://github.com/tillitis/tkey-verification/issues/new | ||
PackageName: TKeyVerification | ||
PackageUrl: https://tillitis.se/ | ||
License: GPL-2.0-only | ||
LicenseUrl: https://github.com/tillitis/tkey-verification/blob/main/LICENSE | ||
Copyright: Tillitis AB | ||
ShortDescription: A program to sign or verify the identity of a Tillitis TKey. | ||
Description: A program to sign or verify the identity of a Tillitis TKey. | ||
Moniker: TKeyVerification | ||
ReleaseNotes: | | ||
## Changelog | ||
* 1172af1 Release notes for v1.0.0 | ||
* 7ed26c3 Add build flags to make target to get reproducible builds | ||
* b36298c Update Goreleaser config | ||
* 0efa89a Update year on copyright notice | ||
* 3c8e02f Add support for --speed | ||
* 236473f Revise remote-sign configuration | ||
* cac9068 Make vendor signing app digest configurable | ||
* e71b010 Add implementation notes | ||
* 365049c Rename appbins latest -> current | ||
* 19a18de Add check to see that expected tag for a public key is available | ||
* 7cc43de show-pubkey: Remove unused function GetByTagOnly() | ||
* 62c448f Add comments on our assets | ||
* 016f04e Remove superfluous goroutine serve() | ||
* 6ba60bf Less complex error from Dial | ||
* 242de2e Explicitly allow several vendor keys | ||
* cf624ea Use exit to close TKey connection | ||
* 9b99d05 Redo error handling | ||
* 488db7d Refactor error handling in API | ||
* 220c480 Revise README | ||
* 2805f91 man: Include output in verify example + man make target | ||
* 784f0c2 Add some whitespace when printing parsed UDI | ||
* e9f951f Revise verify error reporting | ||
* d9028be Silence messages | ||
* 7d1af33 Fix lint complaints and revise lint config | ||
* fa03d3f Revise .gitignore | ||
* c5ff919 Handle any signals after connecting to the TKey | ||
* 8bded44 Change certificate generation | ||
* 7aa4e6e Add generated man page as a courtesy | ||
* 10b4ba0 Add CI config | ||
* 2eb0e1c Golang CI: Change goerr113 name | ||
* 6d021cd Add SPDX check script | ||
* e14de43 Add show-pubkey to man page | ||
* f7f6b86 Convert man page to scdoc | ||
* 1e1f481 Attempt to handle errors more elegantly | ||
* 0e1aa94 Move initialization of vendor keys, app bins, ... to commands | ||
* 8e35333 Remove verisigner and associated build scripts | ||
* 350e369 Make missing binary a lint error | ||
* 16a7e39 Revise comments | ||
* 6efdd7c Revise the linting | ||
* 161167c Move err into the block where it's used | ||
* 2a31c0d Use faster hex encode function instead of printf | ||
* 1fe8ce4 Pass server around as a pointer | ||
* 873e7b9 Remove unused wantname | ||
* e57589a Removed unused constants | ||
* 99c2dca Rename TlsConfig | ||
* 23f00c8 Return errors from vendorSign | ||
* 82be911 Remove unusued expectedPubKey argument | ||
* a44b3c1 Include vendor-signing-pubkeys.txt under cmd/tkey-verification | ||
* b07bd78 Use enumeration for Darwin, which requires CGO when building. | ||
* f977e0a Use goreleaser for release builds. | ||
* c12ec55 Add show-pubkey command | ||
* 53792b7 remotesign/tkey: Add constant errors, fix erronoeus error handling | ||
* b0cd614 Return error when no port detected | ||
* ee8c71f Refactor remote-sign | ||
* f423e70 Update Makefile | ||
* bb89230 Include tkey-device-signer v1.0.1 binary | ||
* f920bd8 Introduce new way of accessing a TKey device | ||
* 5c1b98e Introduce new way of adressing firmwares | ||
* 1bd0df6 Update and use ordinary Go TKey packages | ||
* 6daf3eb Use tkeysign pkg instead of internal pkg | ||
* 2b6e4da Remove show-pubkey program | ||
* 03bc362 Define new way to access compiled-in assets | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
7 changes: 7 additions & 0 deletions
7
manifests/t/Tillitis/TKeyVerification/1.0.0/Tillitis.TKeyVerification.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This file was generated by GoReleaser. DO NOT EDIT. | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
PackageIdentifier: Tillitis.TKeyVerification | ||
PackageVersion: 1.0.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |