Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] soju: update to 0.6.1, adopt.
Date: Tue, 25 Apr 2023 04:27:36 +0200	[thread overview]
Message-ID: <20230425022736.QDOqMOXwF2Yc9SsQ0m9LfJeSONJdeKwiPcAB5dOBTQM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43602@inbox.vuxu.org>

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

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages update/soju-0.6.1
https://github.com/void-linux/void-packages/pull/43602

soju: update to 0.6.1, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

@flupe, can I adopt this from you?

repo available for testing: https://devspace.voidlinux.org/abby/updates/soju-0.6.1/


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/soju-0.6.1-43602.patch --]
[-- Type: text/x-diff, Size: 2059 bytes --]

From 74d6f1abf28762850597eddf8c42b96ca3329124 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 24 Apr 2023 17:40:07 -0400
Subject: [PATCH] soju: update to 0.6.1, adopt.

add CAP_NET_BIND_SERVICE so soju can run identd on :113 if desired
---
 srcpkgs/soju/INSTALL  |  5 +++++
 srcpkgs/soju/template | 16 ++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)
 create mode 100644 srcpkgs/soju/INSTALL

diff --git a/srcpkgs/soju/INSTALL b/srcpkgs/soju/INSTALL
new file mode 100644
index 000000000000..fc30b212dcd7
--- /dev/null
+++ b/srcpkgs/soju/INSTALL
@@ -0,0 +1,5 @@
+case "${ACTION}" in
+post)
+	setcap CAP_NET_BIND_SERVICE=+ep usr/bin/soju
+	;;
+esac
diff --git a/srcpkgs/soju/template b/srcpkgs/soju/template
index 97a72ffa4653..70c4d46bedcb 100644
--- a/srcpkgs/soju/template
+++ b/srcpkgs/soju/template
@@ -1,7 +1,7 @@
 # Template file for 'soju'
 pkgname=soju
-version=0.6.0
-revision=2
+version=0.6.1
+revision=1
 build_style=go
 go_import_path="git.sr.ht/~emersion/soju"
 go_package="./cmd/..."
@@ -9,21 +9,21 @@ go_build_tags="libsqlite3"
 hostmakedepends="scdoc"
 makedepends="sqlite-devel"
 short_desc="User-friendly IRC bouncer"
-maintainer="flupe <lucas@escot.me>"
+maintainer="classabbyamp <void@placeviolette.net>"
 license="AGPL-3.0-or-later"
 homepage="https://soju.im"
-changelog="https://git.sr.ht/~emersion/soju/refs/v${version}"
+changelog="https://git.sr.ht/~emersion/soju/refs"
 distfiles="https://git.sr.ht/~emersion/soju/refs/download/v${version}/soju-${version}.tar.gz"
-checksum=11275b6edf53ae811011b4e9c3f325e901c31986e46c390c841c3add114cb9aa
+checksum=336ec8bb2482ec811261bb6c19bd71613fa20e65bb98aedfbceb16969bb7038b
 conf_files="/etc/soju/config"
 system_accounts="_soju"
 make_dirs="/var/db/soju 0750 _soju _soju
  /var/log/soju 0750 _soju _soju"
 
 post_install() {
-	for f in soju.1 sojuctl.1; do
-		scdoc <doc/$f.scd >doc/$f
-		vman doc/$f
+	for f in doc/*.?.scd; do
+		scdoc <$f >"${f%.scd}"
+		vman "${f%.scd}"
 	done
 	vlicense LICENSE
 	vinstall $FILESDIR/config 644 etc/soju

  parent reply	other threads:[~2023-04-25  2:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-24 21:41 [PR PATCH] " classabbyamp
2023-04-24 22:23 ` [PR PATCH] [Updated] " classabbyamp
2023-04-25  2:27 ` classabbyamp [this message]
2023-04-25 10:11 ` flupe
2023-04-25 15:29 ` [PR PATCH] [Merged]: " classabbyamp

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=20230425022736.QDOqMOXwF2Yc9SsQ0m9LfJeSONJdeKwiPcAB5dOBTQM@z \
    --to=classabbyamp@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).