This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [SECURITY] lighttpd


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

--- 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)

Attachment: lighttpd-1.4.30-1.cygport
Description: application/cygport


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]