wok view subversion-dev/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 e3a4df239f4e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="subversion-dev"
4 VERSION="1.14.2"
5 CATEGORY="development"
6 SHORT_DESC="Subversion Source Code Management access - development files."
7 MAINTAINER="lehswe@gmail.com"
8 LICENSE="Apache"
9 WEB_SITE="https://subversion.apache.org"
11 DEPENDS="libsvn"
12 WANTED="subversion"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 cook_copy_files *.*a
19 }