Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.14.0_4 02 May 2018 15:07:27
  |
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
1.14.0_3 26 Apr 2018 22:11:26
  |
osa  |
Cleanup Makefile.extmod file.
Upgrade third-party modules to their recent versions.
Bump PORTREVISION. |
1.14.0_2 24 Apr 2018 22:29:18
  |
osa  |
Merge from www/nginx and adopt next revisions:
468201, 468240.
Update third-party modules to their recent versions.
Enable libxml usage for third-party vod module.
Bump PORTREVISION. |
1.14.0_1 23 Apr 2018 00:33:54
  |
osa  |
Remove the needless patch. |
1.14.0_1 22 Apr 2018 21:35:52
  |
osa  |
Merge from www/nginx and adopt next revisions:
465814, 465851, 465931, 468031.
Bump PORTREVISION. |
1.14.0 17 Apr 2018 23:19:32
  |
osa  |
Upgrade from 1.13.12 to 1.14.0.
<ChangeLog>
*) 1.14.x stable branch.
</ChangeLog> |
1.13.12 11 Apr 2018 23:45:27
  |
osa  |
Upgrade from 1.13.11 to 1.13.12.
While I'm here add back modsecurity3 distinfo records.
<ChangeLog>
*) Bugfix: connections with gRPC backends might be closed unexpectedly
when returning a large response.
</ChangeLog> |
1.13.11 08 Apr 2018 21:11:08
  |
osa  |
Upgrade from 1.13.10 to 1.13.11.
While I'm here upgrade next third-party modules to their
recent version:
o) passenger;
o) njs.
<ChangeLog>
*) Feature: the "proxy_protocol" parameter of the "listen" directive now
supports the PROXY protocol version 2.
*) Bugfix: nginx could not be built with OpenSSL 1.1.1 statically on
Linux.
*) Bugfix: in the "http_404", "http_500", etc. parameters of the
"proxy_next_upstream" directive.
</ChangeLog> |
1.13.10 22 Mar 2018 23:53:55
  |
osa  |
Add modsecurity v3 distinfo entries.
PR: 226848 |
1.13.10 21 Mar 2018 23:13:57
  |
osa  |
Upgrade from 1.13.9 to 1.13.10.
Upgrade third-party modules to their recent version.
<ChangeLog>
*) Feature: the "set" parameter of the "include" SSI directive now
allows writing arbitrary responses to a variable; the
"subrequest_output_buffer_size" directive defines maximum response
size.
*) Feature: now nginx uses clock_gettime(CLOCK_MONOTONIC) if available,
to avoid timeouts being incorrectly triggered on system time changes.
*) Feature: the "escape=none" parameter of the "log_format" directive.
Thanks to Johannes Baiter and Calin Don. (Only the first 15 lines of the commit message are shown above ) |
1.13.9 11 Mar 2018 17:38:46
  |
brnrd  |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
1.13.9 21 Feb 2018 03:47:53
  |
osa  |
Upgrade from 1.13.8 to 1.13.9.
Upgrade third-party modules to their recent version.
Remove needless patches.
<ChangeLog>
*) Feature: HTTP/2 server push support; the "http2_push" and
"http2_push_preload" directives.
*) Bugfix: "header already sent" alerts might appear in logs when using
cache; the bug had appeared in 1.9.13.
*) Bugfix: a segmentation fault might occur in a worker process if the
"ssl_verify_client" directive was used and no SSL certificate was
specified in a virtual server.
*) Bugfix: in the ngx_http_v2_module.
*) Bugfix: in the ngx_http_dav_module.
</ChangeLog> |
1.13.8 05 Jan 2018 20:03:34
  |
