Commit graph

189553 commits

Author SHA1 Message Date
Sergey A. Osokin
2b2fb75b92 Drop maintainership, I don't have an ltmdm based modem any more. 2008-01-10 15:31:18 +00:00
Sergey A. Osokin
4193ec240d Update from 0.5.34 to 0.5.35.
<ChangeLog>

    *) Change: now the ngx_http_userid_module adds start time microseconds
       to the cookie field contains a pid value.

    *) Change: now the uname(2) is used on Linux instead of procfs.
       Thanks to Ilya Novikov.

    *) Feature: the "If-Range" request header line support.
       Thanks to Alexander V. Inyukhin.

    *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
       error; bug appeared in 0.5.13.

    *) Bugfix: the STARTTLS in SMTP mode did not work.
       Thanks to Oleg Motienko.

    *) Bugfix: large_client_header_buffers did not freed before going to
       keep-alive state.
       Thanks to Olexander Shtepa.

    *) Bugfix: the "limit_rate" directive did not allow to use full
       throughput, even if limit value was very high.

    *) Bugfix: the $status variable was equal to 0 if a proxied server
       returned response in HTTP/0.9 version.

    *) Bugfix: if the "?" character was in a "error_page" directive, then
       it was escaped in a proxied request; bug appeared in 0.5.32.

</ChangeLog>
2008-01-10 15:18:25 +00:00
Thomas Abthorpe
c602dd26a2 - Update to 1.8 2008-01-10 15:13:27 +00:00
Sergey A. Osokin
fb584d128e Update from 0.6.21 to 0.6.25.
<ChangeLog>

Changes with nginx 0.6.25                                        08 Jan 2008

    *) Change: now the "server_name_in_redirect" directive is used instead
       of the "server_name" directive's special "*" parameter.

    *) Change: now wildcard and regex names can be used as main name in a
       "server_name" directive.

    *) Change: the "satisfy_any" directive was replaced by the "satisfy"
       directive.

    *) Workaround: old worker processes might hog CPU after reconfiguration
       if they was run under Linux OpenVZ.

    *) Feature: the "min_delete_depth" directive.

    *) Bugfix: the COPY and MOVE methods did not work with single files.

    *) Bugfix: the ngx_http_gzip_static_module did not allow the
       ngx_http_dav_module to work; bug appeared in 0.6.23.

    *) Bugfix: socket leak in HTTPS mode if deferred accept was used.
       Thanks to Ben Maurer.

    *) Bugfix: nginx could not be built without PCRE library; bug appeared
       in 0.6.23.

Changes with nginx 0.6.24                                        27 Dec 2007

    *) Bugfix: a segmentation fault might occur in worker process if HTTPS
       was used; bug appeared in 0.6.23.

Changes with nginx 0.6.23                                        27 Dec 2007

    *) Change: the "off" parameter in the "ssl_session_cache" directive;
       now this is default parameter.

    *) Change: the "open_file_cache_retest" directive was renamed to the
       "open_file_cache_valid".

    *) Feature: the "open_file_cache_min_uses" directive.

    *) Feature: the ngx_http_gzip_static_module.

    *) Feature: the "gzip_disable" directive.

    *) Feature: the "memcached_pass" directive may be used inside the "if"
       block.

    *) Bugfix: a segmentation fault occurred in worker process, if the
       "memcached_pass" and "if" directives were used in the same location.

    *) Bugfix: if a "satisfy_any on" directive was used and not all access
       and auth modules directives were set, then other given access and
       auth directives were not tested;

    *) Bugfix: regex parameters in a "valid_referers" directive were not
       inherited from previous level.

    *) Bugfix: a "post_action" directive did run if a request was completed
       with 499 status code.

    *) Bugfix: optimization of 16K buffer usage in a SSL connection.
       Thanks to Ben Maurer.

    *) Bugfix: the STARTTLS in SMTP mode did not work.
       Thanks to Oleg Motienko.

    *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
       error; bug appeared in 0.5.13.

Changes with nginx 0.6.22                                        19 Dec 2007

    *) Change: now all ngx_http_perl_module methods return values copied to
       perl's allocated memory.

    *) Bugfix: if nginx was built with ngx_http_perl_module, the perl
       before 5.8.6 was used, and perl supported threads, then during
       reconfiguration the master process aborted; bug appeared in
       0.5.9.
       Thanks to Boris Zhmurov.

    *) Bugfix: the ngx_http_perl_module methods may get invalid values of
       the regex captures.

    *) Bugfix: a segmentation fault occurred in worker process, if the
       $r->has_request_body() method was called for a request whose small
       request body was already received.

    *) Bugfix: large_client_header_buffers did not freed before going to
       keep-alive state.
       Thanks to Olexander Shtepa.

    *) Bugfix: the last address was missed in the $upstream_addr variable;
       bug appeared in 0.6.18.

    *) Bugfix: the "fastcgi_catch_stderr" directive did return error code;
       now it returns 502 code, that can be rerouted to a next server using
       the "fastcgi_next_upstream invalid_header" directive.

    *) Bugfix: a segmentation fault occurred in master process if the
       "fastcgi_catch_stderr" directive was used; bug appeared in
       0.6.10.
       Thanks to Manlio Perillo.

