diff --git a/vm/chef/cookbooks/liferay/attributes/default.rb b/vm/chef/cookbooks/liferay/attributes/default.rb index 901aac3677..631cc99e1b 100644 --- a/vm/chef/cookbooks/liferay/attributes/default.rb +++ b/vm/chef/cookbooks/liferay/attributes/default.rb @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,13 +12,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['liferay']['version'] = '7.4.3.72-ga72' +default['liferay']['version'] = '7.4.3.125-ga125' # SHA1 value check for liferay SOURCE, the cookbook download it from # https://github.com/liferay/liferay-portal/archive/refs/tags/.tar.gz -default['liferay']['sha1']['source'] = '6ec72fa189386ee7e4886786cbf054479ec45479' +default['liferay']['sha1']['source'] = '4166db516f4da321e8828d7f306198a6f3c6d2fa' # SHA1 value check for liferay bundle, the cookbook download it from # https://github.com/liferay/liferay-portal/releases/download//liferay-ce-portal-tomcat--.tar.gz -default['liferay']['sha1']['bundle'] = 'a6c8882e14cf4ffe4ca609def4b3053b14ad1f50' +default['liferay']['sha1']['bundle'] = '19c06dd4a23527430b0de239042d0b96633e8fac' default['liferay']['packages'] = ['jq', 'zip'] default['liferay']['home'] = '/opt/liferay' diff --git a/vm/tests/solutions/spec/liferay/liferay_spec.rb b/vm/tests/solutions/spec/liferay/liferay_spec.rb index 0b642d0ef4..b0f06a92e1 100644 --- a/vm/tests/solutions/spec/liferay/liferay_spec.rb +++ b/vm/tests/solutions/spec/liferay/liferay_spec.rb @@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,12 +20,6 @@ end end -describe 'Liferay bundle should exists' do - describe file('/opt/liferay/readme.html') do - it { should exist } - end -end - describe 'Liferay service script should exists' do describe file('/etc/systemd/system/liferay.service') do it { should exist }