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

Daniel Micay thestinger at archlinux.org
Fri Jun 26 16:17:25 UTC 2015


    Date: Friday, June 26, 2015 @ 18:17:24
  Author: thestinger
Revision: 135908

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

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

-------------------------------------+
 /10-enable-pax.conf                 |    4 ++
 /PKGBUILD                           |   56 ++++++++++++++++++++++++++++++++++
 community-i686/10-enable-pax.conf   |    2 -
 community-i686/PKGBUILD             |   28 -----------------
 community-x86_64/10-enable-pax.conf |    2 -
 community-x86_64/PKGBUILD           |   28 -----------------
 6 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===================================================================
--- community-i686/10-enable-pax.conf	2015-06-26 16:16:50 UTC (rev 135907)
+++ community-i686/10-enable-pax.conf	2015-06-26 16:17:24 UTC (rev 135908)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 135907, paxd/trunk/10-enable-pax.conf)
===================================================================
--- community-i686/10-enable-pax.conf	                        (rev 0)
+++ community-i686/10-enable-pax.conf	2015-06-26 16:17:24 UTC (rev 135908)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-06-26 16:16:50 UTC (rev 135907)
+++ community-i686/PKGBUILD	2015-06-26 16:17:24 UTC (rev 135908)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-pkgname=paxd
-pkgver=27
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glib2)
-source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
-	10-enable-pax.conf)
-sha1sums=('fbf84d4c73896f5fc59b4c58a706bc7c1b29557a'
-          '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname-$pkgver
-  make CC=gcc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  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/usr/lib/sysctl.d/10-enable-pax.conf"
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 135907, paxd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-06-26 16:17:24 UTC (rev 135908)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=paxd
+pkgver=28
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glib2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
+	10-enable-pax.conf)
+sha1sums=('44ee369766b5b8496c2fabaaf19177eb0088d9f7'
+          '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname-$pkgver
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  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/usr/lib/sysctl.d/10-enable-pax.conf"
+}

Deleted: community-x86_64/10-enable-pax.conf
===================================================================
--- community-x86_64/10-enable-pax.conf	2015-06-26 16:16:50 UTC (rev 135907)
+++ community-x86_64/10-enable-pax.conf	2015-06-26 16:17:24 UTC (rev 135908)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 135907, paxd/trunk/10-enable-pax.conf)
===================================================================
--- community-x86_64/10-enable-pax.conf	                        (rev 0)
+++ community-x86_64/10-enable-pax.conf	2015-06-26 16:17:24 UTC (rev 135908)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-06-26 16:16:50 UTC (rev 135907)
+++ community-x86_64/PKGBUILD	2015-06-26 16:17:24 UTC (rev 135908)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-pkgname=paxd
-pkgver=27
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glib2)
-source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
-	10-enable-pax.conf)
-sha1sums=('fbf84d4c73896f5fc59b4c58a706bc7c1b29557a'
-          '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname-$pkgver
-  make CC=gcc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  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/usr/lib/sysctl.d/10-enable-pax.conf"
-}

Copied: paxd/repos/community-x86_64/PKGBUILD (from rev 135907, paxd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-26 16:17:24 UTC (rev 135908)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=paxd
+pkgver=28
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glib2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/thestinger/paxd/archive/$pkgver.tar.gz
+	10-enable-pax.conf)
+sha1sums=('44ee369766b5b8496c2fabaaf19177eb0088d9f7'
+          '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname-$pkgver
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  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/usr/lib/sysctl.d/10-enable-pax.conf"
+}



More information about the arch-commits mailing list