Github messages for voidlinux
 help / color / mirror / Atom feed
From: Animeshz <Animeshz@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] RyzenAdj: update to 0.8.2
Date: Thu, 18 Nov 2021 07:12:24 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34127@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]

There is a new pull request by Animeshz against master on the void-packages repository

https://github.com/Animeshz/void-packages RyzenAdj
https://github.com/void-linux/void-packages/pull/34127

RyzenAdj: update to 0.8.2
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/34127.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-RyzenAdj-34127.patch --]
[-- Type: text/x-diff, Size: 2580 bytes --]

From 5e530d2a4aa8bc5398f68a8934356c8c8ce7e6ab Mon Sep 17 00:00:00 2001
From: Animesh Sahu <animeshsahu19@yahoo.com>
Date: Thu, 18 Nov 2021 11:38:10 +0530
Subject: [PATCH] RyzenAdj: update to 0.8.2

---
 .../RyzenAdj/patches/heap-corruption.patch    | 36 -------------------
 srcpkgs/RyzenAdj/template                     |  6 ++--
 2 files changed, 3 insertions(+), 39 deletions(-)
 delete mode 100644 srcpkgs/RyzenAdj/patches/heap-corruption.patch

diff --git a/srcpkgs/RyzenAdj/patches/heap-corruption.patch b/srcpkgs/RyzenAdj/patches/heap-corruption.patch
deleted file mode 100644
index 6b8fc81267f0..000000000000
--- a/srcpkgs/RyzenAdj/patches/heap-corruption.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 6efee1997c468150f472941f0f183fc054b436a4 Mon Sep 17 00:00:00 2001
-From: unknown <Falcosc@users.noreply.github.com>
-Date: Sat, 27 Feb 2021 01:26:18 +0100
-Subject: [PATCH] fix Heap corruption
-
----
- lib/nb_smu_ops.c | 2 +-
- lib/ryzenadj.h   | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/lib/nb_smu_ops.c b/lib/nb_smu_ops.c
-index 965264c..2c31b48 100644
---- a/lib/nb_smu_ops.c
-+++ b/lib/nb_smu_ops.c
-@@ -45,7 +45,7 @@ smu_t get_smu(nb_t nb, int smu_type) {
- 	uint32_t rep; /* REP of test message */
- 	smu_service_args_t arg = {0, 0, 0, 0, 0, 0}; /* Test message shuld have no arguments */
- 
--	smu = (smu_t)malloc((sizeof(smu_t)));
-+	smu = (smu_t)malloc((sizeof(*smu)));
- 	smu->nb = nb;
- 	/* Fill SMU information */
- 	switch(smu_type){
-diff --git a/lib/ryzenadj.h b/lib/ryzenadj.h
-index 6f18ade..90c94ee 100644
---- a/lib/ryzenadj.h
-+++ b/lib/ryzenadj.h
-@@ -10,7 +10,7 @@ extern "C" {
- 
- #define RYZENADJ_REVISION_VER 0
- #define RYZENADJ_MAJOR_VER 7
--#define RYZENADJ_MINIOR_VER 0
-+#define RYZENADJ_MINIOR_VER 1
- 
- enum ryzen_family {
-         FAM_UNKNOWN = -1,
diff --git a/srcpkgs/RyzenAdj/template b/srcpkgs/RyzenAdj/template
index ccea4932b6f2..4b65f819a3de 100644
--- a/srcpkgs/RyzenAdj/template
+++ b/srcpkgs/RyzenAdj/template
@@ -1,7 +1,7 @@
 # Template file for 'RyzenAdj'
 pkgname=RyzenAdj
-version=0.7.0
-revision=2
+version=0.8.2
+revision=1
 archs="x86_64*"
 build_style=cmake
 makedepends="pciutils-devel"
@@ -10,7 +10,7 @@ maintainer="maciozo <maciozo@maciozo.com>"
 license="LGPL-3.0-only"
 homepage="https://github.com/FlyGoat/RyzenAdj"
 distfiles="https://github.com/FlyGoat/RyzenAdj/archive/v${version}.tar.gz"
-checksum=fff8a08e657ba35f919bd564fbe2e15e7c615ac6e2a357ffcc3472069e8081f6
+checksum=fc4f60700afb781aca510e7522befb9db8d717d059781a3f7fcf9c16dec00987
 
 do_install() {
 	vbin build/ryzenadj

             reply	other threads:[~2021-11-18  6:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-18  6:12 Animeshz [this message]
2021-11-20 15:19 ` [PR PATCH] [Merged]: " Chocimier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34127@inbox.vuxu.org \
    --to=animeshz@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).