mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
lsof: update to 4.99.3
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
e1d8f3c800
commit
13c9d3997c
@@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk
|
|||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=lsof
|
PKG_NAME:=lsof
|
||||||
PKG_VERSION:=4.99.0
|
PKG_VERSION:=4.99.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/lsof-org/lsof/releases/download/$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/lsof-org/lsof/releases/download/$(PKG_VERSION)
|
||||||
PKG_HASH:=180e6284aff184d94d273e34f7264edc2af849c07b1c5d6a4183d4d402734245
|
PKG_HASH:=86428a8881b0d1147a52058e853c775b83d794f0da685d549b2bfd07063ed1cd
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
|
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
+++ b/Makefile.am
|
+++ b/Makefile.am
|
||||||
@@ -208,13 +208,8 @@ EXTRA_DIST += 00.README.FIRST 00CREDITS
|
@@ -212,11 +212,6 @@ EXTRA_DIST += 00.README.FIRST 00CREDITS
|
||||||
# Testing
|
# Testing
|
||||||
EXTRA_DIST += tests/00README tests/TestDB tests/CkTestDB tests/Makefile tests/LsofTest.h check.bash
|
EXTRA_DIST += tests/00README tests/TestDB tests/CkTestDB tests/Makefile tests/LsofTest.h check.bash
|
||||||
|
|
||||||
@@ -12,7 +12,3 @@
|
|||||||
# Fix distcheck error
|
# Fix distcheck error
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -rf lsof.man
|
rm -rf lsof.man
|
||||||
distclean-local:
|
|
||||||
- rm -rf lockf_owner.h lockf.h
|
|
||||||
\ No newline at end of file
|
|
||||||
+ rm -rf lockf_owner.h lockf.h
|
|
||||||
|
|||||||
Reference in New Issue
Block a user