lighttpd: update to 1.4.36.

This commit is contained in:
Juan RP 2015-07-26 20:35:51 +02:00
parent 90272883c6
commit 6eb359ff14
2 changed files with 4 additions and 19 deletions

View file

@ -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;

View file

@ -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 <eb@s01.de>"
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 \