wok diff lsof/receipt @ rev 21820
syslinux/kbd: check kbd malloc pointer
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 25 11:41:26 2019 +0200 (2019-08-25) |
parents | a78610b2eb47 |
children | e6a4cd87fdcb |
line diff
1.1 --- a/lsof/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/lsof/receipt Sun Aug 25 11:41:26 2019 +0200 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lsof" 1.7 -VERSION="4.84" 1.8 +VERSION="4.91" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="list open files." 1.11 +SHORT_DESC="List open files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://people.freebsd.org/~abe/" 1.15 + 1.16 TARBALL="${PACKAGE}_$VERSION.tar.bz2" 1.17 -WEB_SITE="https://people.freebsd.org/~abe/" 1.18 -WGET_URL="ftp://lsof.itap.purdue.edu/pub/tools/unix/$PACKAGE/$TARBALL" 1.19 +WGET_URL="https://fossies.org/linux/misc/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 @@ -29,4 +30,3 @@ 1.24 mkdir -p $fs/usr/bin 1.25 cp $src/${PACKAGE}_${VERSION}_src/lsof $fs/usr/bin 1.26 } 1.27 -