Skip to content

Commit

Permalink
AU: 2 updated - stunnel vscode-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 6, 2024
1 parent 0b0a32e commit 46e5155
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.71-blue.svg)](https://www.stunnel.org/downloads.html)
[![Software version](https://img.shields.io/badge/Source-v5.72-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.71-win64-installer.exe using the links in the relevant assets section of the page.
and download the installer stunnel-5.72-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.71-win64-installer.exe
https://www.stunnel.org/downloads/stunnel-5.72-win64-installer.exe

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

File64: stunnel-5.71-win64-installer.exe
File64: stunnel-5.72-win64-installer.exe
Type64: sha256
Checksum64: 945DF5118473BCBF1ECDC5561FD6F26743C5DD1FD82E1A25199D0FD5C39A9373
Checksum64: 1037C53F8AB590C2F3001E54CF381C3EA4225E9670B03870191383060E6851E7

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.71</version>
<version>5.72</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.71-win64-installer.exe"
File = "$toolsDir\stunnel-5.72-win64-installer.exe"
SilentArgs = '/S'
ValidExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.2.2024020201'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.2.2024020501'
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/vscode-jupyter.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>vscode-jupyter</id>
<version>2024.2.2024020201</version>
<version>2024.2.2024020501</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Visual Studio Jupyter VSCode Extension</title>
Expand Down

0 comments on commit 46e5155

Please sign in to comment.