Date: Thu, 17 Aug 2017 18:49:29 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r448173 - branches/2017Q3/www/nginx-devel Message-ID: <201708171849.v7HInT4A079125@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Thu Aug 17 18:49:29 2017 New Revision: 448173 URL: https://svnweb.freebsd.org/changeset/ports/448173 Log: MFH: r447740 - 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) Differential Revision: https://reviews.freebsd.org/D11951 Approved by: ports-secteam (feld) Modified: branches/2017Q3/www/nginx-devel/Makefile branches/2017Q3/www/nginx-devel/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/www/nginx-devel/Makefile ============================================================================== --- branches/2017Q3/www/nginx-devel/Makefile Thu Aug 17 18:46:18 2017 (r448172) +++ branches/2017Q3/www/nginx-devel/Makefile Thu Aug 17 18:49:29 2017 (r448173) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.13.3 +PORTVERSION= 1.13.4 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -241,9 +241,9 @@ WANT_GNOME= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} -IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick .else -IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick-nox11 +IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick-nox11 .endif .if ${PORT_OPTIONS:MPASSENGER} @@ -262,10 +262,10 @@ HTTP_PORT?= 80 NGINX_ACCESSLOG?= ${NGINX_LOGDIR}/access.log NGINX_ERRORLOG?= ${NGINX_LOGDIR}/error.log -CONFLICTS?= nginx-1.* \ - nginx-full-1.* \ - nginx-lite-1.* \ - nginx-naxsi-1.* +CONFLICTS?= nginx-1.* \ + nginx-full-1.* \ + nginx-lite-1.* \ + nginx-naxsi-1.* USE_RC_SUBR= nginx SUB_FILES= pkg-message SUB_LIST+= WWWOWN=${WWWOWN} \ @@ -467,11 +467,11 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_echo_ .endif .if ${PORT_OPTIONS:MFASTDFS} -NGINX_FASTDFS_VERSION= 5a8110f -GH_ACCOUNT+= happyfish100:fastdfs -GH_PROJECT+= fastdfs-nginx-module:fastdfs -GH_TAGNAME+= ${NGINX_FASTDFS_VERSION}:fastdfs -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-fastdfs-src-config +NGINX_FASTDFS_VERSION= 5a8110f +GH_ACCOUNT+= happyfish100:fastdfs +GH_PROJECT+= fastdfs-nginx-module:fastdfs +GH_TAGNAME+= ${NGINX_FASTDFS_VERSION}:fastdfs +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-fastdfs-src-config BUILD_DEPENDS+= ${LOCALBASE}/include/fastcommon/logger.h:devel/libfastcommon \ ${LOCALBASE}/include/fastdfs/fdfs_client.h:ftp/fastdfs LIB_DEPENDS+= libfastcommon.so:devel/libfastcommon \ @@ -763,7 +763,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_stick .if ${PORT_OPTIONS:MHTTP_VIDEO_THUMBEXTRACTOR} NGINX_VIDEO_THUMBEXTRACTOR_VERSION= 0.7.0 -LIB_DEPENDS+= libavformat.so:multimedia/ffmpeg \ +LIB_DEPENDS+= libavformat.so:multimedia/ffmpeg \ libavcodec.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg Modified: branches/2017Q3/www/nginx-devel/distinfo ============================================================================== --- branches/2017Q3/www/nginx-devel/distinfo Thu Aug 17 18:46:18 2017 (r448172) +++ branches/2017Q3/www/nginx-devel/distinfo Thu Aug 17 18:49:29 2017 (r448173) @@ -1,6 +1,6 @@ -TIMESTAMP = 1499818490 -SHA256 (nginx-1.13.3.tar.gz) = 5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72 -SIZE (nginx-1.13.3.tar.gz) = 985931 +TIMESTAMP = 1502363751 +SHA256 (nginx-1.13.4.tar.gz) = de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba +SIZE (nginx-1.13.4.tar.gz) = 988415 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c SIZE (ngx_cache_purge-2.3.tar.gz) = 12248 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708171849.v7HInT4A079125>