wok view libsvn/receipt @ rev 25496

Up expat (2.5.0), CVE-2022-43680. Again.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:26:08 2022 +0000 (17 months ago)
parents 9be86beee5ec
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libsvn"
4 VERSION="1.14.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Subversion Source Code Management access."
7 MAINTAINER="lehswe@gmail.com"
8 LICENSE="Apache"
9 WEB_SITE="https://subversion.apache.org/"
11 DEPENDS="apr expat libcomerr libcomerr3 libgnutls libkrb5 libsasl
12 libsqlite libssl neon util-linux-uuid zlib"
13 WANTED="subversion"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.so*
19 }