Skip to content

Commit dd26e03

Browse files
GitLab Release Tools BotClemens Beck
andcommitted
Merge branch 'security-update-libxml2-master' into 'master'
Update libxml2 from 2.10.4 to 2.12.3 See merge request https://gitlab.com/gitlab-org/security/omnibus-gitlab/-/merge_requests/402 Merged-by: GitLab Release Tools Bot <[email protected]> Approved-by: Costel Maxim <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Clemens Beck <[email protected]>
2 parents 81034e2 + 18f0dcc commit dd26e03

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config/software/libxml2.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
name 'libxml2'
18-
default_version '2.10.4'
18+
default_version '2.12.3'
1919

2020
license 'MIT'
2121
license_file 'COPYING'
@@ -26,10 +26,10 @@
2626
dependency 'liblzma'
2727
dependency 'config_guess'
2828

29-
# version_list: url=https://download.gnome.org/sources/libxml2/2.10/ filter=*.tar.xz
30-
version('2.10.4') { source sha256: 'ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45' }
29+
# version_list: url=https://download.gnome.org/sources/libxml2/2.12/ filter=*.tar.xz
30+
version('2.12.3') { source sha256: '8c8f1092340a89ff32bc44ad5c9693aff9bc8a7a3e161bb239666e5d15ac9aaa' }
3131

32-
source url: "https://download.gnome.org/sources/libxml2/2.10/libxml2-#{version}.tar.xz"
32+
source url: "https://download.gnome.org/sources/libxml2/2.12/libxml2-#{version}.tar.xz"
3333

3434
relative_path "libxml2-#{version}"
3535

config/software/libxslt.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
name 'libxslt'
18-
default_version '1.1.35'
18+
default_version '1.1.39'
1919

2020
license 'MIT'
2121
license_file 'COPYING'
@@ -26,7 +26,7 @@
2626
dependency 'config_guess'
2727

2828
# versions_list: url=https://download.gnome.org/sources/libxslt/1.1/ filter=*.tar.xz
29-
version('1.1.35') { source sha256: '8247f33e9a872c6ac859aa45018bc4c4d00b97e2feac9eebc10c93ce1f34dd79' }
29+
version('1.1.39') { source sha256: '2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0' }
3030

3131
source url: "https://download.gnome.org/sources/libxslt/1.1/libxslt-#{version}.tar.xz"
3232

0 commit comments

Comments
 (0)