Bug 145749 - www/lighttpd: fetch doesn't work with 1.4.26 update anymore when ssl is enabled
Summary: www/lighttpd: fetch doesn't work with 1.4.26 update anymore when ssl is enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-16 07:50 UTC by Harald Schmalzbauer
Modified: 2010-08-03 20:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Schmalzbauer 2010-04-16 07:50:01 UTC
After updating to 1.4.26 any request with fetch doesn't get recognized anymore.
I enabled debug.log-request-header and friends and the fetch request never showes up.
Replacing just lighttpd with 1.4.25 everything works as usual. Same config.
Interestingly, the same file can be downloaded with firefox for example. Also, fetch 
works without ssl.

How-To-Repeat:         Create ssl-enabled site and try to 'fetch https://yoursite/testfile.txt'
Request will never make it into the log.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-04-17 07:22:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Fix synopsis and assign.
Comment 2 Martin Tournoij 2010-05-14 23:18:57 UTC
Did you fix the issue yet?

I suspect the cause is:
http://redmine.lighttpd.net/issues/show/2147

The "network_openssl.patch" is the only patch which touches the SSL code.

P.S. Please CC me in replies! I do not check this PR for updates.

-- 
Martin Tournoij
carpetsmoker@rwxrwxrwx.net
http://www.carpetsmoker.net | http://www.daemonforums.org

QOTD:
It's business doing pleasure with you.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2010-08-03 02:11:58 UTC
Responsible Changed
From-To: mnag->mm

Over to new maintainer.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-08-03 20:09:28 UTC
mm          2010-08-03 19:09:15 UTC

  FreeBSD ports repository

  Modified files:
    www/lighttpd         Makefile distinfo pkg-plist 
    www/lighttpd/files   lighttpd.sh.in 
  Added files:
    www/lighttpd/files   patch-src-connections.c 
                         patch-src-mod_extforward.c 
  Log:
  Fix stalls while reading from ssl sockets [1]
  Fix reload signal in rc script [2]
  Fix use of IPv6 adresses in mod_extforward [3]
  Add optional support for mod_geoip [4]
  Move pkg-config to BUILD_DEPENDS
  
  References:
  http://redmine.lighttpd.net/issues/2197 [1]
  http://redmine.lighttpd.net/issues/1889 [3]
  http://redmine.lighttpd.net/wiki/1/Docs:ModGeoip [4]
  
  PR:     ports/145749 [1], ports/148869 [2], ports/144110 [3], ports/137664 [4]
  
  Revision  Changes    Path
  1.82      +18 -5     ports/www/lighttpd/Makefile
  1.43      +3 -0      ports/www/lighttpd/distinfo
  1.7       +2 -2      ports/www/lighttpd/files/lighttpd.sh.in
  1.1       +47 -0     ports/www/lighttpd/files/patch-src-connections.c (new)
  1.1       +19 -0     ports/www/lighttpd/files/patch-src-mod_extforward.c (new)
  1.19      +4 -1      ports/www/lighttpd/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Martin Matuska freebsd_committer freebsd_triage 2010-08-03 20:59:23 UTC
State Changed
From-To: open->closed

Fixed. Thanks!