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, 30 insertions, 32 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 546ef5e19605..e13eb11c9236 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Jan 26 15:16:04 UTC 2016
pkgbase = neo4j-community
pkgdesc = A fully transactional graph database implemented in Java
- pkgver = 2.3.2
+ pkgver = 2.3.3
pkgrel = 1
url = http://neo4j.org/
install = neo4j.install
@@ -18,15 +16,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.2-unix.tar.gz
+ source = http://dist.neo4j.org/neo4j-community-2.3.3-unix.tar.gz
source = bin.patch
source = conf.patch
source = neo4j.install
source = neo4j.service
source = neo4j-tmpfile.conf
- sha256sums = 37e24d95c914c54d5cbbe99473d4beef89da78adb2db04eb87258a489225932a
- sha256sums = 57d2b4e76b468c2eb4e5ee0c6dfa79e044342cff3eb8841a42fe21305068c401
- sha256sums = 7df8e1228fcb1aa48634a44d979d7e0a73b329528ade917c8b42b6f95a1b0f1b
+ sha256sums = 01559c55055516a42ee2dd100137b6b55d63f02959a3c6c6db7a152e045828d9
+ sha256sums = a96f364ff3c3bf62e8a007364a87daef4a0515bce432a54899f5b97f0ff9c7d4
+ sha256sums = 4717f8765d2a6912120077337402ac8dfa3a793ee723ea41080c3412457d78e0
sha256sums = 3c4f3daea1623a5bc4c56d87ff4d76ff4737722eb730e2f9b65a0980bf3633a3
sha256sums = ee451a5b4ac3f733ab725bb3babeefc4d852115fe24ee29a3060922716212ad7
sha256sums = e9ecbf86072ca92129ab1889b5f91e2494b86e84248bd15a37681a3997892d7d
diff --git a/PKGBUILD b/PKGBUILD
index adf6b60aedbd..7bc24e6eccb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marcel Campello Ferreira <marcel.campello.ferreira@gmail.com>
pkgname=neo4j-community
-pkgver=2.3.2
+pkgver=2.3.3
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=('37e24d95c914c54d5cbbe99473d4beef89da78adb2db04eb87258a489225932a'
- '57d2b4e76b468c2eb4e5ee0c6dfa79e044342cff3eb8841a42fe21305068c401'
- '7df8e1228fcb1aa48634a44d979d7e0a73b329528ade917c8b42b6f95a1b0f1b'
+sha256sums=('01559c55055516a42ee2dd100137b6b55d63f02959a3c6c6db7a152e045828d9'
+ 'a96f364ff3c3bf62e8a007364a87daef4a0515bce432a54899f5b97f0ff9c7d4'
+ '4717f8765d2a6912120077337402ac8dfa3a793ee723ea41080c3412457d78e0'
'3c4f3daea1623a5bc4c56d87ff4d76ff4737722eb730e2f9b65a0980bf3633a3'
'ee451a5b4ac3f733ab725bb3babeefc4d852115fe24ee29a3060922716212ad7'
'e9ecbf86072ca92129ab1889b5f91e2494b86e84248bd15a37681a3997892d7d')
diff --git a/bin.patch b/bin.patch
index 1cdb057d7408..03437bc4fdb6 100644
--- a/bin.patch
+++ b/bin.patch
@@ -1,6 +1,6 @@
-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
+diff -Naur neo4j-community-2.3.3-orig/bin/neo4j neo4j-community-2.3.3-mod/bin/neo4j
+--- neo4j-community-2.3.3-orig/bin/neo4j 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.3-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 -Naur neo4j-community-2.3.2-orig/bin/neo4j neo4j-community-2.3.2-mod/bin/ne
if [ ! -e "$LIBDIR" ] ; then
echo "Error: missing Neo4j Library, expected at $LIBDIR"
exit 1
-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
+diff -Naur neo4j-community-2.3.3-orig/bin/neo4j-import neo4j-community-2.3.3-mod/bin/neo4j-import
+--- neo4j-community-2.3.3-orig/bin/neo4j-import 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.3-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 -Naur neo4j-community-2.3.2-orig/bin/neo4j-import neo4j-community-2.3.2-mod
fi
LIBRARY_JARS=""
-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
+diff -Naur neo4j-community-2.3.3-orig/bin/neo4j-shell neo4j-community-2.3.3-mod/bin/neo4j-shell
+--- neo4j-community-2.3.3-orig/bin/neo4j-shell 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.3-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 19d600f55b9c..8ea79ebebf4b 100644
--- a/conf.patch
+++ b/conf.patch
@@ -1,6 +1,6 @@
-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
+diff -Naur neo4j-community-2.3.3-orig/conf/neo4j-http-logging.xml neo4j-community-2.3.3-mod/conf/neo4j-http-logging.xml
+--- neo4j-community-2.3.3-orig/conf/neo4j-http-logging.xml 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.3-mod/conf/neo4j-http-logging.xml 2016-01-26 10:38:26.734706133 -0200
@@ -21,9 +21,9 @@
-->
<configuration>
@@ -13,9 +13,9 @@ diff -Naur neo4j-community-2.3.2-orig/conf/neo4j-http-logging.xml neo4j-communit
<maxHistory>7</maxHistory>
</rollingPolicy>
-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
+diff -Naur neo4j-community-2.3.3-orig/conf/neo4j.properties neo4j-community-2.3.3-mod/conf/neo4j.properties
+--- neo4j-community-2.3.3-orig/conf/neo4j.properties 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.3-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 -Naur neo4j-community-2.3.2-orig/conf/neo4j.properties neo4j-community-2.3.
# 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 -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
+diff -Naur neo4j-community-2.3.3-orig/conf/neo4j-server.properties neo4j-community-2.3.3-mod/conf/neo4j-server.properties
+--- neo4j-community-2.3.3-orig/conf/neo4j-server.properties 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.3-mod/conf/neo4j-server.properties 2016-01-26 10:38:26.734706133 -0200
@@ -10,10 +10,10 @@
#***************************************************************
@@ -87,9 +87,9 @@ diff -Naur neo4j-community-2.3.2-orig/conf/neo4j-server.properties neo4j-communi
-org.neo4j.server.webadmin.rrdb.location=data/rrd
+org.neo4j.server.webadmin.rrdb.location=/var/lib/neo4j/data/rrd
-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
+diff -Naur neo4j-community-2.3.3-orig/conf/neo4j-wrapper.conf neo4j-community-2.3.3-mod/conf/neo4j-wrapper.conf
+--- neo4j-community-2.3.3-orig/conf/neo4j-wrapper.conf 2016-01-12 21:01:31.000000000 -0200
++++ neo4j-community-2.3.3-mod/conf/neo4j-wrapper.conf 2016-01-26 10:38:26.734706133 -0200
@@ -2,8 +2,8 @@
# Property file references
#********************************************************************