wok-next rev 19642
Up cacerts (20170209); binutils: make ld.gold
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Feb 15 19:42:20 2017 +0200 (2017-02-15) |
parents | 4a79ec233766 |
children | c3bfbad43b02 |
files | binutils/receipt cacerts/receipt |
line diff
1.1 --- a/binutils/receipt Wed Feb 15 18:52:32 2017 +0200 1.2 +++ b/binutils/receipt Wed Feb 15 19:42:20 2017 +0200 1.3 @@ -35,6 +35,8 @@ 1.4 --enable-shared \ 1.5 --disable-initfini-array \ 1.6 --with-bugurl="http://bugs.slitaz.org/" \ 1.7 + --enable-gold \ 1.8 + --enable-plugins \ 1.9 $CONFIGURE_ARGS $ARCH_ARGS && 1.10 make tooldir=/usr && 1.11 make tooldir=/usr install 1.12 @@ -46,9 +48,6 @@ 1.13 [ $i == 'strings' ] && continue # skip: Busybox intercept 1.14 ln -s $TOOLPREFIX$i $i 1.15 done 1.16 - rm ld.bfd ${TOOLPREFIX}ld.bfd 1.17 - ln -s ld ld.bfd 1.18 - ln -s ${TOOLPREFIX}ld ${TOOLPREFIX}ld.bfd 1.19 1.20 # Remove prefix from manpages name 1.21 for i in $(find $install/usr/share/man/man1 -type f); do
2.1 --- a/cacerts/receipt Wed Feb 15 18:52:32 2017 +0200 2.2 +++ b/cacerts/receipt Wed Feb 15 19:42:20 2017 +0200 2.3 @@ -1,16 +1,17 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="cacerts" 2.7 -VERSION="20170202" 2.8 +VERSION="20170209" 2.9 CATEGORY="security" 2.10 SHORT_DESC="Certificate Authority Certificates" 2.11 MAINTAINER="al.bobylev@gmail.com" 2.12 LICENSE="MPL2" 2.13 WEB_SITE="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/cacerts.html" 2.14 +HOST_ARCH="any" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.txt" 2.17 #WGET_URL="https://hg.mozilla.org/releases/mozilla-release/file/default/security/nss/lib/ckfw/builtins/certdata.txt" 2.18 WGET_URL="http://anduin.linuxfromscratch.org/BLFS/other/certdata.txt" 2.19 -HOST_ARCH="any" 2.20 2.21 DEPENDS="openssl" 2.22 BUILD_DEPENDS="perl openssl locale-en" 2.23 @@ -19,6 +20,11 @@ 2.24 compile_rules() 2.25 { 2.26 mv -f *.txt certdata.txt 2.27 + act_version=$(sed -n '/\$Revision:/s|.*Revision: \([0-9]*\).*$|\1|p' certdata.txt) 2.28 + echo -e "\nActual version: $act_version\n" 2.29 + [ "$VERSION" != "$act_version" ] && 2.30 + echo -e "Please update receipt!\n" 2.31 + 2.32 cp -a $stuff/* $src 2.33 ./make-ca.sh && 2.34 ./remove-expired-certs.sh $src/certs