./devel/scmgit-base, GIT Tree History Storage Tool (base package)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q2, Version: 1.6.3.3, Package name: scmgit-base-1.6.3.3, Maintainer: bjs

GIT is a "directory content manager" designed to handle absolutely massive
projects with speed and efficiency, and the release of the 2.6.12 (and later)
versions of the Linux kernel as well as more and more other projects switching
to it would indicate that it does this task well.

GIT falls in the category of distributed version control software, similar
to e.g. GNU Arch or Monotone (or, in the commercial world, BitKeeper). Every
GIT working directory is a full-fledged repository with full revision tracking
capabilities, not dependent on network access to a central server.


Required to run:
[textproc/expat] [devel/p5-Error] [www/curl] [lang/perl5] [x11/tk]

Required to build:
[devel/gmake] [archivers/gtar-base]

Package options: scmgit-gui

Master sites:

SHA1: 8eb22cafe085d3297872f817106fc00ad1c7ea0b
RMD160: ac31ab58c2ab138ad3cb9c6044547b62ae4b3f31
Filesize: 2458.148 KB

Version history: (Expand)


CVS history: (Expand)


   2009-07-20 11:58:40 by Matthias Scheler | Files touched by this commit (6) | Package updated
Log message:
Pullup ticket #2825 - requested by minskim
scmgit: security update
scmgit-base: security update
scmgit-docs: security update

Revisions pulled up:
- devel/scmgit-base/PLIST				1.14
- devel/scmgit-base/distinfo			1.18-1.19
- devel/scmgit-base/patches/patch-aa		1.8-1.9
- devel/scmgit-base/patches/patch-ad		delete
- devel/scmgit-docs/PLIST				1.6
- devel/scmgit/Makefile.version			1.9
---
Module Name:    pkgsrc
Committed By:   minskim
Date:           Sun Jul 19 01:29:33 UTC 2009

Modified Files:
        pkgsrc/devel/scmgit: Makefile.version
        pkgsrc/devel/scmgit-base: PLIST distinfo
        pkgsrc/devel/scmgit-base/patches: patch-aa
        pkgsrc/devel/scmgit-docs: PLIST
Removed Files:
        pkgsrc/devel/scmgit-base/patches: patch-ad

Log message:
Update scmgit to 1.6.3.3.

This version fixes the remote DoS problem in
http://secunia.com/advisories/35437/.

Major changes between 1.6.2 and 1.6.3:
* various git-svn updates.
* git-gui updates, including an update to Russian translation, and a
  fix to an infinite loop when showing an empty diff.
* gitk updates, including an update to Russian translation and
  improved Windows support.
* many uses of lstat(2) in the codepath for "git checkout" have been
  optimized out.
* usuability improvements.
* bug fixes.
---
Module Name:    pkgsrc
Committed By:   hasso
Date:           Mon Jul 20 03:43:07 UTC 2009

Modified Files:
        pkgsrc/devel/scmgit-base: distinfo
        pkgsrc/devel/scmgit-base/patches: patch-aa

Log message:
Make it build on DragonFly again.