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: lang/php53/Makefile
SVNWeb

Number of commits found: 45

Wed, 25 Mar 2015
[ 12:58 marino search for other commits by this committer ] Original commit   Revision:382211 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
lang category: Remove $PTHREAD_LIBS

Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted.

approved by:	PTHREAD blanket
Sat, 21 Mar 2015
[ 19:41 flo search for other commits by this committer ] Original commit   Revision:381839
Add patches for the following CVEs

CVE-2015-2301
CVE-2014-9705
CVE-2015-0273

MFH:		2015Q1
[ 18:40 marino search for other commits by this committer ] Original commit   Revision:381813
php53 and fallout: Deprecate, set removal for 15 APR 2015

The PHP developers stopped providing security patches for the 5.3
branch on 14 August 2014.  They "strongly urge" to upgrade to current
versions "as using older versions may expose you to security
vulnerabilities and bugs that have been fixed in more recent versions"
of PHP.

The PHP53 branch was released from maintainership today, so it's being
deprecated with removal set for 15 April 2015.

There were only 8 ports limited to php53, six of which were pecl- ports.
These ports must be upgraded to use a later version of php (5.6 is
recommended) soon, or they will be removed with php53.

Note that all 8 ports incorrectly set the PHP_DEFAULT_VERSION, so this
was changed to use IGNORE_WITH_PHP instead while here.

PR:		198150
[ 17:16 flo search for other commits by this committer ] Original commit   Revision:381799
Give up maintainership
Tue, 24 Feb 2015
[ 22:36 flo search for other commits by this committer ] Original commit   Revision:379853
Add patches for
- CVE-2014-8142
- CVE-2015-0231

MFH:		2015Q1
Wed, 31 Dec 2014
[ 00:35 sbruno search for other commits by this committer ] Original commit   Revision:375867
Fix build for armv6 with an upstream commit:
http://git.php.net/?p=php-src.git;a=commitdiff;h=050aae2860e1c202e2e9db715beaa97d0a4c9c33;hp=e67a2b9e471a7bc0b774b9056bb38745b7187969#patch1

PR:		196067
Submitted by:	mikael.urankar@gmail.com
Reviewed by:	flo@
Approved by:	mentor (implicit)
Sat, 27 Sep 2014
[ 08:31 riggs search for other commits by this committer ] Original commit   Revision:369379 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Modernise databases/freetds port
- Retire databases/freetds-msdblib port
  (no longer needed, recently updated upstream version has necessary compat
   option which is now enabled in the freetds port)
- Fix LIB_DEPENDS in dependent ports
- Bump PORTREVISION in freetds and dependent ports

PR:		193850
Submitted by:	5u623l20@gmail.com (maintainer)
Wed, 17 Sep 2014
[ 18:38 antoine search for other commits by this committer ] Original commit   Revision:368411
Php extensions are built from the same source tarball as php and should
have the same CPE identifier

