wok diff libexif/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 f8a963794d31
children 5db546345599
line diff
     1.1 --- a/libexif/receipt	Thu Sep 16 13:07:33 2021 +0000
     1.2 +++ b/libexif/receipt	Fri Dec 02 10:26:08 2022 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libexif"
     1.7 -VERSION="0.6.22"
     1.8 +VERSION="0.6.24"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Reads and writes EXIF metainformation from and to image files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13 -WEB_SITE="http://libexif.sourceforge.net/"
    1.14 +WEB_SITE="https://libexif.github.io/"
    1.15  
    1.16 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/$PACKAGE-${VERSION//./_}-release/$TARBALL"
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.19 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    1.20  
    1.21  HOST_ARCH="i486 arm"
    1.22  
    1.23 @@ -22,18 +22,15 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	ln -s /bin/sh /usr/bin/sh
    1.28  	./configure		\
    1.29  		--prefix=/usr	\
    1.30  		$CONFIGURE_ARGS &&
    1.31 -	make -j 1 &&
    1.32 -	make DESTDIR=$DESTDIR install
    1.33 -	rm /usr/bin/sh
    1.34 +	make &&
    1.35 +	make install DESTDIR=$DESTDIR
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41 -	mkdir -p $fs/usr/lib
    1.42 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.43 +	cook_copy_files	*.so*
    1.44  }