=== modified file 'debian/changelog'
--- debian/changelog	2017-06-07 05:18:48 +0000
+++ debian/changelog	2017-10-30 20:31:54 +0000
@@ -1,3 +1,10 @@
+livecd-rootfs (2.208.15) trusty; urgency=medium
+
+  * Fix security mirror sources.list entries for non-x86 architectures by
+    backporting trunk revision 1408. (LP: #1711735)
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Mon, 30 Oct 2017 12:18:48 +1300
+
 livecd-rootfs (2.208.14) trusty; urgency=medium
 
   [ Robert C. Jennings ]

=== modified file 'live-build/auto/build'
--- live-build/auto/build	2017-05-26 01:35:31 +0000
+++ live-build/auto/build	2017-10-30 20:31:54 +0000
@@ -99,12 +99,12 @@
 # deb http://archive.canonical.com/ubuntu $LB_DISTRIBUTION partner
 # deb-src http://archive.canonical.com/ubuntu $LB_DISTRIBUTION partner
 
-deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security main restricted
-# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security main restricted
-deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security universe
-# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security universe
-deb http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security multiverse
-# deb-src http://security.ubuntu.com/ubuntu $LB_DISTRIBUTION-security multiverse
+deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security main restricted
+# deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security main restricted
+deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security universe
+# deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security universe
+deb $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security multiverse
+# deb-src $LB_PARENT_MIRROR_BINARY_SECURITY $LB_DISTRIBUTION-security multiverse
 EOF
 
 	fi