osa  |
Upgrade from 1.13.7 to 1.13.8.
While I'm here remove needless patch.
<ChangeLog>
*) Feature: now nginx automatically preserves the CAP_NET_RAW capability
in worker processes when using the "transparent" parameter of the
"proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and
"uwsgi_bind" directives.
*) Feature: improved CPU cache line size detection.
Thanks to Debayan Ghosh.
*) Feature: new directives in vim syntax highlighting scripts. (Only the first 15 lines of the commit message are shown above ) |
1.13.7_3 15 Dec 2017 00:56:39
  |
osa  |
Use @postexec keyword instead of deprecated @exec one in pkg-plist.
Bump PORTREVISION.
While I'm here upgrade third-party fancyindex module to the latest
version - 0.4.2. |
1.13.7_2 05 Dec 2017 03:49:20
  |
osa  |
Add third-party vts (virtual host traffic status) module.
Suggested by: "Eugene M. Zheganin" <emz@norma.perm.ru> |
1.13.7_2 05 Dec 2017 03:17:30
  |
osa  |
Upgrade next third-party modules to their recent versions:
o) njs;
o) echo;
o) lua;
o) nchan;
o) redis2;
o) srcache;
o) tarantul;
o) vod.
Remove needless patches cause most of them have been added to their
upstreams. |
1.13.7_2 05 Dec 2017 02:09:22
  |
osa  |
Switch to fork that uses new brotli ABI.
Thanks to: Evgenii Kliuchnikov <eustas@google.com>
PR: 224000
While I'm here add CONFLICTS_INSTALL and PORTSCOUNT.
Bump PORTREVISION. |
1.13.7_1 29 Nov 2017 00:43:23
  |
osa  |
Update from 5.1.11 to 5.1.12:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
1.13.7_1 26 Nov 2017 02:14:19
  |
osa  |
Upgrade from 1.13.6 to 1.13.7.
<ChangeLog>
*) Bugfix: in the $upstream_status variable.
*) Bugfix: a segmentation fault might occur in a worker process if a
backend returned a "101 Switching Protocols" response to a
subrequest.
*) Bugfix: a segmentation fault occurred in a master process if a shared
memory zone size was changed during a reconfiguration and the
reconfiguration failed.
*) Bugfix: in the ngx_http_fastcgi_module. (Only the first 15 lines of the commit message are shown above ) |
1.13.6_1 21 Oct 2017 06:50:50
  |
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
1.13.6 18 Oct 2017 16:58:39
  |
osa  |
Security (*) upgrade from 5.1.8 to 5.1.11:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx-devel;
MFH: 2017Q4
See
details: https://blog.phusion.nl/2017/10/13/passenger-security-advisory-5-1-11/ |
1.13.6 12 Oct 2017 15:57:51
  |
mat  |
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643 |
1.13.6 11 Oct 2017 02:34:40
  |
osa  |
Upgrade from 1.13.5 to 1.13.6.
<ChangeLog>
*) Bugfix: switching to the next upstream server in the stream module
did not work when using the "ssl_preread" directive.
*) Bugfix: in the ngx_http_v2_module.
Thanks to Piotr Sikora.
*) Bugfix: nginx did not support dates after the year 2038 on 32-bit
platforms with 64-bit time_t.
*) Bugfix: in handling of dates prior to the year 1970 and after the
year 10000. (Only the first 15 lines of the commit message are shown above ) |
1.13.5 23 Sep 2017 20:34:20
  |
osa  |
Do the port clean-up:
o) replace `!empty(PORT_OPTIONS:M...)' with `${PORT_OPTIONS:M...}';
o) http_accesskey was removed in r439844, cleanup it.
Do not bump PORTREVISION.
PR: 222338 |
1.13.5 07 Sep 2017 21:15:16
  |
osa  |
Upgrade from 5.1.5 to 5.1.8:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx; (*)
o) third-party passenger module for www/nginx-devel.
Approved by: joneum (maintainer) (*) |
1.13.5 07 Sep 2017 18:12:35
  |
