Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade openresty-1.15.8.2 #79

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ driver:
provisioner:
name: chef_solo
log_level: info
chef_license: accept

platforms:
- name: ubuntu-16.04-chef-12
Expand Down
4 changes: 3 additions & 1 deletion Berksfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
site :opscode
source 'https://supermarket.chef.io'

metadata

cookbook 'seven_zip', '< 3.0.0'
4 changes: 2 additions & 2 deletions attributes/custom_pcre.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
# limitations under the License.
#

default['openresty']['pcre']['version'] = '8.41'
default['openresty']['pcre']['version'] = '8.43'
default['openresty']['pcre']['url'] = "https://sourceforge.net/projects/pcre/files/pcre/#{node['openresty']['pcre']['version']}/pcre-#{node['openresty']['pcre']['version']}.tar.bz2/download"
default['openresty']['pcre']['checksum'] = 'e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530'
default['openresty']['pcre']['checksum'] = '91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b'
4 changes: 2 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
#

# Download data
default['openresty']['source']['version'] = '1.13.6.2'
default['openresty']['source']['version'] = '1.15.8.2'
default['openresty']['source']['file_prefix'] = 'openresty'
default['openresty']['source']['checksum'] = '946e1958273032db43833982e2cec0766154a9b5cb8e67868944113208ff2942'
default['openresty']['source']['checksum'] = '436b4e84d547a97a18cf7a2522daf819da8087b188468946b5a89c0dd1ca5d16'
#use %{} for delayed interpolation
default['openresty']['source']['name'] = "%{file_prefix}-%{version}"
default['openresty']['source']['url'] = "https://openresty.org/download/%{name}.tar.gz"
Expand Down
4 changes: 2 additions & 2 deletions attributes/luarocks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# limitations under the License.
#

default['openresty']['luarocks']['version'] = '2.4.2'
default['openresty']['luarocks']['version'] = '3.2.1'
default['openresty']['luarocks']['url'] = "http://luarocks.org/releases/luarocks-#{node['openresty']['luarocks']['version']}.tar.gz"
default['openresty']['luarocks']['checksum'] = '0e1ec34583e1b265e0fbafb64c8bd348705ad403fe85967fd05d3a659f74d2e5'
default['openresty']['luarocks']['checksum'] = 'f27e20c9cdb3ffb991ccdb85796c36a0690566676f8e1a59b0d0ee6598907d04'
default['openresty']['luarocks']['default_rocks'] = Hash.new
2 changes: 1 addition & 1 deletion attributes/or_modules.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# LUAJIT Module
default['openresty']['or_modules']['luajit'] = true
default['openresty']['or_modules']['luajit_binary'] = '2.1.0-beta1'
default['openresty']['or_modules']['luajit_binary'] = '2.1.0-beta3'
# Iconv Module
default['openresty']['or_modules']['iconv'] = true
# Drizzle module
Expand Down