notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rundeck3 Web-console for dispatching commands and scripts to your nodes
3.4.10 sysutils Deleted on this many watch lists=0 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.4.10Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Unmaintained, upstream support ends 2023-03-23
Expired This port expired on: 2023-09-23
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-05-07 11:10:46
Last Update: 2023-09-23 15:52:37
Commit Hash: 6baefd7
Also Listed In: java
License: APACHE20
WWW:
https://rundeck.org
Description:
Welcome to Rundeck, the human interface to your operations. Rundeck features fine-grain access controls, a built-in job scheduler, and the ability to define workflows that dispatch commands and scripts to your nodes.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (17 items)
Collapse this list.
  1. /usr/local/share/licenses/rundeck3-3.4.10/catalog.mk
  2. /usr/local/share/licenses/rundeck3-3.4.10/LICENSE
  3. /usr/local/share/licenses/rundeck3-3.4.10/APACHE20
  4. @owner rundeck
  5. @group rundeck
  6. @dir /usr/local/rundeck
  7. @dir /usr/local/rundeck/server
  8. @dir /usr/local/rundeck/server/config
  9. /usr/local/rundeck/server/config/log4j2.properties
  10. @dir /usr/local/rundeck/server/lib
  11. @dir /var/log/rundeck
  12. @owner
  13. @group
  14. share/rundeck/rundeck.war
  15. @owner
  16. @group
  17. @mode
Collapse this list.
Dependency lines:
  • rundeck3>0:sysutils/rundeck3
Conflicts:
CONFLICTS_INSTALL:
  • rundeck2
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: rundeck3
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1645191085 SHA256 (rundeck-3.4.10-20220118.war) = 7726747a55e8a503726056aecc5505aefea435927f653ebd2fc619a9aa2f3720 SIZE (rundeck-3.4.10-20220118.war) = 199264838

Packages (timestamps in pop-ups are UTC):
rundeck3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--3.4.10-----
FreeBSD:14:latest--3.4.9----3.4.10
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk8
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_rundeck3
USES:
cpe
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/rundeck-3.4.10-20220118.war/artifacts/rundeck-3.4.10-20220118.war/download?/
Collapse this list.
Port Moves
  • port moved to sysutils/rundeck on 2023-09-23
    REASON: Rename to avoid confusion
  • port moved here from sysutils/rundeck2 on 2023-05-17
    REASON: Has expired: unmaintained and newer version available in sysutils/rundeck3

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.4.10
23 Sep 2023 15:52:37
commit hash: 6baefd795546b783f19d4c443c1664f98d9b7421commit hash: 6baefd795546b783f19d4c443c1664f98d9b7421commit hash: 6baefd795546b783f19d4c443c1664f98d9b7421commit hash: 6baefd795546b783f19d4c443c1664f98d9b7421 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/rundeck*: Update version 3.4.10=>4.16.0

- Move to sysutils/rundeck. As there is only one version there is no
  point in having a pkg with suffix
- Remove DEPRECATED and EXPIRATION
3.4.10
04 Apr 2023 18:10:53
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor java/openjdk7 removal

- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
3.4.10
20 Feb 2023 23:36:42
commit hash: 9ee84f33439b5e98d7a1b5633eab82ac70a10b27commit hash: 9ee84f33439b5e98d7a1b5633eab82ac70a10b27commit hash: 9ee84f33439b5e98d7a1b5633eab82ac70a10b27commit hash: 9ee84f33439b5e98d7a1b5633eab82ac70a10b27 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
sysutils/rundeck3: deprecate port

Upstream support ends 2023-03-23 and our maintainer has rescinded
maintainership.  Deprecate and expire in 6 months.

See also:	https://docs.rundeck.com/docs/history/release-calendar.html
See also:	D38635
Reported by:	flo
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38687
3.4.10
19 Feb 2023 11:01:41
commit hash: e1d48f6437e25cdfc6a8df6fb4270b57eb5e5a2bcommit hash: e1d48f6437e25cdfc6a8df6fb4270b57eb5e5a2bcommit hash: e1d48f6437e25cdfc6a8df6fb4270b57eb5e5a2bcommit hash: e1d48f6437e25cdfc6a8df6fb4270b57eb5e5a2b files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
sysutils/rundeck{2,3}: drop maintainership

