Merge support for http_redis module (0.1.2) from www/nginx-devel.
<ChangeLog>
*) Security: a segmentation fault might occur in worker process while
specially crafted request handling.
Thanks to Chris Ries.
*) Feature: the $upstream_cache_status variable.
*) Bugfix: an expired cached response might stick in the "UPDATING"
state.
*) Bugfix: a segmentation fault might occur in worker process, if
error_log was set to info or debug level.
Thanks to Sergey Bochenkov.
*) Bugfix: in handling FastCGI headers split in records.
*) Bugfix: XSLT filter may fail with message "not well formed XML
document" for valid XML document.
Thanks to Kuramoto Eiji.
*) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by
a regular expression are always tested in case insensitive mode.
*) Bugfix: now nginx/Windows ignores trailing dots in URI.
Thanks to Hugo Leisink.
*) Bugfix: name of file specified in --conf-path was not honored during
installation; the bug had appeared in 0.6.6.
Thanks to Maxim Dounin.
*) Bugfix: a 500 error code was returned for invalid login/password
while HTTP Basic authentication on Windows.
</ChangeLog>
Update http_redis module from 0.1.1 to 0.1.2.
<ChangeLog>
*) Security: a segmentation fault might occur in worker process while
specially crafted request handling.
Thanks to Chris Ries.
*) Bugfix: if names .domain.tld, .sub.domain.tld, and .domain-some.tld
were defined, then the name .sub.domain.tld was matched by
.domain.tld.
*) Bugfix: in transparency support in the ngx_http_image_filter_module.
*) Bugfix: in file AIO.
*) Bugfix: in X-Accel-Redirect usage; the bug had appeared in 0.8.11.
*) Bugfix: in embedded perl module; the bug had appeared in 0.8.11.
</ChangeLog>
flickr via flickr API's to get a users (configured in httpd.conf) public photo
sets, photos in sets and recent photos uploaded in flickr etc...
Currently only 4 api calls have been implmeneted (all are GET calls). These
API's return data in XML format. The XML can then be parsed by the calling code
(e.g. front end Javascript/php) to display thumbnails of the images say in a
scrollbar. (Code for front end is not distributed as yet)
This module can be used by web developers who want to show their photos/albums
uploaded in flickr on their website and/or access to metadata of their photos
for their own needs/purposes.
WWW: http://www.vshank.com/code/mod_flickr
PR: ports/138299
Submitted by: vshankar
update mod_zip from 1.1.4 to 1.1.5;
update passenger module support from 2.2.4 to 2.2.5;
update upload_progress module from 0.5 to 0.6;
remove needless patch.
Do not bump PORTREVISION.
nginx and nginx-devel accordingly.
Do not bump PORTREVISIONs.
Patch from: Brice Figureau aka brice at daysofwonder dot com
Tested by: Vladimir Getmanshchuk aka vladget at openfilm dot com
- Fix install paths as they should have been
- Remove CONFLICTS
- Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.org
Approved by: maho (mentor)
- Update to 2.3.3
- Fix install paths as they should have been
- Remove CONFLICTS
- Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.org
- Remove the MOVED entry
Approved by: maho (mentor)