summaryrefslogtreecommitdiff
path: root/lsof
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-03-30 11:59:44 +1100
committerDanny Rawlins <monster.romster@gmail.com>2018-03-30 11:59:44 +1100
commitde8cd5ff9080fd6d91f2fed5c56cb12f25b69962 (patch)
tree0bcaa000125c5c0ace976f336891aba99182d63e /lsof
parent70de4b5b292b8d7ab029556525fc91f44aff3ba1 (diff)
downloadopt-de8cd5ff9080fd6d91f2fed5c56cb12f25b69962.tar.gz
opt-de8cd5ff9080fd6d91f2fed5c56cb12f25b69962.tar.xz
lsof: 4.89 -> 4.91
Diffstat (limited to 'lsof')
-rw-r--r--lsof/.footprint5
-rw-r--r--lsof/.md5sum2
-rw-r--r--lsof/.signature8
-rw-r--r--lsof/Pkgfile4
4 files changed, 10 insertions, 9 deletions
diff --git a/lsof/.footprint b/lsof/.footprint
index 5d478d020..0cf4e796e 100644
--- a/lsof/.footprint
+++ b/lsof/.footprint
@@ -2,5 +2,6 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/lsof
drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man8/
--rw-r--r-- root/root usr/share/man8/lsof.8
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/lsof.8.gz
diff --git a/lsof/.md5sum b/lsof/.md5sum
index feb99ea3c..69d041f10 100644
--- a/lsof/.md5sum
+++ b/lsof/.md5sum
@@ -1 +1 @@
-1b9cd34f3fb86856a125abbf2be3a386 lsof_4.89.tar.bz2
+148ed410cb52e08c2adc0c60f480f11f lsof_4.91.tar.bz2
diff --git a/lsof/.signature b/lsof/.signature
index e93bea622..099ae3533 100644
--- a/lsof/.signature
+++ b/lsof/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/eXzGSPen4jb8C6/eCPOEEVZB3N6AHxCg6Zip66yWbSnN8vS3JbL6Yhluz7ZWVwbVqk/D8X9I6pRbue0yr2s4Aw=
-SHA256 (Pkgfile) = 9b045d297bf3c04a707ff4fb047a89c98b45e5f249c62266502bd7a6bdb646ba
-SHA256 (.footprint) = 5e7aae542e078c72ac698c0bab0f995e4ae7d3548983c0c6c8b82958952a41e9
-SHA256 (lsof_4.89.tar.bz2) = 81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718
+RWSE3ohX2g5d/QG5WdHRuQlEYBo/r/EGUYCOemuj7SGVCdNuv1/TUtA39+xUwM2G2u25BRVQSM6MUTNqPz5i5HW+Tn8cp6iCNgw=
+SHA256 (Pkgfile) = 747b4121ccfa3e4016f1d2ad33ecc24e2c320a7af5021c4d2b8d4f1dabace5ff
+SHA256 (.footprint) = 96955c2b8db524dff639fc12c2b50fbf1ac8fb0049828b76aa7da8fd8628c06b
+SHA256 (lsof_4.91.tar.bz2) = c9da946a525fbf82ff80090b6d1879c38df090556f3fe0e6d782cb44172450a3
diff --git a/lsof/Pkgfile b/lsof/Pkgfile
index c0c237587..5f4d2a1a0 100644
--- a/lsof/Pkgfile
+++ b/lsof/Pkgfile
@@ -4,7 +4,7 @@
# Packager: sten, nick dot steeves at shaw dot ca
name=lsof
-version=4.89
+version=4.91
release=1
source=(ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/lsof_$version.tar.bz2)
@@ -16,5 +16,5 @@ build() {
sed -i -e "s/-DLINUXV/${CFLAGS} -DLINUXV/" Makefile
make
install -D -m 755 lsof $PKG/usr/sbin/lsof
- install -D -m 644 lsof.8 $PKG/usr/share/man8/lsof.8
+ install -D -m 644 lsof.8 $PKG/usr/share/man/man8/lsof.8
}

Generated by cgit