CVS: cvs.openbsd.org: ports

2017-03-04 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2017/03/04 19:51:05

Modified files:
devel  : Makefile 

Log message:
+ py-wheel
+ py-wheel,python3



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2017/03/04 19:47:38

Log message:
import py-wheel-0.30.0a0 needed for a incoming update for py-argcomplete
from jsg@/sthen@

ok/tweaks shadchin@

A wheel is a ZIP-format archive with a specially formatted filename and
the .whl extension. It is designed to contain all the files for a PEP
376 compatible install in a way that is very close to the on-disk
format. Many packages will be properly installed with only the “Unpack”
step (simply extracting the file onto sys.path), and the unpacked
archive preserves enough information to “Spread” (copy data and scripts
to their final locations) at any later time.

Status:

Vendor Tag: danj
Release Tags:   danj_20170304

N ports/devel/py-wheel/distinfo
N ports/devel/py-wheel/Makefile
N ports/devel/py-wheel/pkg/PLIST
N ports/devel/py-wheel/pkg/DESCR

No conflicts created by this import



Remove utop port -- let opam handle it

2017-03-04 Thread Kenneth R Westerback
utop is the enhanced command line for ocaml. It is used to develop
ocaml programs and maintaining a port is both effortful and likely to be
little used once people encounter opam, where it is actively maintained
with all of its dependencies and the many nifty libraries ocaml
programmers might want to use while hacking ocaml.

So remove our separate port and use the efforts of the opam maintainers
instead.

When I look at ocaml ports that *only* appear as dependencies of utop I
find

devel/utop  1.19.1/1.19.3/1.19.3
devel/ocaml-lambda-term 1.9/1.10.1/1.10.1
devel/ocaml-lwt 2.5.2/2.7.0/2.7.0
devel/ocaml-react   1.2.0/1.2.0/1.2.0
textproc/ocaml-text 0.6/0.8.0/0.8.0
security/ocaml-ssl  0.5.2/0.5.3/0.5.3
devel/ocaml-ppx-tools   4.03.0/4.03.0/4.03.0
devel/ocaml-zed 1.4/1.4/1.4

i.e. only ocaml-lambda-term. In its dependency list lwt and zed appear
only there and no where else in the ports tree. And drilling down one
more, react, text, ssl and ppx-tools appear only in the dependency
list of lwt.

The numbers represent our port version/the latest upstream/version in
opam.

So I propose to delete the 8 ports. As also suggested by chrisz@ and
avsm@.

Thoughts? OK?

 Ken



Remove audio/gogo?

2017-03-04 Thread Frederic Cambus
Hi ports@,

The version we have in ports is from 2000, gogo is dead upstream, and
this is an i386 only port. Nothing depends on it.

Checking lame ChangeLog, it appears that at least some of those i386
optimizations have been merged.

Comments? OK to remove it?



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/03/04 15:12:19

Modified files:
devel/jdk/1.7  : Makefile 

Log message:
Honour CC/CXX



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/03/04 15:09:43

Modified files:
mail/postfix/stable: Makefile distinfo 
mail/postfix/stable/patches: patch-conf_main_cf 
 patch-conf_master_cf 
 patch-src_posttls-finger_posttls-finger_c 
 patch-src_tls_tls_client_c 
 patch-src_tls_tls_dane_c 
 patch-src_tls_tls_h 
 patch-src_tls_tls_server_c 
Added files:
mail/postfix/stable/patches: patch-src_tls_tls_dh_c 

Log message:
update postfix/stable to 3.2.0, from Brad



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/03/04 14:59:56

Modified files:
lang/g77   : Makefile 
lang/gcc/4.6   : Makefile 
lang/gcc/4.9   : Makefile 
lang/pcc   : Makefile 
lang/swi-prolog: Makefile 
math/octave: Makefile 
x11/e17/e  : Makefile 
x11/e17/elementary: Makefile 
x11/e17/emotion: Makefile 
x11/e17/evas   : Makefile 

Log message:
bump ports with openbsd version number in filenames



CVS: cvs.openbsd.org: ports

2017-03-04 Thread James Turner
CVSROOT:/cvs
Module name:ports
Changes by: jtur...@cvs.openbsd.org 2017/03/04 14:09:04

Modified files:
lang/myrddin   : Makefile distinfo 

