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: net-im/telepathy-accounts-signon/Makefile
SVNWeb

Number of commits found: 10

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)
Mon, 5 Sep 2022
[ 20:02 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:cad7697840dda29cdcb65789597ae1dc71df6784  commit hash:cad7697840dda29cdcb65789597ae1dc71df6784  commit hash:cad7697840dda29cdcb65789597ae1dc71df6784  cad7697 
net-im/telepathy-accounts-signon: s/glib2/glib20/
[ 19:06 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:449c6e237f12c3ed954f9c151366cfa3f7852174  commit hash:449c6e237f12c3ed954f9c151366cfa3f7852174  commit hash:449c6e237f12c3ed954f9c151366cfa3f7852174  449c6e2 
net-im/telepathy-accounts-signon: pet stage-qa
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.
Sat, 11 Jul 2020
[ 11:38 tcberner search for other commits by this committer ] Original commit   Revision:541960 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Update accounts-sso ports

- this fixes for example kio-gdrive
Wed, 16 Jan 2019
[ 11:13 tijl search for other commits by this committer ] Original commit   Revision:490472 (Only the first 10 of 1089 ports in this commit are shown above. View all ports for this commit)
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Sun, 29 Apr 2018
[ 18:17 tcberner search for other commits by this committer ] Original commit   Revision:468640 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Switch the accounts-sso ports to USE_GITLAB.

* Due to the different fetch method the distinfo changed.
Thu, 6 Jul 2017
[ 15:18 tcberner search for other commits by this committer ] Original commit   Revision:445159 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Add ports for future KDE Telepathy versions

The current relases of KDE Telepathy require some more helper libraries to work.
Import them from kde@'s development repository into the ports tree in
preparation.

PR:		220494
Reviewed by:	groot_kde.org, rakuco
Differential Revision:	https://reviews.freebsd.org/D11213

Number of commits found: 10