summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
-rw-r--r--bin.patch18
-rw-r--r--conf.patch24
4 files changed, 31 insertions, 31 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 589848f9f493..546ef5e19605 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 30 04:46:04 UTC 2015
+# Tue Jan 26 15:16:04 UTC 2016
pkgbase = neo4j-community
pkgdesc = A fully transactional graph database implemented in Java
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = http://neo4j.org/
install = neo4j.install
@@ -18,15 +18,15 @@ pkgbase = neo4j-community
backup = etc/neo4j/neo4j-server.properties
backup = etc/neo4j/neo4j-wrapper.conf
backup = etc/neo4j/neo4j.properties
- source = http://dist.neo4j.org/neo4j-community-2.3.1-unix.tar.gz
+ source = http://dist.neo4j.org/neo4j-community-2.3.2-unix.tar.gz
source = bin.patch
source = conf.patch
source = neo4j.install
source = neo4j.service
source = neo4j-tmpfile.conf
- sha256sums = 7b2f30d73af107eacd9a3a619475ef448a08eecb2cdb42ab1f8a38d091c70ecb
- sha256sums = 14d7f2046f0333b99c6b689c8aaa2f67d89d4a5fcfed34cb1c72ecf5e074aa6d
- sha256sums = 8182f2717a1fb887413fad592e4ba298e7a0a5ec31092220ca68af22b2a5c4bd
+ sha256sums = 37e24d95c914c54d5cbbe99473d4beef89da78adb2db04eb87258a489225932a
+ sha256sums = 57d2b4e76b468c2eb4e5ee0c6dfa79e044342cff3eb8841a42fe21305068c401
+ sha256sums = 7df8e1228fcb1aa48634a44d979d7e0a73b329528ade917c8b42b6f95a1b0f1b
sha256sums = 3c4f3daea1623a5bc4c56d87ff4d76ff4737722eb730e2f9b65a0980bf3633a3
sha256sums = ee451a5b4ac3f733ab725bb3babeefc4d852115fe24ee29a3060922716212ad7
sha256sums = e9ecbf86072ca92129ab1889b5f91e2494b86e84248bd15a37681a3997892d7d
diff --git a/PKGBUILD b/PKGBUILD
index 491df200b712..adf6b60aedbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marcel Campello Ferreira <marcel.campello.ferreira@gmail.com>
pkgname=neo4j-community
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc="A fully transactional graph database implemented in Java"
arch=(any)
@@ -21,9 +21,9 @@ source=(http://dist.neo4j.org/neo4j-community-$pkgver-unix.tar.gz
neo4j.install
neo4j.service
neo4j-tmpfile.conf)
-sha256sums=('7b2f30d73af107eacd9a3a619475ef448a08eecb2cdb42ab1f8a38d091c70ecb'
- '14d7f2046f0333b99c6b689c8aaa2f67d89d4a5fcfed34cb1c72ecf5e074aa6d'
- '8182f2717a1fb887413fad592e4ba298e7a0a5ec31092220ca68af22b2a5c4bd'
+sha256sums=('37e24d95c914c54d5cbbe99473d4beef89da78adb2db04eb87258a489225932a'
+ '57d2b4e76b468c2eb4e5ee0c6dfa79e044342cff3eb8841a42fe21305068c401'
+ '7df8e1228fcb1aa48634a44d979d7e0a73b329528ade917c8b42b6f95a1b0f1b'
'3c4f3daea1623a5bc4c56d87ff4d76ff4737722eb730e2f9b65a0980bf3633a3'
'ee451a5b4ac3f733ab725bb3babeefc4d852115fe24ee29a3060922716212ad7'
'e9ecbf86072ca92129ab1889b5f91e2494b86e84248bd15a37681a3997892d7d')
diff --git a/bin.patch b/bin.patch
index 0e7923515434..1cdb057d7408 100644
--- a/bin.patch
+++ b/bin.patch
@@ -1,6 +1,6 @@
-diff -U 3 -H -d -r -N -- neo4j-community-2.3.1-orig/bin/neo4j neo4j-community-2.3.1-mod/bin/neo4j
---- neo4j-community-2.3.1-orig/bin/neo4j 2015-11-10 10:15:38.000000000 -0200
-+++ neo4j-community-2.3.1-mod/bin/neo4j 2015-12-26 21:48:05.787841796 -0200
+diff -Naur neo4j-community-2.3.2-orig/bin/neo4j neo4j-community-2.3.2-mod/bin/neo4j
+--- neo4j-community-2.3.2-orig/bin/neo4j 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.2-mod/bin/neo4j 2016-01-26 10:38:34.784729340 -0200
@@ -33,24 +33,13 @@
LAUNCHD_NAME="org.neo4j.server"
@@ -60,9 +60,9 @@ diff -U 3 -H -d -r -N -- neo4j-community-2.3.1-orig/bin/neo4j neo4j-community-2.
if [ ! -e "$LIBDIR" ] ; then
echo "Error: missing Neo4j Library, expected at $LIBDIR"
exit 1
-diff -U 3 -H -d -r -N -- neo4j-community-2.3.1-orig/bin/neo4j-import neo4j-community-2.3.1-mod/bin/neo4j-import
---- neo4j-community-2.3.1-orig/bin/neo4j-import 2015-11-10 10:15:38.000000000 -0200
-+++ neo4j-community-2.3.1-mod/bin/neo4j-import 2015-12-26 20:25:21.546530977 -0200
+diff -Naur neo4j-community-2.3.2-orig/bin/neo4j-import neo4j-community-2.3.2-mod/bin/neo4j-import
+--- neo4j-community-2.3.2-orig/bin/neo4j-import 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.2-mod/bin/neo4j-import 2016-01-26 10:38:34.784729340 -0200
@@ -21,19 +21,7 @@
#Remember where we started from so that working dir is set correctly
RUN_FROM=`pwd`
@@ -93,9 +93,9 @@ diff -U 3 -H -d -r -N -- neo4j-community-2.3.1-orig/bin/neo4j-import neo4j-commu
fi
LIBRARY_JARS=""
-diff -U 3 -H -d -r -N -- neo4j-community-2.3.1-orig/bin/neo4j-shell neo4j-community-2.3.1-mod/bin/neo4j-shell
---- neo4j-community-2.3.1-orig/bin/neo4j-shell 2015-11-10 10:15:38.000000000 -0200
-+++ neo4j-community-2.3.1-mod/bin/neo4j-shell 2015-12-26 20:27:40.619567323 -0200
+diff -Naur neo4j-community-2.3.2-orig/bin/neo4j-shell neo4j-community-2.3.2-mod/bin/neo4j-shell
+--- neo4j-community-2.3.2-orig/bin/neo4j-shell 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.2-mod/bin/neo4j-shell 2016-01-26 10:38:34.784729340 -0200
@@ -21,19 +21,7 @@
#Remember where we started from so that working dir is set correctly
RUN_FROM=`pwd`
diff --git a/conf.patch b/conf.patch
index 6f566ec0e6b7..19d600f55b9c 100644
--- a/conf.patch
+++ b/conf.patch
@@ -1,6 +1,6 @@
-diff -U 3 -H -d -r -N -- neo4j-community-2.3.1-orig/conf/neo4j-http-logging.xml neo4j-community-2.3.1-mod/conf/neo4j-http-logging.xml
---- neo4j-community-2.3.1-orig/conf/neo4j-http-logging.xml 2015-11-10 10:15:38.000000000 -0200
-+++ neo4j-community-2.3.1-mod/conf/neo4j-http-logging.xml 2015-12-26 21:16:12.078406814 -0200
+diff -Naur neo4j-community-2.3.2-orig/conf/neo4j-http-logging.xml neo4j-community-2.3.2-mod/conf/neo4j-http-logging.xml
+--- neo4j-community-2.3.2-orig/conf/neo4j-http-logging.xml 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.2-mod/conf/neo4j-http-logging.xml 2016-01-26 10:38:26.734706133 -0200
@@ -21,9 +21,9 @@
-->
<configuration>
@@ -13,9 +13,9 @@ diff -U 3 -H -d -r -N -- neo4j-community-2.3.1-orig/conf/neo4j-http-logging.xml
<maxHistory>7</maxHistory>
</rollingPolicy>
-diff -U 3 -H -d -r -N -- neo4j-community-2.3.1-orig/conf/neo4j.properties neo4j-community-2.3.1-mod/conf/neo4j.properties
---- neo4j-community-2.3.1-orig/conf/neo4j.properties 2015-11-10 10:15:38.000000000 -0200
-+++ neo4j-community-2.3.1-mod/conf/neo4j.properties 2015-12-26 21:35:25.395504168 -0200
+diff -Naur neo4j-community-2.3.2-orig/conf/neo4j.properties neo4j-community-2.3.2-mod/conf/neo4j.properties
+--- neo4j-community-2.3.2-orig/conf/neo4j.properties 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.2-mod/conf/neo4j.properties 2016-01-26 10:38:26.734706133 -0200
@@ -24,8 +24,8 @@
# Set the root directory for use with file URLs (`file:///`) in LOAD CSV.
# If enabled, file URLs will refer to locations inside the `data/import`
@@ -27,9 +27,9 @@ diff -U 3 -H -d -r -N -- neo4j-community-2.3.1-orig/conf/neo4j.properties neo4j-
# Keep logical logs, helps debugging but uses more disk space, enabled for
# legacy reasons To limit space needed to store historical logs use values such
-diff -U 3 -H -d -r -N -- neo4j-community-2.3.1-orig/conf/neo4j-server.properties neo4j-community-2.3.1-mod/conf/neo4j-server.properties
---- neo4j-community-2.3.1-orig/conf/neo4j-server.properties 2015-11-10 10:15:38.000000000 -0200
-+++ neo4j-community-2.3.1-mod/conf/neo4j-server.properties 2015-12-26 21:31:19.899361740 -0200
+diff -Naur neo4j-community-2.3.2-orig/conf/neo4j-server.properties neo4j-community-2.3.2-mod/conf/neo4j-server.properties
+--- neo4j-community-2.3.2-orig/conf/neo4j-server.properties 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.2-mod/conf/neo4j-server.properties 2016-01-26 10:38:26.734706133 -0200
@@ -10,10 +10,10 @@
#***************************************************************
@@ -87,9 +87,9 @@ diff -U 3 -H -d -r -N -- neo4j-community-2.3.1-orig/conf/neo4j-server.properties
-org.neo4j.server.webadmin.rrdb.location=data/rrd
+org.neo4j.server.webadmin.rrdb.location=/var/lib/neo4j/data/rrd
-diff -U 3 -H -d -r -N -- neo4j-community-2.3.1-orig/conf/neo4j-wrapper.conf neo4j-community-2.3.1-mod/conf/neo4j-wrapper.conf
---- neo4j-community-2.3.1-orig/conf/neo4j-wrapper.conf 2015-11-10 10:15:38.000000000 -0200
-+++ neo4j-community-2.3.1-mod/conf/neo4j-wrapper.conf 2015-12-26 21:33:58.755689184 -0200
+diff -Naur neo4j-community-2.3.2-orig/conf/neo4j-wrapper.conf neo4j-community-2.3.2-mod/conf/neo4j-wrapper.conf
+--- neo4j-community-2.3.2-orig/conf/neo4j-wrapper.conf 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.2-mod/conf/neo4j-wrapper.conf 2016-01-26 10:38:26.734706133 -0200
@@ -2,8 +2,8 @@
# Property file references
#********************************************************************