# HG changeset patch # User Pascal Bellard # Date 1518440073 -3600 # Node ID 401224c936cc337c667b26e3096134bee01cd2d7 # Parent 5d8807784b3b7e931263e19a9f9aaa08d8c6114f Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1) diff -r 5d8807784b3b -r 401224c936cc autofs/receipt --- a/autofs/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/autofs/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="autofs" -VERSION="5.0.5" +VERSION="5.1.4" CATEGORY="system-tools" SHORT_DESC="Linux automounter." MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.xz" LICENSE="GPL2" -WEB_SITE="http://www.kernel.org/pub/linux/daemons/autofs/v5" +WEB_SITE="https://www.kernel.org/pub/linux/daemons/autofs/v${VERSION%%.*}" WGET_URL="$WEB_SITE/$TARBALL" TAZPANEL_DAEMON="man|help::automount|edit::/etc/auto.misc|options::AUTOMOUNT_OPTIONS|web::$WEB_SITE" TAGS="filesystem" diff -r 5d8807784b3b -r 401224c936cc btrfs-dev/receipt --- a/btrfs-dev/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/btrfs-dev/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="btrfs-dev" -VERSION="4.1.2" +VERSION="4.15" CATEGORY="development" SHORT_DESC="Btrfs Filesystem development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r 5d8807784b3b -r 401224c936cc btrfs-libs/receipt --- a/btrfs-libs/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/btrfs-libs/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="btrfs-libs" -VERSION="4.1.2" +VERSION="4.15" CATEGORY="system-tools" SHORT_DESC="Btrfs Filesystem lib." MAINTAINER="pascal.bellard@slitaz.org" diff -r 5d8807784b3b -r 401224c936cc btrfs-mkfs/receipt --- a/btrfs-mkfs/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/btrfs-mkfs/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="btrfs-mkfs" -VERSION="4.1.2" +VERSION="4.15" CATEGORY="system-tools" SHORT_DESC="Btrfs Filesystem creation tool." MAINTAINER="pascal.bellard@slitaz.org" diff -r 5d8807784b3b -r 401224c936cc btrfs-progs/receipt --- a/btrfs-progs/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/btrfs-progs/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="btrfs-progs" -VERSION="4.1.2" +VERSION="4.15" CATEGORY="system-tools" SHORT_DESC="Btrfs Filesystem user space tools." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://btrfs.wiki.kernel.org/" -WGET_URL="git|git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git" +WGET_URL="https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git/snapshot/$TARBALL" TAGS="filesystem fault-tolerance" PROVIDE="btrfs-tools" diff -r 5d8807784b3b -r 401224c936cc cifs-utils-dev/receipt --- a/cifs-utils-dev/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/cifs-utils-dev/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cifs-utils-dev" -VERSION="6.1" +VERSION="6.7" CATEGORY="development" SHORT_DESC="CIFS userland tools, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r 5d8807784b3b -r 401224c936cc cifs-utils/receipt --- a/cifs-utils/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/cifs-utils/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="cifs-utils" -VERSION="6.1" +VERSION="6.7" CATEGORY="system-tools" SHORT_DESC="CIFS userland tools." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="http://wiki.samba.org/index.php/LinuxCIFS_utils" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="ftp://ftp.samba.org/pub/linux-cifs/$PACKAGE/$TARBALL" +WGET_URL="https://download.samba.org/pub/linux-cifs/$PACKAGE/$TARBALL" PROVIDE="smbfs" BUILD_DEPENDS="" diff -r 5d8807784b3b -r 401224c936cc davfs2/receipt --- a/davfs2/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/davfs2/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="davfs2" -VERSION="1.4.6" +VERSION="1.5.4" CATEGORY="network" SHORT_DESC="Remote collaborative authoring of Web resources." MAINTAINER="pascal.bellard@slitaz.org" @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && make && diff -r 5d8807784b3b -r 401224c936cc dosfstools/receipt --- a/dosfstools/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/dosfstools/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="dosfstools" -VERSION="3.0.28" +VERSION="4.1" CATEGORY="system-tools" SHORT_DESC="Tools to create and check dos filesystems." MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://www.daniel-baumann.ch/software/dosfstools" -WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" +WEB_SITE="https://github.com/$PACKAGE/$PACKAGE" +WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL" HOST_ARCH="i486 arm" BUILD_DEPENDS="wget" @@ -16,7 +16,9 @@ # Rules to configure and make the package. compile_rules() { - make + ./configure && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 5d8807784b3b -r 401224c936cc e2fsprogs-dev/receipt --- a/e2fsprogs-dev/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/e2fsprogs-dev/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="e2fsprogs-dev" -VERSION="1.42.12" +VERSION="1.43.9" CATEGORY="development" SHORT_DESC="The e2fsprogs devel files." MAINTAINER="pankso@slitaz.org" diff -r 5d8807784b3b -r 401224c936cc e2fsprogs/receipt --- a/e2fsprogs/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/e2fsprogs/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="e2fsprogs" -VERSION="1.42.12" +VERSION="1.43.9" CATEGORY="base-system" SHORT_DESC="Filesystem utilities for use with ext2 and ext3 (without fsck*)." MAINTAINER="pankso@slitaz.org" diff -r 5d8807784b3b -r 401224c936cc f2fs-tools/receipt --- a/f2fs-tools/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/f2fs-tools/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="f2fs-tools" -VERSION="1.4.1" +VERSION="1.10.0" CATEGORY="system-tools" SHORT_DESC="Userland tools for the f2fs filesystem." MAINTAINER="pascal.bellard@slitaz.org" diff -r 5d8807784b3b -r 401224c936cc libcomerr-dev/receipt --- a/libcomerr-dev/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/libcomerr-dev/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libcomerr-dev" -VERSION="1.42.12" +VERSION="1.43.9" CATEGORY="development" SHORT_DESC="The libcomerr devel files." MAINTAINER="pankso@slitaz.org" diff -r 5d8807784b3b -r 401224c936cc libcomerr/receipt --- a/libcomerr/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/libcomerr/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libcomerr" -VERSION="1.42.12" +VERSION="1.43.9" CATEGORY="base-system" SHORT_DESC="The libcomerr library files." MAINTAINER="pankso@slitaz.org" diff -r 5d8807784b3b -r 401224c936cc moosefs/receipt --- a/moosefs/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/moosefs/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,15 +1,14 @@ # SliTaz package receipt. PACKAGE="moosefs" -VERSION="1.6.20-2" -SOURCE="mfs" +VERSION="3.0.100" CATEGORY="system-tools" SHORT_DESC="Fault tolerant, network distributed file system." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.moosefs.org/" -WGET_URL="${WEB_SITE}tl_files/mfscode/$TARBALL" +WGET_URL="https://github.com/moosefs/moosefs/archive/v$VERSION.tar.gz" DEPENDS="python fuse zlib" BUILD_DEPENDS="python pkg-config fuse-dev zlib-dev" @@ -17,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's/bash/sh/' mfsmount/mfssnapshot ./configure --prefix=/usr --mandir=/usr/share/man \ --sysconfdir=/etc \ diff -r 5d8807784b3b -r 401224c936cc nilfs-utils-dev/receipt --- a/nilfs-utils-dev/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/nilfs-utils-dev/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="nilfs-utils-dev" -VERSION="2.2.3" +VERSION="2.2.7" CATEGORY="development" SHORT_DESC="NILFS Filesystem development. files" MAINTAINER="pascal.bellard@slitaz.org" diff -r 5d8807784b3b -r 401224c936cc nilfs-utils/receipt --- a/nilfs-utils/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/nilfs-utils/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="nilfs-utils" -VERSION="2.2.3" +VERSION="2.2.7" CATEGORY="system-tools" SHORT_DESC="NILFS Filesystem user space tools." MAINTAINER="pascal.bellard@slitaz.org" diff -r 5d8807784b3b -r 401224c936cc owfs/receipt --- a/owfs/receipt Fri Feb 09 16:24:55 2018 +0100 +++ b/owfs/receipt Mon Feb 12 13:54:33 2018 +0100 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="owfs" -VERSION="2.7p33" +VERSION="3.2p1" CATEGORY="misc" SHORT_DESC="OWFS One Wire File System." MAINTAINER="l.lemarinel@gmail.com" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="www.owfs.org" +WEB_SITE="http://owfs.org/" WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL" BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat" @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure --prefix=/usr --bindir=/usr/bin $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install