Git 1.5.5.4 is out, http://git.or.cz/ http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.5.4.txt and Git 1.5.5, current FreeBSD port version, has at least one bug in git-fetch that makes it to dump core, as was found (at least) by Chuck Robey, http://lists.freebsd.org/pipermail/freebsd-hackers/2008-June/024745.html Fix: The following patch will update the port to the latest version, 1.5.5.4: How-To-Repeat: Take some repository (in my case it was git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd), import it, and the do 'git pull'. It will dump core.
Responsible Changed From-To: freebsd-ports-bugs->anholt Over to maintainer (via the GNATS Auto Assign Tool)
wxs 2008-06-16 17:32:57 UTC FreeBSD ports repository Modified files: devel/git Makefile distinfo pkg-plist devel/git/files patch-Makefile Log: Update to 1.5.5.4 [1]. Fix crash in git-fetch [2]. Don't remove directories listed in BSD.local.dist [3]. Fix "git help foo" bug [4][5]. PR: ports/124559 [1], ports/123369 [2], ports/121869 [3], ports/123318 [4], ports/124301 [5] Submitted by: rea-fbsd@codelabs.ru [1], cokane [2], rafan [3], potatosaladx@gmail.com [4], keramida [5] Revision Changes Path 1.29 +1 -1 ports/devel/git/Makefile 1.18 +6 -6 ports/devel/git/distinfo 1.8 +15 -5 ports/devel/git/files/patch-Makefile 1.16 +0 -2 ports/devel/git/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"
State Changed From-To: open->closed Committed. Thanks!