Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Patch provided by mrg -- thanks!
Bump PKGREVISION.
|
|
BINS 1.1.18
-----------
- joi templates has been updated by Joachim Kohlhammer :
* The Albumtree works now correctly, even the thumbnail for the
root-album works, i.e. no more broken images.
* New icon for the albumtree.
* Redesign of the image-view. The icons moved to the left border.
* Leave was renamed to Home; the variable in the template is now called
HOME_LINK. The icon was changed to a little house. The old icon is
still included.
* If the option pathImgNum is set, the image-view shows
(Image/Imagecount) in the path.
* The path contains a icon for each level (corresponding to the type of
the level (albumtree, album, image)) if the variable pathShowIcon is
set to 1.
* In the Thumbnailview the bar with the next/prev-buttons shows only if
there are two or more pages. If the bar shows, it now has a grey
background.
* The "cycling" of the thumbnailpages and the imageviews can be disabled
by setting the options thumbnailPageCycling and imagePageCycling to 1.
- If only one Thumbnailpage exists, the navigation bar shows
"Thumbnail Page" instead of "Thumbnail Page 1".
(from Joachim Kohlhammer's patch)
- select LATIN1 as default encoding on systems lacking the locale
command (like *BSD systems)
(patch from Dan <mcmahill at mtl.mit.edu>).
- added new parameter emptyAlbumDesc to get rid of the "No long/short
description available" message if no description was set.
- added Spanish translation.
(thanks to David Barroso).
|
|
|
|
it to co-exist with natively built phoenix.
|
|
seems good enouth, and using libwww's one breaks other system lib (librt).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2.8.12-1.3.27 of "mod_ssl" module so that one doesn't need two version
of the "mod_ssl" sources to build "apache".
|
|
Changes with mod_ssl 2.8.12 (04-Oct-2002 to 23-Oct-2002)
*) Fixed potential Cross-Site-Scripting bug.
*) Allow also 8192 bytes of shared memory data size.
|
|
It cause error on Solaris. (Why NetBSD's make was OK?)
|
|
|
|
We use 4.79 when we are on Solaris and 4.8 doesn't exist for SunOS 5.5.1
|
|
|
|
|
|
|
|
|
|
|
|
document libraries
|
|
|
|
change summary:
Bugfixes, international page names, edit log notes, WikiForNow assimilation
completed, CMFWiki integration (alpha).
|
|
${PREFIX}/bin into ${PREFIX}/libexec/cgi-bin.
|
|
it has to be there.
* Use BUILD_DIRS instead of manually invoking "make all" from another
subdirectory of WRKSRC during post-build.
* Install the actual binary in ${PREFIX}/libexec/cgi-bin/php and symlink
into ${PREFIX}/bin/php. This allows the php binary to function in a
secure Apache setup. This fixes part of pkg/18783 by Chris Baird.
|
|
buildlink2.mk files from here. Also change a BUILDLINK_DIR to a
BUILDLINK_PREFIX.gdbm since we strive not to lie to the configure/build
processes any longer with buildlink2.
|
|
for coexistence with a future py22pth (or even native thread) pkg
-use buildlink2
|
|
fix PR#18541
- use ${WRKDIR} as temporary dir instead of /tmp
fix PR#18748
|
|
Changes:
* mod_gzip_update_static Yes/No
This new directive controls wether mod_gzip should re-gzip outdated
precompressed files. mod_gzip compresses a copy of the original file,
use it with care! No other modules can handle the content of these
HTTP requests.
* bugfix for long lines
In older versions, mod_gzip had a problem with HTTP header lines
longer than 4k. This bug has been fixed.
* Vary bugfix
The previous version of mod_gzip sent Vary headers in too many cases.
But now this is not longer necessary. mod_gzip sends no
Vary headers when the request is excluded by 'file', 'uri' or
'handler'.
* Netware patch
Guenter Knauf wrote a patch for Netware. It's now included.
* Documentation included
* mod_gzip_static_suffix suffix
This new directive defines the suffix of the static compressed files.
On most platforms this will be .gz, but on some it may be .z or
something like that. Default is '.gz'.
Warning: You have to add an 'AddEncoding .suffix gzip' in your Apache
config! If you don't do this, Apache may send a wrong
'Content-Encoding' HTTP header (or even none at all).
* mod_gzip_handle_methods GET POST
Parameters are GET or POST or a list of both values.
Default is the list of both values.
* mod_gzip_send_vary Yes/No
This will be useful for some caching HTTP proxies like squid.
Prior to the current version of mod_gzip, they had problems
to properly handle mod_gzip output.
Warning: Don't set this value to "no" unless you are perfectly
sure that all clients in your environment are able to handle
compressed content properly!
* Workfile bug fixed
In prior versions of mod_gzip there was a problem with the
workfiles. When the compressed version of a file was bigger
than the file itself, the workfile has not been deleted.
Now it will be.
* mod_gzip recognizes outdated .gz files
mod_gzip now performs another stat() call and checks whether
the static compressed version of the file is older than the
uncompressed original file itself. If so, it sends the
uncompressed content(!) and creates a
SEND_AS_IS:PRECOMPRESSED_VARIANT_OUTDATED status value.
|
|
|
|
|
|
Get rid of autoconf dependency by adding a patch.
|
|
|
|
XXX Should buildlink2.mk's BUILDLINK_DEPENDS.curl version be bumped to 7.10.1?
|
|
|
|
|
|
- accept python-21pth only
Changes :
* Added new module-level function version_info() from
libcurl-7.10.
* Added commandline options to setup.py for specifying the path to
'curl-config' (non-windows) and the curl installation directory
(windows). See the 'INSTALL' file for details.
* Added CURLOPT_ENCODING, CURLOPT_NOSIGNAL and CURLOPT_BUFFERSIZE
from libcurl-7.10 (by Markus Oberhumer).
* Added a simple web-browser example based on gtkhtml and pycurl.
See the file 'examples/gtkhtml_demo.py' for details. The example
requires a working installation of gnome-python with gtkhtml
bindings enabled (pass --with-gtkhtml to gnome-python configure).
* Added new method 'select' on CurlMulti objects. Example usage
in 'tests/test_multi5.py'. This method is just an optimization of
the combined use of fdset and select.
* Added support for curl_multi_fdset. See the file
'tests/test_multi4.py' for example usage. Contributed by Conrad
Steenberg <conrad@hep.caltech.edu>.
* perform() on multi objects now returns a tuple (result, number
of handles) like the libcurl interface does.
* Added the 'sfquery' script which retrieves a SourceForge XML
export object for a given project. See the file 'examples/sfquery.py'
for details and usage. 'sfquery' was contributed by Eric
S. Raymond <esr@thyrsus.com>.
* API enhancements: added Curl() and CurlMulti() as aliases for
init() and multi_init(), and added close() methods as aliases
for the cleanup() methods. The new names much better match
the actual intended use of the objects, and they also nicely
correspond to Python's file object.
* Also, all constants for Curl.setopt() and Curl.getinfo() are now
visible from within Curl objects.
* More see Changes
- All changes are fully backward-compatible. -
|
|
Changes :
- Jeff Lawson fixed a few problems with connection re-use that remained when
you set CURLOPT_PROXY to "".
- Craig Davison found a terrible flaw and Cris Bailiff helped out in the
search. Getting HTTP data from servers when the headers are split up in
multiple reads, could cause junk data to get inserted among the saved
headers. This only concerns HTTP(S) headers.
- Vincent Penquerc'h gave us the good suggestion that when the ERRRORBUFFER
is set internally, the error text is sent to the debug function as well.
- Fixed the telnet code to timeout properly as the option tells it to. On
non-windows platforms.
- John Crow pointed out that libcurl-the-guide wasn't included in the release
tarball!
- Kevin Roth pointed out that make install didn't do right if build outside
the source tree (ca-bundle wise).
- FOLLOW_LOCATION bugfix for the multi interface
[trim], more see CHANGES.
|
|
This enables changing locale's.
Noted in private email from Eric Jacoboni (jaco at scrogneugneu dot org)
|
|
|