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
non port: lang/php52/Makefile
SVNWeb

Number of commits found: 46

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
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)
Sat, 31 Aug 2013
[ 21:30 rm search for other commits by this committer ] Original commit   Revision:325833
- update backports patch to 20130717
- extend deprecation period for 6 months
- bump PORTREVISION

Changes:
- CVE-2013-4113, exif_read_data fix, compilation warning, libxml2 >2.9 support
- timezonedb 2013.4 (2013d)

PR:		181449
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:	Alex Keda <admin@lissyara.su>
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)
Thu, 11 Jul 2013
[ 16:26 sunpoet search for other commits by this committer ] Original commit   Revision:322783 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Wed, 5 Jun 2013
[ 13:45 bapt search for other commits by this committer ] Original commit   Revision:319990
Convert to new options framework
Tue, 21 May 2013
[ 08:17 miwi search for other commits by this committer ] Original commit   Revision:318657
- Update backports patch to 20121114
- Bump PORTREVISION

security fixes:
- CVE-2013-1635
- CVE-2013-1643

PR:		177203
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:	maintainer
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, 18 Feb 2013
[ 06:01 miwi search for other commits by this committer ] Original commit   Revision:312482
- Trim header
[ 06:00 miwi search for other commits by this committer ] Original commit   Revision:312481
- Extend support for 6 months.

PR:		176149
Submitted by:	Alex Keda <admin@lissyara.su>
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
Sun, 25 Nov 2012
[ 15:42 flo search for other commits by this committer ] Original commit   Revision:307747
- Update backports patch to 20121114
- Bump PORTREVISION

Changes:
- CVE-2006-7243
PHP before 5.3.4 accepts the \0 character in a pathname, which might allow
context-dependent attackers to bypass intended access restrictions by placing a
safe file extension after this character, as demonstrated by .php\0.jpg at the
end of the argument to the file_exists function

Secuity 3761df02-0f9c-11e0-becc-0022156e8794 fixed by check in fopen functions
for strlen(filename) != filename_len

- CVE-2012-4388
The sapi_header_op function in main/SAPI.c does not properly determine a pointer
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 20 Sep 2012
[ 03:02 bdrewery search for other commits by this committer ] Original commit   Revision:304559
- Update php52 backports patch to 20120911
- Add and update relevant vuxml entries

Changes:
  - CVE-2011-1398 - The sapi_header_op function in main/SAPI.c in PHP
    before 5.3.11 does not properly handle %0D sequences
  - CVE-2012-0789 - Memory leak in the timezone functionality in PHP
    before 5.3.9 allows remote attackers to cause a denial of service
    (memory consumption) by triggering many strtotime function calls,
    which are not properly handled by the php_date_parse_tzfile cache.
  - CVE-2012-3365 - The SQLite functionality in PHP before 5.3.15 allows
    remote attackers to bypass the open_basedir protection mechanism via
     unspecified vectors
  - Timezone database updated to version 2012.5 (2012e) (from 2011.13 (2011m))
  - Minor improvements (CVE-2012-2688, compilation issues with old GCC)

PR:		ports/171583
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:	Alex Keda <admin@lissyara.su> (maintainer)
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
[ 04:14 rm search for other commits by this committer ] Original commit 
- update backports patch to 20120721
- bump PORTREVISION

PR:		170063
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by:	Alex Keda <admin at lissyara dot su> (maintainer)
Sat, 30 Jun 2012
[ 23:00 rm search for other commits by this committer ] Original commit 
- update backports patch to 20120526
- bump PORTREVISION

