Skip to content

Commit

Permalink
sysstat: update 12.6.2 -> 12.7.4
Browse files Browse the repository at this point in the history
Old homepage is no longer being updated and will be taken down soon.
Let's switch to git, as the new homepage is still being set up.

Upstream has confirmed that odd-even version scheme is no longer in place:
sysstat/sysstat#373

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
kanavin authored and rpurdie committed Sep 18, 2023
1 parent 06fb5a8 commit f9d64fc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 57 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
From 1590cc614aaf0fb81cd804414d6c9d5a9227352c Mon Sep 17 00:00:00 2001
From: Wenlin Kang <wenlin.kang@windriver.com>
Date: Tue, 5 Nov 2019 16:16:44 +0800
Subject: [PATCH] configure.in: remove check for chkconfig
Subject: [PATCH] configure.ac: remove check for chkconfig

chkconfig can't work on cross-platform, so should remove check for it.

Upstream-Status: Inappropriate [ embedded specific ]

Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com>
---
configure.in | 3 ++-
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
diff --git a/configure.ac b/configure.ac
index 48b9a31..cedeb43 100644
--- a/configure.in
+++ b/configure.in
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,8 @@ AC_SUBST(VER_JSON)
AC_SUBST(VER_XML)

Expand Down
46 changes: 0 additions & 46 deletions meta/recipes-extended/sysstat/sysstat/CVE-2023-33204.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
SUMMARY = "System performance tools"
DESCRIPTION = "The sysstat utilities are a collection of performance monitoring tools for Linux."
HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/"
HOMEPAGE = "https://sysstat.github.io/"
LICENSE = "GPL-2.0-or-later"
SECTION = "console/utils"

SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/${BP}.tar.xz \
SRC_URI = "git://github.com/sysstat/sysstat.git;protocol=https;branch=master \
file://99_sysstat \
file://sysstat.service \
file://0001-configure.in-remove-check-for-chkconfig.patch \
file://CVE-2023-33204.patch \
"

LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"

SRC_URI[sha256sum] = "3e77134aedaa6fc57d9745da67edfd8990e19adee71ac47196229261c563fb48"
UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html"
SRCREV = "1df0d61306ae826c896a5cf6f665d58c671c0498"
S = "${WORKDIR}/git"

DEPENDS += "base-passwd"

# autotools-brokensep as this package doesn't use automake
inherit autotools-brokensep gettext systemd upstream-version-is-even
inherit autotools-brokensep gettext systemd

PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
PACKAGECONFIG[lm-sensors] = "--enable-sensors,--disable-sensors,lmsensors,lmsensors-libsensors"
Expand Down

0 comments on commit f9d64fc

Please sign in to comment.