diff options
author | asau <asau@pkgsrc.org> | 2012-03-22 23:12:41 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-03-22 23:12:41 +0000 |
commit | 4ceaf71fe614fc5d23fd54fc91bd3488bb25f5f7 (patch) | |
tree | 3a9e0bc295a4f0b580eba82e8c228beb76d471e9 /devel | |
parent | 48292c612ee308f6bfbde2c077f478546563ba29 (diff) | |
download | pkgsrc-4ceaf71fe614fc5d23fd54fc91bd3488bb25f5f7.tar.gz |
Update to Fossil 1.22.
Notable changes:
* Greatly improved "diff" processing including the new --brief option,
partial line matching, colorized in-line diffs, and better performance.
* Promote "allow-symlinks" to a versionable setting
* Harden the CGI processing logic against DOS attacks
* Add the ability to run TH1 scripts after sync requests
* Store the repository name in _FOSSIL_ as it is type in the "open" command,
possibly as a relative pathname.
* Make ".fslckout" the alternative name for the "_FOSSIL_" file.
* Change the "ssh:" transfer method to allow all access regardless of
user permission.
* Improvements to the timeline messages associated with tag changes.
(Requires a "fossil rebuild" to take effect.)
* Various additions and fixes for the JSON API.
* Improved merge-with-rename handling.
* --cherrypick merges use their origin's commit message by default.
* Added support for multiple concurrent logins per user.
* Update to use SQLite version 3.7.11.
* Various minor bug fixes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fossil/Makefile | 10 | ||||
-rw-r--r-- | devel/fossil/distinfo | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 25301a7469f..4a95cc8f12a 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2012/03/10 08:04:45 sbd Exp $ +# $NetBSD: Makefile,v 1.19 2012/03/22 23:12:41 asau Exp $ -DISTNAME= Fossil-002580c50d94790a -PKGNAME= fossil-1.21 -PKGREVISION= 1 +DISTNAME= fossil-src-20120317175325 +PKGNAME= fossil-1.22 CATEGORIES= devel scm -# have to log in to download the tarball -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= http://www.fossil-scm.org/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fossil-scm.org/ diff --git a/devel/fossil/distinfo b/devel/fossil/distinfo index 6b72d9505f7..28f1001ce81 100644 --- a/devel/fossil/distinfo +++ b/devel/fossil/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2012/02/08 19:45:41 bsiegert Exp $ +$NetBSD: distinfo,v 1.16 2012/03/22 23:12:41 asau Exp $ -SHA1 (Fossil-002580c50d94790a.tar.gz) = d9efb2c35f5646adb686c849319eeb8862aee36d -RMD160 (Fossil-002580c50d94790a.tar.gz) = 8b5f60651a30978d81fbd1cbaaaa688e175d9c68 -Size (Fossil-002580c50d94790a.tar.gz) = 2720014 bytes +SHA1 (fossil-src-20120317175325.tar.gz) = 02e9be3cf6b072dfd2c98fa7dd05a2df4a14cfb6 +RMD160 (fossil-src-20120317175325.tar.gz) = cc89c07f1ab859ee32cc5facaaa1e45954b69376 +Size (fossil-src-20120317175325.tar.gz) = 2759495 bytes |