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
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/rubygem-gitlab-experiment/Makefile
SVNWeb

Number of commits found: 18

Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
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, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 22 Apr 2022
[ 08:44 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:1d36c8d06effacab2b60a351e6841acc990f08ca  commit hash:1d36c8d06effacab2b60a351e6841acc990f08ca  commit hash:1d36c8d06effacab2b60a351e6841acc990f08ca  1d36c8d 
devel/rubygem-gitlab-experiment: update to 0.7.1

Required for gitlab-ce 14.10.
Changelog:
https://gitlab.com/gitlab-org/ruby/gems/gitlab-experiment/-/tags/v0.7.1

Fixes some concurrency issues with rollout strategies
Fixes issue with [before/around/after]_run callbacks

MFH:		2022Q2
Wed, 9 Mar 2022
[ 10:07 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:35ed666c6825196d8eb639d1b05d4f26fcd68562  commit hash:35ed666c6825196d8eb639d1b05d4f26fcd68562  commit hash:35ed666c6825196d8eb639d1b05d4f26fcd68562  35ed666 
devel/rubygem-gitlab-experiment: update to 0.7.0

Required for gitlab-ce 14.8.

0.7.0 Changelog

Added

Add an improved "run" callback interface with before_run, after_run and
around_run

Add a configuration for strict experiment registration (disallow anonymous
experiments without being backed by a class definition)
Add class level interface for defining the experiment behaviors
Add initial capability for rollout strategies to assign control
Add register_behavior rspec matcher
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 22 Dec 2021
[ 17:04 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:b5c666d499a471383f4f2a91170e5a36a4cf31ab  commit hash:b5c666d499a471383f4f2a91170e5a36a4cf31ab  commit hash:b5c666d499a471383f4f2a91170e5a36a4cf31ab  b5c666d 
devel/rubygem-gitlab-experiment: udpate to 0.6.5

Required for gitlab-ce 14.6.
Tue, 31 Aug 2021
[ 09:54 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:29b458f01b993a9c0d86e54ecfb5bf4a748f394e  commit hash:29b458f01b993a9c0d86e54ecfb5bf4a748f394e  commit hash:29b458f01b993a9c0d86e54ecfb5bf4a748f394e  29b458f 
devel/rubygem-gitlab-experiment: Update to 0.6.4
Fri, 30 Jul 2021
[ 08:48 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:8d1ba9624a812189f175675f496e47ea6c8f6dc4  commit hash:8d1ba9624a812189f175675f496e47ea6c8f6dc4  commit hash:8d1ba9624a812189f175675f496e47ea6c8f6dc4  8d1ba96 
devel/rubygem-gitlab-experiment: Update to 0.6.3

Changelog:
Fixes an issue with generating urls when script_name is present in
default_url_options
Sat, 24 Jul 2021
[ 07:08 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:9c1825f4e292f9396dfbe3b24abefdb024fc5ac3  commit hash:9c1825f4e292f9396dfbe3b24abefdb024fc5ac3  commit hash:9c1825f4e292f9396dfbe3b24abefdb024fc5ac3  9c1825f 
devel/rubygem-gitlab-experiment: Update to 0.6.2

Required for gitlab-ce 14.1.
Sat, 3 Jul 2021
[ 06:03 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:6ec0f91799016f5ccdab6b21ff836fccfdbc88df  commit hash:6ec0f91799016f5ccdab6b21ff836fccfdbc88df  commit hash:6ec0f91799016f5ccdab6b21ff836fccfdbc88df  6ec0f91 
*/*: Use rails 6.1 for all ports required by gitlab-ce 14.0.0.
Sat, 29 May 2021
[ 16:23 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:01f59f9f4f81af09b44339c138928742be803a13  commit hash:01f59f9f4f81af09b44339c138928742be803a13  commit hash:01f59f9f4f81af09b44339c138928742be803a13  01f59f9 
devel/rubygem-gitlab-experiment: Update to 0.5.4.

Required for gitlab-ce 13.12.
Fri, 23 Apr 2021
[ 19:06 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:80fb44d1165f2380744e4a98bce3f0d4f75cfef4  commit hash:80fb44d1165f2380744e4a98bce3f0d4f75cfef4  commit hash:80fb44d1165f2380744e4a98bce3f0d4f75cfef4  80fb44d 
devel/rubygem-gitlab-experiment: Update to 0.5.3.

This update is required for gitlab-ce 13.11.
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.
[ 09:43 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:1b802f473e9f400cbfcc0b897a1771cc02cd70f9  commit hash:1b802f473e9f400cbfcc0b897a1771cc02cd70f9  commit hash:1b802f473e9f400cbfcc0b897a1771cc02cd70f9  1b802f4  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Removed svn keywords again.
They went in by accident while merging older commits.
Reported by:	jbeich
[ 07:51 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:3fba248f462edc2f174cd346296e5878a1126f31  commit hash:3fba248f462edc2f174cd346296e5878a1126f31  commit hash:3fba248f462edc2f174cd346296e5878a1126f31  3fba248 
Update to 0.5.1 which is required for gitlab-ce 13.10.
Wed, 3 Mar 2021
[ 09:29 mfechner search for other commits by this committer ] Original commit   Revision:567038
Update to 0.4.12 which is required for gitlab-ce 13.9 upgrade.
Wed, 13 Jan 2021
[ 09:00 mfechner search for other commits by this committer ] Original commit   Revision:561443
Update to 0.4.5.
Mon, 21 Dec 2020
[ 23:23 mfechner search for other commits by this committer ] Original commit   Revision:558867 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
New ports required for gitlab-ce 13.7 upgrade.

Number of commits found: 18