package/lsof: bump to version 4.95.0
remove merged patch Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
c253f84982
commit
4e54449b3b
@ -1,12 +0,0 @@
|
||||
diff -rdup lsof_4.81.orig/lsof_4.81_src/dialects/linux/machine.h lsof_4.81/lsof_4.81_src/dialects/linux/machine.h
|
||||
--- a/dialects/linux/machine.h 2007-04-24 18:20:58.000000000 +0200
|
||||
+++ b/dialects/linux/machine.h 2007-05-15 12:17:03.000000000 +0200
|
||||
@@ -616,6 +616,6 @@
|
||||
* zeromem is a macro that uses bzero or memset.
|
||||
*/
|
||||
|
||||
-#define zeromem(a, l) bzero(a, l)
|
||||
+#define zeromem(a, l) memset(a, 0, l)
|
||||
|
||||
#endif /* !defined(LSOF_MACHINE_H) */
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 c41709c2543ecf9de1e950795790a9786a2f225e51c3cc53d6a9a256f872472b lsof_4.94.0.linux.tar.bz2
|
||||
sha256 e9faa0fbcc48638c1d1f143e93573ac43b65e76646150f83e24bd8c18786303c lsof_4.95.0.linux.tar.bz2
|
||||
sha256 32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1 dialects/linux/dproto.h
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LSOF_VERSION = 4.94.0
|
||||
LSOF_VERSION = 4.95.0
|
||||
LSOF_SOURCE = lsof_$(LSOF_VERSION).linux.tar.bz2
|
||||
LSOF_SITE = https://github.com/lsof-org/lsof/releases/download/$(LSOF_VERSION)
|
||||
LSOF_LICENSE = lsof license
|
||||
|
Loading…
Reference in New Issue
Block a user