Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wireshark: update to 4.0.0.
@ 2022-10-06 10:52 Gottox
  2022-10-07  3:04 ` [PR PATCH] [Updated] " sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gottox @ 2022-10-06 10:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages wireshark-4.0.0
https://github.com/void-linux/void-packages/pull/39761

wireshark: update to 4.0.0.
None

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

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

From 0bc2ce0ba88130b7e63483e5f08cabc4e33d46eb Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Thu, 6 Oct 2022 12:52:38 +0200
Subject: [PATCH] wireshark: update to 4.0.0.

---
 common/shlibs                            |  6 +++---
 srcpkgs/wireshark/patches/rcc-zstd.patch | 17 -----------------
 srcpkgs/wireshark/template               |  8 ++------
 3 files changed, 5 insertions(+), 26 deletions(-)
 delete mode 100644 srcpkgs/wireshark/patches/rcc-zstd.patch

diff --git a/common/shlibs b/common/shlibs
index 26410ed4f6fb..c43b8a5e9fd6 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1577,9 +1577,9 @@ libdovecot-compression.so.0 dovecot-2.3.13_3
 libdovecot-sql.so.0 dovecot-2.3.13_3
 libdovecot-storage.so.0 dovecot-2.3.13_3
 libdovecot-lda.so.0 dovecot-2.3.13_3
-libwiretap.so.12 libwireshark-3.6.3_1
-libwireshark.so.15 libwireshark-3.6.3_1
-libwsutil.so.13 libwireshark-3.6.3_1
+libwiretap.so.13 libwireshark-4.0.0_1
+libwireshark.so.16 libwireshark-4.0.0_1
+libwsutil.so.14 libwireshark-4.0.0_1
 libKF5ContactEditor.so.5 akonadi-contacts-17.12.1_1
 libKF5AkonadiContact.so.5 akonadi-contacts-17.12.1_1
 libKF5Prison.so.5 prison-5.43.0_1
diff --git a/srcpkgs/wireshark/patches/rcc-zstd.patch b/srcpkgs/wireshark/patches/rcc-zstd.patch
deleted file mode 100644
index 4a94e890a826..000000000000
--- a/srcpkgs/wireshark/patches/rcc-zstd.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-# reason:
-#    since bebf09a3b33b72027a0a0601f2b331d524630ad6 qt5-rcc defaults to
-#    zstd compression which is unsupprted for format-version<3
-#    see: https://travis-ci.org/Piraty/void-packages/jobs/562765059#L5398-L5411
-# upstream: no
-
---- a/ui/qt/CMakeLists.txt
-+++ b/ui/qt/CMakeLists.txt
-@@ -601,7 +601,7 @@
- 	# so this has no unwanted side effects. This mtime started appearing in
- 	# Qt 5.8. The option to force the old file format without mtime was
- 	# added in Qt 5.9. See https://bugreports.qt.io/browse/QTBUG-58769
--	set(CMAKE_AUTORCC_OPTIONS --format-version 1)
-+	set(CMAKE_AUTORCC_OPTIONS --format-version 1 --compress-algo zlib)
- endif()
- 
- QT5_ADD_TRANSLATION(WIRESHARK_QT_QM ${WIRESHARK_QT_TS})
diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template
index 28adc9aadaae..f6ecd945177d 100644
--- a/srcpkgs/wireshark/template
+++ b/srcpkgs/wireshark/template
@@ -1,6 +1,6 @@
 # Template file for 'wireshark'
 pkgname=wireshark
-version=3.6.6
+version=4.0.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config flex gettext perl python3-devel mit-krb5-devel
@@ -16,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.wireshark.org"
 distfiles="https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz"
-checksum=beba27aeb4d3bb78df6202e88dda69e1dba9b0561044957bcac47e68b6ac28ba
+checksum=3dc125ef85e85c2a756a74cc739b3eb11ce38e30a08e085e77d378ee7fdcaded
 system_groups="wireshark"
 
 CFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2"
@@ -58,10 +58,6 @@ post_install() {
 
 	local _includeDir=usr/include/wireshark
 
-	# Headers
-	vmkdir $_includeDir
-	vcopy ws_symbol_export.h $_includeDir
-
 	for i in wiretap wsutil; do
 		vmkdir $_includeDir/$i
 		vcopy "$i/*.h" $_includeDir/$i

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

* Re: [PR PATCH] [Updated] wireshark: update to 4.0.0.
  2022-10-06 10:52 [PR PATCH] wireshark: update to 4.0.0 Gottox
@ 2022-10-07  3:04 ` sgn
  2022-10-08 20:40 ` classabbyamp
  2022-10-08 21:04 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-10-07  3:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages wireshark-4.0.0
https://github.com/void-linux/void-packages/pull/39761

wireshark: update to 4.0.0.
None

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

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

From fcdaf10801eb9cf6b27d1c40bc84f5d62ddf34fa Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Thu, 6 Oct 2022 12:52:38 +0200
Subject: [PATCH] wireshark: update to 4.0.0.

Close: #39761
---
 common/shlibs                            |  6 +++---
 srcpkgs/wireshark/patches/rcc-zstd.patch | 17 -----------------
 srcpkgs/wireshark/template               | 14 +++++---------
 3 files changed, 8 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/wireshark/patches/rcc-zstd.patch

diff --git a/common/shlibs b/common/shlibs
index 26410ed4f6fb..c43b8a5e9fd6 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1577,9 +1577,9 @@ libdovecot-compression.so.0 dovecot-2.3.13_3
 libdovecot-sql.so.0 dovecot-2.3.13_3
 libdovecot-storage.so.0 dovecot-2.3.13_3
 libdovecot-lda.so.0 dovecot-2.3.13_3
-libwiretap.so.12 libwireshark-3.6.3_1
-libwireshark.so.15 libwireshark-3.6.3_1
-libwsutil.so.13 libwireshark-3.6.3_1
+libwiretap.so.13 libwireshark-4.0.0_1
+libwireshark.so.16 libwireshark-4.0.0_1
+libwsutil.so.14 libwireshark-4.0.0_1
 libKF5ContactEditor.so.5 akonadi-contacts-17.12.1_1
 libKF5AkonadiContact.so.5 akonadi-contacts-17.12.1_1
 libKF5Prison.so.5 prison-5.43.0_1
diff --git a/srcpkgs/wireshark/patches/rcc-zstd.patch b/srcpkgs/wireshark/patches/rcc-zstd.patch
deleted file mode 100644
index 4a94e890a826..000000000000
--- a/srcpkgs/wireshark/patches/rcc-zstd.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-# reason:
-#    since bebf09a3b33b72027a0a0601f2b331d524630ad6 qt5-rcc defaults to
-#    zstd compression which is unsupprted for format-version<3
-#    see: https://travis-ci.org/Piraty/void-packages/jobs/562765059#L5398-L5411
-# upstream: no
-
---- a/ui/qt/CMakeLists.txt
-+++ b/ui/qt/CMakeLists.txt
-@@ -601,7 +601,7 @@
- 	# so this has no unwanted side effects. This mtime started appearing in
- 	# Qt 5.8. The option to force the old file format without mtime was
- 	# added in Qt 5.9. See https://bugreports.qt.io/browse/QTBUG-58769
--	set(CMAKE_AUTORCC_OPTIONS --format-version 1)
-+	set(CMAKE_AUTORCC_OPTIONS --format-version 1 --compress-algo zlib)
- endif()
- 
- QT5_ADD_TRANSLATION(WIRESHARK_QT_QM ${WIRESHARK_QT_TS})
diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template
index 28adc9aadaae..1337529b6134 100644
--- a/srcpkgs/wireshark/template
+++ b/srcpkgs/wireshark/template
@@ -1,6 +1,6 @@
 # Template file for 'wireshark'
 pkgname=wireshark
-version=3.6.6
+version=4.0.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config flex gettext perl python3-devel mit-krb5-devel
@@ -9,18 +9,18 @@ makedepends="libpcap-devel zlib-devel lua52-devel mit-krb5-devel gnutls-devel
  libmaxminddb-devel libgcrypt-devel libcap-devel sbc-devel c-ares-devel libxml2-devel
  libssh-devel libnl3-devel spandsp-devel tiff-devel libcap-progs liblz4-devel
  nghttp2-devel qt5-devel qt5-tools-devel qt5-multimedia-devel qt5-svg-devel
- minizip-devel libzstd-devel brotli-devel speexdsp-devel"
+ minizip-devel libzstd-devel brotli-devel speexdsp-devel pcre2-devel"
 depends="libcap-progs"
 short_desc="Network protocol analyzer"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.wireshark.org"
 distfiles="https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz"
-checksum=beba27aeb4d3bb78df6202e88dda69e1dba9b0561044957bcac47e68b6ac28ba
+checksum=3dc125ef85e85c2a756a74cc739b3eb11ce38e30a08e085e77d378ee7fdcaded
 system_groups="wireshark"
 
-CFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2"
-CXXFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2"
+CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
+CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
 
 post_patch() {
 	# systemd-journal integration
@@ -58,10 +58,6 @@ post_install() {
 
 	local _includeDir=usr/include/wireshark
 
-	# Headers
-	vmkdir $_includeDir
-	vcopy ws_symbol_export.h $_includeDir
-
 	for i in wiretap wsutil; do
 		vmkdir $_includeDir/$i
 		vcopy "$i/*.h" $_includeDir/$i

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

* Re: [PR PATCH] [Updated] wireshark: update to 4.0.0.
  2022-10-06 10:52 [PR PATCH] wireshark: update to 4.0.0 Gottox
  2022-10-07  3:04 ` [PR PATCH] [Updated] " sgn
