--- plamo/00_base/old/iputils-20170407/PlamoBuild.iputils-s20101006 2017-04-07 16:26:40.000000000 +0900 +++ plamo/00_base/iputils/PlamoBuild.iputils-s20101006 2020-05-04 21:11:52.000000000 +0900 @@ -6,16 +6,18 @@ ftp://plamo.linet.gr.jp/pub/Plamo-src/plamo/00_base/iputils/iputils-s20100418-doc-1.patch.gz ftp://plamo.linet.gr.jp/pub/Plamo-src/plamo/00_base/iputils/iputils-s20101006-Makefile.patch.gz" verify= +digest= +branch= commitid= pkgbase=iputils vers=s20101006 arch=`uname -m` -build=P3 +build=P4 src=$pkgbase-$vers patchfiles="`echo iputils-s2010{{1006-fixes,0418-doc}-1,1006-Makefile}.patch.gz`" OPT_CONFIG="" DOCS="INSTALL RELNOTES" -template=20170323 +template=20180815 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -72,16 +74,16 @@ done install -d $P/{bin,usr/{sbin,bin}} install ping{,6} $P/bin - chmod +s $P/bin/ping{,6} + chmod u+s $P/bin/ping{,6} install arping clockdiff tracepath{,6} $P/usr/sbin install traceroute6 $P/usr/bin - chmod +s $P/usr/bin/traceroute6 + chmod u+s $P/usr/bin/traceroute6 install -d $P/usr/share/man/man8 install -m 644 doc/*.8 $P/usr/share/man/man8 touch $W/i.et cd $W - find $P ! -type l -newer i.st ! -newer i.et \ - -exec touch -t `date '+%m%d0900'` {} \; + TZ=UTC find $P ! -type l -newer i.st ! -newer i.et \ + -exec touch -t `date -u '+%m%d0000'` {} \; compress setup_docdir convert_links @@ -90,7 +92,7 @@ tar rvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man8 | tail -n+2` tar rvpf $pkg.tar -C $P usr/share/doc/$src - touch -t `date '+%m%d0900'` $pkg.tar ; xz $pkg.tar ; touch $pkg.tar.xz - mv $pkg.tar.xz $pkg.txz + TZ=UTC touch -t `date -u '+%m%d0000'` $pkg.tar + xz $pkg.tar ; touch $pkg.tar.xz ; mv $pkg.tar.xz $pkg.txz cleanup fi