Skip to content

Commit

Permalink
universe/procps-ng: security upgrade to 4.0.4
Browse files Browse the repository at this point in the history
[ commit d2c64be8d05aa1acd0e8dc5eb79a6c0160f0905d ]
  • Loading branch information
J0WI authored and akodanev committed Sep 6, 2023
1 parent e215b3d commit 517687e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 36 deletions.
15 changes: 8 additions & 7 deletions universe/procps-ng/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=procps-ng
pkgver=4.0.3
pkgrel=2
pkgver=4.0.4
pkgrel=0
pkgdesc="Utilities for monitoring your system and processes on your system"
url="https://gitlab.com/procps-ng/procps"
arch="all"
Expand All @@ -11,9 +11,7 @@ makedepends="
"
checkdepends="dejagnu"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang libproc2"
source="$pkgname-$pkgver.tar.xz::https://sourceforge.net/projects/procps-ng/files/Production/procps-ng-$pkgver.tar.xz/download
musl:musl-fixes.patch
"
source="$pkgname-$pkgver.tar.xz::https://sourceforge.net/projects/procps-ng/files/Production/procps-ng-$pkgver.tar.xz/download"

# used to be named procps
provides="procps=$pkgver-r$pkgrel"
Expand All @@ -27,6 +25,10 @@ x86)
;;
esac

# secfixes:
# 4.0.4-r0:
# - CVE-2023-4016

build() {
export LIBS="$LIBS -lintl"
./configure \
Expand Down Expand Up @@ -66,6 +68,5 @@ libproc2() {
}

sha512sums="
be9dc5ac4a50fc1b8256af44ac2c5b50f74ef5e48c5c3dcac2779d508988daf3b60989d22db8fc8b699c2f2f338ad367e91b9c01ab46ac9fa0d5c5bbec6f16af procps-ng-4.0.3.tar.xz
c2422153df17b35a8e1d1bacb5d988100b24f6f480b817cb04d3264c7a102c361319fa666f8e677d73bcc79715ff64c500a82d9193005a1c135522b137dcc2d1 musl-fixes.patch
94375544e2422fefc23d7634063c49ef1be62394c46039444f85e6d2e87e45cfadc33accba5ca43c96897b4295bfb0f88d55a30204598ddb26ef66f0420cefb4 procps-ng-4.0.4.tar.xz
"
29 changes: 0 additions & 29 deletions universe/procps-ng/musl-fixes.patch

This file was deleted.

0 comments on commit 517687e

Please sign in to comment.