[arch-commits] Commit in linux-grsec/trunk (PKGBUILD config config.x86_64)

Daniel Micay thestinger at nymeria.archlinux.org
Tue May 27 21:23:35 UTC 2014


    Date: Tuesday, May 27, 2014 @ 23:23:35
  Author: thestinger
Revision: 111995

upgpkg: linux-grsec 3.14.4.201405252047-2

enable the size overflow plugin

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

---------------+
 PKGBUILD      |    9 ++++++---
 config        |    2 +-
 config.x86_64 |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-27 19:18:18 UTC (rev 111994)
+++ PKGBUILD	2014-05-27 21:23:35 UTC (rev 111995)
@@ -11,7 +11,7 @@
 _timestamp=201405252047
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -43,8 +43,8 @@
             'af640ea64e923d525a8238832e8452381e6dc76a3bf28046411cadd67c408114'
             'dceb3a6aeb9ba71e68835e37d2add6c6d4c60f6e253b4bd9c20b6a8e82ec0a96'
             'SKIP'
-            '7ae000eaa1df8809cc5e27427e3ee5962bfd15d32cea3c9367321a9ea9a1f28c'
-            '63dd010c2ad0df4279ee00f1530850560b722235a3430df5efd5cffcb045b203'
+            '59333cae86e1a43def286905e20500d165cb5153068d2bd9c6add6bfa9463e62'
+            '83537cf8ab670ccabed68dadbb531574f1cf1f8138ba9d873b33047e9cc957bf'
             'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
             'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
             '6d72e14552df59e6310f16c176806c408355951724cd5b48a47bf01591b8be02'
@@ -231,6 +231,9 @@
   cp -a tools/gcc/*.h "$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/"
   cp -a tools/gcc/Makefile "$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/"
   install -m644 tools/gcc/*.so "$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/"
+  mkdir -p "$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/size_overflow_plugin"
+  install -m644 tools/gcc/size_overflow_plugin/Makefile tools/gcc/size_overflow_plugin/*.so \
+    "$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/size_overflow_plugin"
 
   # install sysctl configuration for grsecurity switches
   install -Dm600 "$srcdir/sysctl.conf" "$pkgdir/etc/sysctl.d/05-grsecurity.conf"

Modified: config
===================================================================
--- config	2014-05-27 19:18:18 UTC (rev 111994)
+++ config	2014-05-27 21:23:35 UTC (rev 111995)
@@ -6456,7 +6456,7 @@
 # CONFIG_PAX_CONSTIFY_PLUGIN is not set
 CONFIG_PAX_USERCOPY=y
 # CONFIG_PAX_USERCOPY_DEBUG is not set
-# CONFIG_PAX_SIZE_OVERFLOW is not set
+CONFIG_PAX_SIZE_OVERFLOW=y
 # CONFIG_PAX_LATENT_ENTROPY is not set
 
 #

Modified: config.x86_64
===================================================================
--- config.x86_64	2014-05-27 19:18:18 UTC (rev 111994)
+++ config.x86_64	2014-05-27 21:23:35 UTC (rev 111995)
@@ -6234,7 +6234,7 @@
 CONFIG_PAX_REFCOUNT=y
 CONFIG_PAX_USERCOPY=y
 # CONFIG_PAX_USERCOPY_DEBUG is not set
-# CONFIG_PAX_SIZE_OVERFLOW is not set
+CONFIG_PAX_SIZE_OVERFLOW=y
 # CONFIG_PAX_LATENT_ENTROPY is not set
 
 #




More information about the arch-commits mailing list