bump(main/ngircd): 27 (#19959)

This commit is contained in:
tqfx 2024-04-27 12:45:54 +08:00 committed by GitHub
parent 0ec19fa51e
commit 8bd67b74ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 14 deletions

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://ngircd.barton.de/
TERMUX_PKG_DESCRIPTION="Free, portable and lightweight Internet Relay Chat server"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@yonle <yonle@protonmail.com>"
TERMUX_PKG_VERSION=26.1
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL="https://github.com/ngircd/ngircd/releases/download/rel-${TERMUX_PKG_VERSION}/ngircd-26.tar.xz"
TERMUX_PKG_SHA256=56dcc6483058699fcdd8e54f5010eecee09824b93bad7ed5f18818e550d855c6
TERMUX_PKG_VERSION="27"
TERMUX_PKG_SRCURL="https://github.com/ngircd/ngircd/releases/download/rel-${TERMUX_PKG_VERSION}/ngircd-${TERMUX_PKG_VERSION%.*}.tar.xz"
TERMUX_PKG_SHA256=6897880319dd5e2e73c1c9019613509f88eb5b8daa5821a36fbca3d785c247b8
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_VERSION_SED_REGEXP='s/^[^-]*-//;s/-.*//'
TERMUX_PKG_DEPENDS="zlib, openssl"
@ -18,3 +17,6 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--enable-ipv6
"
termux_step_pre_configure() {
sed -i.orig "s:endpwent ::g" "$TERMUX_PKG_SRCDIR/configure"
}

View File

@ -1,10 +0,0 @@
--- ngircd-26/configure
+++ ngircd-26.mod/configure
@@ -6212,7 +6212,6 @@
for ac_func in \
alarm \
dup2 \
- endpwent \
gethostbyaddr \
gethostbyname \
gethostname \