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
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/cppcheck-gui/Makefile
SVNWeb

Number of commits found: 6

Tue, 8 Nov 2022
[ 12:09 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:a309971953b0f7693db1c28c4468c8ede7c0286d  commit hash:a309971953b0f7693db1c28c4468c8ede7c0286d  commit hash:a309971953b0f7693db1c28c4468c8ede7c0286d  a309971  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
devel/cppcheck: update 2.7.5 → 2.9.1

- Merge cppcheck-gui into cppcheck to simplify maintenance and testing
- Install manpage into canonical location

PR:		267262
Submitted by:	jailbird@fdf.net
Wed, 7 Apr 2021
[ 23:19 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  5823922  (Only the first 10 of 288 ports in this commit are shown above. View all ports for this commit)
Remove useless Created by: headers mentioning me
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, 11 Feb 2019
[ 17:37 amdmi3 search for other commits by this committer ] Original commit   Revision:492703
- Update to 1.87
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)
Wed, 5 Jul 2017
[ 10:45 amdmi3 search for other commits by this committer ] Original commit   Revision:445071
- Move cppcheck gui into separate port, devel/cppcheck-gui

Number of commits found: 6