diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-11-03 12:46:26 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-11-03 12:46:26 +0000 |
commit | 74b19bf67a15149f2ee07332d4b51da250350ccf (patch) | |
tree | 25068b9f2eb7bcb204bb4222fd9207afc06f7e78 /devel | |
parent | d5ae0a0fa64233cf0c0901240aad022d52c69a5f (diff) | |
download | pkgsrc-74b19bf67a15149f2ee07332d4b51da250350ccf.tar.gz |
Update to 1.27
Changelog:
This is Version 1.27. Key changes in this release include:
Enhance the fossil changes, fossil clean, fossil extras, fossil ls and fossil status commands to restrict operation to files and directories named on the command-line.
New --integrate option to fossil merge, which automatically closes the merged branch when committing.
Renamed /stats_report page to /reports. Graph width is now relative, not absolute.
Added yw=YYYY-WW (year-week) filter to timeline to limit the results to a specific year and calendar week number, e.g. /timeline?yw=2013-01.
Updates to SQLite to prevent opening a repository file using file descriptors 1 or 2 on unix. This fixes a bug under which an assertion failure could overwrite part of a repository database file, corrupting it.
Added support for unlimited line lengths in side-by-side diffs.
New --close option to fossil commit, which immediately closes the branch being committed.
Added chart option to fossil bisect.
Improvements to the "human or bot?" determination.
Reports errors about missing CGI-standard environment variables for HTTP servers which do not support them.
Minor improvements to sync support on Windows.
Added --scgi option to fossil server.
Internal improvements to the sync process.
The internals of the JSON API are now MIT-licensed, so downstream users/packagers are no longer affected by the "do no evil" license clause.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fossil/Makefile | 6 | ||||
-rw-r--r-- | devel/fossil/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index fb7dcb312b8..e4acd82e60f 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2013/07/15 02:02:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2013/11/03 12:46:26 ryoon Exp $ -DISTNAME= fossil-src-20130618210923 -PKGNAME= fossil-1.26 +DISTNAME= fossil-src-20130911114349 +PKGNAME= fossil-1.27 CATEGORIES= devel scm MASTER_SITES= http://www.fossil-scm.org/download/ diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index bd5433c4c93..12716152a54 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2013/06/30 06:04:39 ryoon Exp $ +$NetBSD: distinfo,v 1.20 2013/11/03 12:46:26 ryoon Exp $ -SHA1 (fossil-src-20130618210923.tar.gz) = b8de07de92483ba491c7e11c1d82147bce1cdaf9 -RMD160 (fossil-src-20130618210923.tar.gz) = 5c75225beefca8f07f4fa693e44d9de30c35b5fb -Size (fossil-src-20130618210923.tar.gz) = 3641306 bytes +SHA1 (fossil-src-20130911114349.tar.gz) = 2e2149fff30d63a1869ecb5a7d6b17996477612a +RMD160 (fossil-src-20130911114349.tar.gz) = 677b0a16c24da548fec4ce8f8b1b3e042f044c24 +Size (fossil-src-20130911114349.tar.gz) = 3682124 bytes |