Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] RyzenAdj: update to 0.8.2
@ 2021-11-18  6:12 Animeshz
  2021-11-20 15:19 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 2+ messages in thread
From: Animeshz @ 2021-11-18  6:12 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: RyzenAdj: update to 0.8.2
  2021-11-18  6:12 [PR PATCH] RyzenAdj: update to 0.8.2 Animeshz
@ 2021-11-20 15:19 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2021-11-20 15:19 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

RyzenAdj: update to 0.8.2
https://github.com/void-linux/void-packages/pull/34127

Description:
#### 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-20 15:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18  6:12 [PR PATCH] RyzenAdj: update to 0.8.2 Animeshz
2021-11-20 15:19 ` [PR PATCH] [Merged]: " Chocimier

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).