Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Sep 2011 09:55:17 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <201109090955.p899tHYX079028@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109090955.p899tHYX079028>