PR:		261748
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38635
3.4.10
19 Feb 2023 11:01:40
commit hash: df09fa81db51c5a68a948c7a7984d380a6460649commit hash: df09fa81db51c5a68a948c7a7984d380a6460649commit hash: df09fa81db51c5a68a948c7a7984d380a6460649commit hash: df09fa81db51c5a68a948c7a7984d380a6460649 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Ruben van Staveren
sysutils/rundeck3: update to 3.4.10

 - use logging facilities of daemon(8) to enable log rotation
 - simplify DISTNAME generation

Changelog: https://docs.rundeck.com/docs/history/3_4_x/version-3.4.10.html

MFH:		2023Q1
PR:		261748
Security:	27c822a0-addc-11ed-a9ee-dca632b19f10
Reported by:	ruben@verweg.com
Approved by:	eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38634
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.4.9
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit This port version is marked as vulnerable.
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.4.9
22 Dec 2021 17:18:11
commit hash: 2eb4e166d994d1caeada34c7cf85f160200e301dcommit hash: 2eb4e166d994d1caeada34c7cf85f160200e301dcommit hash: 2eb4e166d994d1caeada34c7cf85f160200e301dcommit hash: 2eb4e166d994d1caeada34c7cf85f160200e301d files touched by this commit This port version is marked as vulnerable.
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Daniel Tihanyi
sysutils/rundeck3: Update to 3.4.9

Release notes:
  - Update log4j to 2.17.0

PR:		260615
3.4.8
18 Dec 2021 15:14:25
commit hash: ce82ccc154af7173dbae0bee58a35d835a8a5055commit hash: ce82ccc154af7173dbae0bee58a35d835a8a5055commit hash: ce82ccc154af7173dbae0bee58a35d835a8a5055commit hash: ce82ccc154af7173dbae0bee58a35d835a8a5055 files touched by this commit This port version is marked as vulnerable.
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Daniel Tihanyi
sysutils/rundeck3: Update to 3.4.8

Release notes for Rundeck 3.4.5:
  https://docs.rundeck.com/docs/history/3_4_x/version-3.4.5.html
Release notes for Rundeck 3.4.6:
  https://docs.rundeck.com/docs/history/3_4_x/version-3.4.6.html
Release notes for Rundeck 3.4.7:
  https://docs.rundeck.com/docs/history/3_4_x/version-3.4.7.html
  (including preliminary, but not final log4j vulnerability fix)
Release notes for Rundeck 3.4.8:
  https://docs.rundeck.com/docs/history/3_4_x/version-3.4.8.html
  (including final log4j vulnerability fix for CVE-2021-44228 and
CVE-2021-45046)

Also pet portclippy

PR:		260500
3.4.4
21 Oct 2021 14:34:53
commit hash: a2b06143c414d189a882048d632d41ba669bbfe1commit hash: a2b06143c414d189a882048d632d41ba669bbfe1commit hash: a2b06143c414d189a882048d632d41ba669bbfe1commit hash: a2b06143c414d189a882048d632d41ba669bbfe1 files touched by this commit This port version is marked as vulnerable.
Stefan Eßer (se) search for other commits by this committer
sysutils/rundeck3: Add CPE information

Approved by:	portmgr (blanket)
3.4.4
08 Oct 2021 07:06:34
commit hash: b14f3ee01364f33634f02e2519a17c4b7fe22080commit hash: b14f3ee01364f33634f02e2519a17c4b7fe22080commit hash: b14f3ee01364f33634f02e2519a17c4b7fe22080commit hash: b14f3ee01364f33634f02e2519a17c4b7fe22080 files touched by this commit This port version is marked as vulnerable.
Daniel Engberg (diizzy) search for other commits by this committer
Author: Daniel Tihanyi
sysutils/rundeck3: Update to 3.4.4

Changelog: https://docs.rundeck.com/docs/history/3_4_x/version-3.4.4.html

PR:		258864
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32326
3.3.10
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
3.3.10
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.3.10
08 Mar 2021 01:29:53
Revision:567812Original commit files touched by this commit This port version is marked as vulnerable.
nc search for other commits by this committer
sysutils/rundeck3: Update to 3.3.10

Changes: https://docs.rundeck.com/docs/history/3_3_x/version-3.3.10.html

PR:		254061
Submitted by:	Daniel Tihanyi <daniel.tihanyi AT tetragir DOT com> (maintainer)
3.3.9
02 Mar 2021 20:20:54
Revision:566981Original commit files touched by this commit This port version is marked as vulnerable.
nc search for other commits by this committer
sysutils/rundeck3: Update to 3.3.9

