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/bugzilla50/Makefile
SVNWeb

Number of commits found: 23

Wed, 25 Jan 2023
[ 17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  40843b1  (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Mk/Uses/apache.mk: Refactor after removal of older versions

apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
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)
Sat, 11 Dec 2021
[ 13:50 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  45526ec  (Only the first 10 of 146 ports in this commit are shown above. View all ports for this commit)
framework: Add new USES 'magick' for graphics/ImageMagick*

A new USES has been added to depend on ImageMagick.

	USES=magick

adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.

If a specific version is required, use for example

	USES=magick:6        resp.     USES=magick:7

If only a build, run or test is required, use for example

	USES=magick:build    resp.     USES=magick:6,build,test
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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.
Fri, 26 Jun 2020
[ 11:55 sunpoet search for other commits by this committer ] Original commit   Revision:540492 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113

- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change

Changes:	https://metacpan.org/changes/distribution/IO-Stringy
Fri, 15 Nov 2019
[ 10:12 tobik search for other commits by this committer ] Original commit   Revision:517643 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Sat, 10 Nov 2018
[ 19:57 kwm search for other commits by this committer ] Original commit   Revision:484640 (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
Update ImageMagick to 6.9.10.14 [1]

* Add PKGNAMESUFFIX and rename the directory. This was done to show
  that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.

Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.

Chase these changes in all the ports that using IM6.

PR:		225102 (based on, only the version update) [1]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
Tue, 3 Jul 2018
[ 14:46 rene search for other commits by this committer ] Original commit   Revision:473836
devel/bugzilla[44,50]: remove optional and expired SSL dependency
Fri, 29 Jun 2018
[ 22:45 feld search for other commits by this committer ] Original commit   Revision:473591
devel/bugzilla50: Backport patch to fix buggy attachment download filenames

PR:		228644
Approved by:	maintainer (timeout)
Sat, 17 Feb 2018
[ 09:50 ohauer search for other commits by this committer ] Original commit   Revision:462091
- update to 5.0.4
- remove p5-File-Slurp dependency (see Bugzilla/Install/Requirements.pm)

MFH:            2018Q1
Security:       CVE-2018-5123
Security:       vid: 22283b8c-13c5-11e8-a861-20cf30e32f6d
Thu, 27 Jul 2017
[ 00:22 dbaio search for other commits by this committer ] Original commit   Revision:446705
devel/bugzilla[44|50]: Update license

Approved by:	portmgr (blanket)
Wed, 18 May 2016
[ 19:12 ohauer search for other commits by this committer ] Original commit   Revision:415462
- update to 5.0.3

Thanks to Mokhi for review latest 5.0.x PR's and patches!

Security:	CVE-2016-2803
Security:	036d6c38-1c5b-11e6-b9e0-20cf30e32f6d
Wed, 27 Apr 2016
[ 18:03 ohauer search for other commits by this committer ] Original commit   Revision:414123
- fix build with PostgreSQL (s/91/9.1/) as default db
  (PD error: cannot install: unknown PostgreSQL version: 91+)

MFH:		2016Q2
Mon, 25 Apr 2016
[ 16:13 mat search for other commits by this committer ] Original commit   Revision:414014 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.

While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
Sat, 23 Apr 2016
[ 06:58 sunpoet search for other commits by this committer ] Original commit   Revision:413850
- Remove unnecessary PERL_LEVEL check
- Add NO_ARCH
- Convert to new options helper
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk

With hat:	perl
Approved by:	portmgr (blanket)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 16 Feb 2016
[ 19:35 ohauer search for other commits by this committer ] Original commit   Revision:409014
- add new OPTIONS_GROUP_EXTENSIONS (MoreBugUrl and Voting)
- add patch so MoreBugUrl has support for Phabricator URL's [1]
- PORTREVISION bump not requied, new OPTIONS are OFF by default

[1] Upstream PR: https://bugzilla.mozilla.org/show_bug.cgi?id=1128119

Special Thanks goes to Mahdi Mokhtari for the patches and
improving the FreeBSD Bugzilla integration!

PR:		207216
Submitted by:	Mahdi Mokhtari
Sun, 10 Jan 2016
[ 17:04 ohauer search for other commits by this committer ] Original commit   Revision:405729
- Backport upstream bug #1235395

PR:		206103
Submitted by:	Mahdi Mokhtari <mokhi64 _at_ gmail.com>
Obtained from:	https://bugzilla.mozilla.org/show_bug.cgi?id=1235395
MFH:		2016Q1
Mon, 28 Dec 2015
[ 09:47 ohauer search for other commits by this committer ] Original commit   Revision:404619
- Set submitter_id before calling _check_data() [1]
- bump PORTREVISION

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1235270

PR:		205657
Submitted by:	mokhi64(_at_)gmail.com
Reviewed by:	koobs@
Wed, 23 Dec 2015
[ 11:22 ohauer search for other commits by this committer ] Original commit   Revision:404284
- update to 5.0.2

This release fixes two security issues.
See the Security Advisory for details. [1]

This release also contains the following bug fixes:
 o mod_perl now works correctly with mod_access_compat turned off on
   Apache 2.4. To regenerate the .htaccess files, you must first delete
   all existing ones in subdirectories:

    find . -mindepth 2 -name .htaccess -exec rm -f {} \;

   You must then run checksetup.pl again to recreate them with the correct
syntax.
   (Bug 1223790)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 14 Sep 2015
[ 04:10 ohauer search for other commits by this committer ] Original commit   Revision:396878
- update bugzilla ports to 5.0.1 / 4.4.10

o Users whose login name is not an email address could not log in on
  installations which use LDAP to authenticate users.
o If a mandatory custom field was hidden, it was not possible to create a
  new bug or to edit existing ones.
o A user editing his login name to point to a non-existent email address
  could cause Bugzilla to stop working, causing a denial of service.
o Emails generated during a transaction made PostgreSQL stop working.
o Bugs containing a comment with a reference to a bug ID larger than 2^31
  could not be displayed anymore using PostgreSQL.
o Emails sent by Bugzilla are now correctly encoded as UTF-8.
o The date picker in the "Time Summary" page was broken.
o If Test::Taint or any other Perl module required to use the JSON-RPC API
  was not installed or was too old, the UI to tag comments was displayed
  anyway, you could tag comments, but tags were not persistent (they were
  lost on page reload). Now the UI to tag comments is not displayed at all
  until the missing Perl modules are installed and up-to-date.
o Custom fields of type INTEGER now accept negative integers.

MFH:		2015Q3
Security:	CVE-2015-4499
Security:	ea893f06-5a92-11e5-98c0-20cf30e32f6d
Sun, 12 Jul 2015
[ 07:57 ohauer search for other commits by this committer ] Original commit   Revision:391770
- add bugzilla 5.0

Release Notes:
https://www.bugzilla.org/releases/5.0/release-notes.html

Number of commits found: 23