From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22773 invoked by alias); 28 Feb 2012 02:01:38 -0000 Received: (qmail 22762 invoked by uid 22791); 28 Feb 2012 02:01:37 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f171.google.com (HELO mail-iy0-f171.google.com) (209.85.210.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Feb 2012 02:01:23 +0000 Received: by iadj38 with SMTP id j38so2841229iad.2 for ; Mon, 27 Feb 2012 18:01:22 -0800 (PST) Received-SPF: pass (google.com: domain of yselkowitz@gmail.com designates 10.50.95.195 as permitted sender) client-ip=10.50.95.195; Authentication-Results: mr.google.com; spf=pass (google.com: domain of yselkowitz@gmail.com designates 10.50.95.195 as permitted sender) smtp.mail=yselkowitz@gmail.com; dkim=pass header.i=yselkowitz@gmail.com Received: from mr.google.com ([10.50.95.195]) by 10.50.95.195 with SMTP id dm3mr20848111igb.9.1330394482667 (num_hops = 1); Mon, 27 Feb 2012 18:01:22 -0800 (PST) Received: by 10.50.95.195 with SMTP id dm3mr16909460igb.9.1330394482617; Mon, 27 Feb 2012 18:01:22 -0800 (PST) Received: from [192.168.0.100] (S0106000cf16f58b1.wp.shawcable.net. [24.79.200.150]) by mx.google.com with ESMTPS id v3sm11873258igw.6.2012.02.27.18.01.21 (version=SSLv3 cipher=OTHER); Mon, 27 Feb 2012 18:01:21 -0800 (PST) Message-ID: <1330394481.6720.32.camel@YAAKOV04> Subject: Re: [SECURITY] lighttpd From: "Yaakov (Cygwin/X)" To: cygwin-apps@cygwin.com Date: Tue, 28 Feb 2012 02:01:00 -0000 In-Reply-To: <4F4BF68C.80607@lapo.it> References: <1327659673.6868.30.camel@YAAKOV04> <20120131142621.GB20511@calimero.vinschen.de> <4F2C000B.4070606@lapo.it> <4F4BF68C.80607@lapo.it> Content-Type: multipart/mixed; boundary="=-UlLT/HWCEk2AZO7m/WXm" Mime-Version: 1.0 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2012-02/txt/msg00141.txt.bz2 --=-UlLT/HWCEk2AZO7m/WXm Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Content-length: 571 On Mon, 2012-02-27 at 22:33 +0100, Lapo Luchini wrote: > ...failing it; neither the current package nor cygwin-ports one upgrade > cleanly and I hadn't the time to work around it. Could you clarify? > If anyone has the time to do this long-awaited upgrade or wants to take > maintainership of the package altogether, feel free to step up and do it. > > Else, I will keep trying in the next days. The attached .cygport and patch WFM. Do these not work for you? > PS: my Win7 cygwin needs rebaseall very very often. Still didn't check > it through. BLODA? Yaakov --=-UlLT/HWCEk2AZO7m/WXm Content-Disposition: attachment; filename="1.4.28-no-undefined.patch" Content-Type: text/x-patch; name="1.4.28-no-undefined.patch"; charset="UTF-8" Content-Transfer-Encoding: 7bit Content-length: 580 --- origsrc/lighttpd-1.4.28/src/Makefile.am 2010-08-11 15:44:17.000000000 -0500 +++ src/lighttpd-1.4.28/src/Makefile.am 2010-08-22 16:50:18.999262800 -0500 @@ -88,7 +88,7 @@ lib_LTLIBRARIES += liblightcomp.la liblightcomp_la_SOURCES=$(common_src) liblightcomp_la_CFLAGS=$(AM_CFLAGS) $(LIBEV_CFLAGS) liblightcomp_la_LDFLAGS = -avoid-version -no-undefined -liblightcomp_la_LIBADD = $(PCRE_LIB) $(SSL_LIB) $(FAM_LIBS) $(LIBEV_LIBS) +liblightcomp_la_LIBADD = $(PCRE_LIB) $(SSL_LIB) $(FAM_LIBS) $(ATTR_LIB) $(LIBEV_LIBS) common_libadd = liblightcomp.la else src += $(common_src) --=-UlLT/HWCEk2AZO7m/WXm Content-Type: application/x-cygport; name="lighttpd-1.4.30-1.cygport" Content-Disposition: attachment; filename="lighttpd-1.4.30-1.cygport" Content-Transfer-Encoding: 7bit Content-length: 806 DESCRIPTION="Light HTTP daemon" HOMEPAGE="http://www.lighttpd.net/" SRC_URI="http://download.lighttpd.net/lighttpd/releases-${PV[1]}.${PV[2]}.x/${P}.tar.bz2" PATCH_URI="1.4.28-no-undefined.patch" CYGCONF_ARGS=" --libdir=/usr/lib/${PN} --enable-lfs --enable-ipv6 --with-attr --with-bzip2 --with-fam --with-gdbm --without-kerberos5 --with-ldap --with-lua --without-mysql --with-openssl --with-pcre --with-webdav-locks --with-webdav-props --with-zlib --without-memcache --without-valgrind " src_install() { cd ${B} cyginstall insinto /etc/${PN} doins ${S}/doc/config/*.conf insinto /etc/${PN}/conf.d doins ${S}/doc/config/conf.d/*.conf insinto /etc/${PN}/vhosts.d doins ${S}/doc/config/vhosts.d/*.template make_etc_defaults /etc/${PN} } DOCS="doc/*.txt" KEEP_LA_FILES="none" --=-UlLT/HWCEk2AZO7m/WXm--