diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2009-06-28 05:07:13 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2009-06-28 05:07:13 +0000 |
commit | 7d14c56f2ebc0159db0a053da231354f326de29b (patch) | |
tree | a15df072ff7137e598eb095821718ad2b3656ec9 /www/lighttpd/files | |
parent | This module understands the formats used by SQLite for its DATE, DATETIME, TIME, (diff) |
- Update to 1.4.23
PR: 136026
Submitted by: Martin Matuska <mm___FreeBSD.org>
Diffstat (limited to 'www/lighttpd/files')
-rw-r--r-- | www/lighttpd/files/patch-doc_Makefile.in | 11 | ||||
-rw-r--r-- | www/lighttpd/files/patch-src_Makefile.in | 66 | ||||
-rw-r--r-- | www/lighttpd/files/patch-src__stat_cache.c | 21 |
3 files changed, 0 insertions, 98 deletions
diff --git a/www/lighttpd/files/patch-doc_Makefile.in b/www/lighttpd/files/patch-doc_Makefile.in deleted file mode 100644 index be2c9bf1296c..000000000000 --- a/www/lighttpd/files/patch-doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig 2009-04-25 00:55:41.000000000 -0300 -+++ doc/Makefile.in 2009-04-25 00:56:00.000000000 -0300 -@@ -189,7 +189,7 @@ - target_vendor = @target_vendor@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --dist_man1_MANS = lighttpd.1 spawn-fcgi.1 -+dist_man1_MANS = lighttpd.1 - DOCS = accesslog.txt \ - authentication.txt \ - cgi.txt \ diff --git a/www/lighttpd/files/patch-src_Makefile.in b/www/lighttpd/files/patch-src_Makefile.in deleted file mode 100644 index 0a57a603c783..000000000000 --- a/www/lighttpd/files/patch-src_Makefile.in +++ /dev/null @@ -1,66 +0,0 @@ ---- src/Makefile.in.orig 2009-04-25 00:52:47.000000000 -0300 -+++ src/Makefile.in 2009-04-25 00:54:11.000000000 -0300 -@@ -37,7 +37,6 @@ - target_triplet = @target@ - noinst_PROGRAMS = proc_open$(EXEEXT) lemon$(EXEEXT) - sbin_PROGRAMS = lighttpd$(EXEEXT) lighttpd-angel$(EXEEXT) --bin_PROGRAMS = spawn-fcgi$(EXEEXT) - - # if the linker doesn't allow referencing symbols of the binary - # we have to put everything into a shared-lib and link it into -@@ -380,9 +379,6 @@ - proc_open-buffer.$(OBJEXT) - proc_open_OBJECTS = $(am_proc_open_OBJECTS) - proc_open_LDADD = $(LDADD) --am_spawn_fcgi_OBJECTS = spawn-fcgi.$(OBJEXT) --spawn_fcgi_OBJECTS = $(am_spawn_fcgi_OBJECTS) --spawn_fcgi_LDADD = $(LDADD) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles -@@ -412,8 +408,7 @@ - $(mod_status_la_SOURCES) $(mod_trigger_b4_dl_la_SOURCES) \ - $(mod_userdir_la_SOURCES) $(mod_usertrack_la_SOURCES) \ - $(mod_webdav_la_SOURCES) $(lemon_SOURCES) $(lighttpd_SOURCES) \ -- $(lighttpd_angel_SOURCES) $(proc_open_SOURCES) \ -- $(spawn_fcgi_SOURCES) -+ $(lighttpd_angel_SOURCES) $(proc_open_SOURCES) - DIST_SOURCES = $(am__liblightcomp_la_SOURCES_DIST) \ - $(mod_access_la_SOURCES) $(mod_accesslog_la_SOURCES) \ - $(mod_alias_la_SOURCES) $(mod_auth_la_SOURCES) \ -@@ -432,8 +427,7 @@ - $(mod_trigger_b4_dl_la_SOURCES) $(mod_userdir_la_SOURCES) \ - $(mod_usertrack_la_SOURCES) $(mod_webdav_la_SOURCES) \ - $(lemon_SOURCES) $(am__lighttpd_SOURCES_DIST) \ -- $(lighttpd_angel_SOURCES) $(proc_open_SOURCES) \ -- $(spawn_fcgi_SOURCES) -+ $(lighttpd_angel_SOURCES) $(proc_open_SOURCES) - HEADERS = $(noinst_HEADERS) - ETAGS = etags - CTAGS = ctags -@@ -605,7 +599,6 @@ - - src = server.c response.c connections.c network.c configfile.c \ - configparser.c request.c proc_open.c $(am__append_2) --spawn_fcgi_SOURCES = spawn-fcgi.c - - #lib_LTLIBRARIES += mod_httptls.la - #mod_httptls_la_SOURCES = mod_httptls.c -@@ -963,9 +956,6 @@ - proc_open$(EXEEXT): $(proc_open_OBJECTS) $(proc_open_DEPENDENCIES) - @rm -f proc_open$(EXEEXT) - $(LINK) $(proc_open_OBJECTS) $(proc_open_LDADD) $(LIBS) --spawn-fcgi$(EXEEXT): $(spawn_fcgi_OBJECTS) $(spawn_fcgi_DEPENDENCIES) -- @rm -f spawn-fcgi$(EXEEXT) -- $(LINK) $(spawn_fcgi_OBJECTS) $(spawn_fcgi_LDADD) $(LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) -@@ -1098,7 +1088,6 @@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/request.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/response.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spawn-fcgi.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splaytree.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat_cache.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/status_counter.Po@am__quote@ diff --git a/www/lighttpd/files/patch-src__stat_cache.c b/www/lighttpd/files/patch-src__stat_cache.c deleted file mode 100644 index 210992e178eb..000000000000 --- a/www/lighttpd/files/patch-src__stat_cache.c +++ /dev/null @@ -1,21 +0,0 @@ -# -# Do not remove until http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/21768 -# is not applied and release new versions. -# -Index: stat_cache.c -=================================================================== ---- src/stat_cache.c (revision 1006) -+++ src/stat_cache.c (revision 1008) -@@ -487,6 +487,12 @@ - - - if (S_ISREG(st.st_mode)) { -+ /* fix broken stat/open for symlinks to reg files with appended slash on freebsd,osx */ -+ if (name->ptr[name->used-2] == '/') { -+ errno = ENOTDIR; -+ return HANDLER_ERROR; -+ } -+ - /* try to open the file to check if we can read it */ - if (-1 == (fd = open(name->ptr, O_RDONLY))) { - return HANDLER_ERROR; |