Date: Sun, 2 Aug 2020 09:32:55 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543936 - head/sysutils/rundeck3 Message-ID: <202008020932.0729Wt5Y042174@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Aug 2 09:32:55 2020 New Revision: 543936 URL: https://svnweb.freebsd.org/changeset/ports/543936 Log: sysutils/rundeck3: Update to 3.3.1 Changelog: Fixed issues: - Fix node view output not rendering - Fix noisy cache warnings on startup - Logs in Node View are broken since 3.3.0 - Allow a Rundeck server to be set as primary. - Update dependencies - Fixes when to execute a job using “Remote URL options” #6275 - Scheduled jobs not running when using Remote URL options and enforcing from allowed values - replace ehcache2 with jcache/ehcache3 - Update snakeyaml to 1.26 - Reduce console messages in standalone war launch - Docker - Add / on rundeck/jaas/file/required - Fix #6239 acls not imported during fs conversion upgrading from 3.2 to 3.3 - Fix activity list options scrolling in FireFox - Fix log viewer and adhoc command page in FireFox ESR(68) - Fixes API call using asterisk #6069 - Set ehcache missing cache strategy to ‘create’ to avoid warnings - Project ACL’s are gone after upgrading to v3.3 - Rundeck 3.3.0 - log viewer broken in Firefox - Rundeck 3.3.0 node filter broken in Firefox - Fix URI parse message on Windows for log4j2 config file - Log4j2 path parse error message on Windows startup - Open additional modules for reflective access to avoid illegal reflective access warnings - Starting Rundeck with a JDK 11+ runtime reports Illegal reflective access errors - Add the ability to send webhook notifications in json format - Updates an existing plugin when using plugin upload GUI instead of reporting error - Ignore the unsupported exception thrown when posix file permissions are set - Output Viewer Safari style fixes - Ansi color 24 bit support, Fix #6198 bold mode plus 256 color should work - Add ability to configure object storage plugin with a region - Add region configuration to object store plugin - Enhance YAML multiline export functionality - Performance enhancement for job takeover process - Misinterpreted ANSI escape sequence - UI glitch in Jobs activity when using long options names PR: 248414 Submitted by: Daniel Tihanyi <daniel.tihanyi@tetragir.com> (maintainer) Modified: head/sysutils/rundeck3/Makefile head/sysutils/rundeck3/distinfo Modified: head/sysutils/rundeck3/Makefile ============================================================================== --- head/sysutils/rundeck3/Makefile Sun Aug 2 09:32:10 2020 (r543935) +++ head/sysutils/rundeck3/Makefile Sun Aug 2 09:32:55 2020 (r543936) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= rundeck -DISTVERSION= 3.3.0 -DISTVERSIONSUFFIX= 20200701 +DISTVERSION= 3.3.1 +DISTVERSIONSUFFIX= 20200727 CATEGORIES= sysutils java MASTER_SITES= https://download.rundeck.org/war/ PKGNAMESUFFIX= 3 Modified: head/sysutils/rundeck3/distinfo ============================================================================== --- head/sysutils/rundeck3/distinfo Sun Aug 2 09:32:10 2020 (r543935) +++ head/sysutils/rundeck3/distinfo Sun Aug 2 09:32:55 2020 (r543936) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593850874 -SHA256 (rundeck-3.3.0-20200701.war) = 61635465f41c1a0657ed6c3ff0d7c6c717248a548415367d241276ad765e3b5c -SIZE (rundeck-3.3.0-20200701.war) = 196212590 +TIMESTAMP = 1596292220 +SHA256 (rundeck-3.3.1-20200727.war) = e0ce338ea35dc598e4f19a2e6a31ae62adb6031dd46203fc61d145c82cb35c02 +SIZE (rundeck-3.3.1-20200727.war) = 193523991
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008020932.0729Wt5Y042174>