Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kore: ignore certain warnings (openssl3)
@ 2023-02-02 14:56 dkwo
  2023-02-02 15:33 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 1 reply; 2+ messages in thread
From: dkwo @ 2023-02-02 14:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages O3kore
https://github.com/void-linux/void-packages/pull/42035

kore: ignore certain warnings (openssl3)
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

@Hoshpak Added flags to build with openssl3, see #37681 

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

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

From 8bacdaf212ac782eeb9ea7e5bbe6db068e73861d Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 2 Feb 2023 09:52:51 -0500
Subject: [PATCH] kore: ignore certain warnings (openssl3)

---
 srcpkgs/kore/template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/kore/template b/srcpkgs/kore/template
index 0927bc637dc7..175ae14d6a53 100644
--- a/srcpkgs/kore/template
+++ b/srcpkgs/kore/template
@@ -1,7 +1,7 @@
 # Template file for 'kore'
 pkgname=kore
 version=4.2.3
-revision=2
+revision=3
 # arch specific seccomp stuff
 archs="x86_64* aarch64* ppc64*"
 build_style=gnu-makefile
@@ -16,6 +16,8 @@ homepage="https://kore.io"
 distfiles="https://kore.io/releases/kore-${version}.tar.gz"
 checksum=f9a9727af97441ae87ff9250e374b9fe3a32a3348b25cb50bd2b7de5ec7f5d82
 disable_parallel_build=yes
+# openssl3 fix
+CFLAGS+=" -Wno-deprecated-declarations -Wno-discarded-qualifiers"
 
 export TARGET_PLATFORM=${XBPS_TARGET_MACHINE}
 

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

* Re: [PR PATCH] [Merged]: kore: ignore certain warnings (openssl3)
  2023-02-02 14:56 [PR PATCH] kore: ignore certain warnings (openssl3) dkwo
@ 2023-02-02 15:33 ` Hoshpak
  0 siblings, 0 replies; 2+ messages in thread
From: Hoshpak @ 2023-02-02 15:33 UTC (permalink / raw)
  To: ml

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

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

kore: ignore certain warnings (openssl3)
https://github.com/void-linux/void-packages/pull/42035

Description:
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

@Hoshpak Added flags to build with openssl3, see #37681 

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

end of thread, other threads:[~2023-02-02 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-02 14:56 [PR PATCH] kore: ignore certain warnings (openssl3) dkwo
2023-02-02 15:33 ` [PR PATCH] [Merged]: " Hoshpak

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