joneum  |
- www/nginx-devel: Update from 1.13.4 to 1.13.5
- Changelog:
*) Feature: the $ssl_client_escaped_cert variable.
*) Bugfix: the "ssl_session_ticket_key" directive and the "include"
parameter of the "geo" directive did not work on Windows.
*) Bugfix: incorrect response length was returned on 32-bit platforms
when requesting more than 4 gigabytes with multiple ranges.
*) Bugfix: the "expires modified" directive and processing of the
"If-Range" request header line did not use the response last
modification time if proxying without caching was used.
Approved by: osa (maintainer)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D12247 |
1.13.4 06 Sep 2017 20:08:12
  |
osa  |
Upgrade third-party njs module from 0.1.10 to post-0.1.13.
Do not bump PORTREVISION. |
1.13.4 11 Aug 2017 08:07:34
  |
joneum  |
- www/nginx-devel: Update from 1.13.3 to 1.13.4
- pet Portlint
- Changelog:
*) Feature: the ngx_http_mirror_module.
*) Bugfix: client connections might be dropped during configuration
testing when using the "reuseport" parameter of the "listen"
directive on Linux.
*) Bugfix: request body might not be available in subrequests if it was
saved to a file and proxying was used.
*) Bugfix: cleaning cache based on the "max_size" parameter did not work
on Windows.
*) Bugfix: any shared memory allocation required 4096 bytes on Windows.
*) Bugfix: nginx worker might be terminated abnormally when using the
"zone" directive inside the "upstream" block on Windows.
Approved by: osa (maintainer)
Approved by: miwi (mentor)
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D11951 |
1.13.3 13 Jul 2017 11:17:36
  |
osa  |
Updade third-party ngx_brotli module to recent version, update
dependences.
No cookie for: brnrd |
1.13.3 12 Jul 2017 00:21:05
  |
osa  |
Security upgrade to 1.13.3.
MFH: 2017Q3
Security: CVE-2017-7529 |
1.13.2 04 Jul 2017 15:44:05
  |
osa  |
Upgrade third-party clojure module from 0.4.4 to 0.4.5. |
1.13.2 04 Jul 2017 15:37:06
  |
osa  |
Update from 5.1.4 to 5.1.5:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel. |
1.13.2 01 Jul 2017 14:29:39
  |
osa  |
Upgrade from 1.13.1 to 1.13.2.
<ChangeLog>
*) Change: nginx now returns 200 instead of 416 when a range starting
with 0 is requested from an empty file.
*) Feature: the "add_trailer" directive.
Thanks to Piotr Sikora.
*) Bugfix: nginx could not be built on Cygwin and NetBSD; the bug had
appeared in 1.13.0.
*) Bugfix: nginx could not be built under MSYS2 / MinGW 64-bit.
Thanks to Orgad Shaneh.
*) Bugfix: a segmentation fault might occur in a worker process when
using SSI with many includes and proxy_pass with variables.
*) Bugfix: in the ngx_http_v2_module.
Thanks to Piotr Sikora.
</ChangeLog> |
1.13.1 09 Jun 2017 23:58:55
  |
osa  |
Add third-party vod module.
Requsted by: Alexander Ushakov <alexander@tauruna.ru> |
1.13.1 31 May 2017 01:35:21
  |
osa  |
Remove the legacy third-party module checksums.
Do not bump PORTREVISION. |
1.13.1 31 May 2017 01:29:46
  |
osa  |
Upgrade from 1.13.0 to 1.13.1.
<ChangeLog>
*) Feature: now a hostname can be used as the "set_real_ip_from"
directive parameter.
*) Feature: vim syntax highlighting scripts improvements.
*) Feature: the "worker_cpu_affinity" directive now works on DragonFly
BSD.
Thanks to Sepherosa Ziehau.
*) Bugfix: SSL renegotiation on backend connections did not work when
using OpenSSL before 1.1.0. (Only the first 15 lines of the commit message are shown above ) |
1.13.0_3 21 May 2017 19:05:01
  |
