Skip to content

Commit 22c336a

Browse files
committed
Update openssh
1 parent fe08c18 commit 22c336a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2605
-8
lines changed

Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cookbook "apt", path: "./cookbooks/third-party/apt-7.5.22"
1111
cookbook "iptables", path: "./cookbooks/third-party/iptables-8.0.0"
1212
cookbook "line", path: "./cookbooks/third-party/line-4.5.13"
1313
cookbook "nfs", path: "./cookbooks/third-party/nfs-5.1.2"
14-
cookbook "openssh", path: "./cookbooks/third-party/openssh-2.11.12"
14+
cookbook "openssh", path: "./cookbooks/third-party/openssh-2.11.15"
1515
cookbook "pyenv", path: "./cookbooks/third-party/pyenv-4.2.3"
1616
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.13"
1717
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-awsbatch/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cookbook "apt", path: "../third-party/apt-7.5.22"
1616
cookbook "iptables", path: "../third-party/iptables-8.0.0"
1717
cookbook "line", path: "../third-party/line-4.5.13"
1818
cookbook "nfs", path: "../third-party/nfs-5.1.2"
19-
cookbook "openssh", path: "../third-party/openssh-2.11.12"
19+
cookbook "openssh", path: "../third-party/openssh-2.11.15"
2020
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
2121
cookbook "yum", path: "../third-party/yum-7.4.13"
2222
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-awsbatch/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
depends 'iptables', '~> 8.0.0'
1414
depends 'nfs', '~> 5.1.2'
1515
depends 'line', '~> 4.5.13'
16-
depends 'openssh', '~> 2.11.12'
16+
depends 'openssh', '~> 2.11.15'
1717
depends 'pyenv', '~> 4.2.3'
1818
depends 'yum', '~> 7.4.13'
1919
depends 'yum-epel', '~> 5.0.2'

cookbooks/aws-parallelcluster-entrypoints/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cookbook "apt", path: "../third-party/apt-7.5.22"
1313
cookbook "iptables", path: "../third-party/iptables-8.0.0"
1414
cookbook "line", path: "../third-party/line-4.5.13"
1515
cookbook "nfs", path: "../third-party/nfs-5.1.2"
16-
cookbook "openssh", path: "../third-party/openssh-2.11.12"
16+
cookbook "openssh", path: "../third-party/openssh-2.11.15"
1717
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
1818
cookbook "yum", path: "../third-party/yum-7.4.13"
1919
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-shared/recipes/setup_envars.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Copyright:: 2013-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
88
#
99
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the
10-
# License. A copy of the License is located at
10+
# License. A copy of the License is located atd
1111
#
1212
# http://aws.amazon.com/apache2.0/
1313
#

cookbooks/aws-parallelcluster-slurm/Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cookbook "apt", path: "../third-party/apt-7.5.22"
1010
cookbook "iptables", path: "../third-party/iptables-8.0.0"
1111
cookbook "line", path: "../third-party/line-4.5.13"
1212
cookbook "nfs", path: "../third-party/nfs-5.1.2"
13-
cookbook "openssh", path: "../third-party/openssh-2.11.12"
13+
cookbook "openssh", path: "../third-party/openssh-2.11.15"
1414
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
1515
cookbook "yum", path: "../third-party/yum-7.4.13"
1616
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-slurm/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
depends 'iptables', '~> 8.0.0'
1414
depends 'line', '~> 4.5.13'
1515
depends 'nfs', '~> 5.1.2'
16-
depends 'openssh', '~> 2.11.12'
16+
depends 'openssh', '~> 2.11.15'
1717
depends 'pyenv', '~> 4.2.3'
1818
depends 'yum', '~> 7.4.13'
1919
depends 'yum-epel', '~> 5.0.2'
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root=true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
11+
# 2 space indentation
12+
indent_style = space
13+
indent_size = 2
14+
15+
# Avoid issues parsing cookbook files later
16+
charset = utf-8
17+
18+
# Avoid cookstyle warnings
19+
trim_trailing_whitespace = true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
use chefworkstation
2+
export KITCHEN_GLOBAL_YAML=kitchen.global.yml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

0 commit comments

Comments
 (0)