~cyphermox/ubuntu/vivid/ppp/merge-2.4.6

« back to all changes in this revision

Viewing changes to debian/ppp.lintian-overrides

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2014-11-05 05:35:43 UTC
  • mfrom: (2.1.16 sid)
  • Revision ID: mathieu-tl@ubuntu.com-20141105053543-pwkdzpn4zae420uw
* Merge with Debian unstable; remaining changes:
  - debian/patches/load_ppp_generic_if_needed: load ppp_generic kernel
    module if needed.
  - add EAP-TLS/MPPE support patch from Jan Just Keijser.
  - debian/control: add libssl-dev to Build-Depends for the EAP-TLS patch.
* debian/patches/ppp-2.4.5-eaptls-mppe-0.994.patch,
  debian/patches/ppp-2.4.6-eaptls-mppe-0.997.patch: updated the EAP-TLS/MPPE
  support patch to the latest version from its upstream (also refreshed it).
* debian/ppp.preinst: deal with the change in LSB headers start runlevels
  of pppd-dns due to dropping our changes (which are no longer necessary
  since resolvconf is installed in most systems and has been for a while);
  this should probably be kept until the next LTS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# false positive; radrealms.c verified to build with -D_FORTIFY_SOURCE=2
 
3
ppp binary: hardening-no-fortify-functions usr/lib/pppd/2.4.6/radrealms.so
 
4
 
 
5
# pppd-dns is a one-shot init script; status doesn't make sense
 
6
ppp binary: init.d-script-does-not-implement-optional-option etc/init.d/pppd-dns status
 
7
 
 
8
# makes new files owned by group dip so that world read can be safely removed
 
9
ppp binary: non-standard-dir-perm etc/chatscripts/ 2750 != 0755
 
10
ppp binary: non-standard-dir-perm etc/ppp/peers/ 2750 != 0755
 
11
 
 
12
# Documentation on connecting win9x clients to a Linux PPP server
 
13
ppp binary: package-contains-readme-for-other-platform-or-distro usr/share/doc/ppp/README.win9x
 
14
 
 
15
# setuid root required to allow non-root (members of dip) to run ppp
 
16
ppp binary: setuid-binary usr/sbin/pppd 4754 root/dip
 
17