osa  |
A customer has reported about an issue when unable to load a dynamic
module because of wrong order of those modules in the default confi-
guration file, so remove the auto generation of the load modules list.
Bump PORTREVISION. |
1.13.0_2 13 May 2017 20:34:50
  |
osa  |
Upgrade from 5.1.3 to 5.1.4:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel. |
1.13.0_2 11 May 2017 21:22:28
  |
osa  |
Fix the build when libressl defined.
Bump PORTREVISION.
Reported by: many |
1.13.0_1 03 May 2017 22:33:19
  |
osa  |
Upgrade third-party http_auth_pam module from 1.2 to 1.5.1.
Change upstream to github.
It's possible to build the module as dynamic now.
Do not bump PORTREVISION. |
1.13.0_1 03 May 2017 22:16:25
  |
osa  |
Upgrade third-party auth_digest module from cc61b4a to 519dc2a,
it's possible to build it as dynamic module.
Do not bump PORTREVISION. |
1.13.0_1 03 May 2017 22:03:09
  |
osa  |
Upgrade third-party memc module from 0.17 to 0.18.
Remove the needless patch (incorporated into upstream).
Do not bump PORTREVISION. |
1.13.0_1 03 May 2017 21:36:42
  |
osa  |
Upgrade from 5.1.2 to 5.1.3:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel. |
1.13.0_1 01 May 2017 23:30:03
  |
osa  |
Fix third-party lua-nginx module build with LibreSSL.
While I'm here clean-up distinfo from the checksums of legacy
third-party modules.
Do not bump PORTREVISION.
PR: 218595 |
1.13.0_1 30 Apr 2017 20:56:09
  |
osa  |
Add IPV6 support knob back.
Remove obsolete third-party modules:
o) http_accesskey;
o) xrid_header. (*)
Bump PORTREVISION.
PR: 218956 (*) |
1.13.0 25 Apr 2017 23:30:58
  |
osa  |
Upgrade from 1.12.0 to latest "mainline" 1.13.0.
<ChangeLog>
*) Change: SSL renegotiation is now allowed on backend connections.
*) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"
directives of the mail proxy and stream modules.
*) Feature: the "return" and "error_page" directives can now be used to
return 308 redirections.
Thanks to Simon Leblanc.
*) Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive.
*) Feature: when logging signals nginx now logs PID of the process which
sent the signal.
*) Bugfix: in memory allocation error handling.
*) Bugfix: if a server in the stream module listened on a wildcard
address, the source address of a response UDP datagram could differ
from the original datagram destination address.
</ChangeLog> |
1.12.0 16 Apr 2017 13:25:41
  |
osa  |
Move the patches for third-party lua module to lua code block.
Do not bump PORTREVISION.
PR: 218683 |
1.12.0 15 Apr 2017 17:39:36
  |
osa  |
Remove IPV6 knob, IPv6 now compiled-in automatically if support is found.
Upgrade third-party upload module, enable it back.
Upgrade third-party http_auth_krb5 module to 0c6ff3f.
Upgrade third-party njs module to 0.1.10. |
1.12.0 15 Apr 2017 16:09:01
  |
osa  |
Enable third_party mod_zip module back by changing upstream.
Do not bump PORTREVISION. |
1.12.0 15 Apr 2017 15:55:19
  |
osa  |
Upgrade from 1.11.10 to 1.12.0.
ChangeLog: http://nginx.org/en/CHANGES-1.12
Also, remove third-party modules:
o) udplog
o) statsd
Upgrade third-party modules:
o) lua to 0.10.8
o) upstream_fair to b5be36f (upstream has been changed)
Please see this comment in case of the production use of the lua module:
https://github.com/openresty/lua-nginx-module/pull/1017#issuecomment-294076002
Patches obtained from:
o)
https://github.com/openresty/lua-nginx-module/commit/0459a285ca0159d45e73da8bd1164edb5c57cde3
o)
https://github.com/SpiderLabs/ModSecurity/pull/1373/commits/d19df159043106a4d6dfd113696900b5b0dae24b |
1.11.10 21 Feb 2017 00:41:18
  |
