[arch-commits] Commit in paxd/repos (8 files)
Daniel Micay
thestinger at nymeria.archlinux.org
Sun Jun 15 21:37:11 UTC 2014
Date: Sunday, June 15, 2014 @ 23:37:11
Author: thestinger
Revision: 113187
archrelease: copy trunk to community-i686, community-x86_64
Added:
paxd/repos/community-i686/10-enable-pax.conf
(from rev 113186, paxd/trunk/10-enable-pax.conf)
paxd/repos/community-i686/PKGBUILD
(from rev 113186, paxd/trunk/PKGBUILD)
paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 113186, paxd/trunk/10-enable-pax.conf)
paxd/repos/community-x86_64/PKGBUILD
(from rev 113186, 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 | 54 ++++++++++++++++++++++++++++++++++
community-i686/10-enable-pax.conf | 2 -
community-i686/PKGBUILD | 27 -----------------
community-x86_64/10-enable-pax.conf | 2 -
community-x86_64/PKGBUILD | 27 -----------------
6 files changed, 58 insertions(+), 58 deletions(-)
Deleted: community-i686/10-enable-pax.conf
===================================================================
--- community-i686/10-enable-pax.conf 2014-06-15 21:36:32 UTC (rev 113186)
+++ community-i686/10-enable-pax.conf 2014-06-15 21:37:11 UTC (rev 113187)
@@ -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 113186, paxd/trunk/10-enable-pax.conf)
===================================================================
--- community-i686/10-enable-pax.conf (rev 0)
+++ community-i686/10-enable-pax.conf 2014-06-15 21:37:11 UTC (rev 113187)
@@ -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 2014-06-15 21:36:32 UTC (rev 113186)
+++ community-i686/PKGBUILD 2014-06-15 21:37:11 UTC (rev 113187)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-pkgname=paxd
-pkgver=10
-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-i686/PKGBUILD (from rev 113186, paxd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-15 21:37:11 UTC (rev 113187)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=paxd
+pkgver=11
+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"
+}
Deleted: community-x86_64/10-enable-pax.conf
===================================================================
--- community-x86_64/10-enable-pax.conf 2014-06-15 21:36:32 UTC (rev 113186)
+++ community-x86_64/10-enable-pax.conf 2014-06-15 21:37:11 UTC (rev 113187)
@@ -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 113186, paxd/trunk/10-enable-pax.conf)
===================================================================
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2014-06-15 21:37:11 UTC (rev 113187)
@@ -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 2014-06-15 21:36:32 UTC (rev 113186)
+++ community-x86_64/PKGBUILD 2014-06-15 21:37:11 UTC (rev 113187)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-pkgname=paxd
-pkgver=10
-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/PKGBUILD (from rev 113186, paxd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-06-15 21:37:11 UTC (rev 113187)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=paxd
+pkgver=11
+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