Skip to content
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "omnibus"]
path = omnibus
url = https://github.com/chef/chef-server-omnibus-config.git
branch = poorndm/update-omnibus-private
branch = CHEF-29962-CHEF-32135-CHEF-32178/lbaker
2 changes: 1 addition & 1 deletion omnibus
4 changes: 2 additions & 2 deletions omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
override :logrotate, version: "3.19.0"

# update `src/openresty-noroot/habitat/plan.sh` when updating this version.
override :openresty, version: "1.27.1.2"
#override :openresty, version: "1.27.1.2"

override :nokogiri, version: "1.18.9"
override :openssl, version: "3.2.4", fips_version: "3.1.2", fips_enabled: true
override :openssl, fips_version: "3.1.2", fips_enabled: true
4 changes: 2 additions & 2 deletions src/openresty-noroot/habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkg_name=openresty-noroot
pkg_origin=chef
pkg_version=1.27.1.1
pkg_version=1.29.2.3
pkg_description="Scalable Web Platform by Extending NGINX with Lua"
pkg_maintainer="The Chef Server Maintainers <support@chef.io>"
pkg_license=('BSD-2-Clause')
pkg_source=https://openresty.org/download/openresty-${pkg_version}.tar.gz
pkg_dirname=openresty-${pkg_version}
pkg_filename=openresty-${pkg_version}.tar.gz
pkg_upstream_url=http://openresty.org/
pkg_shasum=79b071e27bdc143d5f401d0dbf504de4420070d867538c5edc2546d0351fd5c0
pkg_shasum=315e49fa4568747fec4bdada9614d2ba287e7aed4b3430d7ea25685e24cc43ff
pkg_deps=(
core/bzip2
core/coreutils
Expand Down
Loading