From 6eb359ff14af4c026364c02e4ac5a3f37d33e1ac Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 Jul 2015 20:35:51 +0200 Subject: [PATCH] lighttpd: update to 1.4.36. --- srcpkgs/lighttpd/patches/disable-ssl3.patch | 15 --------------- srcpkgs/lighttpd/template | 8 ++++---- 2 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 srcpkgs/lighttpd/patches/disable-ssl3.patch diff --git a/srcpkgs/lighttpd/patches/disable-ssl3.patch b/srcpkgs/lighttpd/patches/disable-ssl3.patch deleted file mode 100644 index 00e0c4809d..0000000000 --- a/srcpkgs/lighttpd/patches/disable-ssl3.patch +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: ports/www/lighttpd/patches/patch-src_configfile_c,v 1.7.4.1 2014/10/30 07:52:45 brad Exp $ - -disable SSL3.0 by default - ---- src/configfile.c.orig Sun Oct 26 18:27:18 2014 -+++ src/configfile.c Sun Oct 26 18:27:31 2014 -@@ -182,7 +182,7 @@ static int config_insert(server *srv) { - s->ssl_honor_cipher_order = 1; - s->ssl_empty_fragments = 0; - s->ssl_use_sslv2 = 0; -- s->ssl_use_sslv3 = 1; -+ s->ssl_use_sslv3 = 0; - s->use_ipv6 = 0; - s->set_v6only = 1; - s->defer_accept = 0; diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template index 2dde8ccd64..0e9157d68d 100644 --- a/srcpkgs/lighttpd/template +++ b/srcpkgs/lighttpd/template @@ -1,7 +1,7 @@ # Template file for 'lighttpd' pkgname=lighttpd -version=1.4.35 -revision=12 +version=1.4.36 +revision=1 makedepends="libmysqlclient-devel lua-devel libxml2-devel sqlite-devel gdbm-devel pcre-devel libressl-devel fcgi-devel" hostmakedepends="automake pkg-config pcre-devel libtool" conf_files="/etc/lighttpd/lighttpd.conf" @@ -14,8 +14,8 @@ short_desc="A secure, fast, compliant and very flexible web-server" maintainer="Enno Boland " license="Simplified BSD" homepage="http://lighttpd.net" -distfiles="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.bz2" -checksum=4a71c1f6d8af41ed894b507720c4c17184dc320590013881d5170ca7f15c5bf7 +distfiles="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz" +checksum=897ab6b1cc7bd51671f8af759e7846245fbbca0685c30017e93a5882a9ac1a53 build_style=gnu-configure configure_args=" --sbindir=/usr/bin \