diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-10-02 11:39:13 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-10-02 16:45:25 +0200 |
commit | 36a686c4a49a3e6051836b6d2eb36bae8c2fa47c (patch) | |
tree | 7bc9a783a18390af0fb8a662f505e681b857226b | |
parent | 0c30b838bc8eb2072eac2aa940e85e458d3b0cb7 (diff) | |
download | buildroot-36a686c4a49a3e6051836b6d2eb36bae8c2fa47c.tar.gz buildroot-36a686c4a49a3e6051836b6d2eb36bae8c2fa47c.zip |
lsof: bump to version 4.89
Also switch the homepage to a non-ftp site.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/lsof/Config.in | 2 | ||||
-rw-r--r-- | package/lsof/lsof.hash | 2 | ||||
-rw-r--r-- | package/lsof/lsof.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/package/lsof/Config.in b/package/lsof/Config.in index 820cbf782b..7b7e47d65c 100644 --- a/package/lsof/Config.in +++ b/package/lsof/Config.in @@ -6,4 +6,4 @@ config BR2_PACKAGE_LSOF The lsof tool lists information about files opened by processes. - ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ + http://people.freebsd.org/~abe/ diff --git a/package/lsof/lsof.hash b/package/lsof/lsof.hash index d1e289afbe..4a1249f1af 100644 --- a/package/lsof/lsof.hash +++ b/package/lsof/lsof.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 fe6f9b0e26b779ccd0ea5a0b6327c2b5c38d207a6db16f61ac01bd6c44e5c99b lsof_4.88.tar.bz2 +sha256 81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718 lsof_4.89.tar.bz2 diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk index f9b7661ab5..312d834b03 100644 --- a/package/lsof/lsof.mk +++ b/package/lsof/lsof.mk @@ -4,7 +4,7 @@ # ################################################################################ -LSOF_VERSION = 4.88 +LSOF_VERSION = 4.89 LSOF_SOURCE = lsof_$(LSOF_VERSION).tar.bz2 # Use http mirror since master ftp site access is very draconian LSOF_SITE = http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof |