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
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: devel/heaptrack/distinfo
SVNWeb

Number of commits found: 7

Sat, 5 Nov 2022
[ 13:37 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:ee74c11870bb0e93ccc4dd515449b62e2de7d298  commit hash:ee74c11870bb0e93ccc4dd515449b62e2de7d298  commit hash:ee74c11870bb0e93ccc4dd515449b62e2de7d298  ee74c11 
devel/heaptrack: update to 1.4.0 release
Sun, 19 Dec 2021
[ 22:29 Adriaan de Groot (adridg) search for other commits by this committer ]    commit hash:bd77def3ccc87ea78b304ff311ffad82ac55d2d0  commit hash:bd77def3ccc87ea78b304ff311ffad82ac55d2d0  commit hash:bd77def3ccc87ea78b304ff311ffad82ac55d2d0  bd77def 
devel/heaptrack: update to 1.3.0, latest upstream

Heaptrack traces all memory allocations and annotates these events with
stack traces. Dedicated analysis tools then allow you to interpret the
heap memory profile to, e.g., find hotspots that need to be optimized
to reduce the memory footprint of your application.

Release notes are here:
	https://invent.kde.org/sdk/heaptrack/-/releases/v1.3.0

Version 1.3.0 comes with quite some important new features, notably
time based filtering capabilities and support for custom suppressions.
Fri, 7 May 2021
[ 12:33 Adriaan de Groot (adridg) search for other commits by this committer ]    commit hash:652165d533fa905b3be6b02895632ca5f3ac1bed  commit hash:652165d533fa905b3be6b02895632ca5f3ac1bed  commit hash:652165d533fa905b3be6b02895632ca5f3ac1bed  652165d 
KDE_INVENT: drop WRKSRC hack

When USE_GITLAB was changed to follow upstream GitLab's change
in the way tag-tarballs were delivered, a hack was added to
KDE_INVENT because **that** GitLab installation lagged behind
(by one minor revision, Ithink). Now KDE's installation has
been upgraded, it had the same tag-tarball layout as other
GitLabs and the hack is no longer needed.

The ports that use KDE_INVENT have their distinfo updated,
but the ports themselves do not change so I'm not bumping
PORTREVISION; it's the same git checkout, just with different
icing on top.
Sat, 13 Feb 2021
[ 22:30 adridg search for other commits by this committer ] Original commit   Revision:565183
Update devel/heaptrack some more

There were patches from Greg V upstream to fix the build of 1.2.0
on FreeBSD, so just chase KDE_INVENT up to that version. This
means we can drop our patches, and it fixes plist issues from my
previous update as well.
[ 21:22 adridg search for other commits by this committer ] Original commit   Revision:565179 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Use KDE_INVENT where appropriate

KDE ports that use unreleased versions / versions straight from git.

PORTVERSION or DISTVERSION increased:
- audio/amarok has a newer tag so the commit hash jumps.
- devel/heaptrack has a newer tag so the commit hash jumps.
- graphics/kooka advances to a newer commit, nothing spectacular.
- graphics/peruse advances a great deal to its current state, which
  is slightly-before-a-real-release. This one will be dropping KDE_INVENT
  and going to normally-released soon, says upstream.
- net/smb4k has a newer tag so the commit hash jumps.

PORTVERSION unchanged, but I didn't bump PORTREVISION either
because it's the same software:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 17 May 2020
[ 12:59 tcberner search for other commits by this committer ] Original commit   Revision:535545
devel/heaptrack: update to latest commit

- Now contains actual heaptrack suport provded by GregV in [1]

[1] https://github.com/KDE/heaptrack/pull/24

PR:		246131
Sat, 25 May 2019
[ 17:44 tcberner search for other commits by this committer ] Original commit   Revision:502610
New port: devel/heaptrack

- At the moment this includes only the GUI part and not the actual tracker.

Heaptrack traces all memory allocations and annotates these events with stack
traces. Dedicated analysis tools then allow you to interpret the heap memory
profile to:

  *  find hotspots that need to be optimized to reduce the memory footprint of
     your application
  *  find memory leaks, i.e. locations that allocate memory which is never
     deallocated
  *  find allocation hotspots, i.e. code locations that trigger a lot of
     memory allocation calls
  *  find temporary allocations, which are allocations that are directly
     followed by their deallocation

WWW: https://github.com/KDE/heaptrack

Number of commits found: 7