From 8367bf644633eeb7493b5ce7511a7419827a9656 Mon Sep 17 00:00:00 2001 From: jrich-dev <78952520+jrich-dev@users.noreply.github.com> Date: Fri, 12 Feb 2021 09:23:01 +0100 Subject: [PATCH 1/4] update expected sha256 hash of CDM21228_Setup.zip update sha256 hash of setup file. Setup Package was probably modified after certificate of FTDI expired. Will happen again end of 2021 --- ftdi-drivers/tools/chocolateyinstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftdi-drivers/tools/chocolateyinstall.ps1 b/ftdi-drivers/tools/chocolateyinstall.ps1 index b2e33827d8..128d6da26a 100644 --- a/ftdi-drivers/tools/chocolateyinstall.ps1 +++ b/ftdi-drivers/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $packageArgs = @{ packageName = "$env:chocolateyPackageName" url = 'http://www.ftdichip.com/Drivers/CDM/CDM21228_Setup.zip' - checksum = 'b887670f18348f94426957f217051e30416ca3126f1333bfb5c120a8bae21db8' + checksum = '764A3C033FE4F29488A80EA92E7A0D284B8FC8ECE77BEF0F17D203BF8A6FEDFD' checksumType = 'sha256' UnzipLocation = "$env:TMP" } From 49e5c4f51eb1c59d7e8a143d9013c09df942bb7c Mon Sep 17 00:00:00 2001 From: Jan-Peter Richters Date: Fri, 12 Feb 2021 09:37:52 +0100 Subject: [PATCH 2/4] change URL to use https --- ftdi-drivers/tools/chocolateyinstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftdi-drivers/tools/chocolateyinstall.ps1 b/ftdi-drivers/tools/chocolateyinstall.ps1 index 128d6da26a..a1c582f118 100644 --- a/ftdi-drivers/tools/chocolateyinstall.ps1 +++ b/ftdi-drivers/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $packageArgs = @{ packageName = "$env:chocolateyPackageName" - url = 'http://www.ftdichip.com/Drivers/CDM/CDM21228_Setup.zip' + url = 'https://www.ftdichip.com/Drivers/CDM/CDM21228_Setup.zip' checksum = '764A3C033FE4F29488A80EA92E7A0D284B8FC8ECE77BEF0F17D203BF8A6FEDFD' checksumType = 'sha256' UnzipLocation = "$env:TMP" From ba4b90cb4a36e0c679cdaafb428d6444d5a28e80 Mon Sep 17 00:00:00 2001 From: Jan-Peter Richters Date: Mon, 15 Feb 2021 06:23:18 +0100 Subject: [PATCH 3/4] update URLs in nuspec file --- ftdi-drivers/ftdi-drivers.nuspec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ftdi-drivers/ftdi-drivers.nuspec b/ftdi-drivers/ftdi-drivers.nuspec index 5d79ef92f2..9bb1294b3f 100644 --- a/ftdi-drivers/ftdi-drivers.nuspec +++ b/ftdi-drivers/ftdi-drivers.nuspec @@ -3,17 +3,17 @@ ftdi-drivers - 2.12.28 - https://github.com/galeksandrp/chocolatey-packages/tree/ftdi-drivers - galeksandrp + 2.12.28.1 + https://github.com/jrich-dev/chocolatey-packages/tree/ftdi-drivers + jrich FTDI VCP and D2XX Drivers (Install) Future Technology Devices International Ltd. - http://www.ftdichip.com/FTDrivers.htm - http://www.ftdichip.com/Images/ftdi_1.gif - Copyright (c) 2018 Future Technology Devices International Ltd. - http://www.ftdichip.com/Drivers/FTDriverLicenceTermsSummary.htm + https://ftdichip.com/drivers/vcp-drivers/ + https://ftdichip.com/wp-content/uploads/2020/07/ftdi-chip-logo-approved.png + https://ftdichip.com/driver-licence-terms-details + Copyright © 2021 Future Technology Devices International Limited. false - http://www.ftdichip.com/Support/Documents/InstallGuides.htm + https://www.ftdichip.com/Support/Documents/InstallGuides.htm http://www.ftdichip.com/FTSupport.htm ftdi d2xx vcp usb uart converter admin This package contains Virtual COM Port and D2XX drivers for FTDI devices @@ -22,7 +22,7 @@ Virtual COM port (VCP) drivers cause the USB device to appear as an additional COM port available to the PC. Application software can access the USB device in the same way as it would access a standard COM port. D2XX drivers allow direct access to the USB device through a DLL. Application software can access the USB device through a series of DLL function calls. - http://www.ftdichip.com/Drivers/CDM/CDM%202%2012%2028%20Release%20Info.rtf + https://www.ftdichip.com/Drivers/CDM/CDM%202%2012%2028%20Release%20Info.rtf From 87d9411a8fed695da6b090e2f2f119554d3f9c47 Mon Sep 17 00:00:00 2001 From: Jan-Peter Richters Date: Thu, 13 Jun 2024 09:17:35 +0200 Subject: [PATCH 4/4] update package to version 2.12.36.4 --- ftdi-drivers/ftdi-drivers.nuspec | 6 +++--- ftdi-drivers/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ftdi-drivers/ftdi-drivers.nuspec b/ftdi-drivers/ftdi-drivers.nuspec index 9bb1294b3f..0472769575 100644 --- a/ftdi-drivers/ftdi-drivers.nuspec +++ b/ftdi-drivers/ftdi-drivers.nuspec @@ -3,14 +3,14 @@ ftdi-drivers - 2.12.28.1 + 2.12.36.4 https://github.com/jrich-dev/chocolatey-packages/tree/ftdi-drivers jrich FTDI VCP and D2XX Drivers (Install) Future Technology Devices International Ltd. https://ftdichip.com/drivers/vcp-drivers/ https://ftdichip.com/wp-content/uploads/2020/07/ftdi-chip-logo-approved.png - https://ftdichip.com/driver-licence-terms-details + https://ftdichip.com/driver-licence-terms/ Copyright © 2021 Future Technology Devices International Limited. false https://www.ftdichip.com/Support/Documents/InstallGuides.htm @@ -22,7 +22,7 @@ Virtual COM port (VCP) drivers cause the USB device to appear as an additional COM port available to the PC. Application software can access the USB device in the same way as it would access a standard COM port. D2XX drivers allow direct access to the USB device through a DLL. Application software can access the USB device through a series of DLL function calls. - https://www.ftdichip.com/Drivers/CDM/CDM%202%2012%2028%20Release%20Info.rtf + https://www.ftdichip.com/Driver/CDM/CDM%202%2012%2036.4%20Release%20Info.rtf diff --git a/ftdi-drivers/tools/chocolateyinstall.ps1 b/ftdi-drivers/tools/chocolateyinstall.ps1 index a1c582f118..d8c6427300 100644 --- a/ftdi-drivers/tools/chocolateyinstall.ps1 +++ b/ftdi-drivers/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $packageArgs = @{ packageName = "$env:chocolateyPackageName" - url = 'https://www.ftdichip.com/Drivers/CDM/CDM21228_Setup.zip' - checksum = '764A3C033FE4F29488A80EA92E7A0D284B8FC8ECE77BEF0F17D203BF8A6FEDFD' + url = 'https://ftdichip.com/wp-content/uploads/2021/08/CDM212364_Setup.zip' + checksum = '10C399AC784D2B68B1BB2BA598BAB7FE00CFDFD267B4CC14A3E3240FE9499FB1' checksumType = 'sha256' UnzipLocation = "$env:TMP" }