Commit Graph

487 Commits

Author SHA1 Message Date
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
41a7635f07 Add some more useful PHP4 flavors 2001-03-06 09:31:03 +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
danh
0b06a6a2ff +mod_frontpage 2001-03-04 17:23:16 +00:00
danh
c3e42a3c3e import of mod_frontpage 1.5.1 for Apache.
from DESCR:
This is a module for the Apache HTTP Server. It replaces the
Apache-FP patches and module  supplied  with  the  Microsoft
FrontPage  Server  Extensions  available  from Microsoft and
Ready-to-Run Software.

Using this module allows you to use advanced features of the
FrontPage client with your Apache HTTP Server (e.g. creating
FrontPage enabled subwebs using the FrontPage client in con-
trast to creating them as user "root" with "fpinstall.sh" or
the "fpsrvadm.exe"-utility on the system's shell).
2001-03-04 17:21:21 +00:00
brad
23395df140 - silence a few steps
- ${PREFIX} -> ${LOCALBASE}
- add ONLY_FOR_ARCHS since this depends on jdk which in-turn depends on freebsd_lib
2001-03-02 16:04:49 +00:00
obecian
21253246a0 surfraw-1.0.3 update 2001-03-01 01:41:18 +00:00
brad
75f3d8aada mysql client library major rev # 2001-02-28 15:05:54 +00:00
avsm
c93c9d26e9 - update to p5-URI-1.11
- fix man page typos
2001-02-28 03:28:46 +00:00
avsm
5a73eab790 work with the new pgsql port layout 2001-02-27 23:00:26 +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
form
311a300952 Missed in last commit. 2001-02-27 03:48:50 +00:00
form
0079eab07b Use SYSCONFDIR instead of hardcoded /etc; naddy@ 2001-02-27 03:46:23 +00:00
jakob
970ae3bbbe update to transproxy v1.4
--
Fixed HTTPS proxy support. You can now point your browsers proxy
configuration at transproxy and it will correctly process the
CONNECT method.
2001-02-26 07:29:21 +00:00
avsm
c1a9641c20 /usr/local -> LOCALBASE 2001-02-26 05:52:17 +00:00
form
3ffad06f7c Update to 4.16.
Fixed buffer overflow.

>SECURITY ADVISORY                                   13th February 2001
>----------------------------------------------------------------------
>Program: analog
>Versions: all versions except 4.16 and 4.90beta3
>Operating systems: all
>----------------------------------------------------------------------
>There is a buffer overflow bug in all versions of analog released
>prior to today. A malicious user could use an ALIAS command to
>construct very long strings which were not checked for length.
>
>This bug is particularly dangerous if the form interface (which allows
>unknown users to run the program via a CGI script) has been installed.
>
>This bug was discovered by the program author, and there is no known
>exploit. However, users are advised to upgrade to one of the two safe
>versions immediately, especially if they have installed the form
>interface. The URL is http://www.analog.cx/
>
>I apologise for the inconvenience.
>                                                        Stephen Turner
2001-02-25 08:04:05 +00:00
avsm
e6105e2375 Update to p5-HTML-Parser-3.17
Fixes the somewhat obscure perl multiplicity builds
2001-02-24 09:02:07 +00:00
avsm
8787baa606 Upgrade to p5-HTML-Parser-3.16
Relevant changes:

The unbroken_text option now works across ignored tags.
Expose internal decode_entities() function at the Perl level.
2001-02-24 01:24:49 +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
1a3e7a9342 Update to w3mir-1.0.10
From: Jeff Bachtel <sebastion@irelandmail.com>
2001-02-21 19:16:54 +00:00
danh
935653e6ac sync libtool patches 2001-02-20 18:09:54 +00:00
danh
057efafaeb better formatting 2001-02-13 02:37:48 +00:00
naddy
a0c9fc1121 quote CFLAGS 2001-02-13 01:18:50 +00:00
brad
f609e9336f ensure user is root before trying to proceed with installation. 2001-02-12 17:18:55 +00:00
espie
18ac2cc391 Let build as non-root work. 2001-02-12 15:45:48 +00:00
brad
0411d76053 upgrade to mod_perl 1.25 2001-02-09 19:19:39 +00:00
jakob
a5ea0ce304 add gd flavour; <armando@theghet.to> 2001-02-07 09:15:42 +00:00
jakob
0c3d1652df fix expat dependency 2001-02-07 09:14:38 +00:00
avsm
453a957962 oops - add HOMEPAGE 2001-02-01 17:56:00 +00:00
avsm
28244014e4 + p5-HTML-Mason 2001-02-01 17:54:41 +00:00
avsm
9e21fe6a76 initial import of p5-HTML-Mason-1.0
--
Mason is a powerful Perl-based web site development and delivery
engine. With Mason you can embed Perl code in your HTML and construct
pages from shared, reusable components.

Mason solves the common problems of site development: caching,
debugging, templating, simulating browser conditions, maintaining
development and production sites, and more.

Although it can be used from CGI or even stand-alone, it is optimally
designed for use with two other open source technologies: mod_perl
and Apache.
2001-02-01 17:53:51 +00:00
rohee
be298c847b stop being smart with ${HOMEPAGE}, it made DESCR unreadable 2001-01-29 21:31:30 +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
form
64e82fecfa fix PLIST 2001-01-27 10:26:38 +00:00
form
e6b3c0df6c upgrade to 4.14 2001-01-23 11:37:44 +00:00
avsm
c48cfc5d85 + p5-HTML-Tree 2001-01-21 19:40:48 +00:00
avsm
f5fb9f4a2d - import of p5-HTML-Tree-3.09
--
This is a collection of modules that represent, create, and extract
information from HTML syntax trees.  These modules used to be part
of the libwww-perl distribution, but are now unbundled in order to
facilitate a separate development track.  Bug reports and discussions
about these modules can still be sent to the <libwww@perl.org>
mailing list, or to <sburke@cpan.org>.
2001-01-21 19:39:53 +00:00
avsm
d8c16677e8 +p5-HTML-TableExtract 2001-01-19 12:44:45 +00:00
avsm
8cff4e3e79 initial import of p5-HTML-TableExtract-1.06
--
HTML::TableExtract is a module that simplifies the extraction of
information contained in tables within HTML documents.

Tables of note may be specified using Headers, Depth, Count, or
some combination of the three.
2001-01-19 12:41:01 +00:00
brad
2d19447f4b new DESCR, actually describes what Squid is, taken from the FAQ. 2001-01-17 02:41:04 +00:00
brad
0247146330 add heap FLAVOR, enables alternate cache object replacement algorithms.
--
Requested by: J Shoemaker <shoemaker@softhome.net>
2001-01-17 02:38:20 +00:00
brad
9c33622cab remove this patch, it's not needed anymore now that we're using GCC
2.95.3, unfortunately this bug still affects GCC 2.95.3 and thus the other
workaround patch has been left in place until the issue has been fixed.
2001-01-15 17:22:01 +00:00
avsm
7b652a083f - update to p5-libwww-5.50
Changes:

- Fix for test cases that failed because of URI-1.10 now encode
  space as '+' instead of '%20.
- Makefile.PL: Require URI-1.10.
  HTTP::Daemon now accepts any non-space character as method name
  on the request line.  It used to fail on methods like "M-POST"
  because it only allowed \w-chars.
- HTTP::Date now allow fractional seconds in ISO date formats.
- HTTP::Request::Common will now calculate Content-length
  even if $DYNAMIC_FILE_UPLOAD is set.
2001-01-14 23:26:59 +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
brad
7a77dc9bc4 tighten permissions. 2001-01-12 21:21:02 +00:00
avsm
058812e89c - update to p5-URI-1.10
- bump NEED_VERSION

Form handling has changed subtly, so be sure to read the documentation
before upgrading to this (the new behaviour follows the W3 recommendation)
2001-01-11 14:05:38 +00:00