Commit Graph

80 Commits

Author SHA1 Message Date
ajacoutot
c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00
naddy
2b3700e37e drop RCS Ids 2022-03-11 19:57:10 +00:00
pvk
f8db904410 Update logstash 7.9.1 -> 7.10.0
Release notes: https://www.elastic.co/guide/en/logstash/7.10/logstash-7-10-0.html
2020-11-19 20:49:18 +00:00
pvk
82ce239f1a Update logstash 7.8.1 -> 7.9.1
Release notes: https://www.elastic.co/guide/en/logstash/7.9/logstash-7-9-1.html
2020-09-10 13:54:53 +00:00
pvk
e7ca635174 Update logstash 7.8.0 -> 7.8.1
Release notes: https://www.elastic.co/guide/en/logstash/7.8/logstash-7-8-1.html
2020-07-30 10:42:18 +00:00
pvk
4b6ae520e7 Update logstash 7.7.1 -> 7.8.0
Release notes: https://www.elastic.co/guide/en/logstash/7.8/logstash-7-8-0.html
2020-07-01 12:00:51 +00:00
pvk
fac7204f3a Update logstash 7.7.0 -> 7.7.1
Relase notes: https://www.elastic.co/guide/en/logstash/7.7/logstash-7-7-1.html
2020-06-16 12:03:26 +00:00
pvk
ce72bf8de1 Update logstash 7.6.2 -> 7.7.0
Relase notes: https://www.elastic.co/guide/en/logstash/7.7/logstash-7-7-0.html
2020-05-14 21:42:48 +00:00
pvk
5e9b2a8193 Update logstash 7.6.1 -> 7.6.2
Relase notes: https://www.elastic.co/guide/en/logstash/7.6/logstash-7-6-2.html
2020-04-03 10:49:25 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
pvk
68ec3d5d48 Update logstash 7.6.0 -> 7.6.1
Relase notes: https://www.elastic.co/guide/en/logstash/7.6/logstash-7-6-1.html
2020-03-13 21:05:04 +00:00
pvk
58d3364175 Update logstash 7.5.2 -> 7.6.0
Relase notes: https://www.elastic.co/guide/en/logstash/7.6/logstash-7-6-0.html
2020-02-18 09:29:16 +00:00
pvk
0c235dcdf6 Update logstash 7.5.1 -> 7.5.2
Relase notes: https://www.elastic.co/guide/en/logstash/7.5/logstash-7-5-2.html
2020-01-23 13:49:36 +00:00
pvk
468d2f7917 Update logstash 7.5.0 -> 7.5.1
Relase notes: https://www.elastic.co/guide/en/logstash/7.5/logstash-7-5-1.html
2020-01-20 19:04:47 +00:00
pvk
feeb4bd8bd Update logstash 7.4.2 -> 7.5.0
Relase notes: https://www.elastic.co/guide/en/logstash/7.5/logstash-7-5-0.html
2019-12-07 00:06:22 +00:00
pvk
3763235c2e Fix permissions:
/logstash/vendor/bundle/jruby must be owned by _logstash
to be able to install plugins, while /logstash/vendor/jruby
doesn't need to be owned by _logstash, so tighten up permissions on this one
2019-11-07 13:26:10 +00:00
pvk
ad1a36ba86 Update logstash 7.4.1 -> 7.4.2
No user facing changes in this release
2019-11-05 15:34:22 +00:00
pvk
bacc72e7e5 Update logstash 6.6.1 -> 7.4.1
Relase notes: https://www.elastic.co/guide/en/logstash/7.4/logstash-7-4-1.html
2019-10-24 13:27:52 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
kurt
7705a5ad0b Revision bump all java ports for the jre package removal and java.port.mk
changes.
2019-06-11 00:38:33 +00:00
sthen
828f08b0e2 sweep all java ports with a couple of adjustments to build/dependency
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.

- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).

- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.

