update to subversion to 1.5.4 dropped the checksums for the subversion books http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/subversion/distinfo.diff?r2=1.59&r1=1.58&f=s maybe only a suggestion: svnserve listen per default at the ipv6 address, to have svnserve binding at ipv4 address the paramter --listen-host should be given. Fix: Patch attached with submission follows: How-To-Repeat: setup svnserve and start with the default parameters in an ipv4 only network, then try to connect from another machine and you will fail.
Responsible Changed From-To: freebsd-ports-bugs->lev Over to maintainer.
lev 2008-10-27 16:53:49 UTC FreeBSD ports repository Modified files: devel/subversion Makefile.common devel/subversion/files svnserve.in Log: Add "--listen-host 0.0.0.0" to default svnserve flags, to listen on IPv4 addresses. PR: ports/128367 Revision Changes Path 1.12 +2 -2 ports/devel/subversion/Makefile.common 1.3 +7 -2 ports/devel/subversion/files/svnserve.in _______________________________________________ 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"
State Changed From-To: open->closed Committed, thanks!