Skip to content

Commit

Permalink
Merge pull request #434 from engineyard/FB-1200-Update-glibc-Version
Browse files Browse the repository at this point in the history
[FB-1200] Update glibc and libidn versions to latest stable versions
  • Loading branch information
Dimitris authored Jan 16, 2020
2 parents f56e9aa + 4422189 commit 4fc6331
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cookbooks/security_updates/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,14 @@
version '7.5_p1-r3'
notifies :restart, 'service[sshd]'
end

# FB-1200
package 'sys-libs/glibc' do
version '2.22-r8'
end

# FB-1200
package 'net-dns/libidn' do
version '1.30-r2'
end

0 comments on commit 4fc6331

Please sign in to comment.