./devel/py-mercurial, Fast, lightweight source control management system

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


Branch: pkgsrc-2017Q1, Version: 4.1.3, Package name: py27-mercurial-4.1.3, Maintainer: wiz

Mercurial is a free, distributed source control management tool.
It efficiently handles projects of any size and offers an easy and
intuitive interface.

Mercurial efficiently handles projects of any size and kind. Every
clone contains the whole project history, so most actions are local,
fast and convenient. Mercurial supports a multitude of workflows
and you can easily enhance its functionality with extensions.

It is easy to learn: You can follow our simple guide to learn how
to revision your documents with Mercurial, or just use the quick
start to get going instantly. A short overview of Mercurial's
decentralized model is also available.

And it just works: Mercurial strives to deliver on each of its
promises. Most tasks simply work on the first try and without
requiring arcane knowledge.


Required to run:
[devel/py-curses] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: ce28938ee7d30dbd3486880e6df8465a4a51abdd
RMD160: 096c5c0dc8cb4b3126dd3d63116da9a9a6f4b1ec
Filesize: 5014.614 KB

Version history: (Expand)


CVS history: (Expand)


   2017-04-29 21:31:54 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #5326 - requested by sevan
devel/py-mercurial: security fix

Revisions pulled up:
- devel/py-mercurial/Makefile.version                           1.48
- devel/py-mercurial/distinfo                                   1.48

---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Wed Apr 19 17:17:52 UTC 2017

   Modified Files:
           pkgsrc/devel/py-mercurial: Makefile.version distinfo

   Log message:
   Updated py-mercurial to 4.1.3.

   Mercurial 4.1.3 (2017-4-18)

   This is an out of cycle release to address a security issue:

       hg serve --stdio could be tricked into granting authorized users
   access to the Python debugger. Thanks to Jonathan Claudius of Mozilla
   for reporting this issue