# HG changeset patch # User Pascal Bellard # Date 1591198569 0 # Node ID ae73fb35f0cf9429b9f9379b0935f451bf72f00f # Parent 376c63dc731bab11b4110c219b46317eea685efd Up clamav (0.102.1), fontconfig (2.13.1), fuse (2.9.9) diff -r 376c63dc731b -r ae73fb35f0cf clamav-dev/receipt --- a/clamav-dev/receipt Mon Jun 01 10:44:24 2020 +0000 +++ b/clamav-dev/receipt Wed Jun 03 15:36:09 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="clamav-dev" -VERSION="0.102.1" +VERSION="0.102.3" CATEGORY="development" TAGS="antivirus" SHORT_DESC="Clamav dev files." diff -r 376c63dc731b -r ae73fb35f0cf clamav/receipt --- a/clamav/receipt Mon Jun 01 10:44:24 2020 +0000 +++ b/clamav/receipt Wed Jun 03 15:36:09 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="clamav" -VERSION="0.102.1" +VERSION="0.102.3" CATEGORY="security" TAGS="antivirus" SHORT_DESC="Antivirus." diff -r 376c63dc731b -r ae73fb35f0cf fontconfig-dev/receipt --- a/fontconfig-dev/receipt Mon Jun 01 10:44:24 2020 +0000 +++ b/fontconfig-dev/receipt Wed Jun 03 15:36:09 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="fontconfig-dev" -VERSION="2.10.91" +VERSION="2.13.1" CATEGORY="development" SHORT_DESC="Font configuration utilities and library devel files" MAINTAINER="pankso@slitaz.org" diff -r 376c63dc731b -r ae73fb35f0cf fontconfig/receipt --- a/fontconfig/receipt Mon Jun 01 10:44:24 2020 +0000 +++ b/fontconfig/receipt Wed Jun 03 15:36:09 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="fontconfig" -VERSION="2.10.91" +VERSION="2.13.1" CATEGORY="x-window" SHORT_DESC="Font configuration utilities and library" MAINTAINER="pankso@slitaz.org" @@ -12,7 +12,7 @@ HOST_ARCH="i486 arm" DEPENDS="bzlib expat freetype libxml2" -BUILD_DEPENDS="libxml2-dev freetype-dev liblzma-dev" +BUILD_DEPENDS="libxml2-dev freetype-dev liblzma-dev gperf" # Rules to configure and make the package. compile_rules() diff -r 376c63dc731b -r ae73fb35f0cf fuse-dev/receipt --- a/fuse-dev/receipt Mon Jun 01 10:44:24 2020 +0000 +++ b/fuse-dev/receipt Wed Jun 03 15:36:09 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="fuse-dev" -VERSION="2.9.3" +VERSION="2.9.9" CATEGORY="development" SHORT_DESC="Fuse Filsystem devel files" MAINTAINER="pankso@slitaz.org" diff -r 376c63dc731b -r ae73fb35f0cf fuse/receipt --- a/fuse/receipt Mon Jun 01 10:44:24 2020 +0000 +++ b/fuse/receipt Wed Jun 03 15:36:09 2020 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="fuse" -VERSION="2.9.3" +VERSION="2.9.9" CATEGORY="system-tools" SHORT_DESC="Fuse Filsystem in user space." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://fuse.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WGET_URL="https://github.com/libfuse/libfuse/releases/download/fuse-$VERSION/$TARBALL" TAGS="filesystem" HOST_ARCH="i486 arm" diff -r 376c63dc731b -r ae73fb35f0cf gnutls/receipt --- a/gnutls/receipt Mon Jun 01 10:44:24 2020 +0000 +++ b/gnutls/receipt Wed Jun 03 15:36:09 2020 +0000 @@ -41,8 +41,6 @@ # --with-zlib ./configure \ ---with-libgcrypt \ ---with-zlib \ --disable-guile \ --with-default-trust-store-file="/etc/ssl/ca-bundle.crt" \ $CONFIGURE_ARGS ${ARCH_ARGS} && diff -r 376c63dc731b -r ae73fb35f0cf kdelibs/receipt --- a/kdelibs/receipt Mon Jun 01 10:44:24 2020 +0000 +++ b/kdelibs/receipt Wed Jun 03 15:36:09 2020 +0000 @@ -23,7 +23,7 @@ # Rules to configure and make the package. compile_rules() { -# sed -i '316,317d' kdeui/CMakeLists.txt # duplicate else + sed -i '316,317d' kdeui/CMakeLists.txt # duplicate else mkdir build && cd build && diff -r 376c63dc731b -r ae73fb35f0cf pekwm/receipt --- a/pekwm/receipt Mon Jun 01 10:44:24 2020 +0000 +++ b/pekwm/receipt Wed Jun 03 15:36:09 2020 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="Very light, configurable and themable window manager for X." MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://www.pekwm.org/" +WEB_SITE="https://www.pekwm.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/pekdon/$PACKAGE/archive/release-$VERSION.tar.gz"