Bug 165276 - [update] www/nginx add auth-digest module
Summary: [update] www/nginx add auth-digest module
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: 2012-02-18 19:50 UTC by Jaime Bozza
Modified: 2012-02-23 09:40 UTC (History)
0 users

See Also:


Attachments
file.diff (2.18 KB, patch)
2012-02-18 19:50 UTC, Jaime Bozza
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaime Bozza 2012-02-18 19:50:04 UTC
Add the 3rd party module auth-digest.

Fix: Patch attached

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-18 19:50:14 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 2012-02-23 09:30:23 UTC
osa         2012-02-23 09:30:11 UTC

  FreeBSD ports repository

  Modified files:
    www/nginx            Makefile distinfo 
    www/nginx-devel      Makefile distinfo 
  Log:
  Add two third-party modules:
  
  o) web_dav_extension, for support missing PROPFIND and OPTIONS commands;
  o) http_auth_digest, providing support for RFC 2617 Digest Authentication.
  
  PR:     165276, 165333
  
  Revision  Changes    Path
  1.434     +20 -0     ports/www/nginx-devel/Makefile
  1.379     +4 -0      ports/www/nginx-devel/distinfo
  1.309     +20 -0     ports/www/nginx/Makefile
  1.267     +4 -0      ports/www/nginx/distinfo
_______________________________________________
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 2012-02-23 09:30:50 UTC
State Changed
From-To: open->closed

Committed with some modifications. 
Thanks for report!