mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
znc: update to 1.9.1.
fixes CVE-2024-39844
This commit is contained in:
parent
5441f6c109
commit
4f2fcf898d
1 changed files with 11 additions and 12 deletions
|
@ -1,24 +1,20 @@
|
|||
# Template file for 'znc'
|
||||
pkgname=znc
|
||||
version=1.8.2
|
||||
revision=18
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--enable-python
|
||||
--enable-perl
|
||||
--enable-tcl
|
||||
--enable-cyrus
|
||||
--with-tcl=$XBPS_CROSS_BASE/usr/lib"
|
||||
hostmakedepends="pkg-config perl tar"
|
||||
version=1.9.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DWANT_PYTHON=YES -DWANT_PERL=YES -DWANT_TCL=YES
|
||||
-DWANT_ARGON=YES -DWANT_I18N=YES"
|
||||
hostmakedepends="pkg-config perl gettext"
|
||||
makedepends="openssl-devel python3-devel tcl-devel libsasl-devel
|
||||
icu-devel zlib-devel perl"
|
||||
icu-devel zlib-devel perl libargon2-devel boost-devel"
|
||||
short_desc="Advanced IRC Bouncer"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://znc.in/"
|
||||
changelog="https://github.com/znc/znc/raw/master/ChangeLog.md"
|
||||
distfiles="https://znc.in/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=ff238aae3f2ae0e44e683c4aee17dc8e4fdd261ca9379d83b48a7d422488de0d
|
||||
checksum=e8a7cf80e19aad510b4e282eaf61b56bc30df88ea2e0f64fadcdd303c4894f3c
|
||||
|
||||
system_accounts="znc"
|
||||
znc_homedir="/var/lib/znc"
|
||||
|
@ -37,6 +33,8 @@ pre_configure() {
|
|||
post_install() {
|
||||
vsv znc
|
||||
vdoc "${FILESDIR}/README.voidlinux"
|
||||
vmkdir usr/lib/cmake/znc
|
||||
mv "${DESTDIR}"/usr/share/znc/cmake/* "${DESTDIR}/usr/lib/cmake/znc"
|
||||
}
|
||||
|
||||
znc-python3_package() {
|
||||
|
@ -75,5 +73,6 @@ znc-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/cmake
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue