Bug 128367 - [patch] devel/subversion distinfo, missing checksum for svnbook
Summary: [patch] devel/subversion distinfo, missing checksum for svnbook
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: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-25 16:10 UTC by Olli Hauer
Modified: 2008-10-27 17:00 UTC (History)
0 users

See Also:


Attachments
file.txt (1.62 KB, text/plain)
2008-10-25 16:10 UTC, Olli Hauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer 2008-10-25 16:10:01 UTC
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.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-10-25 23:40:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-27 16:54:02 UTC
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"
Comment 3 Lev A. Serebryakov freebsd_committer freebsd_triage 2008-10-27 16:54:09 UTC
State Changed
From-To: open->closed


Committed, thanks!