osa  |
Upgrade from 1.11.9 to 1.11.10.
<ChangeLog>
*) Change: cache header format has been changed, previously cached
responses will be invalidated.
*) Feature: support of "stale-while-revalidate" and "stale-if-error"
extensions in the "Cache-Control" backend response header line.
*) Feature: the "proxy_cache_background_update",
"fastcgi_cache_background_update", "scgi_cache_background_update",
and "uwsgi_cache_background_update" directives.
*) Feature: nginx is now able to cache responses with the "Vary" header (Only the first 15 lines of the commit message are shown above ) |
1.11.9_1 14 Feb 2017 03:30:07
  |
osa  |
Upgrade third-party modules:
o) fancyindex from 0.3.6 to 0.4.1;
o) encrypted-session from 0.05 to 0.06. |
1.11.9_1 11 Feb 2017 22:46:59
  |
osa  |
Upgrade from 5.0.30 to 5.1.2:
o) www/rubygem-passenger;
o) third-party passenger module for www/nginx and www/nginx-devel. |
1.11.9_1 05 Feb 2017 21:20:24
  |
tijl  |
- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
pre-makefile section to the options section so the variables can be used
earlier. Also put the bit of code sitting between the options section and
the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is
handled in bsd.default-versions.mk and some ports were setting it after
including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports,
and then only when setting non-default options, work without setting that
variable.
PR: 215996
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.11.9 01 Feb 2017 23:22:34
  |
osa  |
Upgrade third-party njs module from f8c642a (0.1.6+) to f106743 (aka 0.1.9). |
1.11.9 01 Feb 2017 23:09:29
  |
osa  |
Upgrade third-party ct module from f3cad5e (aka 1.2.0) to 1.3.2. |
1.11.9 01 Feb 2017 01:02:06
  |
osa  |
Upgrade from 1.11.8 to 1.11.9.
<ChangeLog>
*) Bugfix: nginx might hog CPU when using the stream module; the bug had
appeared in 1.11.5.
*) Bugfix: EXTERNAL authentication mechanism in mail proxy was accepted
even if it was not enabled in the configuration.
*) Bugfix: a segmentation fault might occur in a worker process if the
"ssl_verify_client" directive of the stream module was used.
*) Bugfix: the "ssl_verify_client" directive of the stream module might
not work. (Only the first 15 lines of the commit message are shown above ) |
1.11.8 01 Feb 2017 00:54:32
  |
osa  |
Upgrade third-party lua module from 0.10.6 to 0.10.7. |
1.11.8 12 Jan 2017 17:06:11
  |
amdmi3  |
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket |
1.11.8 10 Jan 2017 23:16:34
  |
osa  |
Upgrade from 1.11.7 to 1.11.8.
<ChangeLog>
*) Feature: the "absolute_redirect" directive.
*) Feature: the "escape" parameter of the "log_format" directive.
*) Feature: client SSL certificates verification in the stream module.
*) Feature: the "ssl_session_ticket_key" directive supports AES256
encryption of TLS session tickets when used with 80-byte keys.
*) Feature: vim-commentary support in vim scripts.
Thanks to Armin Grodon. (Only the first 15 lines of the commit message are shown above ) |
1.11.7 18 Dec 2016 16:56:18
  |
osa  |
Upgrade from 1.11.6 to 1.11.7.
Upgrade njs module from 8c01042 to f8c642a.
<ChangeLog>
*) Change: now in case of a client certificate verification error the
$ssl_client_verify variable contains a string with the failure
reason, for example, "FAILED:certificate has expired".
*) Feature: the $ssl_ciphers, $ssl_curves, $ssl_client_v_start,
$ssl_client_v_end, and $ssl_client_v_remain variables.
*) Feature: the "volatile" parameter of the "map" directive.
*) Bugfix: dependencies specified for a module were ignored while (Only the first 15 lines of the commit message are shown above ) |
1.11.6_3 11 Dec 2016 15:22:47
  |
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
1.11.6_2 10 Dec 2016 18:45:04
  |
