wok-next rev 20896
dialog: up (1.3-20180621); dropbear: up (2018.76); e2fsprogs: up (1.44.3); elfutils: up (0.173); eudev: up (3.2.5); expat: up (2.2.5); fontconfig: up (2.13.0); freetype: up (2.9.1).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jul 20 16:59:33 2018 +0300 (2018-07-20) |
parents | ccb66c3dd643 |
children | 75f1a4d98fe7 |
files | dialog/receipt dropbear/receipt e2fsprogs/receipt elfutils/receipt eudev/receipt expat/receipt fontconfig/receipt fontconfig/stuff/patches/fontconfig.patch fontconfig/stuff/patches/series freetype/receipt |
line diff
1.1 --- a/dialog/receipt Fri Jul 20 15:35:05 2018 +0300 1.2 +++ b/dialog/receipt Fri Jul 20 16:59:33 2018 +0300 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="dialog" 1.7 -VERSION="1.3-20170509" 1.8 +VERSION="1.3-20180621" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Script-interpreter which provides a set of curses widgets" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 -WEB_SITE="http://invisible-island.net/dialog/" 1.14 +WEB_SITE="http://invisible-island.net/dialog/" # "HTTP/1.1 403 Forbidden" for wget 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tgz" 1.17 WGET_URL="ftp://ftp.invisible-island.net/dialog/$TARBALL" 1.18 @@ -25,6 +25,8 @@ 1.19 1.20 # Config file. 1.21 install -Dm644 $stuff/dialogrc $install/etc/dialogrc 1.22 + 1.23 + cook_pick_manpages dialog.3 1.24 } 1.25 1.26 genpkg_rules() {
2.1 --- a/dropbear/receipt Fri Jul 20 15:35:05 2018 +0300 2.2 +++ b/dropbear/receipt Fri Jul 20 16:59:33 2018 +0300 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt v2. 2.5 2.6 PACKAGE="dropbear" 2.7 -VERSION="2017.75" 2.8 +VERSION="2018.76" 2.9 CATEGORY="security" 2.10 SHORT_DESC="Lightweight SSH2 server and client" 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -57,7 +57,7 @@ 2.13 done 2.14 2.15 cook_pick_manpages $src/*.1 $src/*.8 2.16 - cook_pick_docs CHANGES INSTALL LICENSE MULTI README SMALL TODO 2.17 + cook_pick_docs CHANGES INSTALL LICENSE MULTI README SMALL 2.18 2.19 # Config file and init script. 2.20 mkdir -p $install/etc
3.1 --- a/e2fsprogs/receipt Fri Jul 20 15:35:05 2018 +0300 3.2 +++ b/e2fsprogs/receipt Fri Jul 20 16:59:33 2018 +0300 3.3 @@ -1,13 +1,13 @@ 3.4 # SliTaz package receipt v2. 3.5 3.6 PACKAGE="e2fsprogs" 3.7 -VERSION="1.43.5" 3.8 +VERSION="1.44.3" 3.9 CATEGORY="base-system" 3.10 SHORT_DESC="Filesystem utilities for use with ext2 and ext3" 3.11 MAINTAINER="pankso@slitaz.org" 3.12 LICENSE="GPL2" 3.13 WEB_SITE="http://e2fsprogs.sourceforge.net/" 3.14 -LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/e2fsprogs.html" 3.15 +LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/e2fsprogs.html" 3.16 3.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
4.1 --- a/elfutils/receipt Fri Jul 20 15:35:05 2018 +0300 4.2 +++ b/elfutils/receipt Fri Jul 20 16:59:33 2018 +0300 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt v2. 4.5 4.6 PACKAGE="elfutils" 4.7 -VERSION="0.169" 4.8 +VERSION="0.173" 4.9 CATEGORY="development" 4.10 SHORT_DESC="ELF object file access library" 4.11 MAINTAINER="pascal.bellard@slitaz.org" 4.12 @@ -10,14 +10,16 @@ 4.13 4.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.15 WGET_URL="https://sourceware.org/elfutils/ftp/$VERSION/$TARBALL" 4.16 -TARBALL_MD5="1ce77c5315d6bba7d883c3c4f0c2697e" 4.17 +TARBALL_MD5="35decb1ebfb90d565e4c411bee4185cc" 4.18 4.19 +BUILD_DEPENDS_arm="bzip2-dev xz-dev" 4.20 BUILD_DEPENDS="gettext-tools zlib-dev bzip2-dev xz-dev" 4.21 -BUILD_DEPENDS_arm="bzip2-dev xz-dev" 4.22 SPLIT="elfutils-dev" 4.23 4.24 compile_rules() { 4.25 - ./configure $CONFIGURE_ARGS && make && make install 4.26 + ./configure $CONFIGURE_ARGS && 4.27 + make && 4.28 + make install 4.29 } 4.30 4.31 genpkg_rules() {
5.1 --- a/eudev/receipt Fri Jul 20 15:35:05 2018 +0300 5.2 +++ b/eudev/receipt Fri Jul 20 16:59:33 2018 +0300 5.3 @@ -1,17 +1,17 @@ 5.4 # SliTaz package receipt v2. 5.5 5.6 PACKAGE="eudev" 5.7 -VERSION="3.2.4" 5.8 +VERSION="3.2.5" 5.9 CATEGORY="base-system" 5.10 SHORT_DESC="Programs for dynamic creation of device nodes" 5.11 MAINTAINER="tcg.thegamer@gmail.com" 5.12 LICENSE="GPL2" 5.13 WEB_SITE="http://dev.gentoo.org/~blueness/eudev/" 5.14 -LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/eudev.html" 5.15 +LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/eudev.html" 5.16 5.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.18 WGET_URL="${WEB_SITE}$TARBALL" 5.19 -TARBALL_MD5="66acef4c6094aab4aced7ae83b74b0d2" 5.20 +TARBALL_MD5="6ca08c0e14380f87df8e8aceac123671" 5.21 5.22 BUILD_DEPENDS="gobject-introspection-dev util-linux-blkid-dev gperf kmod-dev" 5.23 SPLIT="eudev-dev"
6.1 --- a/expat/receipt Fri Jul 20 15:35:05 2018 +0300 6.2 +++ b/expat/receipt Fri Jul 20 16:59:33 2018 +0300 6.3 @@ -1,13 +1,13 @@ 6.4 # SliTaz package receipt v2. 6.5 6.6 PACKAGE="expat" 6.7 -VERSION="2.2.3" 6.8 +VERSION="2.2.5" 6.9 CATEGORY="x-window" 6.10 SHORT_DESC="XML parsing C library" 6.11 MAINTAINER="pankso@slitaz.org" 6.12 LICENSE="MIT" 6.13 WEB_SITE="https://libexpat.github.io/" 6.14 -LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/expat.html" 6.15 +LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/expat.html" 6.16 6.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
7.1 --- a/fontconfig/receipt Fri Jul 20 15:35:05 2018 +0300 7.2 +++ b/fontconfig/receipt Fri Jul 20 16:59:33 2018 +0300 7.3 @@ -1,13 +1,13 @@ 7.4 # SliTaz package receipt v2. 7.5 7.6 PACKAGE="fontconfig" 7.7 -VERSION="2.12.6" 7.8 +VERSION="2.13.0" 7.9 CATEGORY="x-window" 7.10 SHORT_DESC="Font configuration utilities and library" 7.11 MAINTAINER="pankso@slitaz.org" 7.12 LICENSE="MIT" 7.13 WEB_SITE="https://www.freedesktop.org/wiki/Software/fontconfig/" 7.14 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/fontconfig.html" 7.15 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/fontconfig.html" 7.16 7.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 7.18 WGET_URL="https://www.freedesktop.org/software/fontconfig/release/$TARBALL"
8.1 --- a/fontconfig/stuff/patches/fontconfig.patch Fri Jul 20 15:35:05 2018 +0300 8.2 +++ b/fontconfig/stuff/patches/fontconfig.patch Fri Jul 20 16:59:33 2018 +0300 8.3 @@ -3,7 +3,7 @@ 8.4 8.5 --- a/conf.d/50-user.conf 8.6 +++ b/conf.d/50-user.conf 8.7 -@@ -9,7 +9,4 @@ 8.8 +@@ -14,7 +14,4 @@ 8.9 --> 8.10 <include ignore_missing="yes" prefix="xdg">fontconfig/conf.d</include> 8.11 <include ignore_missing="yes" prefix="xdg">fontconfig/fonts.conf</include> 8.12 @@ -26,7 +26,7 @@ 8.13 40-nonlatin.conf \ 8.14 --- a/conf.d/Makefile.in 8.15 +++ b/conf.d/Makefile.in 8.16 -@@ -352,6 +352,7 @@ 8.17 +@@ -370,6 +370,7 @@ 8.18 CONF_LINKS = \ 8.19 10-hinting-$(PREFERRED_HINTING).conf \ 8.20 10-scale-bitmap-fonts.conf \
9.1 --- a/fontconfig/stuff/patches/series Fri Jul 20 15:35:05 2018 +0300 9.2 +++ b/fontconfig/stuff/patches/series Fri Jul 20 16:59:33 2018 +0300 9.3 @@ -1,1 +1,2 @@ 9.4 +# SliTaz patch 9.5 fontconfig.patch
10.1 --- a/freetype/receipt Fri Jul 20 15:35:05 2018 +0300 10.2 +++ b/freetype/receipt Fri Jul 20 16:59:33 2018 +0300 10.3 @@ -1,13 +1,13 @@ 10.4 # SliTaz package receipt v2. 10.5 10.6 PACKAGE="freetype" 10.7 -VERSION="2.9" 10.8 +VERSION="2.9.1" 10.9 CATEGORY="x-window" 10.10 SHORT_DESC="A free, high-quality, and portable font engine" 10.11 MAINTAINER="pankso@slitaz.org" 10.12 LICENSE="FTL GPL2" 10.13 WEB_SITE="https://www.freetype.org/" 10.14 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/freetype2.html" 10.15 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/freetype2.html" 10.16 10.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 10.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"