wok-next diff hicolor-icon-theme/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents 0cbe4b1f2230
children
line diff
     1.1 --- a/hicolor-icon-theme/receipt	Mon Dec 03 14:47:30 2018 +0200
     1.2 +++ b/hicolor-icon-theme/receipt	Sat Dec 21 08:55:46 2019 +0000
     1.3 @@ -11,13 +11,12 @@
     1.4  
     1.5  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.6  WGET_URL="https://icon-theme.freedesktop.org/releases/$TARBALL"
     1.7 +TARBALL_SHA1="192d95efc13adf1fd35442d086733df25826cf2c"
     1.8 +
     1.9 +COPY="index.theme 16x16/"
    1.10  
    1.11  compile_rules() {
    1.12  	./configure $CONFIGURE_ARGS &&
    1.13  	make &&
    1.14  	make install
    1.15  }
    1.16 -
    1.17 -genpkg_rules() {
    1.18 -	copy index.theme 16x16/
    1.19 -}