Skip to content

Commit

Permalink
AU: 4 updated - openvpn stunnel vscode-jupyter vscode-pylance
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 17, 2022
1 parent 2e408a4 commit 93c2a2d
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion automatic/openvpn/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/OpenVPN/openvpn/blob/master/COPYING)
[![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-v2.5.5-blue.svg)](https://openvpn.net/community-downloads)
[![Software version](https://img.shields.io/badge/source-v2.5.6-blue.svg)](https://openvpn.net/community-downloads)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/openvpn?label=Chocolatey)](https://chocolatey.org/packages/openvpn)

OpenVPN is a full-featured open source SSL VPN solution that accommodates a wide
Expand Down
24 changes: 12 additions & 12 deletions automatic/openvpn/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ be verified by:

https://openvpn.net/community-downloads

and download the installer OpenVPN-2.5.5-I602-x86.msi or
OpenVPN-2.5.5-I602-amd64.msi using the relevant links on the page.
and download the installer OpenVPN-2.5.6-I601-x86.msi or
OpenVPN-2.5.6-I601-amd64.msi using the relevant links on the page.

Alternatively the installers can be downloaded directly from

https://swupdate.OpenVPN-2.5.5-I602-x86.msi
https://swupdate.OpenVPN-2.5.5-I602-amd64.msi
https://swupdate.OpenVPN-2.5.6-I601-x86.msi
https://swupdate.OpenVPN-2.5.6-I601-amd64.msi

2. The installers can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha512 OpenVPN-2.5.5-I602-x86.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha512 -f OpenVPN-2.5.5-I602-x86.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha512 OpenVPN-2.5.6-I601-x86.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha512 -f OpenVPN-2.5.6-I601-x86.msi

File32: OpenVPN-2.5.5-I602-x86.msi
File32: OpenVPN-2.5.6-I601-x86.msi
Type32: sha512
Checksum32: 425240A30B084F8384344F4FB7476E3F2E7AD922D710CD0007C63AC15054E9BF2369EE866714B1C96A8D6A8E5187C174F850A7D65C74B80E768C719AB1C858FD
Checksum32: 41CD88330A696006297FB065EC7F43325CCDC1012AEEEEB6EB23EC41C5E14C67F4BADD9EFFB6B2ABDE468488237ECF835BA2CD750F487521CF0FF030F4BBF11D

- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha512 OpenVPN-2.5.5-I602-amd64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha512 -f OpenVPN-2.5.5-I602-amd64.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha512 OpenVPN-2.5.6-I601-amd64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha512 -f OpenVPN-2.5.6-I601-amd64.msi

File64: OpenVPN-2.5.5-I602-amd64.msi
File64: OpenVPN-2.5.6-I601-amd64.msi
Type64: sha512
Checksum64: 249D2309FF485079D20C78F7C61BACAE81C409CD287A1FB9677FDD431531A2350FF338785C3C9E86B1AA9F698FF8672D0EA32D28E5134D760AAFA0142DB63B8C
Checksum64: 59E21093C12857B21306EBFF15FCAFF5D2E97C68E0EB786A31D59E67F2EFAF527675ABCD0DA1DAC82CDEE72D236E4D8B8C51BAC71A8E8DA8DF563A7163511BCB

Contents of file LICENSE.txt is obtained from https://openvpn.net/license
4 changes: 2 additions & 2 deletions automatic/openvpn/openvpn.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>openvpn</id>
<version>2.5.5</version>
<version>2.5.6</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/openvpn</packageSourceUrl>
<owners>dgalbraith,wget,Okhoshi</owners>
<title>OpenVPN - Open Source SSL VPN Solution</title>
Expand Down Expand Up @@ -81,7 +81,7 @@ To have Chocolatey remember parameters on upgrade, be sure to set `choco feature
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/OpenVPN/openvpn/releases/tag/v2.5.5</releaseNotes>
<releaseNotes>https://github.com/OpenVPN/openvpn/releases/tag/v2.5.6</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.5.1" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/openvpn/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

$file32 = Join-Path $toolsDir 'OpenVPN-2.5.5-I602-x86.msi'
$file64 = Join-Path $toolsDir 'OpenVPN-2.5.5-I602-amd64.msi'
$file32 = Join-Path $toolsDir 'OpenVPN-2.5.6-I601-x86.msi'
$file64 = Join-Path $toolsDir 'OpenVPN-2.5.6-I601-amd64.msi'

$silentArgs = '/qn /norestart'

Expand Down
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.62-blue.svg)](https://www.stunnel.org/downloads.html)
[![Software version](https://img.shields.io/badge/Source-v5.63-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.62-win64-installer.exe using the links in the relevant assets section of the page.
and download the installer stunnel-5.63-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.62-win64-installer.exe
https://www.stunnel.org/downloads/stunnel-5.63-win64-installer.exe

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

File64: stunnel-5.62-win64-installer.exe
File64: stunnel-5.63-win64-installer.exe
Type64: sha256
Checksum64: FBFCC5759344BCAFFF9FF3BC6CF56C7FB75CB1244B76D4934C5D9A3EB7EEE32D
Checksum64: 723F54C28073F17B1AC095A2AB9922735C69F73FBA6144A5C68CC160DC673B10

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.62</version>
<version>5.63</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.62-win64-installer.exe"
File = "$toolsDir\stunnel-5.63-win64-installer.exe"
SilentArgs = '/S'
ValidExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ modifications may be needed in the VS Code language extensions.

## Notes

* This package requires Visual Studio Code 1.64.0 or newer.
* This package requires Visual Studio Code 1.66.0-insider or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
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@2022.3.1000762011'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.3.1000771005'
4 changes: 2 additions & 2 deletions 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>2022.3.1000762011</version>
<version>2022.3.1000771005</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 All @@ -29,7 +29,7 @@ modifications may be needed in the VS Code language extensions.
## Notes
* This package requires Visual Studio Code 1.64.0 or newer.
* This package requires Visual Studio Code 1.66.0-insider or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2022.3.1"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2022.3.2"
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/vscode-pylance.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-pylance</id>
<version>2022.3.1</version>
<version>2022.3.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down

0 comments on commit 93c2a2d

Please sign in to comment.