Log message:
Update myrddin to 0.1 release.



Re: Nuke some Ocaml ports

2017-03-04 Thread Kenneth R Westerback
On 02/28, Edd Barrett wrote:
> On Mon, Feb 27, 2017 at 10:31:21PM +0100, Christopher Zimmermann wrote:
> > On 2017-02-27 Daniel Dickman  wrote:
> > > > 
> > > > devel/utop  
> > > 
> > > please no.
> > 
> > I acknowlegde this is a very useful tool for the OCaml developer, but
> > it also has heavy dependencies.
> > Since most OCaml users on OpenBSD use opam, maintaining this stuff is a
> > burden.
> 
> I also would like to keep utop if possible. Can you install utop from
> opam? If so you can probably nuke the port. FWIW, I have never used
> opam, but then, I only dabbled in OCaml.

utop is indeed installable from opam. I always use it thusly.

I classify it as a programmer's tool, not an end-usr tool and thus I
would indeed like to remove the port (and the resulting dangling
dependencies as pointed out by Chris).

 Ken

> 
> > As an alternative, when utop is unavailable, I use `rlwrap ocaml` to get
> > nice command line editing.
> 
> I recall that I didn't get on with this solution for some reason.
> 
> -- 
> Best Regards
> Edd Barrett
> 
> http://www.theunixzoo.co.uk
> 



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/03/04 11:34:14

Modified files:
net/ruby-msgpack: Makefile distinfo 
net/ruby-msgpack/pkg: PLIST 

Log message:
update to 1.1.0, works fine with Puppet, package creation
also verified for ruby 2.4



Re: Update net/syncthing to 0.14.23

2017-03-04 Thread Edd Barrett
On Thu, Mar 02, 2017 at 07:51:50PM -0500, trondd wrote:
> Straight-forward update to get synthing to the latest release.  I've been
> running this for a couple of days (and .22 for a while before this),  Ran
> it by $MAINTAINER who said to bring it to ports@.

I'm happy to commit this, if I can get an OK.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Edd Barrett
CVSROOT:/cvs
Module name:ports
Changes by: e...@cvs.openbsd.org2017/03/04 10:14:58

Modified files:
devel  : Makefile 

Log message:
Link lua-bitop.



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Edd Barrett
CVSROOT:/cvs
Module name:ports
Changes by: e...@cvs.openbsd.org2017/03/04 10:11:09

Log message:
Import lua-bitop.

---8<---
Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise 
operations
on numbers.
--->8---

Needed for neovim.

OK abieber@, tb@. Thanks.

Status:

Vendor Tag: edd
Release Tags:   edd_20170304

N ports/devel/lua-bitop/Makefile
N ports/devel/lua-bitop/distinfo
N ports/devel/lua-bitop/pkg/PLIST
N ports/devel/lua-bitop/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 10:02:29

Removed files:
databases/ocaml-sqlite3: Makefile distinfo 
databases/ocaml-sqlite3/patches: patch-lib_sqlite3_stubs_c 
databases/ocaml-sqlite3/pkg: DESCR PFRAG.dynlink-native 
 PFRAG.native PLIST 

Log message:
Remove obsolete library versions with dead hompages/master sites.
Current ones available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 10:00:34

Removed files:
databases/ocaml-postgresql: Makefile distinfo 
databases/ocaml-postgresql/files: README 
databases/ocaml-postgresql/pkg: DESCR PFRAG.dynlink-native 
PFRAG.native PLIST 

Log message:
Remove obsolete library versions with dead hompages/master sites.
Current ones available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 09:56:28

Modified files:
databases  : Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
Remove obsolete library versions with dead hompages/master sites.
Current ones available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/03/04 09:45:17

Modified files:
productivity/wyrd: Makefile 
Added files:
productivity/wyrd/patches: patch-curses_curses_ml 

Log message:
Honour CC



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/03/04 09:45:09

Modified files:
productivity/wyrd/patches: patch-Makefile_in 

Log message:
regen patch



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 09:43:13

Removed files:
textproc/ocaml-csv: Makefile distinfo 
textproc/ocaml-csv/pkg: DESCR PFRAG.dynlink-native PFRAG.native 
PLIST 

Log message:
Remove unused, older library versions. Current ones
available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 09:41:32

