URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c843136819ea7afa0304ec5a28dbaf9b6000e9d7
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
c843136 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/19514
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Actions performed:
from 7b072df ISAKMP: Fix size of ID in IKEv1 Attributes Payload
adds c843136 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(-)