2024-11-09 16:59:32 by Jonathan Schleifer | Files touched by this commit (2) |
Log message:
devel/fossil: Remove fossil-system-sqlite option
Fossil vendors SQLite as it frequently depends on features only available in
alpha versions of SQLite. This is because Fossil and SQLite are both from the
same author and Fossil is often used to test new SQLite features. Trying to use
the system SQLite will result in a non-working Fossil most times.
|
2024-11-08 01:47:43 by Jonathan Schleifer | Files touched by this commit (3) |
Log message:
Update devel/fossil to 2.25
* The "fossil ui /" command now works even for repositories that have \
non-ASCII filenames
* Add the fossil tree command.
* On case-insensitive filesystems, store files using the filesystem's preferred \
case rather than the case typed in by the user.
* Change the name "fossil cherry-pick" command to "fossil \
cherrypick", which is more familiar to Git users. Retain the legacy name \
for compatibility.
* Add new query parameters to the /timeline page: d2=, p2=, and dp2=.
* Add options to the fossil tag command that will list tag values.
* Add the -b|--brief option to the fossil status command.
* Add ability to upload unversioned files via the /uvlist page.
* Add history search to the /chat page.
* Add Unix socket support to the server command.
* On Windows, use the root certificates managed by the operating system \
(requires OpenSSL 3.2.0 or greater).
* Take into account zero-width and double-width unicode characters when \
formatting the command-line timeline.
* Update the built-in SQLite to version 3.47.0. Precompiled binaries are linked \
against OpenSSL 3.4.0.
* Numerous minor fixes and additions.
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2024-05-01 18:43:37 by Jonathan Schleifer | Files touched by this commit (3) |
Log message:
Update devel/fossil to 2.24
|
2024-04-02 03:09:22 by Jonathan Schleifer | Files touched by this commit (2) |
Log message:
devel/fossil: Add option to disable OpenSSL
This is useful for QNX, as OpenSSL dropped QNX support in OpenSSL 3.
|
2024-01-13 05:20:41 by Taylor R Campbell | Files touched by this commit (2) |
Log message:
devel/fossil: Fix cross-build.
|
2024-01-04 19:26:29 by Jonathan Schleifer | Files touched by this commit (2) |
Log message:
Update devel/fossil to 2.23
Changes for version 2.23 (2023-11-01)
* Add ability to "close" forum threads, such that unprivileged users
may no longer respond to them. Only administrators can close
threads or respond to them by default, and the
[/help?cmd=forum-close-policy|forum-close-policy setting] can be
used to add that capability to moderators.
* Add the [/help?cmd=all|fossil all whatis] command.
* The [/help?cmd=status|fossil status] command and relevant UI pages now
correctly report files which were both renamed <b>and</b> \
edited as such.
* Show default value of settings that have a default in
[/help?cmd=help|fossil help SETTING] output.
* On timeline graphs, show closed check-ins using an X in the middle of the
node circle or box.
* New options for email notification: Get email only for the first
post in each new thread, and/or posts that are in reply to my posts.
* Fix a regression bug introduced in version 2.22 that caused FTS5 searches
to fail for terms containing non-ASCII characters.
* Improved defense-in-depth against malicious attack:
* When an attempted SQL injection attack is detected, return
HTTP result code 418, which can signal the web server to sanction
the attacking IP address.
* Better defense against cross-site request forgery (CSRF)
attacks.
* Improvements to static analysis of source code (the codecheck1.c
file in the source tree).
* Enhance the [/help?cmd=/dir|treeview file listings]
([/dir?type=tree&ci=trunk|example]) by displaying file sizes
and adding the option to sort by file size.
* The [/help?cmd=fts-config|fossil fts-config] command now shows how much
repository space is used by the full-text index.
* Changing a setting to an empty string is now the same as deleting the
setting, in most cases. There are a few exceptions, indicated by the
keep-empty flag on the setting definition.
* The [/help?cmd=branch|fossil branch list] command can now filter branches
that have/have not been merged into the current branch.
* Improvements to interactions with remote repositories over SSH:
* Print the text of the SSH command that is run to do remote interaction,
for full disclosure to the operator.
* Add a PATH= argument to the [/help?cmd=ui|fossil ui remote:/] and
[/help?cmd=patch|fossil patch push/pull remote:...] commands so that
they work when the "remote" machine is a Mac and the \
"fossil"
executable is in the $HOME/bin directory.
* Update built-in libraries SQLite, ZLib, Pikchr to their latest versions.
* Documentation enhancements and typo fixes.
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|