From a4547b7708306a9c891a11d4477990d14606492c Mon Sep 17 00:00:00 2001 From: Ben Charlton Date: Wed, 11 Oct 2017 15:31:02 +0100 Subject: [PATCH] UrlRewrite 2.1 --- urlrewrite/tools/chocolateyinstall.ps1 | 8 ++++---- urlrewrite/urlrewrite.nuspec | 22 ++++++++++++---------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/urlrewrite/tools/chocolateyinstall.ps1 b/urlrewrite/tools/chocolateyinstall.ps1 index 6fe2626..b0a252f 100755 --- a/urlrewrite/tools/chocolateyinstall.ps1 +++ b/urlrewrite/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ $ErrorActionPreference = 'Stop'; $packageName= 'UrlRewrite' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'http://download.microsoft.com/download/5/4/9/54980B19-9C64-4E8E-A69C-615A88DFF8B7/rewrite_x86.msi' -$url64 = 'http://download.microsoft.com/download/C/9/E/C9E8180D-4E51-40A6-A9BF-776990D8BCA9/rewrite_amd64.msi' +$url = 'https://download.microsoft.com/download/6/8/F/68F82751-0644-49CD-934C-B52DF91765D1/rewrite_x86_en-US.msi' +$url64 = 'https://download.microsoft.com/download/D/D/E/DDE57C26-C62C-4C59-A1BB-31D58B36ADA2/rewrite_amd64_en-US.msi' $packageArgs = @{ packageName = $packageName @@ -18,9 +18,9 @@ $packageArgs = @{ validExitCodes= @(0, 3010, 1641) softwareName = 'IIS URL Rewrite Module 2' - checksum = '154a645dd10a9b22bf52ad161bac5199d284d5ec' + checksum = '51F504CD23E5AE0F084FEFEE7FAB0833F64F0B73' checksumType = 'sha1' - checksum64 = '6a98b994adcc2e8d21507bf2b8baffb402c17395' + checksum64 = 'D2542E2D398F0E95981EBF4E729F79EAF96E6691' checksumType64= 'sha1' } diff --git a/urlrewrite/urlrewrite.nuspec b/urlrewrite/urlrewrite.nuspec index 623aa41..9136e61 100755 --- a/urlrewrite/urlrewrite.nuspec +++ b/urlrewrite/urlrewrite.nuspec @@ -4,11 +4,11 @@ UrlRewrite URL Rewrite for IIS (Install) - 2.0.20160209 + 2.1.20171010 Microsoft Inc. Microsoft Inc. Installs URL Rewrite for IIS - IIS URL Rewrite 2.0 enables Web administrators to create powerful rules to implement URLs that are easier for users to remember and easier for search engines to find. By using rule templates, rewrite maps, .NET providers, and other functionality integrated into IIS Manager, Web administrators can easily set up rules to define URL rewriting behavior based on HTTP headers, HTTP response or request headers, IIS server variables, and even complex programmatic rules. In addition, Web administrators can perform redirects, send custom responses, or stop HTTP requests based on the logic expressed in the rewrite rules. + URL Rewrite 2.1 for IIS 7 extends its foundation of rule-based URL rewriting with new support for outbound rewrite rules and with new capability to set HTTP request headers and IIS server variables. This new set of features provides administrators with complete control over the URL structure used by existing or legacy web applications that cannot be modified to natively support user and search engine friendly URLs. http://www.iis.net/extensions/URLRewrite https://github.com/bcc/choco-packages @@ -18,16 +18,18 @@ true http://www.microsoft.com/web/media/gallery/apps-screenshots/Microsoft-URLRewrite.png - #### 2.0.20160107 +#### 2.1.20171010 + * Installs rewrite.dll 7.1.1980 (June 2017). + * Switching to HTTPS download URLs. - * Renaming unreleased package to UrlRewrite for compatibility with existing chocolatey.org package. - * Installs rewrite.dll 7.1.1952 (May 2015), updating 7.1.0761 (February 2010) from the 2.0.2 chocolatey package. - * Installation is now silent. - - #### 2.0.20160209 +#### 2.0.20160107 + * Renaming unreleased package to UrlRewrite for compatibility with existing chocolatey.org package. + * Installs rewrite.dll 7.1.1952 (May 2015), updating 7.1.0761 (February 2010) from the 2.0.2 chocolatey package. + * Installation is now silent. - * Added github URLs to manifest. - * Cosmetic package name change for consistency with previous chocolatey.org versions. +#### 2.0.20160209 + * Added github URLs to manifest. + * Cosmetic package name change for consistency with previous chocolatey.org versions.