svn commit: r411385 - head/www/lighttpd/files

Jan Beich jbeich at vfemail.net
Sat Mar 19 15:23:14 UTC 2016


Dirk Meyer <dinoex at FreeBSD.org> writes:

> Author: dinoex
> Date: Sat Mar 19 09:38:14 2016
> New Revision: 411385
> URL: https://svnweb.freebsd.org/changeset/ports/411385
>
> Log:
>   - fix crashes with option MYSQLAUTH
>   PR:		207555
>   Approved by:	(maintiner timeout)
>
> Modified:
>   head/www/lighttpd/files/extra-patch-mysqlauth
[...]
>  +               case AUTH_BACKEND_MYSQL: {
>  +                       int port = atoi(s->auth_mysql_port->ptr);
>  +
> ++                       /* ignore if auth_mysql_socket is invalid */
> ++                       if (p->conf.auth_mysql_socket == NULL)
> ++                           return HANDLER_GO_ON;

Can you bump PORTREVISION ? According to Porter's Handbook

  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*.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160319/4738e898/attachment.sig>


More information about the svn-ports-all mailing list