</ChangeLog>
2008-01-10 15:07:38 +00:00
Nicola Vitale
32d02f1c61 - Update to 1.3 2008-01-10 13:24:42 +00:00
Nicola Vitale
6174346c91 - Update to 1.0 2008-01-10 13:23:17 +00:00
Nicola Vitale
6d0a3f1a6d - Fix variable name: NO_INSTALL_MAN -> NO_INSTALL_MANPAGES 2008-01-10 13:21:39 +00:00
Rong-En Fan
f12eaf1459 - Bump PORTREVISION after rc script changed 2008-01-10 13:21:22 +00:00
Rong-En Fan
e201bd9f94 - Fix rc script
Actually, the maintainer submits the rc script which uses 'name=noip2'.
After some discussion with him, I changed it to use noip in order to
match its port name, but forget to properly set $command.

Pointy hat to:	rafan
Reported by:	Andrea Venturoli <ml at netfence.it>
Approved by:	maintainer (implicit)
2008-01-10 13:21:03 +00:00
Marcelo Araujo
d1732c3d96 - Update version to 1.13.
- Update master site and maintainer's mail address.

PR:		ports/119381
Submitted by:	Kim Naim Lesmer <knl@bitflop.com> (maintainer)
Approved by:	stas (mentor, implicit)
2008-01-10 12:46:56 +00:00
Martin Wilke
54454a9be0 - Update to 1.00007
PR:		119340
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-01-10 12:00:10 +00:00
Martin Wilke
4f4a6a57a9 - Update to 0.3.12
PR:		119327
Submitted by:	Andy Fawcett <andy@athame.co.uk> (maintainer)
2008-01-10 11:53:48 +00:00
Martin Wilke
e1df505e13 * Update to 0.0.13
* Pass maintainership to maintainership

PR:		119360
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2008-01-10 11:52:59 +00:00
Martin Wilke
4395d65d57 - Update to 20080109
Changelog:	http://jneitzel.sdf1.org/osh/src/CHANGES

Submitted by:	Jeffrey Allen Neitzel (author)
2008-01-10 11:51:01 +00:00
Martin Wilke
90e1ff0365 - USE sgtty
PR:		119108
Submitted by:	Ed Schouten <ed@fxq.nl>
2008-01-10 11:48:35 +00:00
Martin Wilke
3fd21ce55a - Use termios, not sgtty
PR:		119192
Submitted by:	Ed Schouten <ed@fxq.nl>
2008-01-10 11:47:47 +00:00
Li-Wen Hsu
e2a2dd6b00 - Ppdate to 1.7.8
- Use WWWDIR
- Pass maintainership to submitter

PR:		ports/119525
Submitted by:	Philippe Audeoud <jadawin AT tuxaco.net>
2008-01-10 11:39:31 +00:00
Erwin Lansing
5275170f61 Hook vtk5 up to the build after repocopy. 2008-01-10 11:05:27 +00:00
Li-Wen Hsu
37d52a606c - Update to 0.2.8
PR:		ports/119523
Submitted by:	Marcus von Appen <mva AT sysfault.org>
2008-01-10 10:52:52 +00:00
Xin LI
bc2a436c1b Update to 0.1.5 2008-01-10 10:14:10 +00:00
Joe Marcus Clarke
5153412b9f Chase the move of the goffice 0.4 API to devel/goffice04. 2008-01-10 07:09:39 +00:00
Joe Marcus Clarke
bcef647883 Update to 1.8.0. 2008-01-10 07:07:46 +00:00
Joe Marcus Clarke
968ffd18a5 Update to 0.6.1. 2008-01-10 07:07:04 +00:00
Joe Marcus Clarke
9a81cc3a02 Add goffice04 after a repocopy from devel/goffice. Goffice04 is the latest
goffice version 0.4 API which is still required by a few ports.
2008-01-10 07:06:43 +00:00
Cheng-Lung Sung
6cff1d89e0 - Update to 0.74
Changes:	http://search.cpan.org/dist/version/Changes
2008-01-10 06:20:02 +00:00
Cheng-Lung Sung
3e3a5204b5 - Update to 0.68
Changes:	http://search.cpan.org/dist/Module-Install/Changes
2008-01-10 06:15:01 +00:00
Joe Marcus Clarke
762c8dea29 Update to 0.17. 2008-01-10 05:41:20 +00:00
Li-Wen Hsu
d1e8a9dcce Add shimmer 0.1.0, perl implementation that hides a valuable port on
your server.

