cvs commit: ports/www/lighttpd Makefile ports/www/lighttpd/files patch-2799-bug2331 patch-2800-gccwarnings patch-2801-network-write patch-2802-ssl patch-2803-pathinfo patch-2804-bug2341

Martin Matuska mm at FreeBSD.org
Fri Sep 9 09:55:18 UTC 2011


mm          2011-09-09 09:55:17 UTC

  FreeBSD ports repository

  Modified files:
    www/lighttpd         Makefile 
  Added files:
    www/lighttpd/files   patch-2799-bug2331 patch-2800-gccwarnings 
                         patch-2801-network-write patch-2802-ssl 
                         patch-2803-pathinfo patch-2804-bug2341 
  Log:
  Add patches from upstream (svn revisions):
   - r2799: Always use our 'own' md5 implementation (fixes #2331)
   - r2800: fix some gcc warnings
   - r2801: Limit amount of bytes we send in one go; fixes stalling in one
            connection and timeouts on slow systems.
   - r2802: [ssl] fix build errors when Elliptic-Curve Diffie-Hellman
            is disabled
   - r2803: Add static-file.disable-pathinfo option to prevent handling
            of urls like .../secret.php/image.jpg as static file
   - r2804: Don't overwrite 401 (auth required) with 501 (unknown method)
            (fixes #2341)
  
  Add test and regression-test targets.
  
  Revision  Changes    Path
  1.99      +13 -4     ports/www/lighttpd/Makefile
  1.1       +621 -0    ports/www/lighttpd/files/patch-2799-bug2331 (new)
  1.1       +62 -0     ports/www/lighttpd/files/patch-2800-gccwarnings (new)
  1.1       +804 -0    ports/www/lighttpd/files/patch-2801-network-write (new)
  1.1       +16 -0     ports/www/lighttpd/files/patch-2802-ssl (new)
  1.1       +122 -0    ports/www/lighttpd/files/patch-2803-pathinfo (new)
  1.1       +12 -0     ports/www/lighttpd/files/patch-2804-bug2341 (new)


More information about the cvs-ports mailing list