From a9ff9b6cea988e5f6357c082dd61ca2506ac2e4c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 14 Jun 2018 19:48:44 +0000 Subject: [PATCH] psmisc: updated to 23.1 --- psmisc/.footprint | 2 ++ psmisc/.md5sum | 3 +-- psmisc/Pkgfile | 10 +++------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/psmisc/.footprint b/psmisc/.footprint index 338a8ff..44e9958 100644 --- a/psmisc/.footprint +++ b/psmisc/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/fuser -rwxr-xr-x root/root usr/bin/killall -rwxr-xr-x root/root usr/bin/prtstat +-rwxr-xr-x root/root usr/bin/pslog -rwxr-xr-x root/root usr/bin/pstree drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ @@ -11,4 +12,5 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/killall.1.gz -rw-r--r-- root/root usr/share/man/man1/peekfd.1.gz -rw-r--r-- root/root usr/share/man/man1/prtstat.1.gz +-rw-r--r-- root/root usr/share/man/man1/pslog.1.gz -rw-r--r-- root/root usr/share/man/man1/pstree.1.gz diff --git a/psmisc/.md5sum b/psmisc/.md5sum index 581840d..621104a 100644 --- a/psmisc/.md5sum +++ b/psmisc/.md5sum @@ -1,2 +1 @@ -6d0386913eb0a88e43aa9bc868cb0eb5 fuseropts.patch -935c0fd6eb208288262b385fa656f1bf psmisc-22.21.tar.gz +bbba1f701c02fb50d59540d1ff90d8d1 psmisc-23.1.tar.xz diff --git a/psmisc/Pkgfile b/psmisc/Pkgfile index ac0117e..21bdcdb 100644 --- a/psmisc/Pkgfile +++ b/psmisc/Pkgfile @@ -5,10 +5,9 @@ # Depends on: ncurses name=psmisc -version=22.21 -release=3 -source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz \ - fuseropts.patch) +version=23.1 +release=1 +source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.xz) build() { cd $name-$version @@ -18,9 +17,6 @@ ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes EOF - # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740275 - patch -p1 -i $SRC/fuseropts.patch - ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ -- 2.26.2