[arch-commits] Commit in couchdb/trunk (PKGBUILD couchdb.install couchdb.service)

Bruno Pagani archange at archlinux.org
Sun Jan 6 22:20:39 UTC 2019


    Date: Sunday, January 6, 2019 @ 22:20:38
  Author: archange
Revision: 420775

Rebuild for js185 change + fix FS#61226

Of course such JS-based apps cannot have MemoryDenyWriteExecute.

Modified:
  couchdb/trunk/PKGBUILD
  couchdb/trunk/couchdb.service
Deleted:
  couchdb/trunk/couchdb.install

-----------------+
 PKGBUILD        |    5 ++---
 couchdb.install |   11 -----------
 couchdb.service |    1 -
 3 files changed, 2 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-06 22:19:49 UTC (rev 420774)
+++ PKGBUILD	2019-01-06 22:20:38 UTC (rev 420775)
@@ -5,7 +5,7 @@
 
 pkgname=couchdb
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A document-oriented database that can be queried and indexed in a MapReduce fashion using JSON"
 arch=('x86_64')
 url="https://couchdb.apache.org"
@@ -12,7 +12,6 @@
 license=('APACHE')
 depends=('icu' 'js185' 'zlib')
 makedepends=('erlang-nox')
-install=${pkgname}.install
 backup=('etc/couchdb/local.ini'
         'etc/couchdb/vm.args')
 source=("https://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
@@ -22,7 +21,7 @@
         'datadirs.ini')
 sha256sums=('0b3868d042b158d9fd2f504804abd93cd22681c033952f832ce846672c31f352'
             'SKIP'
-            'aa487af362f1ff64333763615513a58cf710c41077413a364a2c60cb882f4be8'
+            '293fe7ce16de6feb5927bf151360c7441f427f1d6bec73bc9ecb1e530be2b93a'
             '3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
             '0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
             '937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')

Deleted: couchdb.install
===================================================================
--- couchdb.install	2019-01-06 22:19:49 UTC (rev 420774)
+++ couchdb.install	2019-01-06 22:20:38 UTC (rev 420775)
@@ -1,11 +0,0 @@
-post_upgrade() {
-    if [ $(vercmp $2 2.1.1-1) -lt 0 ] ; then
-        cat << EOF
-
-Be sure to read http://docs.couchdb.org/en/2.1.1/whatsnew/2.1.html#upgrade-notes.
-Note that your /etc/couchdb/vm.args has been replaced by the new one if you
-never edited it, so you might actually have to change it as advised.
-
-EOF
-    fi
-}

Modified: couchdb.service
===================================================================
--- couchdb.service	2019-01-06 22:19:49 UTC (rev 420774)
+++ couchdb.service	2019-01-06 22:20:38 UTC (rev 420775)
@@ -23,7 +23,6 @@
 ProtectKernelModules=yes
 ReadWritePaths=/etc/couchdb/local.ini
 LockPersonality=true
-MemoryDenyWriteExecute=true
 RestrictRealtime=true
 SystemCallArchitectures=native
 SystemCallFilter=@system-service



More information about the arch-commits mailing list