osa  |
Fix the build issues when:
o) the drizzle module can't find the libdrizzle headers;
o) the geoip2 can't find the libmaxminddb.
Do not bump PORTREVISION, those third-party modules are disabled by default. |
1.11.6_2 06 Dec 2016 01:49:32
  |
osa  |
Add and enable vendor's stream_ssl_preread module.
Bump PORTREVISION.
PR: 213661 |
1.11.6_1 03 Dec 2016 15:52:40
  |
robak  |
www/nginx-devel: make the port slave friendly and update CONFLICTS
Approved by: osa |
1.11.6_1 01 Dec 2016 11:18:04
  |
mat  |
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight |
1.11.6_1 26 Nov 2016 21:32:50
  |
osa  |
Fix the functionality issue of the third-party modsecurity module.
Found by: Rami Jebara <rami.jebara@tuangru.com> (in private mail) |
1.11.6_1 25 Nov 2016 07:46:56
  |
jbeich  |
www/nginx: drop unused ImageMagick dependency
nginx-video-thumbextractor-module-0.7.0/README.textile:
h2(#0_5_0). v0.5.0
* remove MagickWand dependency which cause memory leak
which saved it from being BROKEN by r358176:
In file included from src/ngx_http_video_thumbextractor_module.c:3:
src/ngx_http_video_thumbextractor_module_utils.c:5:10: fatal error:
'wand/magick_wand.h' file not found
#include <wand/magick_wand.h>
^
1 error generated.
*** Error code 1
Reported by: antoine (via exp-run for www/tengine) |
1.11.6 25 Nov 2016 06:44:26
  |
jbeich  |
www/nginx: apply r390310
=======================<phase: lib-depends >============================
===> nginx-1.10.2_1,2 depends on shared library: libjpeg.so - not found
===> Installing existing package /packages/All/jpeg-8_6.txz
Installing jpeg-8_6...
Extracting jpeg-8_6: .......... done
===> nginx-1.10.2_1,2 depends on shared library: libjpeg.so - found
(/usr/local/lib/libjpeg.so)
===> Returning to build of nginx-1.10.2_1,2
===> nginx-1.10.2_1,2 depends on shared library: libavformat.so - not found
===> Installing existing package /packages/All/ffmpeg-3.2,1.txz
Installing ffmpeg-3.2,1...
`-- Installing libv4l-1.6.3_2...
| `-- Installing jpeg-turbo-1.5.1...
pkg-static: jpeg-turbo-1.5.1 conflicts with jpeg-8_6 (installs files into the
same place). Problematic file: /usr/local/bin/cjpeg
Failed to install the following 1 package(s): /packages/All/ffmpeg-3.2,1.txz
*** Error code 70
PR: 207547
Reported by: antoine (via exp-run)
Approved by: portmgr blanket |
1.11.6 25 Nov 2016 02:52:05
  |
osa  |
Upgrade third-party njs module from ee84984 to 8c01042. |
1.11.6 20 Nov 2016 20:41:33
  |
osa  |
Remove IGNORE for drizzle and postgres third-party modules. |
1.11.6 20 Nov 2016 20:19:51
  |
osa  |
Remove IGNORE for memc and redis2 third-party modules.
Patches obtained from:
o)
https://github.com/openresty/memc-nginx-module/commit/c08cb7043440e427867838caf21cfd1e6cb2127a
o)
https://github.com/openresty/redis2-nginx-module/commit/8cc7304787ae9542db4feb50d9e27beb485caa0f |
1.11.6 18 Nov 2016 02:37:16
  |
