Bug 124559 - [patch] update devel/git to 1.5.5.4
Summary: [patch] update devel/git to 1.5.5.4
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: Eric Anholt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-13 20:30 UTC by Eygene Ryabinkin
Modified: 2008-06-16 18:40 UTC (History)
1 user (show)

See Also:


Attachments
git-1.5.5-to-1.5.5.4.patch (1.31 KB, patch)
2008-06-13 20:30 UTC, Eygene Ryabinkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eygene Ryabinkin 2008-06-13 20:30:01 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-13 20:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anholt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-16 18:33:02 UTC
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"
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2008-06-16 18:35:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!