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.

non port: sysutils/rundeck3/Makefile

Number of commits found: 23

Saturday, 23 Sep 2023
15:52 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
commit hash: 6baefd795546b783f19d4c443c1664f98d9b7421 commit hash: 6baefd795546b783f19d4c443c1664f98d9b7421 commit hash: 6baefd795546b783f19d4c443c1664f98d9b7421 commit hash: 6baefd795546b783f19d4c443c1664f98d9b7421 6baefd7
Tuesday, 4 Apr 2023
18:10 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)
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 4cda17a
Monday, 20 Feb 2023
23:36 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
commit hash: 9ee84f33439b5e98d7a1b5633eab82ac70a10b27 commit hash: 9ee84f33439b5e98d7a1b5633eab82ac70a10b27 commit hash: 9ee84f33439b5e98d7a1b5633eab82ac70a10b27 commit hash: 9ee84f33439b5e98d7a1b5633eab82ac70a10b27 9ee84f3
Sunday, 19 Feb 2023
11:01 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
commit hash: e1d48f6437e25cdfc6a8df6fb4270b57eb5e5a2b commit hash: e1d48f6437e25cdfc6a8df6fb4270b57eb5e5a2b commit hash: e1d48f6437e25cdfc6a8df6fb4270b57eb5e5a2b commit hash: e1d48f6437e25cdfc6a8df6fb4270b57eb5e5a2b e1d48f6
11:01 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
commit hash: df09fa81db51c5a68a948c7a7984d380a6460649 commit hash: df09fa81db51c5a68a948c7a7984d380a6460649 commit hash: df09fa81db51c5a68a948c7a7984d380a6460649 commit hash: df09fa81db51c5a68a948c7a7984d380a6460649 df09fa8
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 22 Dec 2021
17:18 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
commit hash: 2eb4e166d994d1caeada34c7cf85f160200e301d commit hash: 2eb4e166d994d1caeada34c7cf85f160200e301d commit hash: 2eb4e166d994d1caeada34c7cf85f160200e301d commit hash: 2eb4e166d994d1caeada34c7cf85f160200e301d 2eb4e16
Saturday, 18 Dec 2021
15:14 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
commit hash: ce82ccc154af7173dbae0bee58a35d835a8a5055 commit hash: ce82ccc154af7173dbae0bee58a35d835a8a5055 commit hash: ce82ccc154af7173dbae0bee58a35d835a8a5055 commit hash: ce82ccc154af7173dbae0bee58a35d835a8a5055 ce82ccc
Thursday, 21 Oct 2021
14:34 Stefan Eßer (se) search for other commits by this committer
sysutils/rundeck3: Add CPE information

Approved by:	portmgr (blanket)
commit hash: a2b06143c414d189a882048d632d41ba669bbfe1 commit hash: a2b06143c414d189a882048d632d41ba669bbfe1 commit hash: a2b06143c414d189a882048d632d41ba669bbfe1 commit hash: a2b06143c414d189a882048d632d41ba669bbfe1 a2b0614
Friday, 8 Oct 2021
07:06 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
commit hash: b14f3ee01364f33634f02e2519a17c4b7fe22080 commit hash: b14f3ee01364f33634f02e2519a17c4b7fe22080 commit hash: b14f3ee01364f33634f02e2519a17c4b7fe22080 commit hash: b14f3ee01364f33634f02e2519a17c4b7fe22080 b14f3ee
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 8 Mar 2021
01:29 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)
Original commitRevision:567812 
Tuesday, 2 Mar 2021
20:20 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)
Original commitRevision:566981 
Saturday, 24 Oct 2020
18:50 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
Original commitRevision:553216 
Monday, 19 Oct 2020
16:19 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)
Original commitRevision:552748 
Tuesday, 15 Sep 2020
23:52 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)
Original commitRevision:548753 
Thursday, 3 Sep 2020
20:55 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)
Original commitRevision:547482 
Sunday, 2 Aug 2020
09:32 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
	- 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)
Original commitRevision:543936 
Sunday, 5 Jul 2020
04:43 lwhsu search for other commits by this committer
Update to 3.3.0

PR:		247767
Submitted by:	Daniel Tihanyi <daniel.tihanyi@tetragir.com> (maintainer)
Original commitRevision:541247 
Wednesday, 10 Jun 2020
10:37 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)
Original commitRevision:538385 
Saturday, 23 May 2020
07:52 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
Original commitRevision:536271 
Thursday, 7 May 2020
11:10 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)
Original commitRevision:534258 

Number of commits found: 23