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/git/files/patch-fix-maintenance.diff
SVNWeb

Number of commits found: 2

Mon, 3 Oct 2022
[ 20:50 Renato Botelho (garga) search for other commits by this committer ]    commit hash:4807b6c44baa4ebbdbc8a4f7d9a1131475413765  commit hash:4807b6c44baa4ebbdbc8a4f7d9a1131475413765  commit hash:4807b6c44baa4ebbdbc8a4f7d9a1131475413765  4807b6c 
devel/git: Update to 2.38.0

Sponsored by:	Rubicon Communications, LLC ("Netgate")
Mon, 29 Aug 2022
[ 10:49 Renato Botelho (garga) search for other commits by this committer ]    commit hash:82c314474fce8cd4a9ea5cc95d0ca4f6165e6acc  commit hash:82c314474fce8cd4a9ea5cc95d0ca4f6165e6acc  commit hash:82c314474fce8cd4a9ea5cc95d0ca4f6165e6acc  82c3144 
devel/git: Fix 'git maintenance start'

Add a patch from upstream to fix 'git maintenance start'.  Here follow
upstream commit message:

While cron is specified by POSIX, there are a wide variety of
implementations in use.  On FreeBSD, the cron implementation requires a
file name argument: if the user wants to edit standard input, they must
specify "-".  However, this notation is not specified by POSIX, allowing
the possibility that making such a change may break other, less common
implementations.

Since POSIX tells us that cron must accept a file name argument, let's
solve this problem by specifying a temporary file instead.  This will
ensure that we work with the vast majority of implementations.

Note that because delete_tempfile closes the file for us, we should not
call fclose here on the handle, since doing so will introduce a double
free.

PR:		260746
Reported by:	Mark Waite <mark.earl.waite@gmail.com>
Obtained
from:	https://lore.kernel.org/git/1dd29f43-1a8e-eb69-3320-7f5140a0e18e@github.com/T/#me47087c1f9034c82da8eae83db18cc6114c2c1e5
Sponsored by:	Rubicon Communications, LLC ("Netgate")

Number of commits found: 2