]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
procps: Update to 3.2.8
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sun, 15 May 2016 21:19:46 +0000 (23:19 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 16 May 2016 15:03:08 +0000 (16:03 +0100)
For details see:
http://procps.sourceforge.net/changelog.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/procps
lfs/procps
src/patches/procps-3.2.8-fix_unknown_HZ_value.patch [moved from src/patches/procps-3.2.6-fix_unknown_HZ_value.patch with 98% similarity]

index 286316799602126a61ac61f40ce06f065f9eb2a6..1f32be94a887b60851cb0f46085f9e35636758d6 100644 (file)
@@ -1,6 +1,6 @@
 bin/kill
 bin/ps
-lib/libproc-3.2.6.so
+lib/libproc-3.2.8.so
 sbin/sysctl
 usr/bin/free
 usr/bin/pgrep
index ae30f2f129b2b4a264116e9bf9b4faea9f49c7aa..183a95cddaaf87ac998d884136134a3ae40ef476 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2016  Michael Tremer & Christian Schmidt                      #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.2.6
+VER        = 3.2.8
 
 THISAPP    = procps-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 7ce39ea27d7b3da0e8ad74dd41d06783
+$(DL_FILE)_MD5 = 9532714b6846013ca9898984ba4cd7e0
 
 install : $(TARGET)
 
similarity index 98%
rename from src/patches/procps-3.2.6-fix_unknown_HZ_value.patch
rename to src/patches/procps-3.2.8-fix_unknown_HZ_value.patch
index 31d859358eb514f87cf3382089490c40e16d6f26..08edaa6ccc7e8e92ed1e7107549622c2d9a0df2c 100644 (file)
@@ -1,7 +1,7 @@
 diff -Naur procps-3.2.6.org/proc/sysinfo.c procps-3.2.6/proc/sysinfo.c
 --- procps-3.2.6.org/proc/sysinfo.c    2005-03-14 05:31:27.000000000 +0100
 +++ procps-3.2.6/proc/sysinfo.c        2011-10-02 12:51:32.000000000 +0200
-@@ -209,6 +209,7 @@
+@@ -212,6 +212,7 @@
  static void init_libproc(void) __attribute__((constructor));
  static void init_libproc(void){
    have_privs = check_for_privs();