omap3-pandora-kernel2: update
authorGrazvydas Ignotas <notasas@gmail.com>
Mon, 2 Oct 2017 19:05:00 +0000 (22:05 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 2 Oct 2017 19:05:00 +0000 (22:05 +0300)
3.2.93 + CVE-2017-1000251 fix

recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb
recipes/pandora-system/pandora-version.bb
recipes/pandora-system/pandora-version/changelog

index 017a839..c231344 100644 (file)
@@ -4,13 +4,13 @@ LICENSE = "GPLv2"
 COMPATIBLE_MACHINE = "omap3-pandora"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-PR = "r37"
+PR = "r38"
 
 # we already build 2.6 kernel using OE infrastructure, and
 # as we don't know how to build another one into the same image
 # (especially out-of-tree modules), we just package manually prebuilt one
 # git://git.openpandora.org/pandora-kernel.git , branch pandora-3.2
-# commit: af37d866c8aa1b8b61650629a53c6fab2a17e867
+# commit: 483d316f28e1ece50975f3e34256d50b840406ec
 # out-of-tree modules are built from:
 # http://git.openpandora.org/cgi-bin/gitweb.cgi?p=sgx.git
 # http://notaz.gp2x.de/misc/pnd/oe_rootfs_extra_modules.tar.bz2
@@ -66,5 +66,5 @@ boot.txt / autoboot.txt) or the system might not start after reboot."
 }
 
 PACKAGE_STRIP = "no"
-SRC_URI[md5sum] = "e555671927641ef02b81e1e088bb8861"
-SRC_URI[sha256sum] = "1a0635a0f9965371ae9ec00bf6a7adab98fd4e83128ac34f7997a4683b84b3bd"
+SRC_URI[md5sum] = "0dac44ab58fdc63e0b21b23a4bf96729"
+SRC_URI[sha256sum] = "bf24061379a8097b495f26ae9a6ffa6d44defb498f14399269bb745b01c51c52"
index 873efed..05dd298 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Installs /etc/op-version file."
 LICENSE = "Public Domain"
 
 # a reminder: update the changelog!
-PR = "r39"
+PR = "r40"
 
 SRC_URI = " \
   file://changelog \
index 2eed508..40131b2 100644 (file)
@@ -1,3 +1,10 @@
+Changes since SuperZaxxon 1.76
+
+    2017-10-02:
+    * kernel: updated to 3.2.93
+    * kernel: added CVE-2017-1000251 fix from Debian
+    * kernel: added incomplete memfd backport
+
 Changes since SuperZaxxon 1.75
 
     2017-01-07 (SZ 1.76):