summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2009-09-15 12:36:44 +0400
committerVlad Glagolev2009-09-15 12:36:44 +0400
commit394bafe384ef9656d44dab20645211b148549281 (patch)
tree1468ef50d6ddb90d7ffe31cb9e22700ee3ca33a3
parent90637f034a3a7a139975cf7db416cf9c7e98e58a (diff)
nginx: => 0.7.62, 0.6.39 (security update)
-rwxr-xr-xhttp/nginx/DETAILS10
-rw-r--r--http/nginx/HISTORY4
2 files changed, 10 insertions, 4 deletions
diff --git a/http/nginx/DETAILS b/http/nginx/DETAILS
index e43bb238df..bbe1f2ad01 100755
--- a/http/nginx/DETAILS
+++ b/http/nginx/DETAILS
@@ -1,10 +1,12 @@
SPELL=nginx
if [[ $NGINX_RELEASE == legacy ]]; then
- VERSION=0.6.38
- SOURCE_HASH=sha512:99263b27a1c9af07afcc009b61e9df60a81ebb2a82a894ddcf7b83f6d3123404463eea1e5640129057d5f7e24ad8b84a04a1d1e3cd1d3c92d1b3395083cdd6a4
+ VERSION=0.6.39
+ SECURITY_PATCH=1
+ SOURCE_HASH=sha512:b8ec805b146eb4050b66987e00d23568cab8dfb620ad021b02e09aac6df37919d17e9ef6102b3b08fbb8b07262da46d595e263b3de62d83f0be624dd8a3822d8
else
- VERSION=0.7.61
- SOURCE_HASH=sha512:6db888a296100f26311bca098d6b02c7f15dfeee30c666bb4d73822f3dc1e6c76d53e521be7107f820551cb14a39a18fd3c7b8f702f8c2cc029d57ddd5023d7f
+ VERSION=0.7.62
+ SECURITY_PATCH=1
+ SOURCE_HASH=sha512:e86dc4773f6f2efbb7c01beaabf4e07ab401e6ba4605b0011d19bb67c8ee83c71234f62b4d4a0cc8f4271f0748d73e1352c8566a1dc590b9611870a4b870c249
fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://sysoev.ru/$SPELL/$SOURCE
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index 5d6365b617..e2e5e4e785 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,7 @@
+2009-09-15 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.6.39, 0.7.62; SECURITY_PATCH++
+ (http://www.securityfocus.com/bid/36384)
+
2009-08-08 Vlad Glagolev <stealth@sourcemage.org>
* syslog-0.7.patch: backport needed changes from syslog-0.6.patch