@ 2022-10-08 20:40 ` classabbyamp
  2022-10-08 21:04 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-10-08 20:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages wireshark-4.0.0
https://github.com/void-linux/void-packages/pull/39761

wireshark: update to 4.0.0.
None

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

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

From a6397cc6db96b5492f43d343935bf19d1325c59e Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Thu, 6 Oct 2022 12:52:38 +0200
Subject: [PATCH] wireshark: update to 4.0.0.

Close: #39761
---
 common/shlibs                            |  6 +++---
 srcpkgs/wireshark/patches/rcc-zstd.patch | 17 -----------------
 srcpkgs/wireshark/template               | 15 ++++++---------
 3 files changed, 9 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/wireshark/patches/rcc-zstd.patch

diff --git a/common/shlibs b/common/shlibs
index 26410ed4f6fb..c43b8a5e9fd6 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1577,9 +1577,9 @@ libdovecot-compression.so.0 dovecot-2.3.13_3
 libdovecot-sql.so.0 dovecot-2.3.13_3
 libdovecot-storage.so.0 dovecot-2.3.13_3
 libdovecot-lda.so.0 dovecot-2.3.13_3
-libwiretap.so.12 libwireshark-3.6.3_1
-libwireshark.so.15 libwireshark-3.6.3_1
-libwsutil.so.13 libwireshark-3.6.3_1
+libwiretap.so.13 libwireshark-4.0.0_1
+libwireshark.so.16 libwireshark-4.0.0_1
+libwsutil.so.14 libwireshark-4.0.0_1
 libKF5ContactEditor.so.5 akonadi-contacts-17.12.1_1
 libKF5AkonadiContact.so.5 akonadi-contacts-17.12.1_1
 libKF5Prison.so.5 prison-5.43.0_1
diff --git a/srcpkgs/wireshark/patches/rcc-zstd.patch b/srcpkgs/wireshark/patches/rcc-zstd.patch
deleted file mode 100644
index 4a94e890a826..000000000000
--- a/srcpkgs/wireshark/patches/rcc-zstd.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-# reason:
-#    since bebf09a3b33b72027a0a0601f2b331d524630ad6 qt5-rcc defaults to
-#    zstd compression which is unsupprted for format-version<3
-#    see: https://travis-ci.org/Piraty/void-packages/jobs/562765059#L5398-L5411
-# upstream: no
-
---- a/ui/qt/CMakeLists.txt
-+++ b/ui/qt/CMakeLists.txt
-@@ -601,7 +601,7 @@
- 	# so this has no unwanted side effects. This mtime started appearing in
- 	# Qt 5.8. The option to force the old file format without mtime was
- 	# added in Qt 5.9. See https://bugreports.qt.io/browse/QTBUG-58769
--	set(CMAKE_AUTORCC_OPTIONS --format-version 1)
-+	set(CMAKE_AUTORCC_OPTIONS --format-version 1 --compress-algo zlib)
- endif()
- 
- QT5_ADD_TRANSLATION(WIRESHARK_QT_QM ${WIRESHARK_QT_TS})
diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template
index 28adc9aadaae..7338d88ecbd3 100644
--- a/srcpkgs/wireshark/template
+++ b/srcpkgs/wireshark/template
@@ -1,6 +1,6 @@
 # Template file for 'wireshark'
 pkgname=wireshark
-version=3.6.6
+version=4.0.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config flex gettext perl python3-devel mit-krb5-devel
@@ -9,18 +9,19 @@ makedepends="libpcap-devel zlib-devel lua52-devel mit-krb5-devel gnutls-devel
  libmaxminddb-devel libgcrypt-devel libcap-devel sbc-devel c-ares-devel libxml2-devel
  libssh-devel libnl3-devel spandsp-devel tiff-devel libcap-progs liblz4-devel
  nghttp2-devel qt5-devel qt5-tools-devel qt5-multimedia-devel qt5-svg-devel
- minizip-devel libzstd-devel brotli-devel speexdsp-devel"
+ minizip-devel libzstd-devel brotli-devel speexdsp-devel pcre2-devel"
 depends="libcap-progs"
 short_desc="Network protocol analyzer"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.wireshark.org"
+changelog="https://www.wireshark.org/news/"
 distfiles="https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz"
-checksum=beba27aeb4d3bb78df6202e88dda69e1dba9b0561044957bcac47e68b6ac28ba
+checksum=3dc125ef85e85c2a756a74cc739b3eb11ce38e30a08e085e77d378ee7fdcaded
 system_groups="wireshark"
 
-CFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2"
-CXXFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2"
+CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
+CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
 
 post_patch() {
 	# systemd-journal integration
@@ -58,10 +59,6 @@ post_install() {
 
 	local _includeDir=usr/include/wireshark
 
-	# Headers
-	vmkdir $_includeDir
-	vcopy ws_symbol_export.h $_includeDir
-
 	for i in wiretap wsutil; do
 		vmkdir $_includeDir/$i
 		vcopy "$i/*.h" $_includeDir/$i

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

* Re: [PR PATCH] [Merged]: wireshark: update to 4.0.0.
  2022-10-06 10:52 [PR PATCH] wireshark: update to 4.0.0 Gottox
  2022-10-07  3:04 ` [PR PATCH] [Updated] " sgn
  2022-10-08 20:40 ` classabbyamp
@ 2022-10-08 21:04 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-10-08 21:04 UTC (permalink / raw)
  To: ml

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

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

wireshark: update to 4.0.0.
https://github.com/void-linux/void-packages/pull/39761

Description:
None

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

end of thread, other threads:[~2022-10-08 21:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06 10:52 [PR PATCH] wireshark: update to 4.0.0 Gottox
2022-10-07  3:04 ` [PR PATCH] [Updated] " sgn
2022-10-08 20:40 ` classabbyamp
2022-10-08 21:04 ` [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).