Skip to content

Commit

Permalink
AU: 3 updated - k9s mkdocs-material wixtoolset
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 7, 2024
1 parent 6e0733a commit ac45609
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 16 deletions.
4 changes: 2 additions & 2 deletions automatic/k9s/k9s.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>k9s</id>
<version>0.31.7</version>
<version>0.31.8</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/k9s</packageSourceUrl>
<owners>chocolatey-community,Matteo Dell'Aquila (moebius87)</owners>
<title>k9s: Kubernetes CLI To Manage Your Clusters In Style!</title>
Expand Down Expand Up @@ -53,7 +53,7 @@ Customize/Arrange which columns to display on a per resource basis.
* Resource Graph Traversals
* K9s provides for easy traversal of Kubernetes resources and their associated resources.
]]></description>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.31.7/change_logs/release_v0.31.7.md</releaseNotes>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.31.8/change_logs/release_v0.31.8.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/k9s/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ in verifying that this package's contents are trustworthy.
The embedded software can be verified by doing the following:

1. Download the following:
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.31.7/k9s_Windows_amd64.zip>
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.31.8/k9s_Windows_amd64.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -15,6 +15,6 @@ The embedded software can be verified by doing the following:

3. The checksums should match the following:
checksum type: sha256
checksum64: 16E442063B05395EA4EA93F56EDFBAC5F347BCFDA85A9C22D5712BD11878E960
checksum64: F0111F0EFAE49DB237BC634BCC656845CB16802665BBD5F4D316914571A0E322

The file 'LICENSE.txt' has been obtained from <https://raw.githubusercontent.com/derailed/k9s/2e05367256a7b2777b011da7213cf636c9ae4d17/LICENSE>
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>9.5.7</version>
<version>9.5.8</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '9.5.7'
$version = '9.5.8'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
2 changes: 1 addition & 1 deletion automatic/wixtoolset/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@bfbac575d697b67c7930af094980146278045677/icons/wixtoolset.png" width="48" height="48"/> [wixtoolset](https://chocolatey.org/packages/wixtoolset)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@bfbac575d697b67c7930af094980146278045677/icons/wixtoolset.png" width="48" height="48"/> [wixtoolset](https://chocolatey.org/packages/wixtoolset)


The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.
Expand Down
6 changes: 3 additions & 3 deletions automatic/wixtoolset/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from their github project
located at <https://github.com/wixtoolset/wix3/releases/tag/wix3112rtm>
located at <https://github.com/wixtoolset/wix3/releases/tag/wix314rtm>
and can be verified by doing the following:

1. Download the following <https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311.exe>
1. Download the following <https://github.com/wixtoolset/wix3/releases/download/wix314rtm/wix314.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 32BB76C478FCB356671D4AAF006AD81CA93EEA32C22A9401B168FC7471FECCD2
checksum: 704439EA88FC9E5A3647EEDEEB45943F9A392E3D209F58512280130096847937

The file 'LICENSE.txt' have been obtained from <https://github.com/wixtoolset/wix3/blob/a83b2130299ef95c9b0ec5c6d80bf34cc4722dfb/LICENSE.TXT>
2 changes: 1 addition & 1 deletion automatic/wixtoolset/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'wixtoolset'
fileType = 'exe'
file = "$toolsPath\wix311.exe"
file = "$toolsPath\wix314.exe"
softwareName = 'WiX Toolset*'
silentArgs = '/q'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wixtoolset/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function global:au_AfterUpdate {
function global:au_GetLatest {
$release = Get-GitHubRelease -Owner 'wixtoolset' -Name 'wix3'

$url = $release.assets | ? browser_download_url -match "\.exe$" | Select-Object -First 1 -ExpandProperty browser_download_url
$url = $release.assets | Where-Object browser_download_url -match "\.exe$" | Select-Object -First 1 -ExpandProperty browser_download_url
$version = $release.name -split 'v' | Select-Object -Last 1

@{
Expand Down
17 changes: 13 additions & 4 deletions automatic/wixtoolset/wixtoolset.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wixtoolset</id>
<version>3.11.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/wixtoolset</packageSourceUrl>
<version>3.14</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/wixtoolset</packageSourceUrl>
<owners>chocolatey-community, Gary Ewan Park</owners>
<title>WiX Toolset</title>
<authors>Rob Mensching, Bob Arnson</authors>
<projectUrl>http://wixtoolset.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@bfbac575d697b67c7930af094980146278045677/icons/wixtoolset.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@bfbac575d697b67c7930af094980146278045677/icons/wixtoolset.png</iconUrl>
<copyright>2009 - 2016 Outercurve Foundation</copyright>
<licenseUrl>http://wixtoolset.org/about/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -32,7 +32,16 @@ With Burn, the WiX bootstrapper, you can create setup bundles that install prere
The WiX SDK includes managed and native libraries that make it easier to write code that works with Windows Installer, including custom actions in both C# and C++.
]]></description>
<releaseNotes>Will be replaced by updater</releaseNotes>
<releaseNotes>WiX v3.14 is the latest recommended maintenance release of WiX v3; it contains mitigations in all versions of WiX v3 for a vulnerability affecting all bundles. We recommend upgrading to WiX v3.14--or WiX v4.0--as soon as possible.

For more information about the vulnerability, see [WiX Security Releases Available](https://www.firegiant.com/blog/2024/2/6/wix-security-releases-available/).

### Files

* wix314.exe is the installer for the WiX Toolset build tools.
* wix314exe.zip contains the wix311.exe installer inside a .zip file, useful if your IT department prevents direct downloading of .exe files.
* wix314-binaries.zip contains the files that make up the WiX Toolset and is useful if you don't want to install the toolset -- for example, if you're just checking WiX into source control.
* wix314-debug.zip contains a reference copy of the WiX source code and symbol (.pdb) files, both of which are useful when debugging problems with WiX.</releaseNotes>
<dependencies>
<dependency id="dotnet3.5" version="3.5.20160716" />
</dependencies>
Expand Down

0 comments on commit ac45609

Please sign in to comment.