Skip to content

Commit

Permalink
AU: 1 updated - openvpn
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Nov 3, 2022
1 parent 0884abe commit f3b85fc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 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.7-blue.svg)](https://openvpn.net/community-downloads)
[![Software version](https://img.shields.io/badge/source-v2.5.8-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.7-I602-x86.msi or
OpenVPN-2.5.7-I602-amd64.msi using the relevant links on the page.
and download the installer OpenVPN-2.5.8-I601-x86.msi or
OpenVPN-2.5.8-I601-amd64.msi using the relevant links on the page.

Alternatively the installers can be downloaded directly from

https://swupdate.OpenVPN-2.5.7-I602-x86.msi
https://swupdate.OpenVPN-2.5.7-I602-amd64.msi
https://swupdate.OpenVPN-2.5.8-I601-x86.msi
https://swupdate.OpenVPN-2.5.8-I601-amd64.msi

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

File32: OpenVPN-2.5.7-I602-x86.msi
File32: OpenVPN-2.5.8-I601-x86.msi
Type32: sha512
Checksum32: F48D56C9E6A8FDEA5899509C55C53E4448150AF83AEC85A45BAB688DB2CEB74293DAD5085C883C2F44E2FE111FE5FCE4CFDA3A8BF465FFFF59FC6794EF70CC29
Checksum32: 7A7C2C33210BC8B75766218EAC5E63DF48C78C45888C8906C4DDE9625FB2223A92A63DC373D2FEDACECB950367887603DC585B5E8D62BECBEEE19ACA00693B54

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

File64: OpenVPN-2.5.7-I602-amd64.msi
File64: OpenVPN-2.5.8-I601-amd64.msi
Type64: sha512
Checksum64: 475889B8A718ED736B0B08AC80714D38A5FEB501242FCAC5382E1EF6FB34E669571720D0491E9954CD741BA314FF8F312B6636D681579110C72D305F952B7159
Checksum64: 5D5C6C46EB60F1A9B566223BCBF627425B594F3ABCF2E92FB34A3C3D5A8578C12F41BB81414D1633708D73EF2C75253B01B3BE1480EB36CEEC1226901195154B

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.7</version>
<version>2.5.8</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.7</releaseNotes>
<releaseNotes>https://github.com/OpenVPN/openvpn/releases/tag/v2.5.8</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.7-I602-x86.msi'
$file64 = Join-Path $toolsDir 'OpenVPN-2.5.7-I602-amd64.msi'
$file32 = Join-Path $toolsDir 'OpenVPN-2.5.8-I601-x86.msi'
$file64 = Join-Path $toolsDir 'OpenVPN-2.5.8-I601-amd64.msi'

$silentArgs = '/qn /norestart'

Expand Down

0 comments on commit f3b85fc

Please sign in to comment.