Bug 163023 - [PATCH] www/nginx: fix ngx_udplog
Summary: [PATCH] www/nginx: fix ngx_udplog
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 17:40 UTC by Xavier Beaudouin
Modified: 2011-12-08 13:10 UTC (History)
1 user (show)

See Also:


Attachments
nginx-1.0.10,1.patch (13.15 KB, patch)
2011-12-02 17:40 UTC, Xavier Beaudouin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Beaudouin 2011-12-02 17:40:07 UTC
3rd party ngx_udplog make segfault nginx when enabling it into configuration.

This patch update the udplog module to be up to the GIT version that fix this 
bug.

Port maintainer (osa@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-02 17:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->osa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-08 13:03:46 UTC
osa         2011-12-08 13:03:33 UTC

  FreeBSD ports repository

  Modified files:
    www/nginx/files      extra-patch-ngx_http_udplog_module.c 
    www/nginx-devel/files extra-patch-ngx_http_udplog_module.c 
  Log:
  Merge latest changes for third-party udplog module from upstream
  at https://raw.github.com/vkholodkov/nginx-udplog-module/.
  
  Do not bump PORTREVISION because this module disabled by default.
  
  Feature safe:   yes
  
  PR:             163023
  
  Revision  Changes    Path
  1.2       +412 -4    ports/www/nginx-devel/files/extra-patch-ngx_http_udplog_module.c
  1.2       +412 -4    ports/www/nginx/files/extra-patch-ngx_http_udplog_module.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Sergey A. Osokin freebsd_committer freebsd_triage 2011-12-08 13:04:02 UTC
State Changed
From-To: open->closed

Committed with small modifications, thanks for report!