Skip to content

Commit

Permalink
AU: 3 updated - dropbox nmap smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 20, 2018
1 parent f74305d commit 8527a00
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 17 deletions.
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>46.3.59-beta</version>
<version>46.3.60-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2046.3.59%20Offline%20Installer.exe'
checksum = '7917e99b454c6a4bd30c57772101cf2380caa7842332ce133cadf26a1d55cfc6'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2046.3.60%20Offline%20Installer.exe'
checksum = '6cf0c7193dcc8d51613c091639aea31ddc2ca462f8c325676574eb348f3a452c'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
6 changes: 3 additions & 3 deletions automatic/nmap/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://nmap.org/dist/nmap-7.60-setup.exe
x32: https://nmap.org/dist/nmap-7.70-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: 5DBE89981A8D567E5B9B935FBF8019885E7347F45C5AF69CAB21E8DCAFEE3393
checksum32: 7828197E66F5F6EFB0C89D21CDF3C34769DA525437147EEA72CF713A6D4E7A11

Using AU:

Get-RemoteChecksum https://nmap.org/dist/nmap-7.60-setup.exe
Get-RemoteChecksum https://nmap.org/dist/nmap-7.70-setup.exe

File 'LICENSE.txt' is obtained from:
https://svn.nmap.org/nmap-releases/nmap-7.31/COPYING
9 changes: 5 additions & 4 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.60</version>
<version>7.70</version>
<title>Nmap</title>
<authors>Fyodor</authors>
<owners>chocolatey zippy1981 ferventcoder</owners>
Expand All @@ -12,7 +12,7 @@
<projectSourceUrl>https://svn.nmap.org/</projectSourceUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/a0850d2be498cbb87f9f0fd7c84bc1eafd4e58ba/icons/nmap.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts. Nmap runs on all major computer operating systems, and official binary packages are available for Linux, Windows, and Mac OS X. In addition to the classic command-line Nmap executable, the Nmap suite includes an advanced GUI and results viewer (Zenmap), a flexible data transfer, redirection, and debugging tool (Ncat), a utility for comparing scan results (Ndiff), and a packet generation and response analysis tool (Nping).
<description><![CDATA[Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts. Nmap runs on all major computer operating systems, and official binary packages are available for Linux, Windows, and Mac OS X. In addition to the classic command-line Nmap executable, the Nmap suite includes an advanced GUI and results viewer (Zenmap), a flexible data transfer, redirection, and debugging tool (Ncat), a utility for comparing scan results (Ndiff), and a packet generation and response analysis tool (Nping).

## Features

Expand All @@ -21,8 +21,9 @@
- Version detection - Interrogating network services on remote devices to determine application name and version number.
- 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.60</releaseNotes>

]]></description>
<releaseNotes>https://nmap.org/changelog.html#7.70</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
4 changes: 2 additions & 2 deletions automatic/nmap/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'nmap'
fileType = 'exe'
file = "$toolsDir\nmap-7.60-setup.exe"
file = "$toolsDir\nmap-7.70-setup.exe"
silentArgs = '/S'
validExitCodes = @(0, 1223)
}
Install-ChocolateyInstallPackage @packageArgs
rm $embedded_path -ea 0
Remove-Item $embedded_path -ea 0

$packageName = $packageArgs.packageName
$installLocation = Get-AppInstallLocation $packageName
Expand Down
4 changes: 2 additions & 2 deletions automatic/nmap/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $softwareNamePattern = 'Nmap *'

[array] $key = Get-UninstallRegistryKey $softwareNamePattern
if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs = @{
packageName = $packageName
silentArgs = "/x86=0 /S"
Expand All @@ -25,6 +25,6 @@ elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
$key | ForEach-Object {Write-Warning "- $_.DisplayName"}
}

2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2560.0</version>
<version>9.0.2561.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '728a55125d027114e895e11104685058a94c66895ca0ec7b7464f3f2af4fe3d3'
checksum64 = '8081e6079be9f0a47178d50eac4fe07d716fb88dffa6e97002ae6cdecbbd06a6'
checksum = '99b6701fc3f1dfb222995415fa6506dcba6443dbb3f760b5b76c5159f46c21db'
checksum64 = 'ab1aff22700a7e8dbd2bb0615c0b74265e1518f4411e64e17ce7c0a7f74b52a1'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 8527a00

Please sign in to comment.