update to wireshark-2.6.6

This commit is contained in:
sthen 2019-01-09 17:14:08 +00:00
parent 25ee2af680
commit 98aba45e48
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.80 2018/11/29 00:29:01 sthen Exp $
# $OpenBSD: Makefile,v 1.81 2019/01/09 17:14:08 sthen Exp $
BROKEN-alpha = .got subsegment exceeds 64K (size 101480)
@ -6,7 +6,7 @@ COMMENT-main = graphical network protocol analyzer, Qt user-interface
COMMENT-text = network protocol analyzer
COMMENT-gtk = graphical network protocol analyzer, Gtk+3 user-interface
V = 2.6.5
V = 2.6.6
PORTROACH = limitw:1,even
DISTNAME = wireshark-$V
PKGNAME-main = wireshark-$V

View File

@ -1,2 +1,2 @@
SHA256 (wireshark-2.6.5.tar.xz) = kxVbeYVEsvB2k5IPSsG1MclSll7k6x2YQZlhJAF3Q4o=
SIZE (wireshark-2.6.5.tar.xz) = 28390292
SHA256 (wireshark-2.6.6.tar.xz) = SHkz6gdb27JdjfBgF9nE9J/CDrf27ICvCGcY7VVQ6GM=
SIZE (wireshark-2.6.6.tar.xz) = 28407404

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-CMakeLists_txt,v 1.6 2018/10/16 11:29:58 sthen Exp $
$OpenBSD: patch-CMakeLists_txt,v 1.7 2019/01/09 17:14:08 sthen Exp $
Avoid the broken libwsutil.so that gets generated with -pie -shared
(probably following tools/clang/lib/Driver/Tools.cpp r1.13 "push back
@ -7,7 +7,7 @@ Avoid the broken libwsutil.so that gets generated with -pie -shared
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -686,17 +686,6 @@ else() # ! MSVC
@@ -668,17 +668,6 @@ else() # ! MSVC
# -fwhopr
# -fwhole-program
)