update to solr-8.4.1

This commit is contained in:
sthen 2020-01-15 16:45:13 +00:00
parent d04ba17c2e
commit 250b9a2e64
3 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.17 2019/12/30 13:55:48 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2020/01/15 16:45:13 sthen Exp $
COMMENT= full-text search engine based on Lucene
V= 8.4.0
V= 8.4.1
DISTNAME= solr-$V
EXTRACT_SUFX= .tgz

View File

@ -1,2 +1,2 @@
SHA256 (solr-8.4.0.tgz) = ZuftFOW6isga93SXAMr6x6tJI5E33bqSrov4YxAPgaY=
SIZE (solr-8.4.0.tgz) = 186840416
SHA256 (solr-8.4.1.tgz) = 7Dnh4CSy43QFFJ3kHjnodaOb8RpT9QbQfZa0e40qQwE=
SIZE (solr-8.4.1.tgz) = 186857366

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-bin_solr,v 1.8 2019/12/30 13:55:48 sthen Exp $
$OpenBSD: patch-bin_solr,v 1.9 2020/01/15 16:45:13 sthen Exp $
Index: bin/solr
--- bin/solr.orig
@ -12,7 +12,7 @@ Index: bin/solr
fi
if [ -z "$SOLR_STOP_WAIT" ]; then
@@ -2215,14 +2215,12 @@ function start_solr() {
@@ -2214,14 +2214,12 @@ function start_solr() {
echo "RNG might not work properly. To check for the amount of available entropy, use 'cat /proc/sys/kernel/random/entropy_avail'."
echo ""
fi
@ -28,7 +28,7 @@ Index: bin/solr
if [ -z "$running" ]; then
slept=$((loops * 2))
if [ $slept -lt $SOLR_STOP_WAIT ]; then
@@ -2240,13 +2238,6 @@ function start_solr() {
@@ -2239,13 +2237,6 @@ function start_solr() {
fi
done) &
spinner $!