Changes: https://docs.rundeck.com/docs/history/3_3_x/version-3.3.9.html

PR:		251780
Submitted by:	Daniel Tihanyi <daniel.tihanyi AT tetragir DOT com> (maintainer)
3.3.5
24 Oct 2020 18:50:45
Revision:553216Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
sysutils/rundeck3: Update to bugfix release 3.3.5

Also:
- Added a new master site and made it primary
  (the Rundeck download page also links to bintray)
- Removed the pkg-plist file and added the contents to the Makefile
- Added OpenJDK 11 to JAVA_VERSION (it's supported by Rundeck since 3.3.0)

PR:		250504
Submitted by:	Daniel Tihanyi <daniel.tihanyi@tetragir.com> (maintainer)
MFH:		2020Q4
3.3.4
19 Oct 2020 16:19:16
Revision:552748Original commit files touched by this commit This port version is marked as vulnerable.
fernape search for other commits by this committer
sysutils/rundeck3: Update to 3.3.4

ChangeLog: https://docs.rundeck.com/docs/history/3_3_x/version-3.3.4.html

PR:	250446
Submitted by:	daniel.tihanyi@tetragir.com (maintainer)
3.3.3
15 Sep 2020 23:52:47
Revision:548753Original commit files touched by this commit This port version is marked as vulnerable.
dbaio search for other commits by this committer
sysutils/rundeck3: Update to 3.3.3

Changelog:	https://docs.rundeck.com/news/2020/09/10/rundeck-3.3.3.html

PR:		249281
Submitted by:	Daniel Tihanyi <daniel.tihanyi@tetragir.com> (maintainer)
3.3.2
03 Sep 2020 20:55:06
Revision:547482Original commit files touched by this commit This port version is marked as vulnerable.
fernape search for other commits by this committer
sysutils/rundeck3: Update to 3.3.2

ChangeLog: https://docs.rundeck.com/news/2020/08/17/rundeck-3.3.2.html

PR:	248966
Submitted by:	daniel.tihanyi@tetragir.com (maintainer)
3.3.1
02 Aug 2020 09:32:55
Revision:543936Original commit files touched by this commit This port version is marked as vulnerable.
tcberner search for other commits by this committer
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.0
05 Jul 2020 04:43:02
Revision:541247Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
Update to 3.3.0

PR:		247767
Submitted by:	Daniel Tihanyi <daniel.tihanyi@tetragir.com> (maintainer)
3.2.8
10 Jun 2020 10:37:49
Revision:538385Original commit files touched by this commit This port version is marked as vulnerable.
fernape search for other commits by this committer
sysutils/rundeck3: Update to 3.2.8

ChangeLog: https://docs.rundeck.com/3.2.8/history/3_2_x/version-3.2.8.html

 * Avoiding loading all plugins whenever a method needs to search for a plugin
   description (bp #6091)
 * Fix an issue that caused job execution to get stuck inside a loop when an
   exception was thrown from a log event call (bp #6050)
 * Fix #6065 plugin values should be shown in multivalued list (bp #6066)

PR:	247133
Submitted by:	daniel.tihanyi@tetragir.com (maintainer)
3.2.7
23 May 2020 07:52:46
Revision:536271Original commit files touched by this commit This port version is marked as vulnerable.
tagattie search for other commits by this committer
Update to 3.2.7

PR:		246650
Submitted by:	Daniel Tihanyi <daniel.tihanyi@tetragir.com> (maintainer)
Approved by:	mentors (implicit)
Changelog:	https://docs.rundeck.com/docs/history/3_2_x/version-3.2.7.html
3.2.6
07 May 2020 11:10:39
Revision:534258Original commit files touched by this commit This port version is marked as vulnerable.
tagattie search for other commits by this committer
There is rundeck version 3 available and version 2 is still supported.
So it is good to have both versions in the ports. This commit is to:
- Add rundeck ver. 3 as rundeck3
- Preserve rundeck ver. 2 as rundeck2 for users who want to stay in version 2
- Pass maintainership to submitter

PR:		246022 246023
Submitted by:	Daniel Tihanyi <daniel.tihanyi@tetragir.com>
Approved by:	arcade@b1t.name (maintainer), pizzamig (mentor)

Number of commits found: 24