From 326bb4a9eee49c655f3b704f8ae1a78ba9d8ffdc Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 4 Jul 2024 00:09:08 +0100 Subject: [PATCH] inspircd: update to 4.0.1 --- srcpkgs/inspircd/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/inspircd/template b/srcpkgs/inspircd/template index 5609bb9d8a4721..604c5933fdae65 100644 --- a/srcpkgs/inspircd/template +++ b/srcpkgs/inspircd/template @@ -1,6 +1,6 @@ # Template file for 'inspircd' pkgname=inspircd -version=3.17.0 +version=4.0.1 revision=1 build_style=gnu-makefile hostmakedepends="perl pkg-config" @@ -10,7 +10,7 @@ maintainer="Alexander Gehrke " license="GPL-2.0-only" homepage="http://www.inspircd.org/" distfiles="https://github.com/inspircd/inspircd/archive/v${version}.tar.gz" -checksum=181de90130e11a26ec107fcb6b74005cbce3051b89b500347e416054e29c3166 +checksum=3e00d545593f2f2585792585b58501bfc953dc16ae1f35dc55333ccb57d6ef5d system_accounts="inspircd" inspircd_homedir="/var/lib/inspircd" @@ -28,7 +28,7 @@ pre_configure() { do_configure() { ./configure \ - --enable-extras "geo_maxmind regex_posix regex_stdlib ssl_gnutls ssl_openssl sslrehashsignal sqlite3" + --enable-extras "geo_maxmind log_syslog regex_posix ssl_gnutls ssl_openssl sslrehashsignal sqlite3" ./configure \ --disable-auto-extras \ --disable-ownership \