osa  |
Upgrade from 1.11.5 to 1.11.6.
Mark following third-party modules with IGNORE, a patches require from
upstreams:
o) http_upstream_fair;
o) drizzle;
o) memc;
o) postgres;
o) redis2.
<ChangeLog>
*) Change: format of the $ssl_client_s_dn and $ssl_client_i_dn variables
has been changed to follow RFC 2253 (RFC 4514); values in the old
format are available in the $ssl_client_s_dn_legacy and
$ssl_client_i_dn_legacy variables. (Only the first 15 lines of the commit message are shown above ) |
1.11.5_1 18 Nov 2016 01:06:27
  |
osa  |
Add third-party fastdfs module.
PR: 213979 |
1.11.5_1 10 Nov 2016 14:22:58
  |
osa  |
Add one more third-party module: ngx_http_geoip2, v.2.0.
PR: 210294 |
1.11.5_1 21 Oct 2016 15:33:54
  |
mat  |
Fix the three ports not handling the ImageMagick-nox11 dependency
correctly.
Sponsored by: Absolight |
1.11.5 18 Oct 2016 23:10:35
  |
osa  |
Use ImageMagick-nox11 instead of original one as it's more
convenient for the server-based product.
Do not bump PORTREVISION because this change affects disabled by
default third-party modules only. |
1.11.5 14 Oct 2016 11:53:53
  |
osa  |
Upgrade third-party headers_more and memc modules tp their latest versions. |
1.11.5 12 Oct 2016 00:44:52
  |
osa  |
Upgrade third-party upstream_sticky module to its latest version 08a395c66e42
to fix crashing with SIGSEGV.
PR: 213113 |
1.11.5 12 Oct 2016 00:18:31
  |
osa  |
Upgrade third-party lua module from 0.10.6rc1 to 0.10.6. |
1.11.5 12 Oct 2016 00:10:51
  |
osa  |
Upgrade from 1.11.4 to 1.11.5.
Upgrade third-party njs module to its latest version ee84984.
<ChangeLog>
*) Change: the --with-ipv6 configure option was removed, now IPv6
support is configured automatically.
*) Change: now if there are no available servers in an upstream, nginx
will not reset number of failures of all servers as it previously
did, but will wait for fail_timeout to expire.
*) Feature: the ngx_stream_ssl_preread_module.
*) Feature: the "server" directive in the "upstream" context supports (Only the first 15 lines of the commit message are shown above ) |
1.11.4_1 14 Sep 2016 22:25:07
  |
osa  |
Do not littering /var/log by compiled-in error log.
Bump PORTREVISION.
PR: 212416 |
1.11.4 14 Sep 2016 22:15:29
  |
osa  |
mod_zip: good-bye googlecode, welcome github!
Upgrade to the latest revision. |
1.11.4 14 Sep 2016 22:09:52
  |
osa  |
Upgrade from 1.11.3 to 1.11.4.
<ChangeLog>
*) Feature: the $upstream_bytes_received variable.
*) Feature: the $bytes_received, $session_time, $protocol, $status,
$upstream_addr, $upstream_bytes_sent, $upstream_bytes_received,
$upstream_connect_time, $upstream_first_byte_time, and
$upstream_session_time variables in the stream module.
*) Feature: the ngx_stream_log_module.
*) Feature: the "proxy_protocol" parameter of the "listen" directive,
the $proxy_protocol_addr and $proxy_protocol_port variables in the (Only the first 15 lines of the commit message are shown above ) |
1.11.3 14 Sep 2016 15:59:34
  |
mat  |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
1.11.3 12 Aug 2016 16:15:06
  |
osa  |
Upgrade third-party njs module from f7d2d6f to the latest 0f11ace revision. |
1.11.3 07 Aug 2016 23:20:36
  |
osa  |
Upgrade third-party tarantool module from b852195 to 1278ee5.
Now it's possible to build it as dynamic module. |
1.11.3 07 Aug 2016 02:03:59
  |
