# HG changeset patch # User Stanislas Leduc # Date 1668078706 0 # Node ID 39f7962e42108a07157ad1ce7b8212bb7ac25101 # Parent 991c0409f618195207bab1d3f8d0aaf9d479ebef Mass Rebuild of base packages diff -r 991c0409f618 -r 39f7962e4210 acl/receipt --- a/acl/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/acl/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -6,7 +6,8 @@ SHORT_DESC="Commands for Manipulating POSIX Access Control Lists." MAINTAINER="rcx@zoominternet.net" DEPENDS="glibc-base attr" -BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 libtool gettext attr-dev attr" +BUILD_DEPENDS="slitaz-toolchain bash autoconf automake m4 libtool \ +gettext attr-dev attr" TARBALL="${PACKAGE}-${VERSION}.src.tar.gz" WEB_SITE="http://savannah.nongnu.org/projects/acl/" WGET_URL="http://nongnu.askapache.com/$PACKAGE/$TARBALL" diff -r 991c0409f618 -r 39f7962e4210 advancecomp/receipt --- a/advancecomp/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/advancecomp/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="advancecomp" -VERSION="1.15" +VERSION="1.23" CATEGORY="system-tools" SHORT_DESC="Recompression utilities for .ZIP, .PNG, .MNG and .GZ" MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://advancemame.sourceforge.net/comp-readme.html" -WGET_URL="$SF_MIRROR/advancemame/$TARBALL" +WGET_URL="$SF_MIRROR/advancemame/advancecomp/$TARBALL" DEPENDS="gcc-lib-base zlib" BUILD_DEPENDS="zlib-dev" TAGS="compression archive" diff -r 991c0409f618 -r 39f7962e4210 attr/receipt --- a/attr/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/attr/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -6,10 +6,11 @@ SHORT_DESC="Commands for Manipulating Filesystem Extended Attributes." MAINTAINER="rcx@zoominternet.net" DEPENDS="glibc-base" -BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 libtool gettext" +BUILD_DEPENDS="slitaz-toolchain bash autoconf automake m4 libtool gettext" TARBALL="${PACKAGE}-${VERSION}.src.tar.gz" WEB_SITE="http://savannah.nongnu.org/projects/attr/" -WGET_URL="http://download.savannah.gnu.org/releases-noredirect/$PACKAGE/$TARBALL" +#WGET_URL="http://download.savannah.gnu.org/releases-noredirect/$PACKAGE/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/a/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 991c0409f618 -r 39f7962e4210 aufs-utils/receipt --- a/aufs-utils/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/aufs-utils/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://aufs.sourceforge.net/" -WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git" +#WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/a/$TARBALL" BRANCH="origin/aufs2.1" DEPENDS="aufs" diff -r 991c0409f618 -r 39f7962e4210 aufs/receipt --- a/aufs/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/aufs/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -8,7 +8,8 @@ WEB_SITE="http://aufs.sf.net/" PROVIDE="linux-aufs" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git" +#WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git" +WGET_URL="https://mirror.slitaz.org/sources/packages-4.0/a/$TARBALL" BRANCH="origin/${PACKAGE}2.1-37" DEPENDS="linux" diff -r 991c0409f618 -r 39f7962e4210 cookutils/receipt --- a/cookutils/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/cookutils/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -9,6 +9,7 @@ WEB_SITE="http://www.slitaz.org/" WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL" TAGS="slitaz" +CONFIG_FILES="/etc/slitaz/cook.site /etc/slitaz/cook.conf" # Rules to configure and make the package. compile_rules() diff -r 991c0409f618 -r 39f7962e4210 curl/receipt --- a/curl/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/curl/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://curl.haxx.se/" -WGET_URL="http://curl.haxx.se/download/$TARBALL" +#WGET_URL="http://curl.haxx.se/download/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/c/$TARBALL" DEPENDS="libssl libcurl zlib libidn" BUILD_DEPENDS="openssl-dev libidn-dev" diff -r 991c0409f618 -r 39f7962e4210 db/receipt --- a/db/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/db/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -24,6 +24,10 @@ # Rules to configure and make the package. compile_rules() { + # fix __atomic_compare_exchange name function + sed -i 's/__atomic_compare_exchange/__atomic_compare_exchange_db/g' \ + $src/dbinc/atomic.h + cd $src/build_unix ../dist/configure --enable-compat185 \ $CONFIGURE_ARGS && diff -r 991c0409f618 -r 39f7962e4210 dev86/receipt --- a/dev86/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/dev86/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -8,7 +8,8 @@ SOURCE="Dev86src" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.debath.co.uk/" -WGET_URL="${WEB_SITE}$PACKAGE/$TARBALL" +#WGET_URL="${WEB_SITE}$PACKAGE/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/D/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 991c0409f618 -r 39f7962e4210 dialog/receipt --- a/dialog/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/dialog/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -9,7 +9,8 @@ BUILD_DEPENDS="ncursesw-dev" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://invisible-island.net/dialog/" -WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL" +#WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/d/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -20,6 +21,7 @@ --sysconfdir=/etc \ --mandir=/usr/share/man \ --with-ncursesw \ + --enable-nls \ --enable-widec \ $CONFIGURE_ARGS && make && diff -r 991c0409f618 -r 39f7962e4210 dropbear/receipt --- a/dropbear/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/dropbear/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -10,7 +10,8 @@ BUILD_DEPENDS="zlib zlib-dev pam pam-dev" SUGGESTED="sftp-server" WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html" -WGET_URL="http://matt.ucc.asn.au/dropbear/releases/$TARBALL" +#WGET_URL="http://matt.ucc.asn.au/dropbear/releases/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/d/$TARBALL" CONFIG_FILES="/etc/dropbear" PROVIDE="ssh" TAGS="ssh" diff -r 991c0409f618 -r 39f7962e4210 e2fsprogs/receipt --- a/e2fsprogs/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/e2fsprogs/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -6,9 +6,10 @@ SHORT_DESC="Filesystem utilities for use with ext2/ext3/ext4 (without fsck*)." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.xz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://e2fsprogs.sourceforge.net/" -WGET_URL="https://www.kernel.org/pub/linux/kernel/people/tytso/$PACKAGE/v$VERSION/$TARBALL" +#WGET_URL="https://www.kernel.org/pub/linux/kernel/people/tytso/$PACKAGE/v$VERSION/$TARBALL" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="libcomerr util-linux-ng-blkid util-linux-ng-uuid" BUILD_DEPENDS="texinfo util-linux-ng-blkid-dev util-linux-ng-uuid-dev wget" diff -r 991c0409f618 -r 39f7962e4210 elfutils-dev/receipt --- a/elfutils-dev/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/elfutils-dev/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="elfutils-dev" -VERSION="0.150" +VERSION="0.157" CATEGORY="development" SHORT_DESC="ELF object file access library, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r 991c0409f618 -r 39f7962e4210 elfutils/receipt --- a/elfutils/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/elfutils/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="elfutils" -VERSION="0.150" +VERSION="0.157" CATEGORY="development" SHORT_DESC="ELF object file access library." MAINTAINER="pascal.bellard@slitaz.org" @@ -10,16 +10,20 @@ # Note : use http mirror because https can't be access at elfutils compilation time # when cooking from scratch. #WGET_URL="http://cvs.fedoraproject.org/repo/pkgs/elfutils/$TARBALL/3dcfb28fa339090a1d29a9e148cce469/$TARBALL" -WGET_URL="http://gentoo.webm.ru/distfiles/$TARBALL" +WGET_URL="http://sourceware.org/$PACKAGE/ftp/$VERSION/$TARBALL" DEPENDS="glibc-base" +BUILD_DEPENDS="m4 bzip2-dev liblzma-dev libbfd" # Rules to configure and make the package. compile_rules() { cd $src - ./configure $CONFIGURE_ARGS && - make && make check && make install + CFLAGS="$CFLAGS -Wno-error" \ + ./configure --prefix=/usr \ + $CONFIGURE_ARGS && + # skip make check (2 tests failed, run-strip-reloc.sh / run-native-test.sh)" + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 991c0409f618 -r 39f7962e4210 expat/receipt --- a/expat/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/expat/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://expat.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +#WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/e/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 991c0409f618 -r 39f7962e4210 flex/receipt --- a/flex/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/flex/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://flex.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +#WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/f/flex-2.5.35.tar.gz" DEPENDS="bison" BUILD_DEPENDS="bison" diff -r 991c0409f618 -r 39f7962e4210 fuse/receipt --- a/fuse/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/fuse/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://fuse.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +#WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/f/$TARBALL" TAGS="filesystem" # Rules to configure and make the package. @@ -15,6 +16,9 @@ { cd $src + # support for new glibc 2.19 + patch -p1 < $stuff/fuse-2.8.5-clone-_GNU_SOURCE.patch + ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && diff -r 991c0409f618 -r 39f7962e4210 fuse/stuff/fuse-2.8.5-clone-_GNU_SOURCE.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fuse/stuff/fuse-2.8.5-clone-_GNU_SOURCE.patch Thu Nov 10 11:11:46 2022 +0000 @@ -0,0 +1,29 @@ +From ae43094c13ecf49e0b738bbda633cf193c7b3670 Mon Sep 17 00:00:00 2001 +From: Miklos Szeredi +Date: Thu, 17 Nov 2011 12:36:38 +0100 +Subject: [PATCH] Fix the following compile error + +fusermount.c: In function 'clone_newns': +fusermount.c:315:2: warning: implicit declaration of function 'clone' [-Wimplicit-function-declaration] +fusermount.c:315:44: error: 'CLONE_NEWNS' undeclared (first use in this function) +fusermount.c:315:44: note: each undeclared identifier is reported only once for each function it appears in +fusermount.c:317:1: warning: control reaches end of non-void function [-Wreturn-type] +--- + util/fusermount.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/util/fusermount.c b/util/fusermount.c +index b90c520..b2e87d9 100644 +--- a/util/fusermount.c ++++ b/util/fusermount.c +@@ -7,6 +7,7 @@ + */ + /* This program does the mounting and unmounting of FUSE filesystems */ + ++#define _GNU_SOURCE /* for clone */ + #include + + #include "mount_util.h" +-- +1.7.4.1 + diff -r 991c0409f618 -r 39f7962e4210 gcc+gcj/receipt --- a/gcc+gcj/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/gcc+gcj/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -2,7 +2,7 @@ PACKAGE="gcc+gcj" SOURCE="gcc" -VERSION="4.5.2" +VERSION="4.9.2" CATEGORY="development" SHORT_DESC="The GNU Compiler Collection, including the gcj Compiler for Java." MAINTAINER="rcx@zoominternet.net" diff -r 991c0409f618 -r 39f7962e4210 git/receipt --- a/git/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/git/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -6,9 +6,9 @@ SHORT_DESC="Fast version control system" MAINTAINER="b1+slitaz@nagel.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://git.or.cz" -WGET_URL="http://git-core.googlecode.com/files/$TARBALL" -CROSS="bug: can't run test and make package." +WEB_SITE="https://git-scm.com/" +#WGET_URL="http://git-core.googlecode.com/files/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/g/$TARBALL" DEPENDS="zlib openssl curl expat" BUILD_DEPENDS="zlib-dev openssl-dev curl-dev expat-dev perl python-dev tar bzip2" diff -r 991c0409f618 -r 39f7962e4210 glib/receipt --- a/glib/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/glib/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gtk.org/" -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" +#WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/g/$TARBALL" DEPENDS="libffi" BUILD_DEPENDS="libffi-dev gettext zlib-dev perl python python-dev" diff -r 991c0409f618 -r 39f7962e4210 gpxe/receipt --- a/gpxe/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/gpxe/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.etherboot.org/" -WGET_URL="http://kernel.org/pub/software/utils/boot/$PACKAGE/Old/$TARBALL" +#WGET_URL="http://kernel.org/pub/software/utils/boot/$PACKAGE/Old/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/g/$TARBALL" BUILD_DEPENDS="perl" @@ -23,7 +24,7 @@ done sed -i 's/ = ++ns->cur_rx %/++; ns->cur_rx %=/' drivers/net/ns83820.c sed -i 's/ = (++tp->cur_rx) %/++; tp->cur_rx %=/' drivers/net/tulip.c - make EXTRA_CFLAGS=-fno-strict-aliasing bin/gpxe.lkrn bin/undionly.kpxe + make EXTRA_CFLAGS="-fno-strict-aliasing -Wno-error=unused-but-set-variable" bin/gpxe.lkrn bin/undionly.kpxe 2>&1 | grep -v housekeeping: | grep -v blib.list } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 991c0409f618 -r 39f7962e4210 gzip/receipt --- a/gzip/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/gzip/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gzip" -VERSION="1.4" +VERSION="1.6" CATEGORY="system-tools" SHORT_DESC="Data compression program" MAINTAINER="erjo@slitaz.org" diff -r 991c0409f618 -r 39f7962e4210 isapnptools/receipt --- a/isapnptools/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/isapnptools/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://www.roestock.demon.co.uk/isapnptools/" -WGET_URL="ftp://metalab.unc.edu/pub/Linux/system/hardware/$TARBALL" +#WGET_URL="ftp://metalab.unc.edu/pub/Linux/system/hardware/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/i/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 991c0409f618 -r 39f7962e4210 kbd/receipt --- a/kbd/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/kbd/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -4,11 +4,12 @@ VERSION="1.15.3" CATEGORY="system-tools" SHORT_DESC="Keyboard maping definitions and tools." -BUILD_DEPENDS="flex" +BUILD_DEPENDS="flex automake" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.kernel.org/pub/linux/utils/kbd/" -WGET_URL="http://www.kernel.org/pub/linux/utils/kbd/$TARBALL" +#WGET_URL="http://www.kernel.org/pub/linux/utils/kbd/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/k/$TARBALL" TAGS="keyboard" # Rules to configure and make the package. diff -r 991c0409f618 -r 39f7962e4210 libbfd/receipt --- a/libbfd/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/libbfd/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libbfd" -VERSION="2.21" +VERSION="2.23.1" CATEGORY="system-tools" SHORT_DESC="Binary File Descriptor library" MAINTAINER="erjo@slitaz.org" diff -r 991c0409f618 -r 39f7962e4210 libcap-ng/receipt --- a/libcap-ng/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/libcap-ng/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="erjo@slitaz.org" WEB_SITE="http://people.redhat.com/sgrubb/libcap-ng/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://people.redhat.com/sgrubb/libcap-ng/$TARBALL" +#WGET_URL="http://people.redhat.com/sgrubb/libcap-ng/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/l/$TARBALL" DEPENDS="" BUILD_DEPENDS="python" diff -r 991c0409f618 -r 39f7962e4210 libxml2-python/receipt --- a/libxml2-python/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/libxml2-python/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -1,27 +1,17 @@ # SliTaz package receipt. PACKAGE="libxml2-python" -VERSION="2.6.15" +VERSION="2.7.8" CATEGORY="development" SHORT_DESC="Libxml2 adapter for the Python." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xmlsoft.org/" -WGET_URL="ftp://xmlsoft.org/libxml2/python/$TARBALL" DEPENDS="python libxml2 libxslt" -BUILD_DEPENDS="python python-dev libxml2-dev" +WANTED="libxml2" -# Rules to configure and make the package. -compile_rules() -{ - cd $src - python setup.py build && - python setup.py install --root=$PWD/_pkg -} - -# Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/python* $fs/usr/lib } - diff -r 991c0409f618 -r 39f7962e4210 libxml2/receipt --- a/libxml2/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/libxml2/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -9,7 +9,7 @@ WEB_SITE="http://xmlsoft.org/" WGET_URL="ftp://xmlsoft.org/libxml2/$TARBALL" DEPENDS="zlib" -BUILD_DEPENDS="python" +BUILD_DEPENDS="autoconf automake libtool python-dev zlib-dev" # Rules to configure and make the package. # diff -r 991c0409f618 -r 39f7962e4210 linux/receipt --- a/linux/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/linux/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -23,27 +23,21 @@ # sed -i 's|VERSION="OLDVERSION"|VERSION="NEWVERSION"|g' $i #done - [ ! -x /usr/bin/cook ] && report open-bloc - # Check for Aufs and cook it if unbuilt. echo "Checking for Aufs packages..." _AUFSVER=`grep ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'` - if [ ! -d "$AUFSDIR" ] && [ -x /usr/bin/cook ]; then - # Give info an redirect to /dev/null since aufs got it own log. - AUFSDIR=$WOK/aufs/source/aufs-${_AUFSVER} - echo "Cook: aufs $_AUFSVER" - cook aufs > /dev/null - elif [ ! -x /usr/bin/cook ]; then - # We only need aufs source. Also cooking now is a bad idea since it - # needs linux-module-headers. - AUFSDIR=$WOK/aufs/aufs-${_AUFSVER} - [ -d "$AUFSDIR" ] && rm -rf $AUFSDIR - tazwok get-src aufs --target=$AUFSDIR || { report close-bloc; return 1; } + _AUFSSRCDIR="$WOK/aufs/source" + _AUFSDIR="$_AUFSSRCDIR/aufs-${_AUFSVER}" + if [ ! -d "$_AUFSDIR" ]; then + [ ! -f "$SRC/aufs-${i_AUFSVER}.tar.bz2" ] && cook aufs --getsrc + mkdir -p $_AUFSSRCDIR + tar xjf $SRC/aufs-${_AUFSVER}.tar.bz2 -C $_AUFSSRCDIR/ + ( cd $_AUFSDIR ; [ -d fs ] || git checkout origin/aufs${VERSION%.*} ) fi echo "Copying Aufs files and patches..." - cp -a $AUFSDIR/Documentation $AUFSDIR/fs $AUFSDIR/include $src - cp -a $AUFSDIR/*.patch $stuff + cp -a $_AUFSDIR/Documentation $_AUFSDIR/fs $_AUFSDIR/include $src + cp -a $_AUFSDIR/*.patch $stuff # SliTaz db rm -rf $WOK/$PACKAGE/slitaz && mkdir $WOK/$PACKAGE/slitaz @@ -52,6 +46,9 @@ cp $stuff/bootloader.sh $WOK/$PACKAGE/slitaz # Apply patches + # Thanks again timesys and Karthi Softek for patchs to build kernel 2.6 with + # new toolchain (glibc 2.19 / gcc 4.9.2) + # https://blog.karthisoftek.com/a?ID=01350-31995d4f-821e-4241-bbb8-b9c697c001e9 echo "Applying patches..." while read patch_file; do echo "$patch_file" >> $WOK/$PACKAGE/slitaz/patches @@ -61,7 +58,7 @@ continue fi echo "Apply $patch_file" - patch -p1 < $WOK/$PACKAGE/slitaz/$patch_file || { report close-bloc; return 1; } + patch -p1 < $WOK/$PACKAGE/slitaz/$patch_file || return 1 touch done.$patch_file done < /dev/null mv arch/x86/boot/bzImage $PWD/_pkg/boot/vmlinuz-$VERSION-slitaz - [ ! -x /usr/bin/cook ] && report step "Compressing all modules" + echo "Compressing all modules" # Compress all modules. $stuff/gztazmod.sh $PWD/_pkg/lib/modules/$VERSION-slitaz ln System.map System.map-modules ln Module.symvers Module.symvers-modules - - if [ ! -x /usr/bin/cook ]; then - report close-bloc - fi } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 991c0409f618 -r 39f7962e4210 linux/stuff/linux-2.6-kvm-emulate.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux/stuff/linux-2.6-kvm-emulate.patch Thu Nov 10 11:11:46 2022 +0000 @@ -0,0 +1,22 @@ +Reported-by: Melanie Blower +Signed-off-by: H. Peter Anvin +Link: http://lkml.kernel.org/r/B3584E72CFEBED439A3ECA9BCE67A4EF1B17AF90@FMSMSX107.amr.corp.intel.com +--- + arch/x86/kvm/emulate.c | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c +index 39171cb..bba39bf 100644 +--- a/arch/x86/kvm/emulate.c ++++ b/arch/x86/kvm/emulate.c +@@ -348,8 +348,7 @@ + _ASM_EXTABLE(1b, 3b) \ + : "=m" (_eflags), "=&r" (_tmp), \ + "+a" (_rax), "+d" (_rdx), "+qm"(_ex) \ +- : "i" (EFLAGS_MASK), "m" ((_src).val), \ +- "a" (_rax), "d" (_rdx)); \ ++ : "i" (EFLAGS_MASK), "m" ((_src).val)); \ + } while (0) + + /* instruction has only one source operand, destination is implicit (e.g. mul, div, imul, idiv) */ + diff -r 991c0409f618 -r 39f7962e4210 linux/stuff/linux-2.6-no-unused-but-set-variable.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux/stuff/linux-2.6-no-unused-but-set-variable.patch Thu Nov 10 11:11:46 2022 +0000 @@ -0,0 +1,13 @@ +--- linux-2.6.26/Makefile 2012-03-12 18:13:33.804988330 -0400 ++++ linux-2.6.26/Makefile 2012-03-12 18:17:19.447640136 -0400 +@@ -543,6 +543,9 @@ + # disable pointer signed / unsigned warnings in gcc 4.0 + KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,) + ++# disable the warning/error for unused but set in gcc 4.6 ++KBUILD_CFLAGS += $(call cc-option,-Wno-unused-but-set-variable,) ++ + # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments + # But warn user when we do so + warn-assign = \ + diff -r 991c0409f618 -r 39f7962e4210 linux/stuff/linux-2.6-syscall-ptrace.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux/stuff/linux-2.6-syscall-ptrace.patch Thu Nov 10 11:11:46 2022 +0000 @@ -0,0 +1,21 @@ +--- linux-2.6.32.59/arch/x86/include/asm/ptrace.h ++++ fix_ptrace.o_compile_error/arch/x86/include/asm/ptrace.h +@@ -131,6 +131,7 @@ + #ifdef __KERNEL__ + + #include ++#include + + struct cpuinfo_x86; + struct task_struct; +@@ -143,8 +144,8 @@ + int error_code, int si_code); + void signal_fault(struct pt_regs *regs, void __user *frame, char *where); + +-extern long syscall_trace_enter(struct pt_regs *); +-extern void syscall_trace_leave(struct pt_regs *); ++extern asmregparm long syscall_trace_enter(struct pt_regs *); ++extern asmregparm void syscall_trace_leave(struct pt_regs *); + + static inline unsigned long regs_return_value(struct pt_regs *regs) + { diff -r 991c0409f618 -r 39f7962e4210 nasm/receipt --- a/nasm/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/nasm/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.nasm.us/" -WGET_URL="${WEB_SITE}pub/$PACKAGE/releasebuilds/$VERSION/$TARBALL" +#WGET_URL="${WEB_SITE}pub/$PACKAGE/releasebuilds/$VERSION/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/n/$TARBALL" TAGS="assembler" # Rules to configure and make the package. diff -r 991c0409f618 -r 39f7962e4210 ncurses/receipt --- a/ncurses/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/ncurses/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -9,7 +9,7 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://invisible-island.net/ncurses/" -WGET_URL="ftp://invisible-island.net/ncurses/$TARBALL" +WGET_URL="$GNU_MIRROR/ncurses/$TARBALL" # Rules to compile & install the temporary toolchain. cook_tmp_toolchain() diff -r 991c0409f618 -r 39f7962e4210 ncursesw/receipt --- a/ncursesw/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/ncursesw/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -8,7 +8,7 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://invisible-island.net/ncurses/" -WGET_URL="ftp://invisible-island.net/ncurses/$TARBALL" +WGET_URL="$GNU_MIRROR/ncurses/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 991c0409f618 -r 39f7962e4210 nscd/receipt --- a/nscd/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/nscd/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="nscd" -VERSION="2.13" +VERSION="2.19" CATEGORY="base-system" SHORT_DESC="passwd, group and host lookups cache." WEB_SITE="http://gcc.gnu.org/" diff -r 991c0409f618 -r 39f7962e4210 pciids/receipt --- a/pciids/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/pciids/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -8,7 +8,8 @@ DEPENDS="" TARBALL="pci-$VERSION.ids" WEB_SITE="http://pciids.sourceforge.net/" -WGET_URL="http://pciids.sourceforge.net/v2.2/pci.ids" +#WGET_URL="http://pciids.sourceforge.net/v2.2/pci.ids" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/p/$TARBALL" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 991c0409f618 -r 39f7962e4210 pciutils/receipt --- a/pciutils/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/pciutils/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mj.ucw.cz/pciutils.html" -WGET_URL="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/$TARBALL" +#WGET_URL="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/p/$TARBALL" DEPENDS="glibc-base zlib pciids" BUILD_DEPENDS="wget" diff -r 991c0409f618 -r 39f7962e4210 pcmciautils/receipt --- a/pcmciautils/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/pcmciautils/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -10,7 +10,8 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" #WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/$TARBALL" -WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/utils/kernel/pcmcia/$TARBALL" +#WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/utils/kernel/pcmcia/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/p/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 991c0409f618 -r 39f7962e4210 pcre/receipt --- a/pcre/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/pcre/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pcre.org/" -WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 991c0409f618 -r 39f7962e4210 perl-xml-parser/receipt --- a/perl-xml-parser/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/perl-xml-parser/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -10,7 +10,8 @@ SOURCE="XML-Parser" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://search.cpan.org/dist/XML-Parser/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/$TARBALL" +#WGET_URL="http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/X/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 991c0409f618 -r 39f7962e4210 pkg-config/receipt --- a/pkg-config/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/pkg-config/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pkgconfig.freedesktop.org/wiki/" -WGET_URL="http://pkgconfig.freedesktop.org/releases/$TARBALL" +#WGET_URL="http://pkgconfig.freedesktop.org/releases/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/p/$TARBALL" DEPENDS="glibc-base" BUILD_DEPENDS="gcc" diff -r 991c0409f618 -r 39f7962e4210 popt/receipt --- a/popt/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/popt/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://rpm5.org/" -WGET_URL="${WEB_SITE}files/$PACKAGE/$TARBALL" +#WGET_URL="${WEB_SITE}files/$PACKAGE/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/p/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 991c0409f618 -r 39f7962e4210 ppp/receipt --- a/ppp/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/ppp/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ppp.samba.org/" -WGET_URL="ftp://ftp.samba.org/pub/ppp/$TARBALL" +#WGET_URL="ftp://ftp.samba.org/pub/ppp/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/p/$TARBALL" CONFIG_FILES="/etc/ppp" # Rules to configure and make the package. diff -r 991c0409f618 -r 39f7962e4210 python-dev/receipt --- a/python-dev/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/python-dev/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="python-dev" -VERSION="2.7.2" +VERSION="2.7.18" CATEGORY="development" SHORT_DESC="The Python programming language devel files." MAINTAINER="pankso@slitaz.org" diff -r 991c0409f618 -r 39f7962e4210 python/receipt --- a/python/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/python/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python" -VERSION="2.7.2" +VERSION="2.7.18" CATEGORY="development" SHORT_DESC="The Python programming language." MAINTAINER="pankso@slitaz.org" SOURCE="Python" -TARBALL="$SOURCE-$VERSION.tar.bz2" +TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://www.python.org/" -WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL" +#WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-cooking/P/$TARBALL" -DEPENDS="openssl bzlib readline sqlite zlib ncursesw" +DEPENDS="openssl bzlib readline sqlite zlib ncursesw gdbm libffi" BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev sqlite-dev zlib-dev \ -ncursesw-dev tcl-dev tk-dev db-dev" +ncursesw-dev tcl-dev db-dev gdbm-dev libffi-dev" SUGGESTED="tcl tk" # Rules to configure and make the package. diff -r 991c0409f618 -r 39f7962e4210 readline/receipt --- a/readline/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/readline/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -10,7 +10,7 @@ WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev" +BUILD_DEPENDS="ncurses-dev ncursesw-dev" # Rules to configure and make the package. compile_rules() diff -r 991c0409f618 -r 39f7962e4210 rp-pppoe/receipt --- a/rp-pppoe/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/rp-pppoe/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -8,7 +8,8 @@ BUILD_DEPENDS="ppp" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.roaringpenguin.com/products/pppoe" -WGET_URL="http://www.roaringpenguin.com/files/download/$TARBALL" +#WGET_URL="http://www.roaringpenguin.com/files/download/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/r/$TARBALL" TAGS="network pppoe" # Rules to configure and make the package. diff -r 991c0409f618 -r 39f7962e4210 rsync/receipt --- a/rsync/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/rsync/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -9,7 +9,8 @@ BUILD_DEPENDS="popt-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://rsync.samba.org/" -WGET_URL="http://rsync.samba.org/ftp/rsync/$TARBALL" +#WGET_URL="http://rsync.samba.org/ftp/rsync/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/r/$TARBALL" TAGS="sync" CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets" diff -r 991c0409f618 -r 39f7962e4210 sqlite/receipt --- a/sqlite/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/sqlite/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -11,7 +11,8 @@ DEPENDS="libsqlite" BUILD_DEPENDS="tcl" WEB_SITE="http://www.sqlite.org/" -WGET_URL="http://www.sqlite.org/$TARBALL" +#WGET_URL="http://www.sqlite.org/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/s/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 991c0409f618 -r 39f7962e4210 syslinux/receipt --- a/syslinux/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/syslinux/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://syslinux.zytor.com/" -WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/$TARBALL" +#WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/s/$TARBALL" BUILD_DEPENDS="kbd-base perl nasm" DEPENDS="gpxe" CONFIG_FILES="/boot/isolinux" diff -r 991c0409f618 -r 39f7962e4210 tar/receipt --- a/tar/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/tar/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tar" -VERSION="1.26" +VERSION="1.33" CATEGORY="utilities" SHORT_DESC="GNU tar archiving tools." MAINTAINER="pankso@slitaz.org" diff -r 991c0409f618 -r 39f7962e4210 usbutils/receipt --- a/usbutils/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/usbutils/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -8,7 +8,8 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://linux-usb.sourceforge.net/" #WGET_URL="http://www.kernel.org/pub/linux/utils/usb/$PACKAGE/$TARBALL" -WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/utils/usb/$PACKAGE/$TARBALL" +#WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/utils/usb/$PACKAGE/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/u/$TARBALL" TAGS="usb" BUGS="usb.ids is not gziped and in /usr/share since it's where udev look for it" diff -r 991c0409f618 -r 39f7962e4210 util-linux-ng/receipt --- a/util-linux-ng/receipt Wed Nov 09 21:09:27 2022 +0000 +++ b/util-linux-ng/receipt Thu Nov 10 11:11:46 2022 +0000 @@ -8,7 +8,8 @@ SOURCE="util-linux" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://kernel.org/~kzak/util-linux-ng/" -WGET_URL="http://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.19/$TARBALL" +#WGET_URL="http://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.19/$TARBALL" +WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/u/$TARBALL" COOK_OPT="!fs" LOCALE=""