notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: sysutils/rundeck3/Makefile
SVNWeb

Number of commits found: 22

Tue, 4 Apr 2023
[ 18:10 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:4cda17ab14588e6e4fdac7f697e246554ce82af3  commit hash:4cda17ab14588e6e4fdac7f697e246554ce82af3  commit hash:4cda17ab14588e6e4fdac7f697e246554ce82af3  4cda17a  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
*/*: 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)
Mon, 20 Feb 2023
[ 23:36 Robert Clausecker (fuz) search for other commits by this committer ]    commit hash:9ee84f33439b5e98d7a1b5633eab82ac70a10b27  commit hash:9ee84f33439b5e98d7a1b5633eab82ac70a10b27  commit hash:9ee84f33439b5e98d7a1b5633eab82ac70a10b27  9ee84f3 
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
Sun, 19 Feb 2023
[ 11:01 Robert Clausecker (fuz) search for other commits by this committer ]    commit hash:e1d48f6437e25cdfc6a8df6fb4270b57eb5e5a2b  commit hash:e1d48f6437e25cdfc6a8df6fb4270b57eb5e5a2b  commit hash:e1d48f6437e25cdfc6a8df6fb4270b57eb5e5a2b  e1d48f6 
sysutils/rundeck{2,3}: drop maintainership

PR:		261748
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38635
[ 11:01 Robert Clausecker (fuz) search for other commits by this committer Author: Ruben van Staveren ]    commit hash:df09fa81db51c5a68a948c7a7984d380a6460649  commit hash:df09fa81db51c5a68a948c7a7984d380a6460649  commit hash:df09fa81db51c5a68a948c7a7984d380a6460649  df09fa8 
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 22 Dec 2021
[ 17:18 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Daniel Tihanyi ]    commit hash:2eb4e166d994d1caeada34c7cf85f160200e301d  commit hash:2eb4e166d994d1caeada34c7cf85f160200e301d  commit hash:2eb4e166d994d1caeada34c7cf85f160200e301d  2eb4e16 
sysutils/rundeck3: Update to 3.4.9

Release notes:
  - Update log4j to 2.17.0

PR:		260615
Sat, 18 Dec 2021
[ 15:14 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Daniel Tihanyi ]    commit hash:ce82ccc154af7173dbae0bee58a35d835a8a5055  commit hash:ce82ccc154af7173dbae0bee58a35d835a8a5055  commit hash:ce82ccc154af7173dbae0bee58a35d835a8a5055  ce82ccc 
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
Thu, 21 Oct 2021
[ 14:34 Stefan Eßer (se) search for other commits by this committer ]    commit hash:a2b06143c414d189a882048d632d41ba669bbfe1  commit hash:a2b06143c414d189a882048d632d41ba669bbfe1  commit hash:a2b06143c414d189a882048d632d41ba669bbfe1  a2b0614 
sysutils/rundeck3: Add CPE information

Approved by:	portmgr (blanket)
Fri, 8 Oct 2021
[ 07:06 Daniel Engberg (diizzy) search for other commits by this committer Author: Daniel Tihanyi ]    commit hash:b14f3ee01364f33634f02e2519a17c4b7fe22080  commit hash:b14f3ee01364f33634f02e2519a17c4b7fe22080  commit hash:b14f3ee01364f33634f02e2519a17c4b7fe22080  b14f3ee 
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
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 8 Mar 2021
[ 01:29 nc search for other commits by this committer ] Original commit   Revision:567812
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)
Tue, 2 Mar 2021
[ 20:20 nc search for other commits by this committer ] Original commit   Revision:566981
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)
Sat, 24 Oct 2020
[ 18:50 lwhsu search for other commits by this committer ] Original commit   Revision:553216
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
Mon, 19 Oct 2020
[ 16:19 fernape search for other commits by this committer ] Original commit   Revision:552748
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)
Tue, 15 Sep 2020
[ 23:52 dbaio search for other commits by this committer ] Original commit   Revision:548753
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)
Thu, 3 Sep 2020
[ 20:55 fernape search for other commits by this committer ] Original commit   Revision:547482
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)
Sun, 2 Aug 2020
[ 09:32 tcberner search for other commits by this committer ] Original commit   Revision:543936
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)
Sun, 5 Jul 2020
[ 04:43 lwhsu search for other commits by this committer ] Original commit   Revision:541247
Update to 3.3.0

PR:		247767
Submitted by:	Daniel Tihanyi <daniel.tihanyi@tetragir.com> (maintainer)
Wed, 10 Jun 2020
[ 10:37 fernape search for other commits by this committer ] Original commit   Revision:538385
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)
Sat, 23 May 2020
[ 07:52 tagattie search for other commits by this committer ] Original commit   Revision:536271
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
Thu, 7 May 2020
[ 11:10 tagattie search for other commits by this committer ] Original commit   Revision:534258 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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: 22