Removed files:
textproc/ocaml-xmlm: Makefile distinfo 
textproc/ocaml-xmlm/pkg: DESCR PFRAG.dynlink-native PFRAG.native 
 PLIST 

Log message:
Remove unused, older library versions. Current ones
available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 09:39:09

Removed files:
textproc/ocaml-xml-light: Makefile distinfo 
textproc/ocaml-xml-light/patches: patch-Makefile 
textproc/ocaml-xml-light/pkg: DESCR PFRAG.native PLIST 

Log message:
Remove unused, older library versions. Current ones
available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/03/04 09:38:16

Modified files:
graphics/ipe   : Makefile 

Log message:
Honour CXX



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 09:37:19

Removed files:
textproc/ocaml-rss: Makefile distinfo 
textproc/ocaml-rss/patches: patch-Makefile 
textproc/ocaml-rss/pkg: DESCR PFRAG.native PLIST 

Log message:
Remove unused, older library versions. Current ones
available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/03/04 09:36:00

Modified files:
misc/rocrail   : Makefile 

Log message:
Honour CC



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 09:34:29

Removed files:
security/ocaml-cryptokit: Makefile distinfo 
security/ocaml-cryptokit/pkg: DESCR PFRAG.dynlink-native 
  PFRAG.native PLIST 

Log message:
Remove unused, older library versions. Current ones
available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 09:32:26

Removed files:
graphics/ocaml-camlimages: Makefile distinfo 
graphics/ocaml-camlimages/pkg: DESCR PFRAG.native PLIST 

Log message:
Remove unused, older library versions. Current ones
available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 09:28:44

Removed files:
devel/ocaml-curses: Makefile distinfo 
devel/ocaml-curses/pkg: DESCR PFRAG.native PLIST 
devel/ocaml-curses/patches: patch-curses_ml 

Log message:
Remove unused, older library versions. Current ones
available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 09:26:49

Removed files:
devel/ocaml-bitstring: Makefile distinfo 
devel/ocaml-bitstring/patches: patch-Makefile_in 
devel/ocaml-bitstring/pkg: DESCR PFRAG.native PLIST 

Log message:
Remove unused, older library versions. Current ones
available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 09:25:22

Removed files:
devel/ocaml-net: Makefile distinfo 
devel/ocaml-net/patches: patch-src_equeue_uq_engines_compat_ml 
 patch-src_netsys_netlog_ml 
devel/ocaml-net/pkg: DESCR PFRAG.native PLIST 

Log message:
Remove unused, older library versions. Current ones
available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 09:22:57

Removed files:
devel/ocaml-batteries: Makefile distinfo 
devel/ocaml-batteries/pkg: DESCR PFRAG.dynlink-native 
   PFRAG.native PLIST 

Log message:
Remove unused, older library versions. Current ones
available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



Re: [wip] Firefox 52.0rc1

2017-03-04 Thread Landry Breuil
On Wed, Mar 01, 2017 at 12:11:26PM +0100, Landry Breuil wrote:
> On Wed, Feb 15, 2017 at 08:55:01AM +0100, Landry Breuil wrote:
> > Yo,
> > 
> > i realized i missed the every-six-weeks email for 51, so here's one for
> > 52, which i dunno will make the cut for 6.1 - would be nice as it's an
> > ESR and would allow www/firefox-esr to be 'supported' for longer than
> > the 45 branch in the -stable series.
> 
> We're now at 52.0rc1, no decision taken for 6.1 yet. Upstream release
> planned next tuesday.
> 
> Since pkg.conf support was removed, install the pkg using PKG_PATH..
> 
> doas env PKG_PATH=https://packages.rhaalovely.net/snapshots/amd64 pkg_add -u 
> firefox

The repo now provides firefox 52.0rc2 and firefox-esr 52.0rc4, both for
i386 and amd64 - those should be close to what'd be released on tuesday.

Landry



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 09:20:41

Removed files:
devel/ocaml-calendar: Makefile distinfo 
devel/ocaml-calendar/patches: patch-Makefile_in 
devel/ocaml-calendar/pkg: DESCR PFRAG.dynlink-native 
  PFRAG.native PLIST 

Log message:
Remove unused, older library versions. Current ones
available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/03/04 09:16:32

Modified files:
emulators/virtualjaguar: Makefile 

