CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
psmisc: updated to 23.1
authorVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 19:48:44 +0000 (19:48 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 19:48:44 +0000 (19:48 +0000)
psmisc/.footprint
psmisc/.md5sum
psmisc/Pkgfile

index 338a8ff63a558745a488d46841162346aa666cb2..44e99581df065cd608dda041d41f9cd6eb0929eb 100644 (file)
@@ -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
index 581840db37433f49cd05bebc591809d6fa29b219..621104a10102dced4c19085213741852308ec224 100644 (file)
@@ -1,2 +1 @@
-6d0386913eb0a88e43aa9bc868cb0eb5  fuseropts.patch
-935c0fd6eb208288262b385fa656f1bf  psmisc-22.21.tar.gz
+bbba1f701c02fb50d59540d1ff90d8d1  psmisc-23.1.tar.xz
index ac0117ea4e09fe3bf2fe1885be31006d3472d7b8..21bdcdb231f8727d7dc2ffc1994657ea14115193 100644 (file)
@@ -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 \