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: ftp/proftpd/files/extra-patch-7-src-fsio.c
SVNWeb

Number of commits found: 2

Fri, 3 Apr 2015
[ 11:26 mat search for other commits by this committer ] Original commit   Revision:383107 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
Remove OSVERSION checks that do not make sense any more.

For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
Fri, 13 Jan 2012
[ 20:18 mm search for other commits by this committer ] Original commit 
Allow build on patched FreeBSD 7.x (FreeBSD-SA-11:07.chroot)
WITH_SHAPER requires WITH_CTRLS [1]

PR:             ports/163941 [1]
Reported by:    Matthew Pounsett <matt@conundrum.com> [1]

Number of commits found: 2