Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.4_2,1 17 Jan 2014 01:27:34 |
osa |
Update from 4.0.33 to 4.0.35:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.4.4_2,1 16 Jan 2014 01:49:34 |
vanilla |
Upgrade 3rd party modules to latest version.
echo 0.50 => 0.51
headers_more 0.24 => 0.25
drizzle 0.1.6 => 0.1.7
rtmp 1.0.8 => 1.1.2
set_misc 0.23 => 0.24
srcache 0.24 => 0.25
Approved by: osa@ |
1.4.4_2,1 14 Jan 2014 10:45:24 |
osa |
Upgrade third-party lua module from 0.9.3 to 0.9.4. |
1.4.4_2,1 04 Jan 2014 05:01:54 |
osa |
Update from 4.0.30 to 4.0.33:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
Release 4.0.33
--------------
* Fixed a compatibility problem in passenger-install-apache2-module with Ruby
1.8.
The language selection menu didn't work properly.
Release 4.0.32
-------------- (Only the first 15 lines of the commit message are shown above ) |
1.4.4_2,1 03 Jan 2014 01:13:00 |
bapt |
Part 2 at removing now useless FETCH_ARGS redifition |
1.4.4_2,1 31 Dec 2013 15:26:56 |
osa |
Add distinfo for third-party footer module back, introduced in r338325. |
1.4.4_2,1 31 Dec 2013 15:24:37 |
osa |
Update from 4.0.29 to 4.0.30:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
* Fixed wrong autogeneration of HTTP Date header. If the web app does
not supply a Date header, then Passenger will add one. Unfortunately
due to the use of the wrong format string, December 30 2013 is
formatted as December 30 2014. As a result, cookies that expire before
2014 would expire on December 30 2013 and December 31 2013. Details can
be found at [Github pull request
93](https://github.com/phusion/passenger/pull/93).
This issue only affects Phusion Passenger for Nginx and Phusion Passenger (Only the first 15 lines of the commit message are shown above ) |
1.4.4_2,1 22 Dec 2013 08:58:22 |
vanilla |
1: Upgrade 3rd party modules to latest version.
echo 0.49 => 0.50
headers_more 0.22 => 0.24
drizzle 0.1.5 => 0.1.6
ndk 0.2.18 => 0.2.19
memc 0.13rc3 => 0.14
rds_csv 0.5rc2 => 0.5
rds_json 0.12rc10 => 0.13
rtmp 1.0.6 => 1.0.8
set_misc 0.22rc8 => 0.23
sflow 0.9.6 => 0.9.7
srcache 0.22 => 0.24
xss 0.3rc9 => 0.4
arrayvar 0.03rc1 => 0.03
2: add http_footer module.
Approved by: osa@ (maintainer) |
1.4.4_2,1 19 Dec 2013 17:46:59 |
osa |
Update third-party lua module from 0.9.2 to 0.9.3. |
1.4.4_2,1 19 Dec 2013 17:31:04 |
osa |
Be more correct with openssl on modern FreeBSD10.
Do not bump PORTREVISION cause SPDY module disable by default. |
1.4.4_2,1 14 Dec 2013 15:59:55 |
osa |
Update from 4.0.27 to 4.0.29:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
Release 4.0.29
--------------
* Fixed a compilation problem on OS X Mavericks.
Release 4.0.28
--------------
(Only the first 15 lines of the commit message are shown above ) |
1.4.4_2,1 06 Dec 2013 02:28:13 |
osa |
Update from 4.0.26 to 4.0.27:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
* [Apache] Fixed a bug in the Apache module which could lock up the Apache
process or thread. This is a regression introduced in version 4.0.24.
* Node.js application processes now have friendly process titles.
</ChangeLog> |
1.4.4_2,1 04 Dec 2013 05:06:16 |
osa |
Make third-party accept_language module fetchable by update to latest version.
PR: ports/184153 |
1.4.4_2,1 03 Dec 2013 18:08:21 |
osa |
Fix syslog support.
Do not bump PORTREVISION cause syslog support disabled by default.
Patch from: rea
PR: ports/180639 |
1.4.4_2,1 03 Dec 2013 07:25:51 |
mat |
Revert r335523.
Asked by: osa |
1.4.4_1,1 03 Dec 2013 02:37:52 |
vanilla |
Upgrade lua module to 0.9.2, echo module to 0.49.
Approved by: maintainer (osa@) |
1.4.4_1,1 02 Dec 2013 18:14:20 |
mat |
The patch for adding syslog support sets the wrong define variable causing
syslog support to not be built.
maintainer timeout.
PR: ports/180639
Submitted by: Dave Duchscher |
1.4.4,1 01 Dec 2013 16:11:27 |
osa |
Upgrade third-party ngx_http_redis module from 0.3.6 to 0.3.7.
<ChangeLog>
*) Bugfix: ngx_http_redis_module might issue the error message
"redis sent invalid trailer" for nginx >= 1.5.3.
Thanks to Maxim Dounin.
</ChangeLog> |
1.4.4,1 30 Nov 2013 10:29:01 |
osa |
Update from 4.0.25 to 4.0.26:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
<ChangeLog>
* Introduced the `PassengerBufferUpload` option for Apache. This option allows
one
to disable upload buffering, e.g. in order to be able to track upload
progress.
* [Nginx] The `HTTPS` variable is now set correctly for HTTPS connections, even
without setting `ssl on`. Fixes issue #401.
* [Standalone] It is now possible to listen on both a normal HTTP and an HTTPS
port.
* [Enterprise] The `passenger-status` tool now displays rolling restart status.
</ChangeLog> |
1.4.4,1 24 Nov 2013 14:21:08 |
vanilla |
Update rtmp module to 1.0.6.
Approved by: osa@ (maintainer) |
1.4.4,1 20 Nov 2013 18:13:08 |
osa |
Update from 4.0.24 to 4.0.25:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
1.4.4,1 19 Nov 2013 18:30:54 |
osa |
Update from 4.0.23 to 4.0.24:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Try to fix build www/rubygem-passenger with upcoming FreeBSD 10. |
1.4.4,1 19 Nov 2013 17:55:32 |
osa |
Security update from 1.4.3 to 1.4.4.
<ChangeLog>
*) Security: a character following an unescaped space in a request line
was handled incorrectly (CVE-2013-4547); the bug had appeared in
0.8.41.
Thanks to Ivan Fratric of the Google Security Team.
</ChangeLog> |
1.4.3,1 04 Nov 2013 13:20:45 |
osa |
Stagefy.
Thanks to: danfe |
1.4.3,1 03 Nov 2013 06:32:53 |
osa |
Convert LIB_DEPENDS to new syntax. |
1.4.3,1 02 Nov 2013 11:56:16 |
osa |
Update from 4.0.21 to 4.0.23:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
1.4.3,1 26 Oct 2013 13:39:37 |
osa |
Update from 4.0.20 to 4.0.21:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.4.3,1 12 Oct 2013 07:20:40 |
osa |
Update from 4.0.19 to 4.0.20:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.4.3,1 08 Oct 2013 15:27:17 |
osa |
Update from 1.4.2 to 1.4.3.
<ChangeLog>
*) Bugfix: a segmentation fault might occur in a worker process if the
ngx_http_spdy_module was used with the "client_body_in_file_only"
directive.
*) Bugfix: a segmentation fault might occur on start or during
reconfiguration if the "try_files" directive was used with an empty
parameter.
*) Bugfix: the $request_time variable did not work in nginx/Windows.
*) Bugfix: in the ngx_http_auth_basic_module when using "$apr1$"
password encryption method.
Thanks to Markus Linnala.
*) Bugfix: in the ngx_http_autoindex_module.
*) Bugfix: in the mail proxy server.
</ChangeLog> |
1.4.2,1 29 Sep 2013 15:34:31 |
osa |
Update from 4.0.17 to 4.0.19:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
1.4.2,1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.4.2,1 11 Sep 2013 15:17:13 |
osa |
Update from 4.0.16 to 4.0.17:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.4.2,1 11 Sep 2013 15:00:04 |
osa |
Update patch for third-party http_upload module.
PR: 182010 |
1.4.2,1 07 Sep 2013 10:31:24 |
osa |
Update from 4.0.14 to 4.0.16:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Also, convert to perl framework nginx ports. |
1.4.2,1 02 Sep 2013 12:06:49 |
bsam |
Adopt USES+=iconv.
Submitted by: bsam (me, by e-mail)
Approved by: osa (maintainer) |
1.4.2,1 20 Aug 2013 18:07:11 |
osa |
Update third-party modules:
o) echo from 0.45 to 0.46;
o) headers-more from 0.20 to 0.22;
o) lua from 0.8.2 to 0.8.6;
o) rtmp from 1.0.2 to 1.0.3;
o) srcache from 0.21 to 0.22. |
1.4.2,1 20 Aug 2013 04:45:54 |
osa |
Update from 4.0.13 to 4.0.14:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.4.2,1 17 Aug 2013 10:57:29 |
osa |
Update third-party modsecurity module from 2.7.4 to 2.7.5.
<ChangeLog>
23 Jul 2013 - 2.7.5
-------------------
Improvements:
* SecUnicodeCodePage is deprecated. SecUnicodeMapFile now accepts the code page
as
a second parameter.
* Updated Libinjection to version 3.4.1. Many improvements were made.
* Severity action now supports strings (emergency, alert, critical, error,
warning,
notice, info, debug).
Bug Fixes:
* Fixed utf8toUnicode tfn null byte conversion.
* Fixed NGINX crash when issue reload command.
* Fixed flush output buffer before inject modified hashed response body.
* Fixed url normalization for Hash Engine.
* Fixed NGINX ap_unixd_set_global_perms_mutex compilation error with apache 2.4
devel files.
</ChangeLog> |
1.4.2,1 16 Aug 2013 19:35:29 |
osa |
Update third-party rtmp module from 1.0.1 to 1.0.2.
Enable it for www/nginx-devel. |
1.4.2,1 16 Aug 2013 19:14:56 |
osa |
Update from 4.0.10 to 4.0.13:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.4.2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.4.2,1 22 Jul 2013 14:38:30 |
osa |
Update from 4.0.8 to 4.0.10:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel. |
1.4.2,1 17 Jul 2013 15:04:41 |
osa |
Update from 1.4.1 to 1.4.2.
Remove needless patch.
<ChangeLog>
*) Bugfix: the $r->header_in() embedded perl method did not return value
of the "Cookie" and "X-Forwarded-For" request header lines; the bug
had appeared in 1.3.14.
*) Bugfix: nginx could not be built with the ngx_mail_ssl_module, but
without ngx_http_ssl_module; the bug had appeared in 1.3.14.
*) Bugfix: in the "proxy_set_body" directive.
Thanks to Lanshun Zhou.
(Only the first 15 lines of the commit message are shown above ) |
1.4.1_1,1 10 Jul 2013 17:19:47 |
osa |
Update:
o) third-party passenger module from 4.0.5 to 4.0.8;
o) rubygem-passenger from 4.0.5 to 4.0.8;
o) third-party rtmp module from 1.0.0 to 1.0.1. |
1.4.1_1,1 23 Jun 2013 12:08:39 |
osa |
If nginx was compiled without --with-http_ssl_module, but with some
other module which uses OpenSSL (e.g. --with-mail_ssl_module), insufficient
preprocessor check resulted in build failure. The problem was introduced
by e0a3714a36f8 (1.3.14).
Reported by: "M.S. Babaei" <info@babaei.net>
Patch obtained from: http://hg.nginx.org/nginx/rev/9d83ec073c51 |
1.4.1,1 04 Jun 2013 06:58:09 |
osa |
Add third-party modsecurity module support, version 2.7.4. |
1.4.1,1 04 Jun 2013 06:46:43 |
osa |
Third-party rtmp module's tarball has been re-rolled without changes in source
code.
So, update checksum and size.
Reported by: vanilla |
1.4.1,1 29 May 2013 16:52:40 |
osa |
Update from 4.0.4 to 4.0.5:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel. |
1.4.1,1 28 May 2013 17:18:02 |
osa |
Update third-party rtmp module from 0.9.18 to 1.0.0. |
1.4.1,1 28 May 2013 16:15:28 |
osa |
Update third-party modules:
o) lua from 0.8.1 to 0.8.2;
o) srcache from 0.20 to 0.21. |
1.4.1,1 28 May 2013 16:03:07 |
osa |
Update from 3.0.19 to 4.0.4:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel. |
1.4.1,1 07 May 2013 11:33:00 |
osa |
Security update to latest versions:
o) www/nginx from 1.4.0 to 1.4.1;
o) www/nginx-devel from 1.4.0 to 1.5.0.
<ChangeLog>
*) Security: a stack-based buffer overflow might occur in a worker
process while handling a specially crafted request, potentially
resulting in arbitrary code execution (CVE-2013-2028); the bug had
appeared in 1.3.9.
Thanks to Greg MacManus, iSIGHT Partners Labs.
</ChangeLog> |
1.4.0_1,1 05 May 2013 05:57:13 |
delphij |
Update third-party lua module from 0.7.21 to 0.8.1.
Approved by: maintainer (osa) |
1.4.0_1,1 03 May 2013 21:53:54 |
osa |
Update third-party modules:
o) echo from 0.42 to 0.45;
o) headers_more from 0.19 to 0.20;
o) push_stream from 0.3.4 to 03.5;
o) upsteam_sticky from 1.0 to 1.1;
o) encrypted_session from 0.02 to 0.03;
o) lua from 0.7.15 to 0.7.21;
o) redis2 from 0.09 to 0.10;
o) rtmp from 0.9.13 to 0.9.18;
o) srcache from 0.19 to 0.20;
o) iconv from 0.10rc7 to 0.10;
Submitted by: delphij via private mail |
1.4.0_1,1 03 May 2013 19:50:55 |
osa |
Update third-party drizzle module to version 0.1.5.
Fix pkg-plist for pkgng. (*)
Bump PORTREVISION.
PR: 178123 (*) |
1.4.0,1 02 May 2013 14:31:01 |
osa |
Update to latest stable version 1.4.0.
Merge changes from www/nginx-devel to www/nginx.
<ChangeLog>
*) Bugfix: nginx could not be built with the ngx_http_perl_module if the
--with-openssl option was used; the bug had appeared in 1.3.16.
*) Bugfix: in a request body handling in the ngx_http_perl_module; the
bug had appeared in 1.3.9.
</ChangeLog> |
1.2.8,1 03 Apr 2013 03:29:22 |
osa |
Upgrade from 1.2.7 to latest bugfix release 1.2.8.
Approved by: portmgr (bapt)
<ChangeLog>
*) Bugfix: new sessions were not always stored if the "ssl_session_cache
shared" directive was used and there was no free space in shared
memory.
Thanks to Piotr Sikora.
*) Bugfix: responses might hang if subrequests were used and a DNS error
happened during subrequest processing.
Thanks to Lanshun Zhou.
*) Bugfix: in the ngx_http_mp4_module.
Thanks to Gernot Vormayr.
*) Bugfix: in backend usage accounting.
</ChangeLog> |
1.2.7_1,1 22 Mar 2013 16:41:10 |
osa |
Update third-party rtmp module from 0.9.12 to 0.9.13.
Submitted by: Fedor Dikarev <fedor.dikarev@gmail.com> |
1.2.7_1,1 21 Mar 2013 07:17:24 |
osa |
Update third-party chunkin module from 0.22rc1 to 0.23. |
1.2.7_1,1 21 Mar 2013 02:54:52 |
osa |
Update third-party modules:
o) naxsi-core from 0.49 to 0.50;
o) rtmp from 0.9.11 to 0.9.12.
Do not bump PORTREVISION. |
1.2.7_1,1 19 Mar 2013 18:50:47 |
osa |
Update syslog_support patch with module-specific changes.
Original
patch: https://raw.github.com/yaoweibin/nginx_syslog_patch/master/syslog_1.2.7.patch |
1.2.7_1,1 19 Mar 2013 18:41:58 |
osa |
Update third-party module rtmp from 0.9.8 to 0.9.11. |
1.2.7_1,1 19 Mar 2013 18:36:00 |
osa |
Update third-party cache_purge module from 2.0 to 2.1. |
1.2.7_1,1 14 Mar 2013 16:47:23 |
sbz |
- Update third-party NAXSI module to 0.49
- Remove non needed patches
Approved by: osa (via private mail) |
1.2.7_1,1 07 Mar 2013 14:30:48 |
osa |
Update third-party slowfs_cache module from 1.9 to 1.10.
Do not bump PORTREVISION.
<ChangeLog>
* Fix compatibility with nginx-1.1.12+.
Due to the changes in cache index usage accounting (1 per request
instead of 1 per access) initial cache insert of "small" file was
decreasing usage count, rendering index entry invalid.
Because cache manager ignores invalid entries, expired cache files
were not being removed from the cache, which forced it to outgrow
specified "max_size" value.
</ChangeLog> |
1.2.7_1,1 24 Feb 2013 07:03:47 |
osa |
Upgrade third-party rtmp module from 0.8.7 to 0.9.8. |
1.2.7_1,1 23 Feb 2013 10:44:18 |
osa |
Upgrade third-party modules (according to latest stable ngx_openresty-1.2.6.6):
o) echo from 0.41 to 0.42;
o) headers_more from 0.18 to 0.19;
o) lua from 0.6.10 to 0.7.15;
o) srcache from 0.16 to 0.19;
o) forminput from 0.07rc5 to 0.07. |
1.2.7_1,1 20 Feb 2013 17:47:36 |
osa |
Update third-party http_auth_ldap module.
PR: 176297 |
1.2.7_1,1 19 Feb 2013 17:36:56 |
osa |
Add third-party http_push_stream module.
PR: 174423 |
1.2.7_1,1 13 Feb 2013 09:23:58 |
osa |
Add nginx_pid_prefix rcvar for ability to prevent collision with other PIDs
names
when using with profiles.
Bump PORTREVISION.
PR: 175823 |
1.2.7,1 13 Feb 2013 04:33:53 |
osa |
Update from 1.2.6 to 1.2.7.
<ChangeLog>
*) Change: now if the "include" directive with mask is used on Unix
systems, included files are sorted in alphabetical order.
*) Change: the "add_header" directive adds headers to 201 responses.
*) Feature: the "geo" directive now supports IPv6 addresses in CIDR
notation.
*) Feature: the "flush" and "gzip" parameters of the "access_log"
directive.
(Only the first 15 lines of the commit message are shown above ) |
1.2.6,1 07 Feb 2013 12:37:48 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr |
1.2.6,1 07 Feb 2013 03:16:17 |
osa |
Update devel-kit third-party module from 0.2.17 to 0.2.18.
USE_NGINX_DEVEL_KIT internal knob has been deprecated.
Fix third-party modules build by change configure order.
Fix build with iconv third-party module. (*)
Do not bump PORTREVISION.
PR: 175862 (*) |
1.2.6,1 17 Jan 2013 03:36:31 |
osa |
Update third-party rtmp module from 0.8.4 to 0.8.7.
Requested by: Roman Arutyunyan <arutyunyan.roman@gmail.com> (author) |
1.2.6,1 09 Jan 2013 15:52:35 |
osa |
Update from 3.0.17 to 3.0.19:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel.
<Changes>
Release 3.0.19
--------------
* Nginx security fix: do not display Nginx version when
server_tokens are off.
* Fixed compilation problems on some systems.
* Fixed some Union Station-related bugs.
Release 3.0.18
--------------
* Fixed compilation problems on Fedora 17.
* Fixed Union Station compatibility with Rails 3.2.
* Phusion Passenger Enterprise Standalone now supports rolling
restarts and deployment error resistance.
</Changes> |
1.2.6,1 21 Dec 2012 05:20:28 |
osa |
Update rtmp third-party module from 0.6.1 to 0.8.4.
Spotted by: Roman Arutyunyan <arutyunyan.roman@gmail.com> (author) |
1.2.6,1 11 Dec 2012 19:05:28 |
osa |
Update third-party ngx_cache_purge module from 1.6 to 2.0. |
1.2.6,1 11 Dec 2012 18:51:14 |
osa |
Update from 1.2.5 to 1.2.6.
<ChangeLog>
*) Feature: the $request_time and $msec variables can now be used not
only in the "log_format" directive.
*) Bugfix: cache manager and cache loader processes might not be able to
start if more than 512 listen sockets were used.
*) Bugfix: in the ngx_http_dav_module.
</ChangeLog> |
1.2.5_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
1.2.5,1 22 Nov 2012 03:47:21 |
osa |
Use more canonical names for patches.
No functionaly changes.
Don't bump PORTREVISION.
Feature safe: yes |
1.2.5,1 13 Nov 2012 15:58:00 |
osa |
Update from 1.2.4 to 1.2.5.
Feature safe: yes
<ChangeLog>
*) Feature: the "optional_no_ca" parameter of the "ssl_verify_client"
directive.
Thanks to Mike Kazantsev and Eric O'Connor.
*) Feature: the $bytes_sent, $connection, and $connection_requests
variables can now be used not only in the "log_format" directive.
Thanks to Benjamin Grts+ssing.
*) Feature: resolver now randomly rotates addresses returned from cache.
Thanks to Anton Jouline.
*) Feature: the "auto" parameter of the "worker_processes" directive.
*) Bugfix: "cache file ... has md5 collision" alert.
*) Bugfix: OpenSSL 0.9.7 compatibility.
</ChangeLog> |
1.2.4,1 17 Oct 2012 02:17:42 |
osa |
Update third-party modules:
o) drizzle - from 0.1.2 to 0.1.4;
o) lua - from 0.5.14 to 0.6.10;
o) redis2 - from 0.08rc4 to 0.09;
o) rtmp - from 0.2.3 to 0.6.1;
o) srcache - from 0.14 to 0.16.
Convert header to modern manner.
Feature safe: yes |
1.2.4,1 26 Sep 2012 03:18:26 |
osa |
Update from 1.2.3 to 1.2.4.
<ChangeLog>
*) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14.
Thanks to Charles Chen.
*) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if
the --with-ipv6 option was used.
*) Bugfix: a segmentation fault might occur in a worker process if the
"map" directive was used with variables as values.
*) Bugfix: a segmentation fault might occur in a worker process if the
"geo" directive was used with the "ranges" parameter but without the (Only the first 15 lines of the commit message are shown above ) |
1.2.3_1,1 20 Sep 2012 03:56:12 |
osa |
Add third-party CT++ module.
Subnmitted: Veniamin Gvozdikov <g.veniamin@googlemail.com>
PR: 171702 |
1.2.3_1,1 20 Sep 2012 03:44:21 |
osa |
Add third-party http_auth_ldap module.
Submitted by: rm
PR: 171745 |
1.2.3_1,1 19 Sep 2012 18:29:13 |
osa |
Fix rc script for nginx with profiles. (*)
Configure build with original http_dav if third-party http_dav_ext defined.
Bump PORTREVISIONs.
Found by: Slava Kokorin <slava.kokorin@gmail.com> (*) |
1.2.3,1 28 Aug 2012 18:01:09 |
osa |
Update from 3.0.15 to 3.0.17:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel. |
1.2.3,1 26 Aug 2012 16:56:32 |
osa |
Update third-party http_substitutions_filter module to "numeric"
release - 0.6.2. |
1.2.3,1 26 Aug 2012 10:58:51 |
osa |
Update third-party http_substitutions_filter module to latest snapshot. |
1.2.3,1 21 Aug 2012 03:38:25 |
osa |
Update third-party http_substitutions_filter module from 0.5.2.r59 to 0.6.0,
relocated to github.
Fix typo for upstream_fair module. [*]
Submitted by: Artis Caune <Artis.Caune@gmail.com> [*]
PR: 170795 [*] |
1.2.3,1 15 Aug 2012 16:02:13 |
osa |
Update third-party modules (sync with openresty-1.2.1.14):
o) lua from 0.5.13 to 0.5.14;
o) srcache from 0.13rc8 to 0.14. |
1.2.3,1 13 Aug 2012 16:38:07 |
osa |
Update third-party modules (sync with openresty-1.2.1.13):
o) lua from 0.5.12 to 0.5.13;
o) echo from 0.38rc2 to 0.41. |
1.2.3,1 07 Aug 2012 17:30:44 |
osa |
Update third-party modules (sync with openresty-1.2.1.9):
o) lua from 0.5.7 to 0.5.12;
o) headers_more from 0.17 to 0.18;
o) drizzle from 0.1.2rc7 to 0.1.2. |
1.2.3,1 07 Aug 2012 17:12:09 |
osa |
Update from 1.2.2 to 1.2.3.
<ChangeLog>
*) Feature: the Clang compiler support.
*) Bugfix: extra listening sockets might be created.
Thanks to Roman Odaisky.
*) Bugfix: nginx/Windows might hog CPU if a worker process failed to
start.
Thanks to Ricardo Villalobos Guevara.
*) Bugfix: the "proxy_pass_header", "fastcgi_pass_header",
"scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header", (Only the first 15 lines of the commit message are shown above ) |
1.2.2,1 04 Aug 2012 06:01:12 |
osa |
Update from 3.0.14 to 3.0.15:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.2.2,1 31 Jul 2012 17:50:51 |
osa |
Update:
o) third-party rtmp module from 0.1.10 to 0.2.3; (*)
o) prefix path for third-party sflow module.
Requested by: Rudolph Sand aka r dot sand at new-net dot net (*) |
1.2.2,1 26 Jul 2012 06:28:02 |
ak |
- Fix MAIL_* options
Approved by: osa (maintainer) |
1.2.2,1 22 Jul 2012 13:39:34 |
osa |
Update passenger from 3.0.13 to 3.0.14. |
1.2.2,1 16 Jul 2012 17:47:56 |
osa |
Move rc script nginx.sh.in to more canonical nginx.in. |
1.2.2,1 16 Jul 2012 17:38:33 |
osa |
Update third-party modules:
o) lua from 0.5.0rc30 to 0.5.7;
o) headers_more from 0.17rc1 to 0.17.
s/_MODULE//. |