Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wireshark: update to 3.4.2.
@ 2020-12-25  0:54 sgn
  2020-12-25  1:28 ` [PR PATCH] [Updated] " sgn
  2020-12-25 14:25 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: sgn @ 2020-12-25  0:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages wireshark-CVE-2020-26422
https://github.com/void-linux/void-packages/pull/27413

wireshark: update to 3.4.2.
CVE-2020-26422

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wireshark-CVE-2020-26422-27413.patch --]
[-- Type: text/x-diff, Size: 1549 bytes --]

From 7abdc61d71551d090035222cfc196168603647ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Fri, 25 Dec 2020 07:36:45 +0700
Subject: [PATCH] wireshark: update to 3.4.2.

CVE-2020-26422
---
 srcpkgs/wireshark/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template
index 7e6e9e24218..c76e65a0a1b 100644
--- a/srcpkgs/wireshark/template
+++ b/srcpkgs/wireshark/template
@@ -1,8 +1,9 @@
 # Template file for 'wireshark'
 pkgname=wireshark
-version=3.4.0
+version=3.4.2
 revision=1
 build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=None"
 hostmakedepends="pkg-config flex gettext perl python3-devel mit-krb5-devel
 qt5-tools qt5-host-tools qt5-qmake"
 makedepends="libpcap-devel zlib-devel lua52-devel mit-krb5-devel gnutls-devel
@@ -16,11 +17,11 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.wireshark.org"
 distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz"
-checksum=67e4ebbd9153fc589fd67dc21b93176674c73adc3d5a43934c3ac69d8594a8ae
+checksum=de9868729e426a469baabd8d444240d84fa5445020e92c842dd19afd0d47a4c4
 system_groups="wireshark"
 
-CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
-CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
+CFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2"
+CXXFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2"
 
 pre_configure() {
 	# unittests fail

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

* Re: [PR PATCH] [Updated] wireshark: update to 3.4.2.
  2020-12-25  0:54 [PR PATCH] wireshark: update to 3.4.2 sgn
@ 2020-12-25  1:28 ` sgn
  2020-12-25 14:25 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2020-12-25  1:28 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages wireshark-CVE-2020-26422
https://github.com/void-linux/void-packages/pull/27413

wireshark: update to 3.4.2.
CVE-2020-26422

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wireshark-CVE-2020-26422-27413.patch --]
[-- Type: text/x-diff, Size: 1827 bytes --]

From 092d6abdc7530f83062f09c29d2afc3fb3475afe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Fri, 25 Dec 2020 07:36:45 +0700
Subject: [PATCH] wireshark: update to 3.4.2.

CVE-2020-26422
---
 srcpkgs/wireshark/template | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template
index 7e6e9e24218..65eec2e652e 100644
--- a/srcpkgs/wireshark/template
+++ b/srcpkgs/wireshark/template
@@ -1,8 +1,9 @@
 # Template file for 'wireshark'
 pkgname=wireshark
-version=3.4.0
+version=3.4.2
 revision=1
 build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=None"
 hostmakedepends="pkg-config flex gettext perl python3-devel mit-krb5-devel
 qt5-tools qt5-host-tools qt5-qmake"
 makedepends="libpcap-devel zlib-devel lua52-devel mit-krb5-devel gnutls-devel
@@ -16,15 +17,20 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.wireshark.org"
 distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz"
-checksum=67e4ebbd9153fc589fd67dc21b93176674c73adc3d5a43934c3ac69d8594a8ae
+checksum=de9868729e426a469baabd8d444240d84fa5445020e92c842dd19afd0d47a4c4
 system_groups="wireshark"
 
-CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
-CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
+CFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2"
+CXXFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2"
 
-pre_configure() {
-	# unittests fail
-	vsed -i CMakeLists.txt -e '/suite_unittests/d'
+post_patch() {
+	# systemd-journal integration
+	vsed -i '/test_sdjournal/,/check_extcap.*sdjournal/d' \
+		test/suite_extcaps.py
+}
+
+pre_check() {
+	make ${makejobs} -C build test-programs
 }
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: wireshark: update to 3.4.2.
  2020-12-25  0:54 [PR PATCH] wireshark: update to 3.4.2 sgn
  2020-12-25  1:28 ` [PR PATCH] [Updated] " sgn
@ 2020-12-25 14:25 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2020-12-25 14:25 UTC (permalink / raw)
  To: ml

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

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

wireshark: update to 3.4.2.
https://github.com/void-linux/void-packages/pull/27413

Description:
CVE-2020-26422

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

end of thread, other threads:[~2020-12-25 14:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-25  0:54 [PR PATCH] wireshark: update to 3.4.2 sgn
2020-12-25  1:28 ` [PR PATCH] [Updated] " sgn
2020-12-25 14:25 ` [PR PATCH] [Merged]: " sgn

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