Skip to content

Commit

Permalink
AU: 1 updated - stunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 21, 2021
1 parent 674fd57 commit e6a51b4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/stunnel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/License-GPLv2-blue.svg)](https://github.com/mtrojnar/stunnel/blob/master/COPYING.md)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v5.57-blue.svg)](https://www.stunnel.org/downloads.html)
[![Software version](https://img.shields.io/badge/Source-v5.58-blue.svg)](https://www.stunnel.org/downloads.html)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/stunnel?label=Chocolatey)](https://chocolatey.org/packages/stunnel)

The **stunnel** program is designed to work as TLS encryption wrapper between remote clients and local (inetd-startable) or remote servers. The concept is that having non-TLS aware daemons running on your system you can easily set them up to communicate with clients over secure TLS channels.
Expand Down
12 changes: 6 additions & 6 deletions automatic/stunnel/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ be verified by:

https://www.stunnel.org/downloads.html

and download the installer stunnel-5.57-win64-installer.exe using the links in the relevant assets section of the page.
and download the installer stunnel-5.58-win64-installer.exe using the links in the relevant assets section of the page.

Alternatively the installer can be downloaded directly from

https://www.stunnel.org/downloads/stunnel-5.57-win64-installer.exe
https://www.stunnel.org/downloads/stunnel-5.58-win64-installer.exe

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm stunnel-5.57-win64-installer.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f stunnel-5.57-win64-installer.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm stunnel-5.58-win64-installer.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f stunnel-5.58-win64-installer.exe

File64: stunnel-5.57-win64-installer.exe
File64: stunnel-5.58-win64-installer.exe
Type64: sha256
Checksum64: 6BCABE757E72A26463B054E7BF14D661B3A6734B4FA60DCED491DE170008D78C
Checksum64: 92055A006A0D178A25CC29EF681AE32D4CEA3075C096ABC893C92BA6285D6908

Contents of file LICENSE.txt is obtained from https://www.stunnel.org/COPYING.html
2 changes: 1 addition & 1 deletion automatic/stunnel/stunnel.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>stunnel</id>
<version>5.57</version>
<version>5.58</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/stunnel</packageSourceUrl>
<owners>dgalbraith</owners>
<title>stunnel - SSL Encryption Wrapper</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/stunnel/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
File = "$toolsDir\stunnel-5.57-win64-installer.exe"
File = "$toolsDir\stunnel-5.58-win64-installer.exe"
SilentArgs = '/S'
ValidExitCodes = @(0)
}
Expand Down

0 comments on commit e6a51b4

Please sign in to comment.