summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2007-07-25 07:31:33 +0500
committerEric Sandall2007-08-06 15:22:55 -0700
commitbbe2fe46cd4ab822b88a75aa167aa3f37d16f0c4 (patch)
tree0724003f9d58a98f5e221ea51d6f3bca000efbb6
parente3d3fed41029f0fa570a68df8138f49e5038d635 (diff)
lighttpd: Updated to version 1.4.16. SECURITY_PATCH++(cherry picked from commit 687d1a593072054ab9ce0547874df9290d37e941)
-rwxr-xr-xhttp/lighttpd/DETAILS6
-rw-r--r--http/lighttpd/HISTORY4
2 files changed, 7 insertions, 3 deletions
diff --git a/http/lighttpd/DETAILS b/http/lighttpd/DETAILS
index dd2dca5de9..993675ae8a 100755
--- a/http/lighttpd/DETAILS
+++ b/http/lighttpd/DETAILS
@@ -1,6 +1,6 @@
SPELL=lighttpd
- VERSION=1.4.15
- SOURCE_HASH=sha512:3c16ea7522644cd4de137aecee103d6cc2a199eaef2b5b39d8f6afd9fb8bd7d52040b3fdfe67bff7475540d36f4e2cf302401b1f898a6cf1d26c2c86e8cb0cdd
+ VERSION=1.4.16
+ SOURCE_HASH=sha512:9c60ee964c6c794031b28e916ec548bf5484e7bb0d44c60d78e4bc6cf6523619566810e8b097a1a9ec9bb01f09c157034bf005eb7cc46581d8daf3e18675b580
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]="http://www.lighttpd.net/download/$SOURCE"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%%-*}
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%%-*}
FRESHMEAT_URL="http://freshmeat.net/projects/$SPELL/"
LICENSE[0]='BSD'
ENTERED=20050722
- SECURITY_PATCH=1
+ SECURITY_PATCH=2
KEYWORDS="http"
SHORT='A light httpd'
cat << EOF
diff --git a/http/lighttpd/HISTORY b/http/lighttpd/HISTORY
index f70aa2907c..7590237e41 100644
--- a/http/lighttpd/HISTORY
+++ b/http/lighttpd/HISTORY
@@ -1,3 +1,7 @@
+2007-07-25 George Sherwood <george@beernabeer.com>
+ * DETAILS: updated spell to 1.4.16
+ SECURITY_PATCH++
+
2007-04-14 George Sherwood <george@beernabeer.com>
* DETAILS: Updated to 1.14.15. SECURITY_PATCH++