Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] inspircd: update to 3.15.0.
@ 2022-12-30 14:19 SadieCat
  2022-12-30 14:20 ` [PR REVIEW] " SadieCat
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: SadieCat @ 2022-12-30 14:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SadieCat/void-packages inspircd
https://github.com/void-linux/void-packages/pull/41361

inspircd: update to 3.15.0.
#### 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-musl)


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

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

From d9552401c65baad221656659380035f653bbbf3b Mon Sep 17 00:00:00 2001
From: Sadie Powell <sadie@witchery.services>
Date: Fri, 30 Dec 2022 14:09:42 +0000
Subject: [PATCH] inspircd: update to 3.15.0.

---
 srcpkgs/inspircd/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/inspircd/template b/srcpkgs/inspircd/template
index d80ffdef2907..38fe6a9c5f52 100644
--- a/srcpkgs/inspircd/template
+++ b/srcpkgs/inspircd/template
@@ -1,6 +1,6 @@
 # Template file for 'inspircd'
 pkgname=inspircd
-version=3.13.0
+version=3.15.0
 revision=1
 build_style=gnu-makefile
 hostmakedepends="perl pkg-config"
@@ -10,7 +10,7 @@ maintainer="Alexander Gehrke <void@qwertyuiop.de>"
 license="GPL-2.0-only"
 homepage="http://www.inspircd.org/"
 distfiles="https://github.com/inspircd/inspircd/archive/v${version}.tar.gz"
-checksum=0a4534114f5db1602c53ca4cfbb5ad623b9f990737d8c8f85890d8de47165729
+checksum=c3d201dd3577917bc94257ed8aa373c24bc03c456e55886497eb87e8520f2d4d
 
 system_accounts="inspircd"
 inspircd_homedir="/var/lib/inspircd"
@@ -30,7 +30,6 @@ do_configure() {
 	./configure \
 		--enable-extras "geo_maxmind regex_posix regex_stdlib ssl_gnutls ssl_openssl sslrehashsignal sqlite3"
 	./configure \
-		--binary-dir /usr/bin \
 		--disable-auto-extras \
 		--disable-ownership \
 		--distribution-label voidlinux-${revision} \

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

* Re: [PR REVIEW] inspircd: update to 3.15.0.
  2022-12-30 14:19 [PR PATCH] inspircd: update to 3.15.0 SadieCat
@ 2022-12-30 14:20 ` SadieCat
  2022-12-30 14:24 ` SadieCat
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: SadieCat @ 2022-12-30 14:20 UTC (permalink / raw)
  To: ml

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

New review comment by SadieCat on void-packages repository

https://github.com/void-linux/void-packages/pull/41361#discussion_r1059408511

Comment:
Since 3.13.0 the default binary dir changed from /usr/sbin to /usr/bin so this is no longer necessary.

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

* Re: [PR REVIEW] inspircd: update to 3.15.0.
  2022-12-30 14:19 [PR PATCH] inspircd: update to 3.15.0 SadieCat
  2022-12-30 14:20 ` [PR REVIEW] " SadieCat
@ 2022-12-30 14:24 ` SadieCat
  2022-12-30 14:25 ` SadieCat
  2022-12-31 17:42 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: SadieCat @ 2022-12-30 14:24 UTC (permalink / raw)
  To: ml

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

New review comment by SadieCat on void-packages repository

https://github.com/void-linux/void-packages/pull/41361#discussion_r1059408511

Comment:
Since 3.13.0 the default binary dir changed from /usr/sbin to /usr/bin so this was no longer necessary.

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

* Re: [PR REVIEW] inspircd: update to 3.15.0.
  2022-12-30 14:19 [PR PATCH] inspircd: update to 3.15.0 SadieCat
  2022-12-30 14:20 ` [PR REVIEW] " SadieCat
  2022-12-30 14:24 ` SadieCat
@ 2022-12-30 14:25 ` SadieCat
  2022-12-31 17:42 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: SadieCat @ 2022-12-30 14:25 UTC (permalink / raw)
  To: ml

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

New review comment by SadieCat on void-packages repository

https://github.com/void-linux/void-packages/pull/41361#discussion_r1059408511

Comment:
Since 3.13.0 the default binary dir has changed from /usr/sbin to /usr/bin so this was no longer necessary.

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

* Re: [PR PATCH] [Merged]: inspircd: update to 3.15.0.
  2022-12-30 14:19 [PR PATCH] inspircd: update to 3.15.0 SadieCat
                   ` (2 preceding siblings ...)
  2022-12-30 14:25 ` SadieCat
@ 2022-12-31 17:42 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-12-31 17:42 UTC (permalink / raw)
  To: ml

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

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

inspircd: update to 3.15.0.
https://github.com/void-linux/void-packages/pull/41361

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


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

end of thread, other threads:[~2022-12-31 17:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-30 14:19 [PR PATCH] inspircd: update to 3.15.0 SadieCat
2022-12-30 14:20 ` [PR REVIEW] " SadieCat
2022-12-30 14:24 ` SadieCat
2022-12-30 14:25 ` SadieCat
2022-12-31 17:42 ` [PR PATCH] [Merged]: " paper42

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