PR:		ports/119512
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
2008-01-10 05:24:33 +00:00
Beech Rintoul
3a06d9de90 - Makefile cleanup and tweaks
PR:		ports/119511
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Approved by:	linimon (mentor)
2008-01-10 03:54:15 +00:00
Alejandro Pulver
8d014a66d7 - Update to version 1.2.1.
- Build from source instead of installing (add an Ant build.xml file for this).
2008-01-10 02:04:05 +00:00
Jun Kuriyama
49ea2604d5 Fix compilation error with all options enabled.
PR:		ports/118803
Submitted by:	YAMAMOTO Shigeru <shigeru@iij.ad.jp>
2008-01-10 01:19:31 +00:00
Beech Rintoul
060f635058 - Update to 3.1.6
-Changes:
 * Fixed privilege escalation in the Horde API.
 * Improved XSS filtering.
 * Fixed locked portal blocks.
 * Further improved webroot detection.
 * Updated Japanese translation.

Approved by:	linimon (mentor)
2008-01-10 00:19:39 +00:00
Beech Rintoul
3e24cd3730 - Update to 2.1
- Changelog:
2.1 - By default, the SITE command is now disabled
in the bftpd.conf file. This is to prevent
security holes and DoS attacks via "site md5 <filename>"

Approved by:	linimon (mentor)
2008-01-10 00:13:03 +00:00
Beech Rintoul
4355c2c025 - New port webcalendar-devel-1.1.6
- This is a port of the WebCalendar application. WebCalendar is an
Open Source web-based calendar/scheduling system written in PHP.
WebCalendar has been under development since 2000 and continues
to evolve.

PR:		ports/119474
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Approved by:	linimon (mentor)
2008-01-10 00:06:11 +00:00
Beech Rintoul
2bbf54afc4 - Unbreak on 7.x up
- Bump portrevision.

Submitted by:	David Yeske <dyeske@gmail.com> (maintainer)
Approved by:	linimon (mentor)
2008-01-09 23:50:31 +00:00
Stanislav Sedov
a2856d4edc - Change the order of include dirs to fix compilation in case when
Adobe Flash(R) is installed. Otherwise jtag will try to include
  installed flash.h first.

Reported by:	Bruce M Simpson <bms@incunabulum.net>
2008-01-09 22:03:59 +00:00
Joe Marcus Clarke
40073203fb Correct patch path typo. 2008-01-09 22:02:40 +00:00
Joe Marcus Clarke
618de8d284 Fix the build on 5.X.
Reported by:	pointyhat via erwin
2008-01-09 22:01:52 +00:00
Johan van Selst
285c577a40 paps: UTF-8 to PostScript converter using Pango 2008-01-09 20:45:58 +00:00
Henrik Brix Andersen
0dca25e68e Take over maintaining this port.
Approved by:	Lars Sommer <lasg@lasg.dk> (previous maintainer), erwin (mentor)
2008-01-09 20:21:59 +00:00
Herve Quiroz
26215b83d1 Update to version 2.0.8
PR:		119455
Submitted by:	Tomas Verbaitis <tomasv@megalogika.lt>
2008-01-09 20:16:53 +00:00
Thierry Thomas
281ff0c348 Add en entry for multimedia/vtkmpeg2encode.
PR:		ports/119082
Submitted by:	Jason Bacon <bacon (at) smithers.neuro.mcw.edu>
2008-01-09 20:12:41 +00:00
Thierry Thomas
67bfbdb8f5 This is the VTK MPEG2 encoder library, which has been removed from the
main VTK distribution due to MPEG patent issues. This port is an optional
dependency for the new vtk5 port.

PR:		ports/119082
Submitted by:	Jason W. Bacon <bacon (at) smithers.neuro.mcw.edu>
2008-01-09 20:08:58 +00:00
Thierry Thomas
032479b8cd This is a new base port for VTK 5.0.3. Unlike the VTK 4 base port, it installs
the headers, TCL, and Python components, which are fairly small. Slave ports
for the larger optional components (e.g. JAVA, data, examples) will follow.

PR:		ports/119075
Submitted by:	Jason Bacon <bacon (at) smithers.neuro.mcw.edu>
2008-01-09 19:54:41 +00:00
Thierry Thomas
d3bbf9d4ba Repocopied from math/vtk.
PR:		ports/119159
Repocopied by:	marcus
2008-01-09 19:45:13 +00:00
Joerg Wunsch
3072dfb804 Sketch -- A 3D Scene Description Translator 2008-01-09 18:48:13 +00:00
Philip Paeps
07df59e3f6 Update to 3.9.
ChangeLog at: <http://bach.dynet.com/crip/src/current/Changelog>.
2008-01-09 18:07:48 +00:00
Michael Johnson
fcda740800 Update to 1.4.12 2008-01-09 17:17:18 +00:00
Nicola Vitale
21d5507bcc - Convert easy_install support to bsd.python.mk
- Replace pkg-plist with PLIST_FILES
2008-01-09 17:09:12 +00:00
Nicola Vitale
3a6d42fd84 - Fix download site and add a secondary one 2008-01-09 17:05:44 +00:00