svn commit: r458000 - head/www/nginx

Mathieu Arnold mat at FreeBSD.org
Thu Jan 4 07:31:20 UTC 2018


Le 04/01/2018 à 02:56, Vanilla Hsu a écrit :
> auth-digest  is not default module, so you don't need to bump
> PORTREVISION.

Yes you do.
To quote
https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.html#makefile-portrevision
:

    PORTREVISION must be increased each time a change is made to the
    port that changes the generated package in any way. That includes
    changes that only affect a package built with non-default options.

> 2018-01-04 3:33 GMT+08:00 Jochen Neumeister <joneum at freebsd.org
> <mailto:joneum at freebsd.org>>:
>
>     Author: joneum
>     Date: Wed Jan  3 19:33:21 2018
>     New Revision: 458000
>     URL: https://svnweb.freebsd.org/changeset/ports/458000
>     <https://svnweb.freebsd.org/changeset/ports/458000>
>
>     Log:
>       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
>     <https://reviews.freebsd.org/D13739>
>
>     Modified:
>       head/www/nginx/Makefile
>       head/www/nginx/distinfo
>
>     Modified: head/www/nginx/Makefile
>     ==============================================================================
>     --- head/www/nginx/Makefile     Wed Jan  3 19:01:31 2018       
>     (r457999)
>     +++ head/www/nginx/Makefile     Wed Jan  3 19:33:21 2018       
>     (r458000)
>     @@ -3,7 +3,7 @@
>
>      PORTNAME=      nginx
>      PORTVERSION=   1.12.2
>     -PORTREVISION?= 3
>     +PORTREVISION?= 4
>      PORTEPOCH=     2
>      CATEGORIES=    www
>      MASTER_SITES=  http://nginx.org/download/
>     @@ -347,7 +347,7 @@ CONFIGURE_ARGS+=--with-http_addition_module
>      .endif
>
>      .if ${PORT_OPTIONS:MHTTP_AUTH_DIGEST}
>     -GIT_AUTH_DIGEST_VERSION=       519dc2a
>     +GIT_AUTH_DIGEST_VERSION=       274490c
>      GH_ACCOUNT+=   atomx:auth_digest
>      GH_PROJECT+=   nginx-http-auth-digest:auth_digest
>      GH_TAGNAME+=   ${GIT_AUTH_DIGEST_VERSION}:auth_digest
>
>     Modified: head/www/nginx/distinfo
>     ==============================================================================
>     --- head/www/nginx/distinfo     Wed Jan  3 19:01:31 2018       
>     (r457999)
>     +++ head/www/nginx/distinfo     Wed Jan  3 19:33:21 2018       
>     (r458000)
>     @@ -1,4 +1,4 @@
>     -TIMESTAMP = 1513235728
>     +TIMESTAMP = 1514925124
>      SHA256 (nginx-1.12.2.tar.gz) =
>     305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416
>      SIZE (nginx-1.12.2.tar.gz) = 981687
>      SHA256 (ngx_cache_purge-2.3.tar.gz) =
>     279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
>     @@ -21,8 +21,8 @@ SHA256 (ngx_slowfs_cache-1.10.tar.gz) =
>     1e81453942e5b0
>      SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809
>      SHA256 (giom-nginx_accept_language_module-2f69842_GH0.tar.gz) =
>     5534ca63cdfc2a7dc4e1cbf9c2d54d3ed3f0e6c86b4a95be48ec0a3f41cc1eb0
>      SIZE (giom-nginx_accept_language_module-2f69842_GH0.tar.gz) = 3393
>     -SHA256 (atomx-nginx-http-auth-digest-519dc2a_GH0.tar.gz) =
>     6ef8c81267cbb2f912fa3add846fddaaab06d604155de322dad83912410adafc
>     -SIZE (atomx-nginx-http-auth-digest-519dc2a_GH0.tar.gz) = 17778
>     +SHA256 (atomx-nginx-http-auth-digest-274490c_GH0.tar.gz) =
>     0839c33c2f8d519f92daae274f62cf87eb68415d562c6500ee3e3721ce80557c
>     +SIZE (atomx-nginx-http-auth-digest-274490c_GH0.tar.gz) = 17815
>      SHA256
>     (stnoonan-spnego-http-auth-nginx-module-0c6ff3f_GH0.tar.gz) =
>     3d3fed1e19a532cdd2a37726953f2b2d4e20891a44119ff6075a6b5891324d2d
>      SIZE (stnoonan-spnego-http-auth-nginx-module-0c6ff3f_GH0.tar.gz)
>     = 18212
>      SHA256 (kvspb-nginx-auth-ldap-dbcef31_GH0.tar.gz) =
>     0ec4f099e50cc12a6319e37700e71540498d354831d1f09e113ee046ee0bb7b2
>
>

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180104/a5dffc70/attachment.sig>


More information about the svn-ports-all mailing list