couchdb: update 1.7.0 (#8973)
Signed-off-by: Gerardo Di Iorio <arete74@gmail.com>
This commit is contained in:
parent
4696bfe1c1
commit
7e74badd58
4 changed files with 6 additions and 120 deletions
|
@ -1,6 +1,6 @@
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
chown -R couchdb var/lib/couchdb/* var/log/couchdb/*
|
chown -R couchdb /var/lib/couchdb/ /var/log/couchdb/
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -1,76 +0,0 @@
|
||||||
--- /tmp/uHVDRN_INSTALL.Unix 2015-07-16 20:50:58.709145634 -0500
|
|
||||||
+++ INSTALL.Unix 2015-07-16 20:50:45.781145327 -0500
|
|
||||||
@@ -39,7 +39,7 @@
|
|
||||||
|
|
||||||
You should have the following installed:
|
|
||||||
|
|
||||||
- * Erlang OTP (>=R14B01, =<R17) (http://erlang.org/)
|
|
||||||
+ * Erlang OTP (>=R14B01, =<R18) (http://erlang.org/)
|
|
||||||
* ICU (http://icu-project.org/)
|
|
||||||
* OpenSSL (http://www.openssl.org/)
|
|
||||||
* Mozilla SpiderMonkey (1.8.5) (http://www.mozilla.org/js/spidermonkey/)
|
|
||||||
--- /tmp/VavklE_INSTALL.Windows 2015-07-16 20:50:58.714145634 -0500
|
|
||||||
+++ INSTALL.Windows 2015-07-16 20:50:45.781145327 -0500
|
|
||||||
@@ -29,7 +29,7 @@
|
|
||||||
|
|
||||||
You will need the following installed:
|
|
||||||
|
|
||||||
- * Erlang OTP (>=14B01, <R17) (http://erlang.org/)
|
|
||||||
+ * Erlang OTP (>=14B01, <R18) (http://erlang.org/)
|
|
||||||
* ICU (>=4.*) (http://icu-project.org/)
|
|
||||||
* OpenSSL (>=0.9.8r) (http://www.openssl.org/)
|
|
||||||
* Mozilla SpiderMonkey (=1.8.5) (http://www.mozilla.org/js/spidermonkey/)
|
|
||||||
--- /tmp/rXCQPu_configure.ac 2015-07-16 20:50:58.719145634 -0500
|
|
||||||
+++ configure.ac 2015-07-16 20:50:45.782145327 -0500
|
|
||||||
@@ -411,7 +411,7 @@
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Erlang version compatibility" >&5
|
|
||||||
$as_echo_n "checking Erlang version compatibility... " >&6; }
|
|
||||||
-erlang_version_error="The installed Erlang version must be >= R14B (erts-5.8.1) and =< 17 (erts-6.0)"
|
|
||||||
+erlang_version_error="The installed Erlang version must be >= R14B (erts-5.8.1) and =< 18 (erts-7.0)"
|
|
||||||
|
|
||||||
version="`${ERL} -version 2>&1 | ${SED} 's/[[^0-9]]/ /g'` 0 0 0"
|
|
||||||
major_version=`echo $version | ${AWK} "{print \\$1}"`
|
|
||||||
@@ -419,7 +419,7 @@
|
|
||||||
patch_version=`echo $version | ${AWK} "{print \\$3}"`
|
|
||||||
echo -n "detected Erlang version: $major_version.$minor_version.$patch_version..."
|
|
||||||
|
|
||||||
-if test $major_version -lt 5 -o $major_version -gt 6; then
|
|
||||||
+if test $major_version -lt 5 -o $major_version -gt 7; then
|
|
||||||
as_fn_error $? "$erlang_version_error major_version does not match" "$LINENO" 5
|
|
||||||
fi
|
|
||||||
|
|
||||||
@@ -438,9 +438,9 @@
|
|
||||||
AC_SUBST(otp_release)
|
|
||||||
|
|
||||||
AM_CONDITIONAL([USE_OTP_NIFS],
|
|
||||||
- [can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17)")])
|
|
||||||
+ [can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17|18)")])
|
|
||||||
AM_CONDITIONAL([USE_EJSON_COMPARE_NIF],
|
|
||||||
- [can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17)")])
|
|
||||||
+ [can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17|18)")])
|
|
||||||
|
|
||||||
has_crypto=`\
|
|
||||||
${ERL} -eval "\
|
|
||||||
--- /tmp/lQzdll_unix.rst 2015-07-16 20:50:58.724145634 -0500
|
|
||||||
+++ share/doc/src/install/unix.rst 2015-07-16 20:50:45.801145327 -0500
|
|
||||||
@@ -52,7 +52,7 @@
|
|
||||||
|
|
||||||
You should have the following installed:
|
|
||||||
|
|
||||||
-* `Erlang OTP (>=R14B01, =<R17) <http://erlang.org/>`_
|
|
||||||
+* `Erlang OTP (>=R14B01, =<R18) <http://erlang.org/>`_
|
|
||||||
* `ICU <http://icu-project.org/>`_
|
|
||||||
* `OpenSSL <http://www.openssl.org/>`_
|
|
||||||
* `Mozilla SpiderMonkey (1.8.5) <http://www.mozilla.org/js/spidermonkey/>`_
|
|
||||||
--- /tmp/nUxhRb_windows.rst 2015-07-16 20:50:58.728145635 -0500
|
|
||||||
+++ share/doc/src/install/windows.rst 2015-07-16 20:50:45.801145327 -0500
|
|
||||||
@@ -90,7 +90,7 @@
|
|
||||||
|
|
||||||
You should have the following installed:
|
|
||||||
|
|
||||||
-* `Erlang OTP (>=14B01, <R17) <http://erlang.org/>`_
|
|
||||||
+* `Erlang OTP (>=14B01, <R18) <http://erlang.org/>`_
|
|
||||||
* `ICU (>=4.*) <http://icu-project.org/>`_
|
|
||||||
* `OpenSSL (>0.9.8r) <http://www.openssl.org/>`_
|
|
||||||
* `Mozilla SpiderMonkey (=1.8.5) <http://www.mozilla.org/js/spidermonkey/>`_
|
|
|
@ -1,38 +0,0 @@
|
||||||
--- configure.orig 2015-07-16 20:45:43.942138153 -0500
|
|
||||||
+++ configure 2015-07-16 20:44:30.432136406 -0500
|
|
||||||
@@ -18532,7 +18532,7 @@
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Erlang version compatibility" >&5
|
|
||||||
$as_echo_n "checking Erlang version compatibility... " >&6; }
|
|
||||||
-erlang_version_error="The installed Erlang version must be >= R14B (erts-5.8.1) and =< 17 (erts-6.0)"
|
|
||||||
+erlang_version_error="The installed Erlang version must be >= R14B (erts-5.8.1) and =< 18 (erts-7.0)"
|
|
||||||
|
|
||||||
version="`${ERL} -version 2>&1 | ${SED} 's/[^0-9]/ /g'` 0 0 0"
|
|
||||||
major_version=`echo $version | ${AWK} "{print \\$1}"`
|
|
||||||
@@ -18540,7 +18540,7 @@
|
|
||||||
patch_version=`echo $version | ${AWK} "{print \\$3}"`
|
|
||||||
echo -n "detected Erlang version: $major_version.$minor_version.$patch_version..."
|
|
||||||
|
|
||||||
-if test $major_version -lt 5 -o $major_version -gt 6; then
|
|
||||||
+if test $major_version -lt 5 -o $major_version -gt 8; then
|
|
||||||
as_fn_error $? "$erlang_version_error major_version does not match" "$LINENO" 5
|
|
||||||
fi
|
|
||||||
|
|
||||||
@@ -18559,7 +18559,7 @@
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- if can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17)"); then
|
|
||||||
+ if can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17|18)"); then
|
|
||||||
USE_OTP_NIFS_TRUE=
|
|
||||||
USE_OTP_NIFS_FALSE='#'
|
|
||||||
else
|
|
||||||
@@ -18567,7 +18567,7 @@
|
|
||||||
USE_OTP_NIFS_FALSE=
|
|
||||||
fi
|
|
||||||
|
|
||||||
- if can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17)"); then
|
|
||||||
+ if can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17|18)"); then
|
|
||||||
USE_EJSON_COMPARE_NIF_TRUE=
|
|
||||||
USE_EJSON_COMPARE_NIF_FALSE='#'
|
|
||||||
else
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'couchdb'
|
# Template file for 'couchdb'
|
||||||
pkgname=couchdb
|
pkgname=couchdb
|
||||||
version=1.6.1
|
version=1.7.0
|
||||||
revision=9
|
revision=1
|
||||||
wrksrc="apache-couchdb-$version"
|
wrksrc="apache-couchdb-$version"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="/etc/couchdb/default.ini /etc/couchdb/local.ini"
|
conf_files="/etc/couchdb/default.ini /etc/couchdb/local.ini"
|
||||||
|
@ -12,8 +12,8 @@ short_desc="A document-oriented database"
|
||||||
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://couchdb.apache.org/"
|
homepage="http://couchdb.apache.org/"
|
||||||
distfiles="http://www.apache.org/dist/couchdb/source/${version}/apache-couchdb-${version}.tar.gz"
|
distfiles="https://dist.apache.org/repos/dist/release/couchdb/source/${version}/apache-couchdb-${version}.tar.gz"
|
||||||
checksum=5a601b173733ce3ed31b654805c793aa907131cd70b06d03825f169aa48c8627
|
checksum=9b492e7e5389477107100ef83c41cc32185e2fe9cc88c19c550ed4b2192890dd
|
||||||
|
|
||||||
system_accounts="couchdb"
|
system_accounts="couchdb"
|
||||||
couchdb_homedir="/var/lib/couchdb"
|
couchdb_homedir="/var/lib/couchdb"
|
||||||
|
@ -27,7 +27,7 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's|-Werror||g' src/couchdb/priv/Makefile.*
|
sed -i 's|-Werror|-pie -fPIE|g' src/couchdb/priv/Makefile.*
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
sed -i '/FLAGS.*\(usr\|opt\)/s/.*/:/' configure
|
sed -i '/FLAGS.*\(usr\|opt\)/s/.*/:/' configure
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue