Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] got: update to 0.98.2
@ 2024-04-25 18:50 omar-polo
  2024-04-30 19:58 ` [PR PATCH] [Merged]: " cinerea0
  2024-04-30 20:53 ` omar-polo
  0 siblings, 2 replies; 3+ messages in thread
From: omar-polo @ 2024-04-25 18:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/omar-polo/void-packages got-0.98.1
https://github.com/void-linux/void-packages/pull/50035

got: update to 0.98.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-muslc)

I'm not sure why I have to include `linux/unistd.h` to get `__NR_landlock_create_ruleset`, while for e.g. on alpine it's not needed.  This was the reason holding me to submit updates.

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

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

From a11b7717386f69d0cc12e59e3f814d02959a9b78 Mon Sep 17 00:00:00 2001
From: Omar Polo <op@omarpolo.com>
Date: Thu, 25 Apr 2024 20:38:49 +0200
Subject: [PATCH] got: update to 0.98.2

---
 srcpkgs/got/patches/landlock.patch | 10 ++++++++++
 srcpkgs/got/template               |  6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/got/patches/landlock.patch

diff --git a/srcpkgs/got/patches/landlock.patch b/srcpkgs/got/patches/landlock.patch
new file mode 100644
index 00000000000000..529ead3667101e
--- /dev/null
+++ b/srcpkgs/got/patches/landlock.patch
@@ -0,0 +1,10 @@
+--- a/compat/landlock.c
++++ b/compat/landlock.c
+@@ -15,6 +15,7 @@
+  */
+ 
+ #include <linux/landlock.h>
++#include <linux/unistd.h>
+ 
+ #include <sys/prctl.h>
+ #include <sys/syscall.h>
diff --git a/srcpkgs/got/template b/srcpkgs/got/template
index 6eb272f412e8cc..a138fac702e49d 100644
--- a/srcpkgs/got/template
+++ b/srcpkgs/got/template
@@ -1,17 +1,17 @@
 # Template file for 'got'
 pkgname=got
-version=0.95
+version=0.98.2
 revision=1
 build_style=gnu-configure
 hostmakedepends="byacc pkg-config"
-makedepends="libmd-devel zlib-devel libuuid-devel libbsd-devel ncurses-devel openssl-devel libevent-devel"
+makedepends="libmd-devel zlib-devel libuuid-devel libbsd-devel ncurses-devel openssl-devel libevent-devel libtls-devel"
 short_desc="VCS which prioritizes ease of use and simplicity over flexibility"
 maintainer="Omar Polo <op@omarpolo.com>"
 license="ISC"
 homepage="https://gameoftrees.org"
 changelog="https://gameoftrees.org/releases/CHANGES"
 distfiles="https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz"
-checksum=e689fd7dfefa380166a1a293c153348540862e2019189cedebe8c2c76372820e
+checksum=ff5d4ad9922edf1c8055b2398650972fd463c809590dbe78e2eab1bf78a150c8
 
 post_install() {
 	sed -n '/Copyright/,/PERFORMANCE/p' got/got.c > LICENSE

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

* Re: [PR PATCH] [Merged]: got: update to 0.98.2
  2024-04-25 18:50 [PR PATCH] got: update to 0.98.2 omar-polo
@ 2024-04-30 19:58 ` cinerea0
  2024-04-30 20:53 ` omar-polo
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-04-30 19:58 UTC (permalink / raw)
  To: ml

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

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

got: update to 0.98.2
https://github.com/void-linux/void-packages/pull/50035

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

I'm not sure why I have to include `linux/unistd.h` to get `__NR_landlock_create_ruleset`, while for e.g. on alpine it's not needed.  This was the reason holding me to submit updates.

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

* Re: got: update to 0.98.2
  2024-04-25 18:50 [PR PATCH] got: update to 0.98.2 omar-polo
  2024-04-30 19:58 ` [PR PATCH] [Merged]: " cinerea0
@ 2024-04-30 20:53 ` omar-polo
  1 sibling, 0 replies; 3+ messages in thread
From: omar-polo @ 2024-04-30 20:53 UTC (permalink / raw)
  To: ml

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

New comment by omar-polo on void-packages repository

https://github.com/void-linux/void-packages/pull/50035#issuecomment-2087257558

Comment:
Thanks!

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

end of thread, other threads:[~2024-04-30 20:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-25 18:50 [PR PATCH] got: update to 0.98.2 omar-polo
2024-04-30 19:58 ` [PR PATCH] [Merged]: " cinerea0
2024-04-30 20:53 ` omar-polo

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