Package: connman / 1.21-1.2+deb8u1

Metadata

Package Version Patches format
connman 1.21-1.2+deb8u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 init script lsb headers.patch | (download)

scripts/connman.in | 33 30 + 3 - 0 !
1 file changed, 30 insertions(+), 3 deletions(-)

 connman: missing lsb header in init.d script
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543869


02 test pbkdf2 sha1 maximum salt len should be 32 instead.patch | (download)

unit/test-pbkdf2-sha1.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 test-pbkdf2-sha1.c: maximum salt len should be 32 instead of 36

pbkdf2_sha1 needs 4 extra chars to help calculate the sha1 value, so
avoid overflow by decreasing the salt used by the test.

Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>

0001 remove After syslog.target obsolete.patch | (download)

src/connman.service.in | 1 0 + 1 - 0 !
vpn/connman-vpn.service.in | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

 [patch] remove after=syslog.target, obsolete

W: connman-vpn: systemd-service-file-refers-to-obsolete-target
lib/systemd/system/connman-vpn.service syslog.target
N:
N:    The systemd service file refers to an obsolete target.
N:
N:    Some targets are obsolete by now, e.g. syslog.target or
dbus.target. For
N:    example, declaring After=syslog.target is unnecessary by now because
N:    syslog is socket-activated and will therefore be started when needed.
N:
N:    Severity: normal, Certainty: certain
N:
N:    Check: systemd, Type: binary

CVE 2017 12865.patch | (download)

src/dnsproxy.c | 16 10 + 6 - 0 !
1 file changed, 10 insertions(+), 6 deletions(-)

 dnsproxy: fix crash on malformed dns response

If the response query string is malformed, we might access memory
pass the end of "name" variable in parse_response().