wok diff 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 (18 months ago)
parents e3a4df239f4e
children
line diff
     1.1 --- a/subversion-dev/receipt	Sun Apr 26 10:52:21 2020 +0100
     1.2 +++ b/subversion-dev/receipt	Fri Dec 02 10:26:08 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="subversion-dev"
     1.7 -VERSION="1.13.0"
     1.8 +VERSION="1.14.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Subversion Source Code Management access - development files."
    1.11  MAINTAINER="lehswe@gmail.com"
    1.12 @@ -14,8 +14,6 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -	
    1.18 -	cp -a $install/usr/include	$fs/usr
    1.19 -	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.20 +	cook_copy_folders	include
    1.21 +	cook_copy_files		*.*a
    1.22  }