mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'znc'
|
||||||
pkgname=znc
|
pkgname=znc
|
||||||
version=1.8.2
|
version=1.9.1
|
||||||
revision=18
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="-DWANT_PYTHON=YES -DWANT_PERL=YES -DWANT_TCL=YES
|
||||||
--enable-python
|
-DWANT_ARGON=YES -DWANT_I18N=YES"
|
||||||
--enable-perl
|
hostmakedepends="pkg-config perl gettext"
|
||||||
--enable-tcl
|
|
||||||
--enable-cyrus
|
|
||||||
--with-tcl=$XBPS_CROSS_BASE/usr/lib"
|
|
||||||
hostmakedepends="pkg-config perl tar"
|
|
||||||
makedepends="openssl-devel python3-devel tcl-devel libsasl-devel
|
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"
|
short_desc="Advanced IRC Bouncer"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://znc.in/"
|
homepage="https://znc.in/"
|
||||||
changelog="https://github.com/znc/znc/raw/master/ChangeLog.md"
|
changelog="https://github.com/znc/znc/raw/master/ChangeLog.md"
|
||||||
distfiles="https://znc.in/releases/${pkgname}-${version}.tar.gz"
|
distfiles="https://znc.in/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=ff238aae3f2ae0e44e683c4aee17dc8e4fdd261ca9379d83b48a7d422488de0d
|
checksum=e8a7cf80e19aad510b4e282eaf61b56bc30df88ea2e0f64fadcdd303c4894f3c
|
||||||
|
|
||||||
system_accounts="znc"
|
system_accounts="znc"
|
||||||
znc_homedir="/var/lib/znc"
|
znc_homedir="/var/lib/znc"
|
||||||
|
@ -37,6 +33,8 @@ pre_configure() {
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv znc
|
vsv znc
|
||||||
vdoc "${FILESDIR}/README.voidlinux"
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
vmkdir usr/lib/cmake/znc
|
||||||
|
mv "${DESTDIR}"/usr/share/znc/cmake/* "${DESTDIR}/usr/lib/cmake/znc"
|
||||||
}
|
}
|
||||||
|
|
||||||
znc-python3_package() {
|
znc-python3_package() {
|
||||||
|
@ -75,5 +73,6 @@ znc-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/cmake
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue