~sircmpwn/sr.ht-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH sr.ht-apkbuilds] soju: update to upstream 0.8.1

Details
Message ID
<20240717090931.422910-1-ch@bitfehler.net>
DKIM signature
pass
Download raw message
Patch: +6 -6
Also:

* Add 'net' option to make `abuild chrootbld` work
* Switch source to our new official fork repo
---
Upstream has released 0.8.1, which includes a fix for the goroutine
leak. I rebased the `srht` branch of our fork [1] onto that and added
two commits to adapt to some upstream changes.

[1] https://git.sr.ht/~bitfehler/soju/log/srht

 sr.ht/soju/APKBUILD | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sr.ht/soju/APKBUILD b/sr.ht/soju/APKBUILD
index 01a925e..a2d4bc6 100644
--- a/sr.ht/soju/APKBUILD
+++ b/sr.ht/soju/APKBUILD
@@ -1,21 +1,21 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=soju
pkgver=0.7.0
pkgrel=2
pkgver=0.8.1
pkgrel=0
pkgdesc="User-friendly IRC bouncer"
url="https://soju.im/"
license="AGPL-3.0"
arch="all"
options="chmod-clean setcap !check"
options="chmod-clean net setcap !check"
pkgusers="$pkgname"
pkggroups="$pkgname"
install="$pkgname.pre-install"
depends="ca-certificates"
makedepends="go scdoc libcap"
subpackages="$pkgname-openrc $pkgname-doc"
githash=9b03478242414fb74cbcae6eab00375d1e6206dd # branch srht
source="$pkgname-$githash.tar.gz::https://git.sr.ht/~emersion/soju/archive/$githash.tar.gz
githash=aa538961efa67495531f40cab585d966dc42730a # branch srht
source="$pkgname-$githash.tar.gz::https://git.sr.ht/~bitfehler/soju/archive/$githash.tar.gz
	$pkgname.initd
	$pkgname.confd
	"
@@ -44,7 +44,7 @@ package() {
}

sha512sums="
2c079f32bc720332a07b1e0a9fd38bbb68b616d0c8ba3f3c4a98dc87dca996bc7ba3fab31b2bb156891cd493d22fc3a9fc490210a11d7d59a039bb2e5a38a288  soju-9b03478242414fb74cbcae6eab00375d1e6206dd.tar.gz
6d10391af1f915948b2059d79225a2267c47ffa0fdd94b33fcf9b7f9e294447fc35198c12a95c43ff6f3e7511e74e99e2f956ca20f69198949fe66b4528679af  soju-aa538961efa67495531f40cab585d966dc42730a.tar.gz
6072c070b7bdaea08406d60816c74752e5a037c56f823b35333311f1ae3328d7e9dcab22c5a82c8628cbdc92b505e4c2ea989a5118491feb82a44efe84216d06  soju.initd
daca27e5deb5135b406e4160504efa011219147465c2f2b484b92db0aa9174173e37c62d32109937df3d2e8c430625e0ec25956775dd92f7fa1f55b19e0e8a18  soju.confd
"
-- 
2.45.2
Reply to thread Export thread (mbox)