summaryrefslogtreecommitdiff
path: root/libre/paxd-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-03-28 16:21:13 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-03-28 16:21:13 -0300
commitcf8852cc2c1246cffdb13a6a41c698600a2a6fdb (patch)
tree62b7444565fd264fb54e5fc0e73438c4a61173b2 /libre/paxd-libre
parent0fb4f61e55754565a2ce7bb610f24fd5337fa816 (diff)
paxd-libre-1.8-1: updating version
Diffstat (limited to 'libre/paxd-libre')
-rw-r--r--libre/paxd-libre/PKGBUILD16
-rw-r--r--libre/paxd-libre/fix_issues.patch10
2 files changed, 5 insertions, 21 deletions
diff --git a/libre/paxd-libre/PKGBUILD b/libre/paxd-libre/PKGBUILD
index b76ed7407..f773d2bc5 100644
--- a/libre/paxd-libre/PKGBUILD
+++ b/libre/paxd-libre/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=paxd
pkgname=paxd-libre
-pkgver=1.7.1
+pkgver=1.8
pkgrel=1
pkgdesc='PaX exception daemon (a libre fork of paxd)'
arch=(i686 x86_64)
@@ -14,18 +14,12 @@ replaces=($_pkgname linux-pax-flags)
conflicts=($_pkgname linux-pax-flags)
provides=($_pkgname linux-pax-flags)
depends=(glib2)
-source=(https://github.com/g4jc/paxd-libre/archive/$pkgver.tar.gz 10-enable-pax.conf
- fix_issues.patch)
-sha1sums=('9a0ca893b98e54b2c17fe2bdf2eda085e70e43b6'
- '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2'
- '443769c8ab37c04f06ca9d622914899dd5069e44')
+source=($pkgname-$pkgver.tar.gz::https://github.com/g4jc/paxd-libre/archive/$pkgver.tar.gz
+ 10-enable-pax.conf)
+sha1sums=('e7b4631d84722eac7ca0468db4f449b2d9cbfdc6'
+ '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
backup=(etc/paxd-libre.conf)
-prepare() {
- cd $pkgname-$pkgver
- patch -Np1 -i "$srcdir/fix_issues.patch"
-}
-
build() {
cd $pkgname-$pkgver
make CC=gcc
diff --git a/libre/paxd-libre/fix_issues.patch b/libre/paxd-libre/fix_issues.patch
deleted file mode 100644
index e61f1e0b3..000000000
--- a/libre/paxd-libre/fix_issues.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- paxd-libre-1.7.orig/Makefile 2015-01-11 23:21:54.000000000 -0200
-+++ paxd-libre-1.7/Makefile 2015-01-12 04:30:41.102819259 -0200
-@@ -26,6 +26,6 @@
- install -Dm644 user.service $(DESTDIR)/usr/lib/systemd/user/paxd-libre.service
- mkdir -p $(DESTDIR)/usr/lib/systemd/system/sysinit.target.wants
- ln -t $(DESTDIR)/usr/lib/systemd/system/sysinit.target.wants -sf ../paxd-libre.service
-- ln -sf $(DESTDIR)/etc/paxd-libre.conf $(DESTDIR)/etc/paxd.conf
-+ ln -sf paxd-libre.conf $(DESTDIR)/etc/paxd.conf
-
- .PHONY: all clean install