Skip to content

Commit

Permalink
AU: 5 updated - Firefox FirefoxESR nmap nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 14, 2017
1 parent e6c69e0 commit 16cbcfc
Show file tree
Hide file tree
Showing 12 changed files with 397 additions and 395 deletions.
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>53.0.3</version>
<version>54.0</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -36,7 +36,7 @@ This package installs Firefox in the first language which matches this list:
</description>
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
<tags>browser mozilla firefox admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/53.0.3/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/54.0/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.0" />
Expand Down
374 changes: 188 additions & 186 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageName = 'Firefox'
$softwareName = 'Mozilla Firefox'

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '53.0.3')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '54.0')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand All @@ -34,7 +34,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-53.0.3-SSL&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-54.0-SSL&os=win&lang=${locale}"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-ProcessorBits 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-53.0.3-SSL&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-54.0-SSL&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/firefoxesr/firefoxesr.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>52.1.2</version>
<version>52.2.0</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/organizations/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -34,7 +34,7 @@ Bringing together all kinds of awesomeness to make browsing better for you.
</description>
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
<tags>browser mozilla firefox admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/52.1.2/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/52.2.0/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/firefoxesr</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.0" />
Expand Down
368 changes: 184 additions & 184 deletions automatic/firefoxesr/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefoxesr/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageName = 'FirefoxESR'
$softwareName = 'Mozilla Firefox*ESR'

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '52.1.2')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '52.2.0')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand All @@ -33,7 +33,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-52.1.2esr-SSL&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-52.2.0esr-SSL&os=win&lang=${locale}"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -42,7 +42,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-ProcessorBits 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-52.1.2esr-SSL&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-52.2.0esr-SSL&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/nmap/nmap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>nmap</id>
<version>7.40</version>
<version>7.50</version>
<title>Nmap</title>
<authors>Fyodor</authors>
<owners>chocolatey zippy1981 ferventcoder</owners>
Expand All @@ -22,7 +22,7 @@
- OS detection - Determining the operating system and hardware characteristics of network devices.
- Scriptable interaction with the target - using Nmap Scripting Engine (NSE) and Lua programming language.
</description>
<releaseNotes>https://nmap.org/changelog.html#7.40</releaseNotes>
<releaseNotes>https://nmap.org/changelog.html#7.50</releaseNotes>
<copyright>Copyright 1996-2016</copyright>
<tags>nmap foss cross-platform port scanner network infosec</tags>
<docsUrl>https://nmap.org/docs.html</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/nmap/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERIFICATION
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Expand All @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://nmap.org/dist/nmap-7.40-setup.exe
x32: https://nmap.org/dist/nmap-7.50-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: C262DA5D2D19425C46FC0C1A3A029EC818B4CC5F9682704559EA25B7D9AB9D72
checksum32: 4DAE3455E44FACA2AB06E57D881D26AEE81CF5151325EFAE57143140C514EB50

Using AU:

Get-RemoteChecksum https://nmap.org/dist/nmap-7.40-setup.exe
Get-RemoteChecksum https://nmap.org/dist/nmap-7.50-setup.exe

File 'COPYING' is obtained from:
https://svn.nmap.org/nmap-releases/nmap-7.31/COPYING
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v8.1.0/node-v8.1.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v8.1.0/node-v8.1.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v8.1.1/node-v8.1.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v8.1.1/node-v8.1.1-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: A059B7D0625875BEEED10B15A0CF2E7F52C732E38A6E0CBA48074AC1F24A5B5D
checksum64: 012A874BFECB470875732264A03ACA6760667DBF32D447157FF5669ED862A529
checksum32: 1CDB4FAF6B06F24AD3BE0347027E0B76ABAC2D36F690506B1EE4E991F1268A51
checksum64: 8F83AB727C26C78B520E80FD53D0BD66CFA35E6770528B05A4885ECEE5AEF779

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>8.1.0</version>
<version>8.1.1</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v8.1.0-x86.msi"
$filePath64 = "$toolsPath\node-v8.1.0-x64.msi"
$filePath32 = "$toolsPath\node-v8.1.1-x86.msi"
$filePath64 = "$toolsPath\node-v8.1.1-x64.msi"
$installFile = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>8.1.0</version>
<version>8.1.1</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -28,7 +28,7 @@ If you want the **LTS** (Long Term Support) release of Node.js, install the [nod
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[8.1.0]" />
<dependency id="nodejs.install" version="[8.1.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 16cbcfc

Please sign in to comment.