1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
Commit Graph

51 Commits

Author SHA1 Message Date
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Florian Smeets
abbf32d4b2 - 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
during checks for %0D sequences (aka carriage return characters), which allows
remote attackers to bypass an HTTP response-splitting protection mechanism via a
crafted URL, this vulnerability exists because of an incorrect fix for
CVE-2011-1398.

- Timezone database updated to version 2012.9 (2012i)

PR:		ports/173685
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by:	maintainer
Feature safe:	yes
2012-11-25 15:42:22 +00:00
Bryan Drewery
8405f4c7b3 - 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)
2012-09-20 03:02:43 +00:00
Olli Hauer
63f3e3b0d4 - 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@
2012-08-18 14:29:08 +00:00
Ruslan Makhmatkhanov
52b0b63b17 - 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)
2012-07-23 04:14:11 +00:00
Ruslan Makhmatkhanov
a411f3169e - 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)
2012-06-30 23:00:58 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Alex Dupre
d42ce93da3 Fix conflicts and remove unsupported/unused extensions. 2012-05-16 07:36:34 +00:00
Ruslan Makhmatkhanov
87541a49bc Update distinfo that's was missed for some reason. 2012-05-05 15:21:14 +00:00
Ruslan Makhmatkhanov
76ea697dac - 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
2012-05-05 15:18:09 +00:00
Ruslan Makhmatkhanov
a9212fc76b - extend DEPRECATION_DATE till year 2013.
This was discussed on freebsd-ports@ (linimon).
2012-03-01 09:02:09 +00:00
Martin Matuska
e570e297b4 Bump pcre shared library version in php52
Reported by:	pointyhat
2012-02-15 08:52:06 +00:00
Martin Matuska
205f1ac23d Bump pcre library dependency due to 8.30 update
Add (vendor) patch for deprecated pcre_info()
2012-02-14 12:44:23 +00:00
Martin Wilke
93cfaf9ad9 - Chase unixODBC shlib bump 2012-02-06 12:25:50 +00:00
Li-Wen Hsu
079e071407 - 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
2012-01-18 17:27:09 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Ruslan Makhmatkhanov
de5b8d2ed2 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
2012-01-02 18:26:27 +00:00
Olli Hauer
19fe40753d - change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
2012-01-01 16:47:41 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
4464ddce15 - 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
2011-11-01 15:58:47 +00:00
Martin Wilke
c6f888194d - Fix build on FreeBSD 10 2011-10-29 08:45:31 +00:00
Doug Barton
7ec7e2a3cf Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL=     323 40
2011-10-17 04:35:02 +00:00
Xin LI
44a70b9f3b - 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
2011-09-29 17:53:25 +00:00
Doug Barton
75fbecdf73 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.
2011-09-26 09:24:20 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Gabor Kovesdan
2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Olli Hauer
7a0bd31763 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined 2011-08-20 17:27:52 +00:00
Steve Wills
e57db12b72 - Chase libming shared lib bump 2011-08-08 03:43:03 +00:00
Pav Lucistnik
4df02fccf4 - Chase net-snmp shlib bump
Reported by:	pointyhat
2011-08-01 21:51:11 +00:00
Sunpoet Po-Chuan Hsieh
ba4869fc17 - Remove BROKEN_WITH_PHP
PR:		ports/158661
Submitted by:	sunpoet (myself)
Approved by:	ale (maintainer)
2011-07-05 11:59:46 +00:00
Julien Laffaye
120964af64 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)
2011-06-29 19:51:17 +00:00
Martin Matuska
9d05b304f4 Update to 5.2.17
Approved by:	Alex Keda <admin@lissyara.su> (maintainer, private e-mail)
2011-01-09 18:56:55 +00:00
Martin Matuska
bd5cc72d9e - Update suhosin patch
- Portrevision bump not required

PR:		ports/153579
Approved by:	Alex Keda <admin@lissyara.su> (maintainer)
2010-12-31 12:56:36 +00:00
Ade Lovett
843f8123d4 Sync to final (for now) bsd.autotools.mk 2010-12-22 20:05:49 +00:00
Martin Matuska
69e2c7fae3 - Update to 5.2.16
PR:		ports/153246
Approved by:	Alex Keda <admin@lissyara.su> (maintainer)
2010-12-17 11:30:56 +00:00
Martin Matuska
9047bfa3ab - Add patch that fixes PHP bug #53516 (open_basedir not working)
PR:		ports/152981
Submitted by:	Alex Keda <admin@lissyara.su>
2010-12-10 22:24:27 +00:00
Martin Matuska
de5e463240 - Update to 5.2.15
PR:		ports/152981
Approved by:	Alex Keda <admin@lissyara.su> (maintainer)
2010-12-10 12:38:54 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Martin Matuska
06d428f5cf Update php52 to 5.2.14
PR:		ports/148951
Approved by:	Alex Keda <admin@lissyara.su> (maintainer)
2010-07-26 08:56:15 +00:00
Martin Matuska
39b68bb4fe Update libevent to 1.4.14b
PR:		ports/147723
Approved by:	maintainer (timeout)
2010-07-25 15:39:20 +00:00
Martin Matuska
310f2b80e1 - 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)
2010-06-16 10:12:36 +00:00
Pav Lucistnik
43e35ad993 - Chase net-snmp update
Reported by:	pointyhat
2010-06-06 19:37:37 +00:00
Martin Wilke
545f989b2a - Disable ZTS for Apache MPM-ITK for Zend Optimizer
PR:		147075
Submitted by:	Kuzma Bukin <kuzma.bukin@gmail.com>
Approved by:	maintainer
2010-06-05 19:52:11 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
84238b233a - update to 5.2.13
Sumbitted by:	Alex Keda (maintainer)
2010-04-27 05:46:40 +00:00
Martin Matuska
bde42a0385 - Fix gmp version 5 support for php52
PR:		ports/146041
Submitted by:	myself
Approved by:	maintainer
2010-04-25 19:27:08 +00:00
Dirk Meyer
99738ef76c - fix name of apache module
Submitted by:	Alex Keda
2010-04-25 05:02:23 +00:00
Dirk Meyer
d1522b8e41 - fix build
Reported by:	ITetcu
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
Feature safe:
2010-04-23 16:49:56 +00:00