[arch-commits] Commit in paxd/repos (6 files)

Daniel Micay thestinger at nymeria.archlinux.org
Thu May 22 09:04:58 UTC 2014


    Date: Thursday, May 22, 2014 @ 11:04:58
  Author: thestinger
Revision: 111658

archrelease: copy trunk to community-i686, community-x86_64

Added:
  paxd/repos/community-i686/
  paxd/repos/community-i686/10-enable-pax.conf
    (from rev 111657, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
    (from rev 111657, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/
  paxd/repos/community-x86_64/10-enable-pax.conf
    (from rev 111657, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
    (from rev 111657, paxd/trunk/PKGBUILD)

-------------------------------------+
 community-i686/10-enable-pax.conf   |    2 ++
 community-i686/PKGBUILD             |   27 +++++++++++++++++++++++++++
 community-x86_64/10-enable-pax.conf |    2 ++
 community-x86_64/PKGBUILD           |   27 +++++++++++++++++++++++++++
 4 files changed, 58 insertions(+)

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 111657, paxd/trunk/10-enable-pax.conf)
===================================================================
--- community-i686/10-enable-pax.conf	                        (rev 0)
+++ community-i686/10-enable-pax.conf	2014-05-22 09:04:58 UTC (rev 111658)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/PKGBUILD (from rev 111657, paxd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-22 09:04:58 UTC (rev 111658)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=paxd
+pkgver=1
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glibc)
+makedepends=(git)
+source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
+md5sums=('SKIP'
+         'a40677d2cd39ada4c2560927c67e0ea2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname
+  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../10-enable-pax.conf "$pkgdir/etc/sysctl.d/10-enable-pax.conf"
+}

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 111657, paxd/trunk/10-enable-pax.conf)
===================================================================
--- community-x86_64/10-enable-pax.conf	                        (rev 0)
+++ community-x86_64/10-enable-pax.conf	2014-05-22 09:04:58 UTC (rev 111658)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/PKGBUILD (from rev 111657, paxd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-22 09:04:58 UTC (rev 111658)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=paxd
+pkgver=1
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glibc)
+makedepends=(git)
+source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
+md5sums=('SKIP'
+         'a40677d2cd39ada4c2560927c67e0ea2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname
+  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../10-enable-pax.conf "$pkgdir/etc/sysctl.d/10-enable-pax.conf"
+}




More information about the arch-commits mailing list