mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-17 19:42:16 +01:00
main/libxslt: security upgrade to 1.1.43
https://gitlab.gnome.org/GNOME/libxslt/-/blob/v1.1.43/NEWS - CVE-2025-24855 - CVE-2024-55549
This commit is contained in:
parent
d068c3ff36
commit
5dfcdf83fa
@ -1,8 +1,8 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=libxslt
|
||||
pkgver=1.1.42
|
||||
pkgrel=1
|
||||
pkgver=1.1.43
|
||||
pkgrel=0
|
||||
pkgdesc="XML stylesheet transformation library"
|
||||
url="http://xmlsoft.org/XSLT/"
|
||||
arch="all"
|
||||
@ -20,6 +20,9 @@ subpackages="
|
||||
source="https://download.gnome.org/sources/libxslt/${pkgver%.*}/libxslt-$pkgver.tar.xz"
|
||||
|
||||
# secfixes:
|
||||
# 1.1.43-r0:
|
||||
# - CVE-2025-24855
|
||||
# - CVE-2024-55549
|
||||
# 1.1.35-r0:
|
||||
# - CVE-2021-30560
|
||||
# 1.1.34-r0:
|
||||
@ -56,7 +59,7 @@ check() {
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
|
||||
install -D -m644 Copyright -t "$pkgdir"/usr/share/licenses/$pkgname/
|
||||
}
|
||||
|
||||
dev() {
|
||||
@ -66,5 +69,5 @@ dev() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
02a2189b6cd65fa1fb929fc0e6868bc046bdd8827849f0048cdf9267ed9450745158cef0f2713a833e28fb520b312ff86dc5754dd423ce768c457bfd8812bdc7 libxslt-1.1.42.tar.xz
|
||||
96110b0397a8f5791f489127574e2143845feb61bea0581d7b7e3c1101fd0718483bae81a7ce417b971bd678293bfd95daddad0dadd3e256c87d41a69faed85a libxslt-1.1.43.tar.xz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user