Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.14.2_8,2 15 Feb 2019 08:58:13 |
joneum |
Remove GeoIP-related options after anncounce in r490368
Sponsored by: Netzkommune GmbH |
1.14.2_7,2 12 Feb 2019 11:46:33 |
joneum |
- Add 3rd party websockify module
- Update some 3rd party module
PR: 235209 234761
Sponsored by: Netzkommune GmbH |
1.14.2_6,2 03 Feb 2019 22:40:52 |
joneum |
Fix typo
Sponsored by: Netzkommune GmbH |
1.14.2_6,2 03 Feb 2019 12:28:37 |
joneum |
Add LICENSE_FILE
Sponsored by: Netzkommune GmbH |
1.14.2_6,2 15 Jan 2019 12:35:35 |
joneum |
revert r490211
That deleted GeoIP. GeoIP is EOL 15.02.2019.
It should not have been deleted from NGINX. Users had no chance to switch to
GeoIP2.
GeoIP will be deleted on 15.2.2019 again from NGINX
Sponsored by: Netzkommune GmbH |
1.14.2_5,2 13 Jan 2019 20:58:37 |
adamw |
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this. |
1.14.2_4,2 12 Jan 2019 19:49:12 |
osa |
Update passenger and its third-party modules for www/nginx and
www/nginx-devel from 6.0.0 to 6.0.1.
While I'm here:
o) remove a needless whitespace and tabs;
o) add a patch to disable anonymouse telemetry for passenger by default. |
1.14.2_3,2 28 Dec 2018 18:52:00 |
joneum |
Update 3rd party-module:
- modsecurity to 2.9.3
- njs to 21572a0
Sponsored by: Netzkommune GmbH |
1.14.2_2,2 22 Dec 2018 09:58:53 |
joneum |
Update 3rd party-module:
- anomalizer-ngx_aws_auth to 75c94e6
- eustas-ngx_brotli to 8104036
Sponsored by: Netzkommune GmbH |
1.14.2_1,2 15 Dec 2018 12:45:51 |
joneum |
www/nginx: Add 3rd Party Module VOD
VOD is a NGINX-based MP4 Repackager Module
Sponsored by: Netzkommune GmbH |
1.14.2_1,2 14 Dec 2018 11:13:10 |
joneum |
Fix WWW
Sponsored by: Netzkommune GmbH |
1.14.2_1,2 14 Dec 2018 11:08:33 |
joneum |
Update 3rd party-module:
- ModSecurity 3 to 71ede63
- njs to 36f1295
- vts to 0.1.18
Sponsored by: Netzkommune GmbH |
1.14.2,2 04 Dec 2018 15:56:00 |
joneum |
www/nginx: Update to 1.14.2
Changelog:
*) Bugfix: nginx could not be built by gcc 8.1.
*) Bugfix: nginx could not be built on Fedora 28 Linux.
*) Bugfix: in handling of client addresses when using unix domain listen
sockets to work with datagrams on Linux.
*) Change: the logging level of the "http request", "https proxy
request", "unsupported protocol", "version too low", "no suitable key
share", and "no suitable signature algorithm" SSL errors has been
lowered from "crit" to "info".
(Only the first 15 lines of the commit message are shown above ) |
1.14.1_6,2 02 Dec 2018 18:18:14 |
osa |
Upgrade passenger and its third-party modules for www/nginx and
www/nginx-devel from 5.3.7 to 6.0.0.
<ChangeLog>
* Introduces support for *all* programming languages. Yes that's
right... Java, Elixir, Go -- Passenger now supports them all!
This effort is called "generic language support".
* Bumps the preferred Nginx version to 1.15.7.
* Introduces anonymous usage telemetry, which helps us improve
Passenger. Please read the docs on what data is collected and
how to disable this.
* [Nginx] Introduces a new option "passenger_request_buffering on|off",
to allow disabling request body buffering. This is only supported in
Nginx >= 1.15.3. Closes GH-2121.
* Updated various library versions used in precompiled binaries (used
for e.g. gem installs):
- OpenSSL: 1.0.2q (was: 1.0.2p)
- libcurl: 7.62.0 (was: 7.61.1)
- Ruby: 2.3.8 (was: 2.3.7)
</ChangeLog> |
1.14.1_5,2 28 Nov 2018 00:06:34 |
osa |
Update the distribution of third-party upstream_fair module
to fix a build issue with openssl 1.1.1.
Bump PORTREVISION. |
1.14.1_4,2 28 Nov 2018 00:00:03 |
osa |
Update passenger and it's modules for www/nginx and
www/nginx-devel ports to 5.3.7. |
1.14.1_3,2 27 Nov 2018 14:28:49 |
des |
Rename www/mod_security3 to security/modsecurity3. It is not an Apache
module, and the upstream name is ModSecurity in a single word.
PR: 233351
Submitted by: Marie Helene Kvello-Aune, Marius Halden (maintainer)
Differential Revision: https://reviews.freebsd.org/D18353 |
1.14.1_2,2 26 Nov 2018 13:58:09 |
joneum |
Fix for build OpenSSL, set the correct library path
PR: 233243
Submitted by: brnrd
Reported by: reko.turja@liukuma.net
Sponsored by: Netzkommune GmbH |
1.14.1_1,2 15 Nov 2018 17:01:42 |
joneum |
update encrypted_session module to 0.08
PR: 233029
Sponsored by: Netzkommune GmbH |
1.14.1,2 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
1.14.1,2 06 Nov 2018 16:59:03 |
joneum |
Update to 1.14.1
Changelog:
- Security: when using HTTP/2 a client might cause excessive memory
consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844).
- Security: processing of a specially crafted mp4 file with the
ngx_http_mp4_module might result in worker process memory disclosure
(CVE-2018-16845).
- Bugfix: working with gRPC backends might result in excessive memory
consumption.
MFH: 2018Q4
Security: 84ca56be-e1de-11e8-bcfd-00e04c1ea73d
Sponsored by: Netzkommune HmbH |
1.14.0_14,2 06 Nov 2018 01:50:27 |
jbeich |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
1.14.0_13,2 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
1.14.0_13,2 26 Oct 2018 07:56:51 |
joneum |
Update 3rd party-module:
- Geoip to 3.2
- njs to 992e93d
Fix Modsecurity, wrong download-link
Sponsored by: Netzkommune GmbH |
1.14.0_12,2 28 Sep 2018 15:45:37 |
joneum |
Mark "BROKEN" on mips and mips64
/nxb-bin/usr/bin/cc -c -O2 -pipe -G0 -EB -mabi=64 -msoft-float
-fno-strict-aliasing -I /usr/local/include -I
src/core -I src/event -I src/event/modules -I src/os/unix -I objs -o
objs/src/core/ngx_spinlock.o src/core/ngx_spinlock.c
src/core/ngx_spinlock.c:47:2: error: #error ngx_spinlock() or
ngx_atomic_cmp_set() are not defined !
*** Error code 1
Reported by: pkg-fallout
Sponsored by: Netzkommune GmbH |
1.14.0_12,2 25 Sep 2018 09:56:02 |
osa |
Upgrade www/passenger and its third-party modules for
www/nginx and www/nginx-devel from 5.3.4 to 5.3.5.
Bump PORTREVISIONs where it's necessary. |
1.14.0_11,2 10 Sep 2018 13:11:12 |
mat |
Some modules depend on other being there before.
For example, devel_kit needs to be there before a few other, so this
fixes, and allow for future fixes of this kind of problem:
configuring additional dynamic modules
adding module in
/wrkdirs/usr/ports/www/nginx-full/work/array-var-nginx-module-0.05
error: ngx_devel_kit is required to build ngx_array_var; please put it before
ngx_array_var.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.14.0_11,2 05 Aug 2018 16:45:51 |
osa |
Upgrade passenger and its third-party modules for www/nginx and
www/nginx-devel from 5.3.3 to 5.3.4.
PR: 229392
<ChangeLog>
* Fixes a crash during startup on FreeBSD 11.2 and recent OpenBSD versions
due to C++11 compatibility issues in the code. Closes GH-2097.
* Updates Boost to version 1.67.0.
* [Apache] Fixes the handling of HTTP requests with chunked bodies in
combination with `PassengerBufferUploads off`. Closes GH-2102.
</ChangeLog> |
1.14.0_10,2 22 Jul 2018 07:03:14 |
joneum |
Update third-party-module:
- ngx-fancyindex to 0.4.3
- lua-nginx-module to 0.10.13
- ModSecurity-nginx to e4df1aa
- naxsi to 0.56
- njs to e6fed58 |
1.14.0_9,2 19 Jul 2018 17:58:34 |
joneum |
Update third-party-module:
- echo-nginx-module to c65f5c6
- fastdfs-nginx-module to 8796a7d
- nginx-http-auth-digest to cd86418
-remove needless patch |
1.14.0_8,2 18 Jul 2018 08:41:24 |
joneum |
Update third-party-module:
- modsecurity from 2.9.1 to 2.9.2
- remove needless patch
Update LOCAL Mastersite |
1.14.0_7,2 03 Jul 2018 23:15:03 |
osa |
Upgrade passenger and its third-party modules for www/nginx
and www/nginx-devel from 5.3.2 to 5.3.3. |
1.14.0_6,2 28 Jun 2018 17:27:28 |
joneum |
- Update brotli to e26248e
- Fix STREAM_SSL_PREREAD
PR: 229336, 229237 |
1.14.0_5,2 24 Jun 2018 16:03:41 |
osa |
Upgrade passenger and its third-party modules for
www/nginx and www/nginx-devel from 5.3.1 to 5.3.2. |
1.14.0_4,2 31 May 2018 17:04:46 |
joneum |
Update third-party-module:
- njs to bb7efcc
- passenger to 5.3.1
- redis to 0.3.9 |
1.14.0_3,2 15 May 2018 17:39:15 |
joneum |
Add third-party vts (virtual host traffic status) module. [1]
Speed-up the port's build by enable multiple jobs build. [2]
Upgrade third-party-module redis2 to version 0.15
PR: 225833 [1], 228127 [2] |
1.14.0_2,2 10 May 2018 18:33:48 |
joneum |
Update third-party-module:
- brotli to 37ab9b2 (v1.0.4)
- drizzle-nginx-module to 0.1.11
- remove needless patch |
1.14.0_1,2 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,2 29 Apr 2018 16:31:48 |
osa |
Garbage clean-up. |
1.14.0,2 24 Apr 2018 20:13:49 |
brnrd |
www/nginx: Fix options
- OPT_CONFIGURE_ARGS is not a thing
PR: 227122
Submitted by: Maxim Filimonov <che bein link>
Approved by: fixit blanket |
1.14.0,2 24 Apr 2018 16:35:03 |
joneum |
Update to 1.14.0
Changelog: https://nginx.org/en/CHANGES-1.14 |
1.12.2_12,2 24 Apr 2018 12:56:00 |
joneum |
Update third-party-module:
- Passanger to 5.2.3
- ModSecurity to 4cde86b
Add path for LibreSSL patch |
1.12.2_11,2 22 Apr 2018 14:59:24 |
joneum |
HTTP_AUTH_KRB5 option is not fully implemented. This patch makes it build with
security/krb5 and security/heimdal
PR: 226044
Reviewed by: brnrd
Differential Revision: https://reviews.freebsd.org/D14973 |
1.12.2_11,2 30 Mar 2018 16:57:31 |
mat |
Fix packaging WITHOUT=DSO
Pointy hat: joneum
Sponsored by: Absolight |
1.12.2_11,2 29 Mar 2018 21:28:37 |
joneum |
Move dynamic modules to pkg-plist
Fix WWW + HTTP options
- WWW implies HTTP
- Move to post-install-WWW-on target
- Drop WWWDATA variable |
1.12.2_11,2 28 Mar 2018 23:31:59 |
mat |
Reverse condition.
I am not sure why this PKGNAMESUFFIX dance happens exactly, but it was
reversed.
Pointy hat: brnrd
Sponsored by: Absolight |
1.12.2_11,2 28 Mar 2018 15:02:01 |
joneum |
www/nginx: make easier to read and maintain:
* Objectives:
- make easier to read and maintain
- Module config in a single section
- use OPTIONS framwework where possible
* Add options groups for mail and http
* Use options groups to set _IMPLIES instead of large .if HTTP and MAIL blocks
* Rename all _VERSION vars to align with the OPTION name
* Add DEVEL_KIT option so we can automate
* Separate bundled and 3rd party modules
* Order options alphabetically
* Pass openssl dir to configure
* Separate external modules in separate makefile
www/nginx is buildable again with this:
* Fix sub-paths for DSO_EXTMODS introducing ${WRKSRC_mod}
* Be smarter about the if ${PORT_OPTIONS:MDSO}
* move post-install-OPT-on to where possible
* Add some OPT_NGINX_VER if used multiple times
Reviewed by: brnrd
Differential Revision: https://reviews.freebsd.org/D14773 |
1.12.2_11,2 22 Mar 2018 09:41:10 |
mat |
Install vim syntax files.
PR: 226457
Submitted by: mat
Approved by: maintainer timeout
Sponsored by: Absolight |
1.12.2_10,2 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.12.2_10,2 03 Mar 2018 19:54:26 |
joneum |
www/nginx: Update passenger module to 5.2.1
Changelog: https://github.com/phusion/passenger/commits/stable-5.2 |
1.12.2_9,2 01 Mar 2018 13:35:47 |
sunpoet |
Fix build with msgpuck 2.0 |
1.12.2_9,2 25 Feb 2018 20:09:49 |
joneum |
www/nginx: Update brotli module to 1.0.2 |
1.12.2_8,2 15 Feb 2018 14:41:29 |
brnrd |
security/openssl-devel: Remove BROKEN from some ports
* databases/freetds: Fixed 2017-02-14
* databases/postgresql10-server: Fixed 2016-09-15 [1]
* ftp/lftp: Fixed in 4.8.0
* ftp/proftpd: Fixed in 1.3.5c
* ftp/wget: Fixed in 1.19.3 [2]
* lang/erlang-runtime20: Fixed in 20.0
* net/socat: Fixed in 1.7.3.2
* security/libssh2: Fixed in 1.8.0 [3]
* security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8
* sysutils/bacula9-server: Fixed in 9.0.6
* www/nginx: Fixed in 1.9.14
* Bulk build OK 10.3/11.1 both i386 and amd64:
- multimedia/librtmp
- net/libvncserver
- www/lynx
PR: 225875 [1], 225872 [2], 225873 [3] |
1.12.2_8,2 11 Feb 2018 23:16:03 |
joneum |
www/mod_security-devel renamed to www/mod_security3
Approved by: mentors (implicit) |
1.12.2_7,2 27 Jan 2018 12:57:23 |
joneum |
www/nginx: Fix building of uploadprogress module
PR: 225473
Reported by: Matthias Fechner <idefix@fechner.net>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14069 |
1.12.2_6,2 24 Jan 2018 17:54:43 |
joneum |
ModSecurity: back to 2.9.1
Tarantool back to 1278ee5
Drizzle back to 0.1.9
Dynamic Upstream back to 0.1.3
- fix patches for fastdfs
- remove needless patch
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D14007 |
1.12.2_5,2 20 Jan 2018 15:22:09 |
joneum |
Update third-party-module:
http-auth-nginx-module to 7e028a5
http_auth_ldap to 42d195d
fastdfs-nginx-module to 85347be
headers-more-nginx-module to 55fbdab
nginx-dav-ext-module to 0.1.0
nginx-eval-module to 582bd25
nchan (aka push) to 1.1.14
nginx-push-stream-module to 0.5.4
nginx_tarantool to 9e38881
nginx-upload-progress-module to 0.9.2
nginx_upstream_check_module to 9aecf15
nginx-video-thumbextractor-module to 0.9.0
drizzle-nginx-module to 0.1.10 (Only the first 15 lines of the commit message are shown above ) |
1.12.2_4,2 03 Jan 2018 19:33:21 |
joneum |
www/nginx: Update 3rd party http_authdigest_module
Changelog:
Fix bug with none-quoted last parameter
When the last parameter to the Authorization header isn't quoted the
state machine never reaches sw_param_end.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13739 |
1.12.2_3,2 14 Dec 2017 10:07:04 |
joneum |
www/nginx: Update fancyindex to 0.4.2
This release contains an important fix which can cause Nginx
to crash when a directory contains zero-sized (empty) files.
This bug has been present in all previous releases,
and all users are strongly encouraged to update to version 0.4.2.
PR: 224237
Submitted by: wosch
Approved by: tz (mentor)
MFH: 2017Q4
Differential Revision: https://reviews.freebsd.org/D13486 |
1.12.2_2,2 03 Dec 2017 09:48:02 |
brnrd |
www/nginx: Unbreak brotli option
- The used commit hash includes the patch
PR: 224000
Reported by: Philipp <kidon posteo de> |
1.12.2_2,2 01 Dec 2017 23:05:03 |
joneum |
www/nginx: patch garbled from last commit
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13330 |
1.12.2_2,2 01 Dec 2017 22:52:27 |
joneum |
www/nginx: Update brotli module
- Switch to fork that uses new brotli ABI
The upstream brotli module hasn't been updated for over a year even
though it's been broken for over a year with later brotli releases.
There's a fork that does update which uses the new brotli abi.
This patch is based on the fork. Requires some patching to the config
file as it depends on an old upstream brotli snapshot to be in the src dir.
PR: 224000
Reported by: brnrd
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13319 |
1.12.2_1,2 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.12.2_1,2 27 Nov 2017 14:48:31 |
joneum |
www/nginx: fastdfs patch garbled from last commit
PR: 223377
Reported by: daniel@blodan.se
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D13258 |
1.12.2_1,2 03 Nov 2017 17:04:43 |
joneum |
Do the port clean-up:
-replace '!empty(PORT_OPTIONS:M...)' with '${PORT_OPTIONS:M...}';
-http_accesskey was removed in r439844, cleanup it.
PR: 222337
Reported by: m1cro <rum1cro@yandex.ru>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12915 |
1.12.2_1,2 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.12.2,2 18 Oct 2017 17:02:50 |
osa |
Fix the distinfo entry after passenger's upgrade.
No cookie for: joneum |
1.12.2,2 18 Oct 2017 08:22:45 |
joneum |
www/nginx: Update from 1.12.1 to 1.12.2
- Changelog:
*) Bugfix: client SSL connections were immediately closed if deferred
accept and the "proxy_protocol" parameter of the "listen" directive
were used.
*) Bugfix: client connections might be dropped during configuration
testing when using the "reuseport" parameter of the "listen"
directive on Linux.
*) Bugfix: incorrect response length was returned on 32-bit platforms
when requesting more than 4 gigabytes with multiple ranges.
(Only the first 15 lines of the commit message are shown above ) |
1.12.1_2,2 14 Oct 2017 12:32:17 |
joneum |
- www/nginx: fix for fastdfs module
- As of ftp/fastdfs 5.0.11 nginx wont start by default if the fastdfs module is
loaded.
Provided patch sorts that out by adding the missing params to the
mod_fastdfs.conf file.
While patching mod_fastdfs.conf i also changed the storage paths to match the
ftp/fastds port
PR: 222067
Reported by: Daniel Ylitalo <daniel@blodan.se>
Approved by: miwi (mentor)
MFH: 2017Q4
Differential Revision: https://reviews.freebsd.org/D12246 |
1.12.1_1,2 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.12.1_1,2 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.12.1_1,2 19 Aug 2017 08:44:30 |
joneum |
- www/nginx: set correct GH_TUPLE for modsecurity-devel
PR: 220353
Reported by: Marius Halden <marius.h@lden.org>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D12052 |
1.12.1_1,2 04 Aug 2017 11:04:18 |
joneum |
- Add mod_security v3 support
This update adds support for mod_security version 3 to nginx.
ModSecurity v3 is the next version of ModSecurity currently
under development. It is developed as a library independent of
webservers and can be used from different connectors such
as the ModSecurity-nginx module used by this port
PR: 220353
Reported by: Marius Halden <marius.h@lden.org>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D11778 |
1.12.1,2 25 Jul 2017 20:51:10 |
joneum |
- Fix the makesum target, so that all distfiles are considered
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D11699 |
1.12.1,2 16 Jul 2017 14:44:15 |
joneum |
- Pet portlint
- Add CONFLICTD
- Also set portscout limit to avoid notices about www/nginx-devel
- Bump PORTREVISION
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D11605 |
1.12.1,2 12 Jul 2017 19:50:55 |
brnrd |
www/nginx: Update brotli module to 0.6.0
- Chase move from archivers/libbrotli
- Update module from 0.4 to 0.6.0 |
1.12.1,2 12 Jul 2017 18:36:20 |
tcberner |
Give maintainership of www/nginx to joneum
Differential Revision: https://reviews.freebsd.org/D11567 |
1.12.1,2 12 Jul 2017 00:14:11 |
osa |
Security upgrade to 1.12.1.
MFH: 2017Q3
Security: CVE-2017-7529 |
1.12.0_4,2 04 Jul 2017 15:44:05 |
osa |
Upgrade third-party clojure module from 0.4.4 to 0.4.5. |
1.12.0_4,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.12.0_4,2 09 Jun 2017 23:39:45 |
osa |
Drop maintainership. |
1.12.0_4,2 04 Jun 2017 20:38:26 |
robak |
www/nginx and www/nginx-full: remove obsolete modules and bump PORTREVISION
Some time ago www/nginx master port removed two external modules that
stayed in www/nginx-full slave port options causing pkg build failures.
Thich change removes the modules from www/nginx-full and bumps www/nginx
PORTREVISION to force revision bump for slave port.
Approved by: portmgr (adamw) |
1.12.0_3,2 04 Jun 2017 19:57:16 |
robak |
www/nginx: change PORTREVISION= to PORTREVISION?=
This change was required to fix slave port that needed PORTREVISION bump.
Approved by: portmgr (adamw) |
1.12.0_3,2 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.12.0_2,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.12.0_2,2 11 May 2017 21:22:28 |
osa |
Fix the build when libressl defined.
Bump PORTREVISION.
Reported by: many |
1.12.0_1,2 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.12.0_1,2 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.12.0_1,2 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.12.0_1,2 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.12.0_1,2 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.12.0_1,2 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.12.0,2 27 Apr 2017 12:14:37 |
mat |
Mark those as not building with openssl-devel.
Sponsored by: Absolight |
1.12.0,2 25 Apr 2017 23:18:09 |
osa |
Upgrade from 1.10.3 to 1.12.0.
ChangeLog: http://nginx.org/en/CHANGES-1.12
Remove IPV6 knob, IPv6 now compiled-in automatically if support is found.
Also, remove third-party modules:
o) udplog
o) statsd
Enable third_party mod_zip module back by changing upstream.
Upgrade third-party modules:
o) lua to 0.10.8
o) upstream_fair to b5be36f (upstream has been changed)
o) upload to 72ec037 (upstream has been changed).
o) http_auth_krb5 to 0c6ff3f.
o) party njs to 0.1.10.
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.10.3_1,2 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.10.3_1,2 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.10.3_1,2 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.10.3,2 01 Feb 2017 23:09:29 |
osa |
Upgrade third-party ct module from f3cad5e (aka 1.2.0) to 1.3.2. |
1.10.3,2 01 Feb 2017 01:58:11 |
osa |
Upgrade to the latest stable release - 1.10.3.
<ChangeLog>
*) Bugfix: in the "add_after_body" directive when used with the
"sub_filter" directive.
*) Bugfix: unix domain listen sockets might not be inherited during
binary upgrade on Linux.
*) Bugfix: graceful shutdown of old worker processes might require
infinite time when using HTTP/2.
*) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
directives client request body might be corrupted; the bug had (Only the first 15 lines of the commit message are shown above ) |
1.10.2_3,2 01 Feb 2017 00:54:32 |
osa |
Upgrade third-party lua module from 0.10.6 to 0.10.7. |