Commit Graph

50 Commits

Author SHA1 Message Date
lebel
2635bc0375 www: integrate COMMENT, bump NEED_VERSION. 2001-05-06 04:22:45 +00:00
naddy
e7819bc30d fix build with PostgreSQL 7.1; from peter@ 2001-04-24 19:43:28 +00:00
avsm
95c6f62340 correct curl LIB_DEPENDS from curl.1 -> curl.2 to reflect whats in our
tree; noted by Diana Eichert <deichert@wrench.com>
2001-04-23 23:58:52 +00:00
avsm
ac8e5b173a update pgsql configure args for 7.1; from peter@ 2001-04-22 16:07:12 +00:00
avsm
81779dc5af This needs to have libltdl present for some modules, so add a libtool dependency
Thanks to Pete Fritchman <petef@databits.net> for help testing
2001-03-28 21:32:24 +00:00
avsm
e9bfd401c0 add shared memory functions 2001-03-09 03:44:26 +00:00
avsm
b1665b3604 oops, no more RCS tag in patch 2001-03-08 22:58:27 +00:00
brad
b676d035fb remove major rev for mysqlclient dependency entry. 2001-03-07 19:05:33 +00:00
avsm
b1a91ef104 [Security fix] In the IMAP extension, username/password were free'd too
early.  This is a backport from php-4.0.5-dev that frees memory at the
right times.
2001-03-06 09:33:02 +00:00
avsm
260a58c48f - Add a patch to correctly link in the c-client SSL authenticator,
so that [IMAP|POP3]-SSL works
- PREFIX -> LOCALBASE where appropriate in Makefile
2001-03-06 09:04:30 +00:00
brad
75f3d8aada mysql client library major rev # 2001-02-28 15:05:54 +00:00
avsm
1a1dd2fb41 PHP4 is pretty liberal about what version of libmcrypt is installed,
so relax the dependency in LIB_DEPENDS for the mcrypt flavour.
2001-02-27 20:01:07 +00:00
avsm
88501a3612 use LOCALBASE, not PREFIX in the pgsql configure. Also add this to the
php3 port.
2001-02-22 20:03:47 +00:00
avsm
ca9b1ff0ce upgrade postgresql dependency for new 7.0.3 port layout (danh@) 2001-02-22 19:56:31 +00:00
avsm
34a18dc3f1 Remove the 'ftp' flavour and fold it into the default options, to reduce
the proliferation of options this port has.  This needs no external
libraries, so it doesn't introduce any dependencies (jakob@ ok)
2001-01-28 14:54:59 +00:00
avsm
4b3a2b0cd1 Relax the mysqlclient restriction; php4 still works with the old 3.22.x
mysqlclient library
2001-01-28 14:39:39 +00:00
avsm
c073bcb9ec Always include the OpenSSL extension, since it now works with both
0.9.5 and 0.9.6; noticed by Neil Darlow <neil@darlow.co.uk>
2001-01-28 14:38:30 +00:00
jakob
4c625dc744 update mysql depends 2001-01-28 13:31:28 +00:00
avsm
3577f730cc - update to php-4.0.4pl1
Changelog:
- Fixed the various pdf_open_*() functions (Daniel)
- Fixed a bug that could cause invalid INI entries to be used under certain
  circumstances (Zeev)
- Fixed a bug in the Apache module that could cause invalid INI values to
  propogate to different virtual hosts, if one or more of the virtual
  hosts was configured with engine=Off (Zeev)
- Fixed possible crash bugs in the session module (Sascha)
- Fixed the ODBC module to build properly with Solid 3.0 and OpenLink (Dan
  Kalowsky)
- Fixed possible corruption of line number information in PHP scripts (Zeev,
  Zend Engine)
- Fixed a few possible crashes in functions that use user-defined callbacks
  (Zeev, Zend Engine)
2001-01-12 23:06:36 +00:00
avsm
8ec61d3981 fix patch - rcs id caused it to not apply cleanly 2001-01-11 08:10:41 +00:00
avsm
f16547aeb1 Add a couple of patches from venaas@php.net to allow PHP-4.0.4 to work
with OpenSSL 0.9.5a, instead of requiring only OpenSSL 0.9.6
These patches detect the revelant version and use the additional return
values in 0.9.6 only if present.

This also unbreaks the SNMP flavor on 2.8-stable, which requires SSL
support, since our UCD-SNMP daemon has OpenSSL compiled into it
(wierd, but thats how the PHP snmp-config.m4 works)

