Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] znc: update to 1.9.1.
@ 2024-07-03 18:07 classabbyamp
  2024-07-03 20:43 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: classabbyamp @ 2024-07-03 18:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages znc
https://github.com/void-linux/void-packages/pull/51097

znc: update to 1.9.1.
fixes CVE-2024-39844

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 59297b2146f46396e89b81a956c5dea9aa728fd3 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Wed, 3 Jul 2024 14:06:37 -0400
Subject: [PATCH] znc: update to 1.9.1.

fixes CVE-2024-39844
---
 srcpkgs/znc/template | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index 859b592a7a7bd0..3a0c1e1be133b5 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -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
 	}
 }

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

* Re: [PR PATCH] [Merged]: znc: update to 1.9.1.
  2024-07-03 18:07 [PR PATCH] znc: update to 1.9.1 classabbyamp
@ 2024-07-03 20:43 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2024-07-03 20:43 UTC (permalink / raw)
  To: ml

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

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

znc: update to 1.9.1.
https://github.com/void-linux/void-packages/pull/51097

Description:
fixes CVE-2024-39844

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-07-03 20:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-03 18:07 [PR PATCH] znc: update to 1.9.1 classabbyamp
2024-07-03 20:43 ` [PR PATCH] [Merged]: " classabbyamp

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