Discussed with:	des@
With hat:	portmgr
Thu, 21 Aug 2014
[ 22:50 mandree search for other commits by this committer ] Original commit   Revision:365599 (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
Mon, 18 Aug 2014
[ 21:19 flo search for other commits by this committer ] Original commit   Revision:365354
Update to 5.3.29.

This is the last maintenance release of the 5.3 branch, see
http://php.net/archive/2014.php#id2014-08-14-1

Security:	d2a892b9-2605-11e4-9da0-00a0986f28c4
MFH:		2014Q3
Sun, 6 Jul 2014
[ 14:42 flo search for other commits by this committer ] Original commit   Revision:360913
Merge a patch from php 5.4/5.5 to fix a security vulnerability. No CVE has
been assigned (yet?).

More info on https://www.sektioneins.de/en/blog/14-07-04-phpinfo-infoleak.html

PR:		191638
Submitted by:	logan@elandsys.com
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 4 Jun 2014
[ 16:54 des search for other commits by this committer ] Original commit   Revision:356521
Add CPE information.

With hat:	ports-secteam
Fri, 2 May 2014
[ 17:48 flo search for other commits by this committer ] Original commit   Revision:352831
- Fix CVE-2014-0185 via patch until 5.3.29 is released
- Use DEFAULT_VERSIONS [1]

PR:		ports/188061 [1]
Submitted by:	Spil <spil.oss@gmail.com> [1]
MFH:		2014Q2
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 24 Dec 2013
[ 21:22 kwm search for other commits by this committer ] Original commit   Revision:337385 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Update freetype to 2.5.2.

Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
Sat, 14 Dec 2013
[ 23:30 flo search for other commits by this committer ] Original commit   Revision:336500
Update to 5.3.28

Security:	47b4e713-6513-11e3-868f-0025905a4771
Fri, 1 Nov 2013
[ 23:49 flo search for other commits by this committer ] Original commit   Revision:332429 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
- convert php53 ports to STAGE
- convert to new LIB_DEPENDS format
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sat, 13 Jul 2013
[ 15:21 flo search for other commits by this committer ] Original commit   Revision:322936
Update to 5.3.27

Please Note: This will be the last regular release of the PHP 5.3 series.
All users of PHP are encouraged to upgrade to PHP 5.4 or PHP 5.5. The PHP
5.3 series will receive only security fixes for the next year.

I will maintain PHP 5.3 until the first not fixed vulnerability is found.
At that point I will deprecate the port with a 2 months notice, if no
other volunteer is found in that time the port will be removed.
Fri, 7 Jun 2013
[ 15:19 flo search for other commits by this committer ] Original commit   Revision:320210
Update to 5.3.26

Security:	59e7163c-cf84-11e2-907b-0025905a4770
Thu, 16 May 2013
[ 02:12 flo search for other commits by this committer ] Original commit   Revision:318269
Update to 5.3.25
Sat, 4 May 2013
[ 22:48 flo search for other commits by this committer ] Original commit   Revision:317389 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.

We just ignore the error and continue, as we used to.

Reported by:	jaset
Approved by:	portmgr (bapt)
Mon, 22 Apr 2013
[ 20:30 flo search for other commits by this committer ] Original commit   Revision:316271
Update to 5.3.24

PR:		ports/177826
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Mon, 18 Mar 2013
[ 20:46 flo search for other commits by this committer ] Original commit   Revision:314596
Update to 5.3.23

Security:	1d23109a-9005-11e2-9602-d43d7e0c7c02
Mon, 25 Feb 2013
[ 16:48 flo search for other commits by this committer ] Original commit   Revision:312933
- enable LINKTHR OPTION by default as was done when lang/php5 was updated
  to 5.4, this should prevent segfaults when modules use libs with thread
  support enabled.

Discussed with:	ale
Tue, 22 Jan 2013
[ 22:01 flo search for other commits by this committer ] Original commit   Revision:310837
Update to 5.3.21
Wed, 9 Jan 2013
[ 21:58 flo search for other commits by this committer ] Original commit   Revision:310164
Restore mistakenly removed  PORTREVISION?=
[ 21:55 flo search for other commits by this committer ] Original commit   Revision:310163
Update to 5.3.20
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Mon, 26 Nov 2012
[ 21:29 flo search for other commits by this committer ] Original commit   Revision:307801
Update to 5.3.19

Feature safe:	yes
Wed, 31 Oct 2012
[ 23:17 flo search for other commits by this committer ] Original commit   Revision:306772
Rename the suhosin patch to suhosin-patch-5.3.x-0.9.10.1.patch.gz to prevent
SHA256 and SIZE mismatches with the previous version. This is required as in php
5.3.18 2 copyright notices were updated with the current Year numbers, this
prevents the stock suhosin patch to apply.

Temporarily add my public_html on freefall to PATCH_SITES, as the
MASTER_SITE_LOCAL sync does not seem to work currently.

The diff between the latest available stock suhosin patch and the patch we apply
to our port can be found here:

http://people.freebsd.org/~flo/suhosin.diff

Reported by:	bdrewery
Feature safe:	yes
[ 11:16 flo search for other commits by this committer ] Original commit   Revision:306746
Update to 5.3.18

Feature safe:	yes
Wed, 19 Sep 2012
[ 16:21 flo search for other commits by this committer ] Original commit   Revision:304535
Update to 5.3.17
Wed, 22 Aug 2012
[ 20:40 flo search for other commits by this committer ] Original commit 
- Update to 5.3.16
- Add options PDO_MYSQL and PDO_PGSQL to php53-extensions [1]

PR:		ports/170401 [1]
Submitted by:	bdrewery [1]
Sat, 18 Aug 2012
[ 14:29 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
Mon, 23 Jul 2012
[ 14:39 flo search for other commits by this committer ] Original commit 
- update to 5.3.15
- document php vulnerabilities

Security:	http://www.vuxml.org/freebsd/bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89.html
Thu, 12 Jul 2012
[ 06:32 flo search for other commits by this committer ] Original commit 
Fix copy & paste bug

Submitted by:   ohauer
Wed, 11 Jul 2012
[ 23:48 flo search for other commits by this committer ] Original commit 
Convert to optionsNG
Tue, 19 Jun 2012
[ 19:39 flo search for other commits by this committer ] Original commit 
Update to 5.3.14
Fri, 18 May 2012
[ 09:33 flo search for other commits by this committer ] Original commit 
Fix the name of the apache module, it should be libphp5.so. This also fixes
packaging if WITH_APACHE is defined

PR:             ports/168099
Reported by:    brd, Spil <spil.oss@gmail.com>
Wed, 16 May 2012
[ 09:46 flo search for other commits by this committer ] Original commit  (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
readd php 5.3.13 and all its modules as php53*
Wed, 2 May 2012
[ 21:22 flo search for other commits by this committer ] Original commit 
- take maintainership [1]
- merge update to 5.3.11 from lang/php5
- mark IGNORE until lang/php5 is updated to 5.4.x and all the php53-* ports will
  be committed

Approved by:    ale [1]
[ 21:10 flo search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
forced commit to note the repo copy of lang/php5 to lang/php53

Number of commits found: 45