- Add OpenSSL patches
- Add note crypt.c patch that its now in 4.0.5-dev and can be removed soon
- Add --with-openssl to the standard set of configure options
2001-01-07 21:08:11 +00:00
avsm
2503bc1ec2 Add a curl FLAVOR (for the Client URL library) to retrieve stuff via
gopher, dict, ldap, telnet, http(s), etc
2001-01-06 14:17:33 +00:00
avsm
c8a43191e3 update snmp flavor libdepends - from danh@ 2001-01-05 22:47:21 +00:00
brad
3e3e1dc069 remove mips and powerpc from ONLY_FOR_ARCHS, these platforms do not even
ship with an Apache compiled with DSO support yet.
2001-01-04 00:51:23 +00:00
brad
8085a38660 add missing @dirrm 2001-01-03 21:35:26 +00:00
avsm
787ca8d8f7 PHP4 should work fine on the powerpc now.
Confirmed by Nicholas Merill <lists@mojo.calyx.net>
2001-01-03 00:33:38 +00:00
avsm
7cb8587555 - remove MASTER_SITES0 as its not needed anymore
- add UK master site
- take joint MAINTAINER (jakob@ ok)
2000-12-28 23:37:22 +00:00
avsm
df1af3b82c Add in a flavor for mcrypt, an interface to block and stream
encryption algorithms.

The patches are a backport from PHP-CVS to the mcrypt m4 script, which
didn't pick up the right version of libmcrypt.  I've included the
m4 patch also, since the outputted configure script patch will make no
sense to anyone who looks at it in the future.
2000-12-28 17:53:16 +00:00
avsm
2a9e8b5717 Document most of the (numerous) flavours that this port has 2000-12-27 00:09:00 +00:00
avsm
93d5cc5ae5 - update to php-4.0.4
- bump NEED_VERSION
- no longer need extra distfile number4.tar.gz since it has
  been integrated into the main distribution
- ltconfig, mysql socket patches are in main distribution now,
  so they are removed.  Note that the ltconfig patch was only
  applied to the 4_0_4 branch by the PHP team, so we will have
  to resubmit it for the next version, unless libtool-cvs has
  been updated with our information.
- Since php3/4 conflict with each other anyway, versioning is
  not needed.

ok jakob@
2000-12-26 23:35:43 +00:00
dugsong
3926d8d298 add iodbc flavor; from <polandj@arbornetworks.com> 2000-12-18 20:29:25 +00:00
brad
456ef2bde7 sync PKGNAME with -STABLE branch. 2000-12-15 21:36:09 +00:00
naddy
6556d19311 Use customary framework for INSTALL/DEINSTALL scripts; fixes INSTALL. 2000-12-15 17:36:22 +00:00
brad
90fbe119af a few BUILD_DEPENDS -> LIB_DEPENDS 2000-12-14 15:25:20 +00:00
jakob
e7a87f80c7 fix build problem with gd flavour; noted by <dwarf@wizeazz.dhs.org> 2000-11-28 15:44:31 +00:00
jakob
368a0f465a add package conflict as php3 and php4 do not work together; noted by espie@ 2000-10-22 22:43:24 +00:00
jakob
3cc73ec531 mhash flavour dependency fix; avsm@ 2000-10-17 20:33:39 +00:00
jakob
0895e98ad7 update to 4.0.3pl1; fixes memory leak 2000-10-15 14:50:16 +00:00
jakob
07d36e1a23 remove unneeded patch 2000-10-13 11:33:14 +00:00
jakob
2f2b0dad2b security fix upgrade to v4.0.3, ok turan@ 2000-10-12 16:23:08 +00:00
jakob
19ba345c17 add ldap flavour (untested) 2000-10-05 21:25:36 +00:00
jakob
ce7dadcdb0 add fullname to MAINTAINER 2000-10-04 21:53:59 +00:00
jakob
429f4df00e add mhash flavour 2000-10-04 21:19:13 +00:00
jakob
fdfd9074b0 add pdflib flavor 2000-09-28 20:39:24 +00:00
jakob
3752a44185 flavourize most options. 2000-09-25 20:03:49 +00:00
jakob
50041ddd64 remove USE_LIBTOOL as php4 always uses its own libtool; Evan Champion <evanc@concer.to> 2000-09-04 21:15:40 +00:00
jakob
1420c43d70 make sure configure finds mysql.sock 2000-09-04 21:14:47 +00:00
jakob
d68d8a45ee remove broken id-tag from patch 2000-09-04 14:49:37 +00:00
jakob
221c961022 Quick fix for a possible file upload exploit. Patch from PHP CVS. Problem
noted by Brian Clark <brianj@fusionwerks.com>.
2000-09-04 06:57:12 +00:00
jakob
f0dc271ca0 server-side HTML-embedded scripting language 2000-09-03 11:55:00 +00:00