summaryrefslogtreecommitdiff
path: root/wireshark
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-06-18 23:48:55 +0200
committerTim Biermann <tbier@posteo.de>2022-06-18 23:48:55 +0200
commit49ddb431b60fef0a035ab0618330659e562bdead (patch)
treebeac567f7c879cd0de3540c230880c28f89ed41f /wireshark
parent455fc3baa509f16711cc96e80d65fccfdd712ff6 (diff)
downloadopt-49ddb431b60fef0a035ab0618330659e562bdead.tar.gz
opt-49ddb431b60fef0a035ab0618330659e562bdead.tar.xz
wireshark: 3.6.5 -> 3.6.6
Diffstat (limited to 'wireshark')
-rw-r--r--wireshark/.footprint8
-rw-r--r--wireshark/.signature8
-rw-r--r--wireshark/Pkgfile5
3 files changed, 11 insertions, 10 deletions
diff --git a/wireshark/.footprint b/wireshark/.footprint
index 26f151841..e9389f91a 100644
--- a/wireshark/.footprint
+++ b/wireshark/.footprint
@@ -648,11 +648,11 @@ drwxr-xr-x root/root usr/include/wireshark/wsutil/wmem/
-rw-r--r-- root/root usr/include/wireshark/wsutil/xtea.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libwireshark.so -> libwireshark.so.15
-lrwxrwxrwx root/root usr/lib/libwireshark.so.15 -> libwireshark.so.15.0.5
--rwxr-xr-x root/root usr/lib/libwireshark.so.15.0.5
+lrwxrwxrwx root/root usr/lib/libwireshark.so.15 -> libwireshark.so.15.0.6
+-rwxr-xr-x root/root usr/lib/libwireshark.so.15.0.6
lrwxrwxrwx root/root usr/lib/libwiretap.so -> libwiretap.so.12
-lrwxrwxrwx root/root usr/lib/libwiretap.so.12 -> libwiretap.so.12.0.5
--rwxr-xr-x root/root usr/lib/libwiretap.so.12.0.5
+lrwxrwxrwx root/root usr/lib/libwiretap.so.12 -> libwiretap.so.12.0.6
+-rwxr-xr-x root/root usr/lib/libwiretap.so.12.0.6
lrwxrwxrwx root/root usr/lib/libwsutil.so -> libwsutil.so.13
lrwxrwxrwx root/root usr/lib/libwsutil.so.13 -> libwsutil.so.13.1.0
-rwxr-xr-x root/root usr/lib/libwsutil.so.13.1.0
diff --git a/wireshark/.signature b/wireshark/.signature
index 2bef21734..66d9f0641 100644
--- a/wireshark/.signature
+++ b/wireshark/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/c1rYLsmqL9bAkLKDIblFnlCwxzk53W39YGXpBgTGQJ9zR7BN0GlXOdGi9V5dbVDDyh8/wGgyRZD3rY3HAM1dwM=
-SHA256 (Pkgfile) = b9699bf1734571ef3b712a152b50735566d830d60a8ae0a969739d5e356cd074
-SHA256 (.footprint) = 443102e94d62f7630f8d41aeb55e06d73616a5ca3120edcb54c440473a6028e4
-SHA256 (wireshark-3.6.5.tar.xz) = a2d741d60ff3516137d4b9f38cdc07eee54a56ec36046f4c3afee6bfb4f6eaa1
+RWSE3ohX2g5d/YsOMLvoEoKIYM4GDkLoDR0wYr6PBIEXOCNA+5Oe9QfPZOh/5hhOpqrsAXRx49RDVpjoa0y43iVo2exM50j0ZQg=
+SHA256 (Pkgfile) = 1a2a45aa7a8e588edda7a48d1ed5e746ff00b60639f8901db1e3a1b9b78951a8
+SHA256 (.footprint) = 9b7963490337974963d22f47ae55deb45a4b95d19bd14766f2ddd89b0d018fcc
+SHA256 (wireshark-3.6.6.tar.xz) = beba27aeb4d3bb78df6202e88dda69e1dba9b0561044957bcac47e68b6ac28ba
diff --git a/wireshark/Pkgfile b/wireshark/Pkgfile
index 3b60aa1f8..c7ff98ad5 100644
--- a/wireshark/Pkgfile
+++ b/wireshark/Pkgfile
@@ -4,12 +4,13 @@
# Depends on: c-ares hicolor-icon-theme libgcrypt libpcap qt5
name=wireshark
-version=3.6.5
+version=3.6.6
release=1
source=(https://www.wireshark.org/download/src/$name-$version.tar.xz)
build() {
- prt-get isinst ccache && PKGMK_WIRESHARK+=' -D ENABLE_CCACHE=ON'
+ prt-get isinst ccache && PKGMK_WIRESHARK+=' -D ENABLE_CCACHE=ON' && \
+ PATH="$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')"
# lto only works well with lld due to a ld bug
prt-get isinst clang lld && \

Generated by cgit