Log message:
Show build commands



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/03/04 09:15:57

Modified files:
emulators/virtualjaguar: Makefile 

Log message:
Honour CC/CXX



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/03/04 07:01:08

Modified files:
devel  : Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
Unhook ocaml-mlgmp from build prepatory to removing. Archaic version,
unused by anything.

ok edd@



Re: Ports with hardcoded "gcc", "g++"

2017-03-04 Thread Christian Weisgerber
Updated list, 2017-03-04:

devel/boost
devel/jdk/1.7
emulators/virtualjaguar
graphics/ipe
lang/nim
misc/rocrail
net/pidgin
productivity/wyrd
x11/p5-Wx

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2017/03/04 05:42:04

Modified files:
games/nethack/files: qt-config 
games/nethack/patches: patch-sys_unix_Makefile_src 

Log message:
unhardcode g++ in nethack,qt



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2017/03/04 04:38:42

Modified files:
cad/qcad   : Makefile 
Added files:
cad/qcad/patches: patch-dxflib_Makefile_in 
  patch-fparser_Makefile_in 

Log message:
let qcad build without the gcc/g++ links
ironically enough, this has nothing to do with qmake.



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/03/04 04:35:06

Modified files:
net/wireshark  : Tag: OPENBSD_6_0 Makefile distinfo 

Log message:
update -stable to wireshark-2.0.11
dissector crashes and infinite loops, file parser crashes and some other fixes



Re: possible chromium regression on -current (caused by llvm)

2017-03-04 Thread Stuart Henderson
On 2017/03/03 16:01, Robert Nagy wrote:
> The issue is caused by the llvm update most probably,
> reverting back to llvm-3.9.1p0 fixes the issue, so it's either the
> update or a commit after that.
> 
> http://nerd.hu/chromium-56.0.2924.87p0.tgz for amd64 using llvm-3.9.1p0

SoundCloud fails playback too (mp3 audio only in that case), and fwiw
I don't see anything that looks particularly useful in logs with
"CHROME_LOG_FILE=/tmp/cr.log chrome --v=2 --enable-logging" from around
the time it fails..

[60559:1388765240:0304/111845.142774:VERBOSE1:web_request_time_tracker.cc(181)] 
WR percent 632: 
https://cf-hls-media.sndcdn.com/media/0/31762/6nYxQrtn2S9l.128.mp3?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiKjovL2NmLWhscy1tZWRpYS5zbmRjZG4uY29tL21lZGlhLyovKi82bll4UXJ0bjJTOWwuMTI4Lm1wMyIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTQ4ODYyNjg0NX19fV19=kgFut9FjZe6KF89SJLz8gWDHsRh6hpmBvx~geUTQu6nOLr3b4pb-JUgmCCcB70yqDbfuNV8nZpA7UJUe3HH2bFhUBJPm8v6iVZM~U6BulrbjGIDrtobkJtUJn~umf3QP67yFSTnHdrw~ZbgLAylQVASQ4oLl6HSDEAKtNG64OLxrDe5qOrRIUhz5VEPBmaqnrl~W2t78sgf20ciTQ1a17tLJGQCcox2qfcYUgaZnA3zRDJlV72iDx5RTX8riBmZUE7SDTbkwvzPTI9chgEdQ4OBY06A00F56EFRgjZBnGC3B2G1gkESl90DIVDz6IJaVfAvqyvpbGZtoIlCrrRZnpw__=APKAJAGZ7VMH2PFPW6UQ:
 3/48 = 0.0752559
[37435:-430828960:0304/111845.159489:ERROR:render_media_log.cc(25)] MediaEvent: 
PIPELINE_ERROR pipeline: initialization failed




CVS: cvs.openbsd.org: ports

2017-03-04 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2017/03/04 04:04:25

Modified files:
games/wordwarvi: Makefile 

Log message:
link wants BUILD_CC unhardcode gcc



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/03/04 03:51:00

Modified files:
textproc/icu4c : Makefile 

Log message:
Needs a shared_libs bump.
reported by jca@



CVS: cvs.openbsd.org: ports

2017-03-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/03/04 03:46:46

Modified files:
net/wireshark  : Makefile distinfo 

Log message:
update to wireshark-2.2.5
dissector crashes and infinite loops, file parser crashes and some other fixes