Skip to content

Commit

Permalink
AU: 4 updated - dropbox tixati tixati.portable wixtoolset
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 23, 2024
1 parent 6ece554 commit 05f725f
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "196.3.6775-beta",
"beta": "196.3.6817-beta",
"stable": "195.4.4995"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>195.4.4995</version>
<version>196.3.6817-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '195.4.4995'
$version = '196.3.6817'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.4.4995%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.4.4995%20Offline%20Installer.x64.exe'
checksum = 'bf18f90c817657093c09f8f705b3ad5cdf1be58c05852f1f371066634c25894d'
checksum64 = '435daec790900683e924271f136fc578cdb50449ca94634c76ddf62f7a2db4e1'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20196.3.6817%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20196.3.6817%20Offline%20Installer.x64.exe'
checksum = '2bed30a70f718a7708e40768150a6997f9b96417c62ac79082044bf8233c3d1c'
checksum64 = '483164fb70463248e5d6d48a53e62bf0b4111745cdda7efd8ce083887dbdd3aa'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/tixati.portable/tixati.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati.portable</id>
<title>Tixati Portable</title>
<version>3.23</version>
<version>3.24</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey-community</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/tixati.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = 'tixati.portable'
url = 'https://download2.tixati.com/download/tixati-3.23-1.portable.zip'
checksum = '784dfb37d94e446a8e9b67aa3436383d4c7b3bb35b83cbd235cbc2b3ef56b61d'
url = 'https://download2.tixati.com/download/tixati-3.24-1.portable.zip'
checksum = '5c5f81e4a4e144a2b8f63c01e2969234ffaf6503f889b101e49825d09bbe0e8e'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tixati/tixati.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati</id>
<title>Tixati</title>
<version>3.23</version>
<version>3.24</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/tixati/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$fileName = 'tixati-3.23-1.install.exe'
$fileName = 'tixati-3.24-1.install.exe'
$dlDir = "$Env:TEMP\chocolatey\$($Env:ChocolateyPackageName)\$($Env:ChocolateyPackageVersion)"

$packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileFullPath = Join-path $dlDir $fileName
url = 'https://download1.tixati.com/download/tixati-3.23-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-3.23-1.win64-install.exe'
checksum = '6828b883fba05289e57c42319e02510d4da7b7e837b87f73c30747513d3f4911'
checksum64 = 'e2fcb032752965027c115199fd70e2e4ce17643ff8a50498a9dceb95622604ee'
url = 'https://download1.tixati.com/download/tixati-3.24-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-3.24-1.win64-install.exe'
checksum = '2d952934bdb5458ea76318a67cc9148c7c5d45979b91d4844050456af3ce9375'
checksum64 = 'd09ad1cdc901461df96553ed876caa785b06b60cbb586eb4f50fa89c45ea615e'
checksumType = 'sha256'
}

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/wix314rtm>
located at <https://github.com/wixtoolset/wix3/releases/tag/wix3141rtm>
and can be verified by doing the following:

1. Download the following <https://github.com/wixtoolset/wix3/releases/download/wix314rtm/wix314.exe>
1. Download the following <https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/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: 704439EA88FC9E5A3647EEDEEB45943F9A392E3D209F58512280130096847937
checksum: 6BF6D03D6923D9EF827AE1D943B90B42B8EBB1B0F68EF6D55F868FA34C738A29

The file 'LICENSE.txt' have been obtained from <https://github.com/wixtoolset/wix3/blob/a83b2130299ef95c9b0ec5c6d80bf34cc4722dfb/LICENSE.TXT>
6 changes: 3 additions & 3 deletions automatic/wixtoolset/wixtoolset.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>wixtoolset</id>
<version>3.14.0</version>
<version>3.14.1</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>
Expand Down Expand Up @@ -32,9 +32,9 @@ 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>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.
<releaseNotes>WiX v3.14.1 is the latest recommended maintenance release of WiX v3; it contains mitigations in all versions of WiX v3 for a vulnerability affecting all bundles and a WiX custom action. We recommend upgrading to WiX v3.14.1--or the latest 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/).
For more information about the vulnerability, see the [FireGiant blog](https://www.firegiant.com/blog/2024/3/22/wix-security-releases-available-redux/).

### Files

Expand Down

0 comments on commit 05f725f

Please sign in to comment.