PR:             169272
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by:    Alex Keda <admin at lissyara dot su> (maintainer)
Wed, 16 May 2012
[ 07:36 ale search for other commits by this committer ] Original commit 
Fix conflicts and remove unsupported/unused extensions.
Sat, 5 May 2012
[ 15:18 rm search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
- apply BACKPORTS patch unconditionally and remove BACKPORTS option
- update backports patch to latest version (20120504)
- align pathnames in slave ports
- bump PORTREVISION

The only drawback of this change is that now for building of every slave
port (php extension) we extracting full php52 source tree.

Apologies that it took that long.

PR:             164849
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by:    Alex Keda <admin at lissyara dot su>
Security:       60de13d5-95f0-11e1-806a-001143cd36d8
Thu, 1 Mar 2012
[ 09:02 rm search for other commits by this committer ] Original commit 
- extend DEPRECATION_DATE till year 2013.

This was discussed on freebsd-ports@ (linimon).
Tue, 14 Feb 2012
[ 12:44 mm search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Bump pcre library dependency due to 8.30 update
Add (vendor) patch for deprecated pcre_info()
Wed, 18 Jan 2012
[ 17:27 lwhsu search for other commits by this committer ] Original commit 
- CVE-2011-4566 fix in 20120117 security patchset

PR:             ports/164286
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:    Alex Keda <admin@lissyara.su> (maintainer)
Security:       d3921810-3c80-11e1-97e8-00215c6a37bb
Mon, 2 Jan 2012
[ 18:26 rm search for other commits by this committer ] Original commit 
Update to lastest security patchset 20120103: added max_input_vars directive
(default "1000") to prevent attacks based on hash collisions (from PHP 5.4 RC4)

PR:             163782
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by:    maintainer
Sun, 1 Jan 2012
[ 16:47 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
Tue, 1 Nov 2011
[ 15:58 miwi search for other commits by this committer ] Original commit 
- Update to lastest security patchset: 20111030
- Move removal date to 2012-03-01
- Bump PORTREVISION

PR:             162165
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:    maintainer
Thu, 29 Sep 2011
[ 17:53 delphij search for other commits by this committer ] Original commit 
 - security fixes for CVE-2011-2202, CVE-2011-1938, CVE-2011-1148,
   CVE-2011-0708, CVE-2011-1092, CVE-2011-0421 vulnerabilities
 - option BACKPORTS in port config for enable port patches (enabled
   by default)
 - bump PORTREVISION

Submitted by:   Svyatoslav Lempert <svyatoslav.lempert gmail.com>
PR:             ports/160805
Approved by:    maintainer
Mon, 26 Sep 2011
[ 09:24 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)

Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports.
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sat, 20 Aug 2011
[ 17:27 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Wed, 29 Jun 2011
[ 19:51 jlaffaye search for other commits by this committer ] Original commit 
Add an option to link against libthr

PR:             ports/158423
Submitted by:   Frank Wall <fw@moov.de>
Approved by:    Alex Keda <admin@lissyara.su> (maintainer), bapt (mentor,
implicit)
Sun, 9 Jan 2011
[ 18:56 mm search for other commits by this committer ] Original commit 
Update to 5.2.17

Approved by:    Alex Keda <admin@lissyara.su> (maintainer, private e-mail)
Fri, 31 Dec 2010
[ 12:56 mm search for other commits by this committer ] Original commit 
- Update suhosin patch
- Portrevision bump not required

PR:             ports/153579
Approved by:    Alex Keda <admin@lissyara.su> (maintainer)
Wed, 22 Dec 2010
[ 20:05 ade search for other commits by this committer ] Original commit  (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Sync to final (for now) bsd.autotools.mk
Fri, 17 Dec 2010
[ 11:30 mm search for other commits by this committer ] Original commit 
- Update to 5.2.16

PR:             ports/153246
Approved by:    Alex Keda <admin@lissyara.su> (maintainer)
Fri, 10 Dec 2010
[ 22:24 mm search for other commits by this committer ] Original commit 
- Add patch that fixes PHP bug #53516 (open_basedir not working)

PR:             ports/152981
Submitted by:   Alex Keda <admin@lissyara.su>
[ 12:38 mm search for other commits by this committer ] Original commit 
- Update to 5.2.15

PR:             ports/152981
Approved by:    Alex Keda <admin@lissyara.su> (maintainer)
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Mon, 26 Jul 2010
[ 08:56 mm search for other commits by this committer ] Original commit 
Update php52 to 5.2.14

PR:             ports/148951
Approved by:    Alex Keda <admin@lissyara.su> (maintainer)
Sun, 25 Jul 2010
[ 15:39 mm search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Update libevent to 1.4.14b

PR:             ports/147723
Approved by:    maintainer (timeout)
Wed, 16 Jun 2010
[ 10:12 mm search for other commits by this committer ] Original commit 
- Add optional support for PHP-FPM (FastCGI process manager)
- Add sample configuration file and rc script for PHP-FPM

PR:             ports/147688
Approved by:    Alex Keda <admin@lissyara.su> (maintainer)
Sat, 5 Jun 2010
[ 19:52 miwi search for other commits by this committer ] Original commit 
- Disable ZTS for Apache MPM-ITK for Zend Optimizer

PR:             147075
Submitted by:   Kuzma Bukin <kuzma.bukin@gmail.com>
Approved by:    maintainer
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Tue, 27 Apr 2010
[ 05:46 dinoex search for other commits by this committer ] Original commit 
- update to 5.2.13
Sumbitted by:   Alex Keda (maintainer)
Sun, 25 Apr 2010
[ 05:02 dinoex search for other commits by this committer ] Original commit 
- fix name of apache module
Submitted by:   Alex Keda
Fri, 23 Apr 2010
[ 15:03 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
Source general-purpose scripting language that is especially suited for
Web development and can be embedded into HTML.  Its syntax draws upon C,
Java, and Perl, and is easy to learn.  The main goal of the language is to
allow web developers to write dynamically generated webpages quickly, but
you can do much more with PHP.

WWW: http://www.php.net/
PR:             145772
Submitted by:   Alex Keda

Number of commits found: 46