| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
on the lists.
|
| |
|
|
|
|
|
| |
Reported by: olgeni
Approved by: sobomax
|
|
|
|
| |
compile.
|
|
|
|
|
| |
PR: ports/37494
Submitted by: garrett rooney <rooneg@electricjellyfish.net> (MAINTAINER)
|
| |
|
|
|
|
| |
little modifications. Bump PORTREVISION.
|
|
|
|
|
|
|
|
| |
PORTREVISION.
Prompted by: User Witr <witr@rwwa.com>
Reviewed by: sobomax
Approved by: sobomax
|
| |
|
|
|
|
| |
Database too.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Don't upgrade to this version blindly. External variables handling
has been changed. This will break your application if they don't
take care of this.
There is a CVS tag (BEFORE_PHP_4_2_0) for the latest non-4.2.0
version (4.1.2).
-------------------------------------------------------------------------
The biggest change in PHP 4.2.0 concerns variable handling. External
variables (from the environment, the HTTP request, cookies or the web
server) are no longer registered in the global scope by default. The
preferred method of accessing these external variables is by using the new
Superglobal arrays, introduced in PHP 4.1.0. More information about this
change:
* PHP Manual: Predefined variables
http://www.php.net/manual/en/html/language.variables.predefined.html
|
|
|
|
|
| |
PR: 37484
Submitted by: Øyvind Kolbu <oyvind@kebab.gaffel.nu>
|
|
|
|
|
|
| |
Add "-force-html" option.
Approved by: demon
|
| |
|
|
|
|
| |
Reported by: Franz Klammer <klammer@webonaut.com>
|
|
|
|
|
|
|
| |
fails to build when they have freetype 1.x installed.
Reviewed by: sobomax
Approved by: sobomax
|
|
|
|
|
|
| |
configure scripts created using autoconf 2.13 or later, which allows
to replace many patch-ltmain.sh out there with USE_LIBTOOL and one
additional line in configure script.
|
| |
|
|
|
|
|
|
|
|
| |
is also installed.
PR: 36401
Reported by: many
Approved by: sobomax
|
|
|
|
|
| |
PR: 37413
Submitted by: Jason Mann <jmann@blueyonder.co.uk>
|
| |
|
| |
|
|
|
|
| |
MOZILLA dist sites' timeouts.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: sobomax
Approved by: sobomax
|
|
|
|
|
| |
Reviewed by: sobomax
Approved by: sobomax
|
| |
|
|
|
|
|
|
|
|
|
| |
so it can be called within an path or dir.
e.g. in: /usr/local/etc/rc.local/apache.sh
and in /etc/rc.conf:
local_startup="/usr/local/etc/rc.local"
Approved by: ache
|
| |
|
|
|
|
|
| |
an order of magnitude faster than Beta 1, and doesn't crash in situations
where Beta 1 used to.
|
|
|
|
|
| |
PR: 37113
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: webalizer-2.01-10
Fixes:
o Fix posible obscure buffer overflow bug in DNS resolver code
o Added additional extended character fixes
o Let code accept partial content response codes along with 200's
o Added code to catch blank hostnames (yes, they have been found!)
Will convert them into 'Unknown'
o Security fix for cross-site scripting vulnerability found by
Flavio Veloso (www.magnux.com).
Updates in languages:
webalizer_lang.czech
webalizer_lang.portuguese
webalizer_lang.spanish
-----------------
Distfiles remaden on Master site:
old tarball:
webalizer-2.01-10-src.tgz
(had an extra CVS dir)
new tarball:
webalizer-2.01-10-src.tar.bz2
-----------------
Add Option:
WEBALIZER_WITH_GD2
builds okay, but won't run without X11 if compiled with this option.
|
| |
|
|
|
|
|
| |
so it can be called within an path or dir.
e.g. in: /usr/local/etc/rc.local/apache.sh
|
|
|
|
| |
- switched back to bzip2 tarball
|
|
|
|
| |
Submitted by: Jeff Brown <jabrown@sdsc.edu>
|
|
|
|
|
| |
PR: 37211
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
over multiple displays. Bump PORTREVISION.
Submitted by: Franz Klammer <klammer@webonaut.com>
Reviewed by: sobomax
Approved by: sobomax
|
|
|
|
|
| |
- fixes buffer-overflow repoted on BUGTRAQ
- part of patch is now in the distribution
|
|
|
|
|
| |
PR: 37174
Submitted by: maintainer
|
|
|
|
|
| |
PR: 37183
Submitted by: Alex Kapranoff <kappa@agava.com>
|
|
|
|
| |
Bumped PORTREVISION.
|
| |
|
|
|
|
|
| |
PR: ports/36888
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
|
|
|
|
|
|
| |
PR: 37150
Submitted by: maintainer
Reported by: bento
|
|
|
|
|
|
|
| |
Moved things around from one target to another. Now
displaying installation settings during pre-install. Doing
file replacements in post-patch.
Bumped PORTREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
has not been tested with Apache 2.0 though.
Looks for the right Tomcat JAR file. Since Tomcat 3.3
${TOMCAT_HOME}/lib/webserver.jar no longer exists.
Moved the file replacements (using ${SED}) from post-extract
to post-patch.
Changed the mod_jk.conf file to point to the right location
for the workers.properties file.
Bumped PORTREVISION.
|