mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/lsof: upgrade to 4.89
This commit is contained in:
parent
cbf2d61afd
commit
ca163d40bd
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=lsof
|
||||
pkgver=4.88
|
||||
pkgrel=1
|
||||
pkgver=4.89
|
||||
pkgrel=0
|
||||
pkgdesc="LiSt Open Files"
|
||||
url="http://people.freebsd.org/~abe/"
|
||||
arch="all"
|
||||
@ -9,8 +9,7 @@ license="custom"
|
||||
subpackages="$pkgname-doc"
|
||||
depends=
|
||||
makedepends="linux-headers"
|
||||
source="ftp://sunsite.ualberta.ca/pub/Mirror/$pkgname/${pkgname}_$pkgver.tar.bz2
|
||||
fix-includes.patch"
|
||||
source="ftp://sunsite.ualberta.ca/pub/Mirror/$pkgname/${pkgname}_$pkgver.tar.bz2"
|
||||
|
||||
_builddir="$srcdir"/${pkgname}_${pkgver}/${pkgname}_${pkgver}_src
|
||||
|
||||
@ -42,9 +41,6 @@ package() {
|
||||
install -D -m0644 -o root -g root lsof.8 \
|
||||
"$pkgdir"/usr/share/man/man8/lsof.8
|
||||
}
|
||||
md5sums="1b29c10db4aa88afcaeeaabeef6790db lsof_4.88.tar.bz2
|
||||
92f341e3bd0e942ad1bb5a8c39ea5989 fix-includes.patch"
|
||||
sha256sums="fe6f9b0e26b779ccd0ea5a0b6327c2b5c38d207a6db16f61ac01bd6c44e5c99b lsof_4.88.tar.bz2
|
||||
93aa0c02bd46a228a488daa9ba7a13f7b88f46cad244dc3a1ce798ab4285371e fix-includes.patch"
|
||||
sha512sums="acf3901ac08bac5acaa123af835de03fcf86c1cb851a2cba5bb6d08c53dff62570e4129c18ffa241ae84a83d5e6fc5207fb12e43b5ff5a21a0c1967ca117848b lsof_4.88.tar.bz2
|
||||
6022c79c3ddfeada603d7e88d22c0a3f60a09d42be9e3844d0d650b68761edcb12a20bd19e4b84342b3b2c1ac3d6c3b8690d81c9834301000734b71bc63cf63f fix-includes.patch"
|
||||
md5sums="1b9cd34f3fb86856a125abbf2be3a386 lsof_4.89.tar.bz2"
|
||||
sha256sums="81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718 lsof_4.89.tar.bz2"
|
||||
sha512sums="cafb0209143c7863e5cebe7efc33a2520d36f9e26222350e4edfa18debbcfb5c81f42f71469e5913fb21f49a7562bbe761b72dfc8f297dadf75ac619cdcb318c lsof_4.89.tar.bz2"
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
--- lsof_4.87_src/dialects/linux/dlsof.h
|
||||
+++ lsof_4.87_src/dialects/linux/dlsof.h
|
||||
@@ -49,12 +49,7 @@
|
||||
#include <setjmp.h>
|
||||
#include <unistd.h>
|
||||
#include <netinet/in.h>
|
||||
-
|
||||
-# if defined(GLIBCV) || defined(__UCLIBC__)
|
||||
#include <netinet/tcp.h>
|
||||
-# else /* !defined(GLIBCV) && !defined(__UCLIBC__) */
|
||||
-#include <linux/tcp.h>
|
||||
-# endif /* defined(GLIBCV) || defined(__UCLIBC__) */
|
||||
|
||||
# if !defined(HASNORPC_H)
|
||||
#include <rpc/rpc.h>
|
||||
Loading…
x
Reference in New Issue
Block a user