From 8ceb42c3039943bd898508feff2d1967d5d1e539 Mon Sep 17 00:00:00 2001 From: Stephen Walker Date: Sat, 18 Feb 2012 22:14:05 +0000 Subject: [PATCH] [packages] lighttpd: update to 1.4.30, remove obsolete patches SVN-Revision: 30637 --- net/lighttpd/Makefile | 10 +++++----- net/lighttpd/patches/001-no_ec.patch | 14 -------------- 2 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 net/lighttpd/patches/001-no_ec.patch diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 563e49db39..81f1ba4a83 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd -PKG_VERSION:=1.4.29 -PKG_RELEASE:=3 +PKG_VERSION:=1.4.30 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://download.lighttpd.net/lighttpd/releases-1.4.x -PKG_MD5SUM:=e6e67b09986cb504db630b5a86b2dd76 +PKG_MD5SUM:=4630517b8342d4ec0a2d61a0a9e05c82 PKG_FIXUP:=libtool PKG_INSTALL:=1 diff --git a/net/lighttpd/patches/001-no_ec.patch b/net/lighttpd/patches/001-no_ec.patch deleted file mode 100644 index 45cf0ff0af..0000000000 --- a/net/lighttpd/patches/001-no_ec.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/src/network.c -+++ b/src/network.c -@@ -480,9 +480,11 @@ int network_init(server *srv) { - network_backend_t backend; - - #if OPENSSL_VERSION_NUMBER >= 0x0090800fL -+#ifndef OPENSSL_NO_ECDH - EC_KEY *ecdh; - int nid; - #endif -+#endif - - #ifdef USE_OPENSSL - DH *dh; -- 2.30.2