pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/fossil
Module Name: pkgsrc
Committed By: gutteridge
Date: Fri Oct 4 22:42:39 UTC 2019
Modified Files:
pkgsrc/devel/fossil: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/fossil/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/fossil/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/fossil/Makefile
diff -u pkgsrc/devel/fossil/Makefile:1.50 pkgsrc/devel/fossil/Makefile:1.51
--- pkgsrc/devel/fossil/Makefile:1.50 Sun Aug 11 22:16:04 2019
+++ pkgsrc/devel/fossil/Makefile Fri Oct 4 22:42:39 2019
@@ -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
Index: pkgsrc/devel/fossil/distinfo
diff -u pkgsrc/devel/fossil/distinfo:1.32 pkgsrc/devel/fossil/distinfo:1.33
--- pkgsrc/devel/fossil/distinfo:1.32 Sun Aug 11 22:16:04 2019
+++ pkgsrc/devel/fossil/distinfo Fri Oct 4 22:42:39 2019
@@ -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