osa  |
Upgrade third-party modules:
o) arrayvar from 0.03 to 0.05;
o) devel_kit from 0.2.19 to 0.3.0;
o) echo from 4f7aa50 to 46334b3;
o) encryptsession from 0.03 to 0.05;
o) forminput from 0.07 to 0.12;
o) iconv from 0.10 to 0.14;
o) lua from 0.10.5 to 0.10.6rc1;
o) set_misc from 6582fb4 to f808ef4;
o) sflow from 0.9.7 to 543c72a;
o) small_light from 0.6.15 to 0.8.0;
o) xss from 0.04 to 0.05.
Do not bump PORTREVISION. |
1.11.3 31 Jul 2016 23:05:37
  |
osa  |
Upgrade third-party rtmp module from 1.1.7 to 1.1.8.
Remove needless patch.
PR: 211487 |
1.11.3 27 Jul 2016 03:56:37
  |
osa  |
Upgrade from 5.0.29 to 5.0.30:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.11.3 27 Jul 2016 03:39:06
  |
osa  |
Upgrade from 1.11.2 to 1.11.3.
<ChangeLog>
*) Change: now the "accept_mutex" directive is turned off by default.
*) Feature: now nginx uses EPOLLEXCLUSIVE on Linux.
*) Feature: the ngx_stream_geo_module.
*) Feature: the ngx_stream_geoip_module.
*) Feature: the ngx_stream_split_clients_module.
*) Feature: variables support in the "proxy_pass" and "proxy_ssl_name"
directives in the stream module.
*) Bugfix: socket leak when using HTTP/2.
*) Bugfix: in configure tests.
Thanks to Piotr Sikora.
</ChangeLog> |
1.11.2_1 20 Jul 2016 09:33:32
  |
dinoex  |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
1.11.2 14 Jul 2016 22:50:05
  |
osa  |
Upgrade third-party brotli module from 4f08382 to ada972b. |
1.11.2 13 Jul 2016 00:48:28
  |
osa  |
Upgrade third-party njs module from 44fe9c1 to f71f005. |
1.11.2 13 Jul 2016 00:36:11
  |
osa  |
Upgrade from 5.0.28 to 5.0.29:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel. |
1.11.2 13 Jul 2016 00:17:04
  |
osa  |
Upgrade from 1.11.1 to 1.11.2.
<ChangeLog>
*) Change: now nginx always uses internal MD5 and SHA1 implementations;
the --with-md5 and --with-sha1 configure options were canceled.
*) Feature: variables support in the stream module.
*) Feature: the ngx_stream_map_module.
*) Feature: the ngx_stream_return_module.
*) Feature: a port can be specified in the "proxy_bind", "fastcgi_bind",
"memcached_bind", "scgi_bind", and "uwsgi_bind" directives. (Only the first 15 lines of the commit message are shown above ) |
1.11.1 17 Jun 2016 23:43:22
  |
osa  |
Upgrade third-party tarantool module from 3599ba0 to b852195.
The size of the distro has been decreased dramatically because an rpm
directory with nginx-1.8.0.tar.gz tarball inside has been removed.
PR: 210349 |
1.11.1 16 Jun 2016 22:24:49
  |
osa  |
Revert r416983 back.
Suggested by: mat |
1.11.1 16 Jun 2016 22:12:02
  |
osa  |
Replace WITH_OPENSSL_PORT=yes to DEFAULT_VERSIONS+=ssl=openssl after r416965.
Non-functional change. |
1.11.1 04 Jun 2016 00:36:42
  |
osa  |
Upgrade third-party modules:
o) http_auth_ldap from 8517bb0 to dbcef31;
o) brotli from 2fc6f12 to 4f08382;
o) lua from d44f8e0 to 0.10.5;
o) njs from c4a5f2b to 44fe9c1;
o) nchan (aka push) from 0.99.14 to 0.99.15.
Also, it's possible now to build third-party http_auth_ldap module
as dynamic module.
Add java category for third-party clojure module.
Do not bump PORTREVISION. |