- bump changed ports
2019-03-24 22:24:12 +00:00
pvk
74a9a3d1de Update logstash 6.5.4 -> 6.6.1 2019-02-26 07:58:48 +00:00
pvk
efaa1f55b0 Update logstash 6.5.1 -> 6.5.4
ok abieber@ jasper@
2019-01-26 22:11:30 +00:00
pvk
0737ec1107 Update logstash 6.4.3 -> 6.5.1
ok jasper@
2018-12-02 20:19:59 +00:00
pvk
48922dcded Update logstash 6.4.2 -> 6.4.3
ok jasper@
2018-11-12 21:27:37 +00:00
pvk
4ac0d8e33e Update logstash 6.4.1 -> 6.4.2
ok jasper@
2018-10-27 21:27:36 +00:00
pvk
202abb4689 Update logstash 6.2.4 -> 6.4.1
ok jasper@
2018-09-25 09:00:06 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
pvk
944c7412a5 Update logstash 2.4.0 -> 6.4.2
With lots of help from jasper@, sthen@, sebastia@, thanks!
ok sthen@, sebastia@
2018-05-17 10:50:12 +00:00
jasper
b874587e2c pavel takes maintainership 2018-04-04 17:18:18 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
ajacoutot
7995708f3c Bring rc_bg back. 2017-05-27 19:57:05 +00:00
ajacoutot
958bb491e0 I forgot the bump commit... 2017-05-27 13:55:58 +00:00
ajacoutot
13730769c8 Cope with recent rc.subr(8) change (removal of rc_bg etc.) 2017-05-27 13:53:06 +00:00
giovanni
c03fa607dd Update to 2.4.0v0
tested by jasper@ and Pavel Korovin
ok jasper@
2016-10-03 09:37:09 +00:00
jasper
fc6cef4a3e update to logstash-2.3.4
https://www.elastic.co/blog/logstash-2-3-4-released:
"Prior to version 2.3.4, Elasticsearch Output plugin would log to file HTTP
authorization headers which could contain sensitive information."

from Pavel Korovin
ok aja@ sthen@
2016-07-15 11:11:41 +00:00
jasper
3c0d29b601 update to logstash-2.3.3 2016-06-16 09:55:58 +00:00
sebastia
74334531f5 Also install the logstash-plugin utility to be able to manage plugins.
at least 'list', 'pack', 'unpack' commands tested to be working.

i.e. run it as: JAVA_HOME="$(/usr/local/bin/javaPathHelper -h logstash)" /usr/local/logstash/bin/logstash-plugin list

OK jasper@ (MAINTAINER)
2016-05-13 10:09:10 +00:00
sebastia
338f7d76b5 Re-add the rcscript that somehow got lost with the restructuring.
OK jasper@ (MAINTAINER)
2016-05-02 21:09:05 +00:00
jasper
8089de622e regen distinfo; upstream modified CHANGELOG.md (which we don't package)
spotted by aja@
2016-04-27 09:45:23 +00:00
jasper
099e282b1e missed in previous 2016-04-26 13:31:59 +00:00
jasper
7c1820eff4 - no need to keep logstash in a subdir anymore
- update HOMEPAGE while here
2016-04-26 13:31:25 +00:00
jasper
30d0fb433b -forwarder 2016-04-26 13:11:35 +00:00
jasper
6cfc098259 remove logstash-forwarder, it's no longer developed upstream. filebeat
should be used instead. for more information on migrating: https://www.elastic.co/guide/en/beats/filebeat/current/migrating-from-logstash-forwarder.html
2016-04-26 13:11:20 +00:00
jasper
831f276c70 update to logstash-2.3.2 2016-04-26 11:13:40 +00:00
awolk
9e26dee386 Do not strip lang/go binaries in sysutils/logstash/forwarder
The Go compiler doesn't output all the expected segments and
upstream is officially against stripping Go binaries. It's also
known to cause crashesh and other runtime issues.

The warnings were initially spotted by Fritjof Bornebusch thanks!

OK czarkoff@
2016-04-21 00:07:08 +00:00
jasper
eaebc181fd update to logstash-2.3.1
from pavel korovin
2016-04-11 13:17:11 +00:00
jasper
465d2ba733 update to logstash-2.3.0
from Pavel Korovin
2016-04-01 11:05:45 +00:00
jasper
4cc2b840bc update to logstash-2.2.2
from pawe korovin
2016-03-16 13:02:33 +00:00
jasper
78f191199b remove a few more unneeded DISTNAMEs 2016-01-06 20:02:19 +00:00