pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/fossil fossil: update to 2.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42cbec66dc78
branches:  trunk
changeset: 341627:42cbec66dc78
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Oct 04 22:42:39 2019 +0000

description:
fossil: update to 2.10

Change log:

  *  Added support for [./serverext.wiki|CGI-based Server Extensions].
  *  Added the [/help?cmd=repolist-skin|repolist-skin] setting used to
     add style to repository list pages.
  *  Enhance the hierarchical display of Forum threads to do less
     indentation and to provide links back to the previous message
     in the thread.  Provide sequential numbers for all messages in
     a forum thread.
  *  Add support for fenced code blocks and improved hyperlink
     processing to the [/md_rules|markdown formatter].
  *  Add support for hyperlinks to wiki pages in the
     [/md_rules|markdown formatter].
  *  Enhance the [/help?cmd=/stat|/stat] page so that it gives the
     option to show a breakdown of forum posts.
  *  The special check-in name "merge-in:BRANCH" means the source of
     the most recent merge-in from the parent branch of BRANCH.
  *  Add hyperlinks to branch-diffs on the /info page and from
     timelines of a branch.
  *  Add graphical context on the [/help?cmd=/vdiff|/vdiff] page.
  *  Uppercase query parameters, POST parameters, and cookie names are
     converted to all lowercase and entered into the parameter set,
     instead of being discarded.
  *  Change the default [./hashpolicy.wiki|hash policy] to SHA3.
  *  Timeout [./server/any/cgi.md|CGI requests] after 300 seconds, or
     some other value set by the
     [./cgi.wiki#timeout|"timeout:" property] in the CGI script.
  *  The check-in lock interval is reduced from 24 hours to 60 seconds,
     though the interval is now configurable using a setting.
     An additional check for conflicts is added after interactive
     check-in comment entry, to compensate for the reduced lock interval.
  *  Performance optimizations.
  *  Many documentation improvements.

diffstat:

 devel/fossil/Makefile |   4 ++--
 devel/fossil/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a5175e9e649c -r 42cbec66dc78 devel/fossil/Makefile
--- a/devel/fossil/Makefile     Fri Oct 04 22:32:31 2019 +0000
+++ b/devel/fossil/Makefile     Fri Oct 04 22:42:39 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2019/08/11 22:16:04 gutteridge Exp $
+# $NetBSD: Makefile,v 1.51 2019/10/04 22:42:39 gutteridge Exp $
 
-DISTNAME=      fossil-src-2.9
+DISTNAME=      fossil-src-2.10
 PKGNAME=       ${DISTNAME:S/-src//}
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 CATEGORIES=    devel scm
diff -r a5175e9e649c -r 42cbec66dc78 devel/fossil/distinfo
--- a/devel/fossil/distinfo     Fri Oct 04 22:32:31 2019 +0000
+++ b/devel/fossil/distinfo     Fri Oct 04 22:42:39 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2019/08/11 22:16:04 gutteridge Exp $
+$NetBSD: distinfo,v 1.33 2019/10/04 22:42:39 gutteridge Exp $
 
-SHA1 (fossil-src-2.9.tar.gz) = bcb0abdd9d7bb3131187eb3ab941c5e795081c8c
-RMD160 (fossil-src-2.9.tar.gz) = a95f8c784dbf633ba8f407db01bb151870d4dfb3
-SHA512 (fossil-src-2.9.tar.gz) = c3786d4ae5517c88917819448863e9e1e37704a7073a1c87c042660313b77ce3a63f32e35e6a56af1c681e7b8a5acc652b4447d0387b8a8a5b3b5aa04dd9a9b5
-Size (fossil-src-2.9.tar.gz) = 5440118 bytes
+SHA1 (fossil-src-2.10.tar.gz) = db68c266c2df094972ce7c38a0e2e0294b7b2f1f
+RMD160 (fossil-src-2.10.tar.gz) = e4ac6020a0369b3aff8942e06f45fe0de6cd3f50
+SHA512 (fossil-src-2.10.tar.gz) = aad54e3eaa2d647257c5c723fca4e55981aac0432d3d0b4deaa9651c7db7d27cb9f26f7ff40c31c452cb8dd54b0f0663c632183dc11982bc9cc24adf78b952e5
+Size (fossil-src-2.10.tar.gz) = 5634327 bytes



Home | Main Index | Thread Index | Old Index