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/freebsd-gcc12/Makefile
SVNWeb

Number of commits found: 6

Sat, 25 Mar 2023
[ 00:06 John Baldwin (jhb) search for other commits by this committer ]    commit hash:4e94ac9eb97fab16510b74ebcaa9316613182a72  commit hash:4e94ac9eb97fab16510b74ebcaa9316613182a72  commit hash:4e94ac9eb97fab16510b74ebcaa9316613182a72  4e94ac9 
devel/freebsd-gcc12: Bump to 12.2.0.
Fri, 18 Nov 2022
[ 21:37 John Baldwin (jhb) search for other commits by this committer ]    commit hash:91431b0114be7f4c380829f1ff7c4f9252adbba1  commit hash:91431b0114be7f4c380829f1ff7c4f9252adbba1  commit hash:91431b0114be7f4c380829f1ff7c4f9252adbba1  91431b0 
devel/freebsd-gcc12: Fix support for FreeBSD kernel printf.

Remove -fformat-extensions and instead follow clang and add a new
format type: __freebsd_kprintf__.  This permits removing unsupported
width specifies such as 'D' which conflict with the local %D specifier
used in the kernel which the old -fformat-extensions did not handle.
Tue, 27 Sep 2022
[ 21:38 John Baldwin (jhb) search for other commits by this committer ]    commit hash:acd121613431056e253039951f66b062a4104746  commit hash:acd121613431056e253039951f66b062a4104746  commit hash:acd121613431056e253039951f66b062a4104746  acd1216 
devel/freebsd-gcc12: Ignore on FreeBSD 12.

The powerpc flavor fails to build on FreeBSD 12.x as GCC does not
install the secureplt.h header for that version (GCC assumes secureplt
is only used on 13.0 and later).  In addition, the fixes needed to
build FreeBSD with GCC 12.x are not going to be backported to
stable/12, so just skip this port on FreeBSD 12.
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)
Fri, 26 Aug 2022
[ 07:39 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:a60b5f495b51aaaf674ac9fbcd1ee83434544979  commit hash:a60b5f495b51aaaf674ac9fbcd1ee83434544979  commit hash:a60b5f495b51aaaf674ac9fbcd1ee83434544979  a60b5f4 
compiler: use CHOSEN_COMPILER_TYPE instead of COMPILER_TYPE

CHOSEN_COMPILER_TYPE is the only safe variable to let a port know which
typer of compiler has been elected to be used by the framework

PR: 	199098
Fri, 12 Aug 2022
[ 17:27 John Baldwin (jhb) search for other commits by this committer ]    commit hash:fabbde505ba16b6156ecf55dc9f1d6bf01679861  commit hash:fabbde505ba16b6156ecf55dc9f1d6bf01679861  commit hash:fabbde505ba16b6156ecf55dc9f1d6bf01679861  fabbde5  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
devel/freebsd-gcc12: External FreeBSD toolchain based on GCC 12.

This port provides external GCC toolchains for GCC 12.1.0 for the
aarch64, amd64, armv6, armv7, i386, powerpc, powerpc64, and riscv64
platforms.

Reviewed by:	lwhsu
Differential Revision:	https://reviews.freebsd.org/D35685

Number of commits found: 6