diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-01-02 10:24:41 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-01-02 14:37:13 +0100 |
commit | db748e8639f79f3ca456680ec2860a792df52a88 (patch) | |
tree | 01c94478f4e9d1dd36d3afd065c6ba0de9690ad1 /package/lsof | |
parent | b84419936ff57c6d0580355c3fbdf1785f2724ed (diff) | |
download | buildroot-db748e8639f79f3ca456680ec2860a792df52a88.tar.gz buildroot-db748e8639f79f3ca456680ec2860a792df52a88.zip |
lsof: bump to version 4.88
Rename patches to new convention and add hash file as well.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lsof')
-rw-r--r-- | package/lsof/0001-makefile.patch (renamed from package/lsof/lsof-0001-makefile.patch) | 0 | ||||
-rw-r--r-- | package/lsof/0002-noportmap.patch (renamed from package/lsof/lsof-0002-noportmap.patch) | 0 | ||||
-rw-r--r-- | package/lsof/0003-override-cflags.patch (renamed from package/lsof/lsof-0003-override-cflags.patch) | 0 | ||||
-rw-r--r-- | package/lsof/0004-remove-susvlegacy-funcs.patch (renamed from package/lsof/lsof-0004-remove-susvlegacy-funcs.patch) | 0 | ||||
-rw-r--r-- | package/lsof/lsof.hash | 2 | ||||
-rw-r--r-- | package/lsof/lsof.mk | 5 |
6 files changed, 5 insertions, 2 deletions
diff --git a/package/lsof/lsof-0001-makefile.patch b/package/lsof/0001-makefile.patch index 65b1b2e2a7..65b1b2e2a7 100644 --- a/package/lsof/lsof-0001-makefile.patch +++ b/package/lsof/0001-makefile.patch diff --git a/package/lsof/lsof-0002-noportmap.patch b/package/lsof/0002-noportmap.patch index 984e0d8eac..984e0d8eac 100644 --- a/package/lsof/lsof-0002-noportmap.patch +++ b/package/lsof/0002-noportmap.patch diff --git a/package/lsof/lsof-0003-override-cflags.patch b/package/lsof/0003-override-cflags.patch index 135e599ac9..135e599ac9 100644 --- a/package/lsof/lsof-0003-override-cflags.patch +++ b/package/lsof/0003-override-cflags.patch diff --git a/package/lsof/lsof-0004-remove-susvlegacy-funcs.patch b/package/lsof/0004-remove-susvlegacy-funcs.patch index fca66aee57..fca66aee57 100644 --- a/package/lsof/lsof-0004-remove-susvlegacy-funcs.patch +++ b/package/lsof/0004-remove-susvlegacy-funcs.patch diff --git a/package/lsof/lsof.hash b/package/lsof/lsof.hash new file mode 100644 index 0000000000..d1e289afbe --- /dev/null +++ b/package/lsof/lsof.hash @@ -0,0 +1,2 @@ +# Locally calculated after checking pgp signature +sha256 fe6f9b0e26b779ccd0ea5a0b6327c2b5c38d207a6db16f61ac01bd6c44e5c99b lsof_4.88.tar.bz2 diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk index 75ce3d4756..0a1667ab5c 100644 --- a/package/lsof/lsof.mk +++ b/package/lsof/lsof.mk @@ -4,9 +4,10 @@ # ################################################################################ -LSOF_VERSION = 4.87 +LSOF_VERSION = 4.88 LSOF_SOURCE = lsof_$(LSOF_VERSION).tar.bz2 -LSOF_SITE = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof +# 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 LSOF_LICENSE = lsof license # License is repeated in each file, this is a relatively small one. # It is also defined in 00README, but that contains a lot of other cruft. |