-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
license - Expired licenses should not cause Chocolatey errors #1500
Comments
gep13
added a commit
to gep13/choco
that referenced
this issue
Feb 20, 2018
- This isn't required, the license is asserted on each choco command
gep13
added a commit
to gep13/choco
that referenced
this issue
Feb 20, 2018
- This isn't required, the license is asserted on each choco command
ferventcoder
added a commit
that referenced
this issue
Feb 20, 2018
(GH-1500) Disable re-validation of Chocolatey License File
ferventcoder
added a commit
that referenced
this issue
Feb 20, 2018
* stable: (35 commits) (GH-1478) Upgrade 7z to 18.1 (GH-1490) Remove quotes/apostrophes surrounding parameter (maint) virtualize get_package_information (maint) virtualize all calls in NuGetService (GH-100) Log without colorization (GH-100) add no color feature/option (GH-100) add no color log4net config files (maint) formatting (#1489) Log PowerShell contents w/out formatting (maint) Some options could be achieved w/FOSS (maint) Add instructions for strong naming NuGet (maint) update licensing code (GH-1488) License validation logging (specs) add pack scenario nuspec (maint) Whitespace changes (GH-1500) Disable re-validation of Chocolatey License File (doc) update etiquette statement (build) allow builds with any .NET 4.x (doc) update licensed changelog (maint) update licensing ... # Conflicts: # README.md
Merged into stable at 7e58483, will release in 0.10.9. |
ferventcoder
added a commit
that referenced
this issue
May 4, 2018
When PowerShell functions are used as part of installing Chocolatey itself, it can cause issues if they call Write-Host. Note all of the functions that are called from Setup, then wrap any existing with try/catch.
ferventcoder
added a commit
that referenced
this issue
May 4, 2018
* stable: (version) 0.10.11 (doc) update release notes for 0.10.11 (GH-1540) Fix - AutoUninstaller can't find escaped quotes (GH-1543) Fix - log format error on install location with GUID (GH-1500) Fix - Wrap Write-Host if used in setup (GH-991) Install - Modify profile if file exists & empty (GH-1443) Set original config before loop (maint) add a note for GH-1548 (GH-1557) Upgrade 7z to 18.5
This also requires at least Chocolatey Licensed Extension 1.12.12 for it to work properly. This is whether or not the license loads the binaries, it will trigger the recheck. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there is an expired Chocolatey license file present in the
license
folder, Chocolatey will correctly validate this, and handle it based on feature, however, by default, the licensing system we are using will attempt to re-validate the license every 5 minutes. This can cause problems on longer running Chocolatey processes.This re-validation is not required.
The text was updated successfully, but these errors were encountered: