wireshark/debian
Peter Wu 4c1690ac47 CMake: require at least CMake 3.5
CMake 3.11 with the Ninja generator started complaining about CMP0058
related to ui/qt/CMakeFiles/qtui_autogen.dir/RCCstock_iconsInfo.cmake
amd other files (AUTORCC). While the policy could be set explicitly,
let's try to modernize the CMake configuration:

- Drop CMP0042, if this gives issues with macOS, then it must be solved
  in a different way using non-deprecated methods.
- Drop CMP0054 and ensure that all if("${foo}") and if(${foo}) are
  converted to if(foo).
- Remove string comparison against "-NOTFOUND", it already evaluates to
  false in an if condition.
- Use CXX_STANDARD/CXX_STANDARD_REQUIRED for Qt 5.7 and newer.
- Assume that copy_if_different can accept multiple sources (CMake 3.5).
- Consistency: Out of the 60 CMake 3.11 FindXxx.cmake files that use
  find_library, 34 contain "XXX_LIBRAR" while 16 contain "Xxx_LIBRAR".
  Let's assume uppercase variables (now custom MaxMindDB include dirs
  are correctly used).

CMake 3.5 was chosen as the next version because of its wide support.
Ubuntu 14.04 ships with cmake3 3.5.1, Debian jessie-backports has 3.6.2,
EPEL for CentOS/RHEL6 includes cmake3 3.6.1 and SLES12 SP2 has 3.5.

Change-Id: I2fa7b94bf8cc78411f414987d17bab3a33dfb360
Reviewed-on: https://code.wireshark.org/review/27444
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-05-15 10:28:09 +00:00
..
patches Remove autotools build system. 2018-04-18 03:46:17 +00:00
po [Automatic update for 2018-03-11] 2018-03-11 08:19:57 +00:00
source debian: Bump standards version to 3.9.7 used in Ubuntu 16.04 2016-10-17 15:30:05 +00:00
README.Debian
README.Debian.security
changelog 2.5 → 2.9. 2018-04-02 19:30:15 +00:00
compat
control CMake: require at least CMake 3.5 2018-05-15 10:28:09 +00:00
copyright Remove inet_aton() usage everywhere 2017-10-25 19:10:57 +00:00
dirs
ethereal-common.NEWS
headers-check.c debian: use SPDX identifiers. 2018-02-08 16:15:31 +00:00
libwireshark-data.install Transition from GeoIP Legacy to MaxMindDB. 2018-03-06 18:02:21 +00:00
libwireshark-dev.install Move the protocol registration routines back into libwireshark 2017-11-21 20:21:50 +00:00
libwireshark0.install Refactor plugin registration and loading 2017-12-14 08:43:57 +00:00
libwireshark0.lintian-overrides Parse enterprise-numbers at run time 2017-06-26 22:40:50 +00:00
libwireshark0.symbols Remove some GTK+-only code. 2018-04-17 03:44:47 +00:00
libwiretap-dev.install
libwiretap0.docs
libwiretap0.install usbdump: Add usbdump wiretap plugin as functional example 2018-01-30 05:44:38 +00:00
libwiretap0.symbols Update symbols lists. 2018-02-09 11:05:09 +00:00
libwscodecs0.install L16_mono: Add L16 monaural codec plugin as functional example 2018-02-28 12:04:29 +00:00
libwscodecs0.symbols Refactor plugin registration and loading 2017-12-14 08:43:57 +00:00
libwsutil-dev.install debian: add ws_compiler_tests.h to libwsutils-dev.install 2017-10-27 08:52:25 +00:00
libwsutil0.install
libwsutil0.symbols lwm2mtlv: Handle String data type as UTF-8 2018-04-28 06:19:48 +00:00
license-text-about-dialog
maxmind_db_paths Transition from GeoIP Legacy to MaxMindDB. 2018-03-06 18:02:21 +00:00
postinst
rules Test: Add unittests. 2018-04-30 22:38:37 +00:00
templates debian: Use debconf messages instead of "echo" in postinst/postrm 2017-08-07 22:39:06 +00:00
tshark.docs
tshark.install
tshark.lintian-overrides debian: Update lintian-overrides to cover updated manpages 2016-10-18 04:06:12 +00:00
tshark.manpages Add doc/CMakeLists.txt 2016-03-10 11:19:09 +00:00
wireshark-common.config
wireshark-common.install
wireshark-common.lintian-overrides debian: Override some lintian warnings 2016-02-26 08:31:10 +00:00
wireshark-common.manpages Compile sshdump and ciscodump for Windows 2016-04-25 07:22:28 +00:00
wireshark-common.postinst debian: Use debconf messages instead of "echo" in postinst/postrm 2017-08-07 22:39:06 +00:00
wireshark-common.postrm debian: Use debconf messages instead of "echo" in postinst/postrm 2017-08-07 22:39:06 +00:00
wireshark-dev.docs
wireshark-dev.install Rewrite make-dissector-reg.py in C 2017-11-20 06:03:08 +00:00
wireshark-dev.manpages Add doc/CMakeLists.txt 2016-03-10 11:19:09 +00:00
wireshark-dev.prerm
wireshark-doc.docs
wireshark-qt.docs
wireshark-qt.install cmake: install icons and .desktop files 2016-11-18 20:15:23 +00:00
wireshark-qt.lintian-overrides debian: Update lintian-overrides to cover updated manpages 2016-10-18 04:06:12 +00:00
wireshark-qt.manpages Add doc/CMakeLists.txt 2016-03-10 11:19:09 +00:00

README.Debian.security

 Handling security fixes in source package wireshark

Wireshark is a network protocol analyzer and it's ability to perform deep
packet inspection in live traffic may encourage users to use Wireshark/Tshark
as a part of an intrusion detection or traffic monitoring system.
In that case, please note that Wireshark/Tshark may contain remotely
triggerable bugs causing crashes or allowing code injection.

Bugs allowing code injection will be fixed in regular Debian Security
Advisories, but fixes for pure crash bugs may be delayed.

 -- Balint Reczey <balint@balintreczey.hu> Fri, 10 Jul 2009 15:38:33 +0200