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
diff --git a/.spread-reuse.22327.yaml b/.spread-reuse.22327.yaml
0deleted file mode 1006440deleted file mode 100644
index f54942f..0000000
--- a/.spread-reuse.22327.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
1backends:
2 qemu:
3 systems:
4 - ubuntu-core-16:
5 username: test
6 password: test
7 address: localhost:59377
8 data:
9 pid: 22341
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 03e23c7..f34309a 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -115,7 +115,7 @@ parts:
115 plugin: make115 plugin: make
116 source: https://git.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/wifi-ap116 source: https://git.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/wifi-ap
117 source-type: git117 source-type: git
118 source-branch: hostapd/2.6118 source-branch: hostapd/2.8
119 build-packages:119 build-packages:
120 - build-essential120 - build-essential
121 - pkg-config121 - pkg-config
diff --git a/tests/lib/restore-each.sh b/tests/lib/restore-each.sh
index 0cfc960..9a947a8 100644
--- a/tests/lib/restore-each.sh
+++ b/tests/lib/restore-each.sh
@@ -7,7 +7,7 @@
7for snap in /snap/*; do7for snap in /snap/*; do
8 snap="${snap:6}"8 snap="${snap:6}"
9 case "$snap" in9 case "$snap" in
10 "bin" | "$gadget_name" | "$kernel_name" | "$core_name" )10 "bin" | "$gadget_name" | "$kernel_name" | core* )
11 ;;11 ;;
12 *)12 *)
13 snap remove "$snap"13 snap remove "$snap"

Subscribers

People subscribed via source and target branches