Merge ~alfonsosanchezbeato/snappy-hwe-snaps/+git/wifi-ap:fix-usns into ~snappy-hwe-team/snappy-hwe-snaps/+git/wifi-ap:master

Proposed by Alfonso Sanchez-Beato
Status: Merged
Approved by: Tony Espy
Approved revision: 1b621c3ef7224e1fc52eb398377df4104eb541f1
Merged at revision: 6f3612a0c99022acf1f0e4869a002c0ac27526af
Proposed branch: ~alfonsosanchezbeato/snappy-hwe-snaps/+git/wifi-ap:fix-usns
Merge into: ~snappy-hwe-team/snappy-hwe-snaps/+git/wifi-ap:master
Diff against target: 41 lines (+2/-11)
3 files modified
dev/null (+0/-9)
snapcraft.yaml (+1/-1)
tests/lib/restore-each.sh (+1/-1)
Reviewer Review Type Date Requested Status
Tony Espy Approve
System Enablement Bot continuous-integration Approve
Review via email: mp+367408@code.launchpad.net

Commit message

Update to hostapd 2.8 to fix vulnerabilities

The fixed vulnerabilities are USN-3944-1 (fixed in 2.8), USN-3956-1 (Bind
vulnerability, fixed by rebuilding), USN-3009-1 (dnsmasq vulnerability,
fixed by rebuilding), and USN-3969-1 (fixed in 2.8).

Description of the change

Update to hostapd 2.8 to fix vulnerabilities

The fixed vulnerabilities are USN-3944-1 (fixed in 2.8), USN-3956-1 (Bind
vulnerability, fixed by rebuilding), USN-3009-1 (dnsmasq vulnerability,
fixed by rebuilding), and USN-3969-1 (fixed in 2.8).

To post a comment you must log in.
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :

PASSED: Successfully build documentation, rev: 08855c967e47bb62786c6f95f620edc6ccb27b8d

Generated documentation is available at https://jenkins.canonical.com/system-enablement/job/snappy-hwe-snaps-snap-docs/1170/

Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :

PASSED: Successfully build documentation, rev: 30aee18c1b653d71bb5d7acab7a977b6bd2536a4

Generated documentation is available at https://jenkins.canonical.com/system-enablement/job/snappy-hwe-snaps-snap-docs/1171/

Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Tony Espy (awe) wrote :

Can add a "test: " prefix to the commit summary of 30aee18?

Also mind adding a commit body to c599655 to explain how when the removed file was mistakenly added?

review: Needs Fixing
Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) wrote :

@Tony, changes done. About how the file was added, it's from the beginning of the project, I guess a 'git commit -a'.

Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :

PASSED: Successfully build documentation, rev: 1b621c3ef7224e1fc52eb398377df4104eb541f1

Generated documentation is available at https://jenkins.canonical.com/system-enablement/job/snappy-hwe-snaps-snap-docs/1172/

Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Tony Espy (awe) wrote :

Thanks for the changes...

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.spread-reuse.22327.yaml b/.spread-reuse.22327.yaml
2deleted file mode 100644
3index f54942f..0000000
4--- a/.spread-reuse.22327.yaml
5+++ /dev/null
6@@ -1,9 +0,0 @@
7-backends:
8- qemu:
9- systems:
10- - ubuntu-core-16:
11- username: test
12- password: test
13- address: localhost:59377
14- data:
15- pid: 22341
16diff --git a/snapcraft.yaml b/snapcraft.yaml
17index 03e23c7..f34309a 100644
18--- a/snapcraft.yaml
19+++ b/snapcraft.yaml
20@@ -115,7 +115,7 @@ parts:
21 plugin: make
22 source: https://git.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/wifi-ap
23 source-type: git
24- source-branch: hostapd/2.6
25+ source-branch: hostapd/2.8
26 build-packages:
27 - build-essential
28 - pkg-config
29diff --git a/tests/lib/restore-each.sh b/tests/lib/restore-each.sh
30index 0cfc960..9a947a8 100644
31--- a/tests/lib/restore-each.sh
32+++ b/tests/lib/restore-each.sh
33@@ -7,7 +7,7 @@
34 for snap in /snap/*; do
35 snap="${snap:6}"
36 case "$snap" in
37- "bin" | "$gadget_name" | "$kernel_name" | "$core_name" )
38+ "bin" | "$gadget_name" | "$kernel_name" | core* )
39 ;;
40 *)
41 snap remove "$snap"

Subscribers

People subscribed via source and target branches