URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d2d3a70c520b45628157c92dcb9e0d789fe102f6
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
d2d3a70 by Balint Reczey (balint@xxxxxxxxxxxxxxx):
debian: Stop using hardening-check during .deb package build
Hardening-check script has been removed from Debian unstable. Checking
binaries' security features is implemented in Lintian instead which
will raise proper warnings for not Position Independent Executables
and binaries missing "bindnow" linker flag.
This also fixes the Lintian error complaining about dependency on
obsolete hardening-includes package.
Change-Id: If3387aa1f2297927c19d85f27361ba639203aad9
Reviewed-on: https://code.wireshark.org/review/18238
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
(cherry picked from commit 511bb814332d03553b2dfb3b927a721c364ad160)
Reviewed-on: https://code.wireshark.org/review/19500
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Actions performed:
from 5888921 ISAKMP: fix dissection of IKEv2 ID Payload
adds d2d3a70 debian: Stop using hardening-check during .deb package build
Summary of changes:
debian/control | 2 +-
debian/rules | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)