Skip to content

procps: update from 3.3.17 to 4.0.3 to 4.0.4 #2973

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 21, 2023

  1. Copy the full SHA
    242b414 View commit details
  2. procps-ng: Build in separate directory

    This is needed, when building the source from the GitLab release
    archive. `autogen.sh` needs to be run in `mee_patch_post()` to generate
    `configure`. But it does not execute the configure script itself, which
    is not supported by bee’s build type for `autogen.sh`.
    
    The release archives from SourceForge already ship the configure script,
    and it builds outside the source directory without problems.
    pmenzel committed Feb 21, 2023
    Copy the full SHA
    160c053 View commit details
  3. procps-ng: Remove blank line

    pmenzel committed Feb 21, 2023
    Copy the full SHA
    b53c3f3 View commit details
  4. Copy the full SHA
    5ccdfde View commit details

Commits on Sep 8, 2023

  1. Copy the full SHA
    ff9bca0 View commit details
  2. procps: update from 3.3.17 to 4.0.3 to 4.0.4

    - updated
    - fixed -fPIC .a issue
    
    changes:
    ```
    0 : /usr/share/bee/procps-ng-3.3.17-0.x86_64/CONTENT
    1 : /scratch/local/bee-root/procps-ng/procps-ng-4.0.4-0/image/
     0 | 1 | t |  mode |  acc  | uid | gid | nln | file
     - | X | r |0100755|   0755|    0|    0|    1| /usr/bin/pidwait
     X | - | r |0100755|   0755|    0|    0|    1| /usr/bin/pwait
    
     - | X | d | 040755|   0755|    0|    0|    2| /usr/include/libproc2
     X | - | d | 040755|   0755|    0|    0|    2| /usr/include/proc
    
     - | X | r |0100644|   0644|    0|    0|    1| /usr/lib/libproc2.a
     X | - | r |0100644|   0644|    0|    0|    1| /usr/lib/libprocps.a
    
     - | X | r |0100644|   0644|    0|    0|    1| /usr/lib/pkgconfig/libproc2.pc
     X | - | r |0100644|   0644|    0|    0|    1| /usr/lib/pkgconfig/libprocps.pc
    
     - | X | r |0100644|   0644|    0|    0|    1| /usr/share/man/man1/pidwait.1
     X | - | r |0100644|   0644|    0|    0|    1| /usr/share/man/man1/pwait.1
    
     X | - | r |0100644|   0644|    0|    0|    1| /usr/share/man/man1/procps.1
     X | - | r |0100644|   0644|    0|    0|    1| /usr/share/man/man3/openproc.3
     X | - | r |0100644|   0644|    0|    0|    1| /usr/share/man/man3/readproc.3
     X | - | r |0100644|   0644|    0|    0|    1| /usr/share/man/man3/readproctab.3
     - | X | r |0100644|   0644|    0|    0|    1| /usr/share/man/man3/procps.3
     - | X | r |0100644|   0644|    0|    0|    1| /usr/share/man/man3/procps_misc.3
     - | X | r |0100644|   0644|    0|    0|    1| /usr/share/man/man3/procps_pids.3
    ```
    wwwutz committed Sep 8, 2023
    Copy the full SHA
    af909cb View commit details