Ashish SHUKLA
a28064c96c
fossil: 2.16 -> 2.17
...
Add option to prefer internal/bundled sqlite3 which is what fossil seems to
prefer
2021-10-17 21:37:03 +05:30
Ryan Burns
5e72b0a076
fossil: 2.15.1 -> 2.16
...
For CVE-2021-36377
Add enableDeserialize option to sqlite,
which is required to build fossil v2.16+.
2021-08-28 12:42:41 -07:00
Yurii Rashkovskii
1d4fad600b
fossil: 2.14 -> 2.15.1 ( #120700 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-23 15:23:40 +02:00
github-actions[bot]
65a7d168af
Merge master into staging-next
2021-06-12 18:04:56 +00:00
Ben Siraphob
f0b2272124
fossil: 2.14 -> 2.15.1
2021-06-09 20:48:54 +07:00
Andrew Brooks
12315866d1
fossil: Remove unneeded TCLLIBPATH export
...
The use of tcl.mkTclDerivation in tcllib ensures that it will
already be present on TCLLIBPATH when tests are run.
2021-05-21 15:18:10 -05:00
R. RyanTM
ebe677c84f
fossil: 2.13 -> 2.14
2021-01-29 22:04:15 +00:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
141633de7e
fossil: 2.12.1 -> 2.13
2020-12-17 07:52:24 +01:00
Daniël de Kok
8ec5187cb4
Merge pull request #96339 from danieldk/fossil-improvements
...
fossil: install man page and bash shell completions, use system sqlite
2020-09-01 08:53:10 +02:00
Daniël de Kok
1efda79b1b
fossil: use system sqlite
2020-08-26 08:43:54 +02:00
Daniël de Kok
9d941bcd7b
fossil: install man page and bash shell completions
...
While at it, clean the derivation up a little.
2020-08-26 08:43:54 +02:00
R. RyanTM
ba9f3e80d7
fossil: 2.11.1 -> 2.12.1
2020-08-25 22:56:39 +00:00
R. RyanTM
7d131f6112
fossil: 2.11 -> 2.11.1
2020-06-10 16:41:55 -07:00
R. RyanTM
64de2db0c2
fossil: 2.10 -> 2.11
2020-06-02 12:50:33 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Marco Maggesi
24d0bd37b5
Merge branch 'master' into rename-z77z-into-maggesi
2019-10-13 18:06:23 +02:00
R. RyanTM
55023876bd
fossil: 2.9 -> 2.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fossil/versions
2019-10-07 10:23:52 -07:00
Marco Maggesi
ff1ed720e2
Rename z77z into maggesi
...
Make the "handle" of the maintainer match the name of the github account.
Also update the email address.
2019-10-07 17:05:25 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
aaa71375ed
fossil: 2.8 -> 2.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fossil/versions
2019-07-15 06:31:37 -07:00
R. RyanTM
488da5ad7d
fossil: 2.7 -> 2.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fossil/versions
2019-03-01 23:13:33 -08:00
R. RyanTM
7868debd46
fossil: 2.6 -> 2.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fossil/versions
2018-10-03 12:56:18 -07:00
Jan Malakhovski
2781c7d312
fossil: cleanup tests
2018-08-10 12:56:33 +00:00
John Ericson
f0d6b385d1
treewide: Make all the rest of configureFlags
2018-08-03 17:06:03 -04:00
John Ericson
a1f4d033dd
fossil: Remove crossAttrs
...
TCC= (and BCC=) no longer needed as new Makefile defines with CC (and
CC_FOR_BUILD).
2018-05-10 11:42:13 -04:00
R. RyanTM
5ec51c5d7c
fossil: 2.5 -> 2.6
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/fossil/versions .
These checks were done:
- built on NixOS
- ran ‘/nix/store/by0my4ix1gpichp15gf3i8w3fgfxmsrc-fossil-2.6/bin/fossil --help’ got 0 exit code
- ran ‘/nix/store/by0my4ix1gpichp15gf3i8w3fgfxmsrc-fossil-2.6/bin/fossil help’ got 0 exit code
- found 2.6 with grep in /nix/store/by0my4ix1gpichp15gf3i8w3fgfxmsrc-fossil-2.6
- directory tree listing: https://gist.github.com/673b50672a3bb2c22d7e37175d1f37d4
2018-05-07 04:20:37 -07:00
Ryan Mulligan
3e36832e00
fossil: 2.3 -> 2.5
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/14r53ilafr0lhqc5czfifp4bwqk5rh1c-fossil-2.5/bin/fossil --help` got 0 exit code
- ran `/nix/store/14r53ilafr0lhqc5czfifp4bwqk5rh1c-fossil-2.5/bin/fossil help` got 0 exit code
- ran `/nix/store/14r53ilafr0lhqc5czfifp4bwqk5rh1c-fossil-2.5/bin/fossil version` and found version 2.5
- ran `/nix/store/14r53ilafr0lhqc5czfifp4bwqk5rh1c-fossil-2.5/bin/fossil --help` and found version 2.5
- ran `/nix/store/14r53ilafr0lhqc5czfifp4bwqk5rh1c-fossil-2.5/bin/fossil help` and found version 2.5
- found 2.5 with grep in /nix/store/14r53ilafr0lhqc5czfifp4bwqk5rh1c-fossil-2.5
- found 2.5 in filename of file in /nix/store/14r53ilafr0lhqc5czfifp4bwqk5rh1c-fossil-2.5
2018-02-26 06:15:59 -08:00
Franz Pletz
faed026cd4
fossil: 2.2 -> 2.3
...
Fixes XSS vulnerability on the /help webpage. No CVE known.
2017-09-28 16:59:40 +02:00
Linus Heckemann
3f8f8bf5f6
fossil: 1.36 -> 2.2
2017-07-06 23:08:47 +02:00
John Ericson
ffa535a0cc
fossil: Don't use stdenv.cross
2017-06-28 18:21:05 -04:00
Karn Kallio
9b06e35d33
fossil scm version patch
...
The attached patch advances the version of the fossil expression in
Nixpkgs to the latest release 1.36
From fdd5d610e35eed355f5f3fec9d3675aa60f36292 Mon Sep 17 00:00:00 2001
From: Karn Kallio <kkallio@skami.org>
Date: Tue, 8 Nov 2016 20:23:22 -0400
Subject: [PATCH] fossil : advance to version 1.36
2016-11-09 10:15:22 -05:00
Lluís Batlle i Rossell
3aa8f23aec
fossil: update to 1.35
2016-08-25 17:27:55 +02:00
Eric Seidel
2177bf3074
fossil: add libiconv on darwin
2016-04-25 09:12:05 -07:00
Marco Maggesi
ba3a4a892e
Update fossil to version 1.33
2015-08-05 14:09:33 +02:00
Michael Raskin
61e573fcb6
Update fossil; use repository-generated tarball because release tarballs disappear
2015-03-26 10:12:25 +03:00
Marco Maggesi
07bac418d2
Update fossil to version 1.30
2015-02-15 15:34:29 +01:00
Pascal Wittmann
f94580da69
Fix license attribute of many bsd-like licensed packages
2014-12-21 00:00:35 +01:00
Lluís Batlle i Rossell
8f64e74414
Updating fossil to 1.28.
2014-02-11 12:32:48 +01:00
Brian Smith
9aa4c9fd84
Update fossil to 1.27, and enable the JSON API.
2013-10-21 18:16:27 +00:00
Bjørn Forsman
083d0890f5
More description fixes
...
* Remove package name
* Start with upper case letter
* Remove trailing period
Also reword some descriptions and move some long descriptions to
longDescription.
I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Michael Raskin
48ad0f7443
Update Fossil to a still present version
2012-11-08 23:15:33 +04:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Marco Maggesi
f6689d01a3
Update fossil to version 1.21
...
svn path=/nixpkgs/trunk/; revision=30875
2011-12-13 22:19:06 +00:00
Lluís Batlle i Rossell
22ff0a19c3
Updating the fossil tarball hash, due to an update upstream:
...
http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg06730.html
I also add readline (it may provide a nicer prompt on fossil sqlite)
and sqlite (required for some tests).
The old tarballs were broken in a way that the tests requiring sqlite were not run.
svn path=/nixpkgs/trunk/; revision=29974
2011-10-22 20:41:37 +00:00
Marco Maggesi
11d18ba4fd
Update fossil to version 1.20
...
svn path=/nixpkgs/trunk/; revision=29954
2011-10-21 14:12:46 +00:00
Lluís Batlle i Rossell
833eea6157
Updating fossil to 1.19. I can't still add readline as build input, because its
...
new configuration code fails to cope with nix gcc detecting readline.
svn path=/nixpkgs/trunk/; revision=28968
2011-09-01 21:03:18 +00:00
Lluís Batlle i Rossell
f5609042c0
I broke fossil in a commit where I did not mean even to touch it.
...
svn path=/nixpkgs/trunk/; revision=27880
2011-07-21 14:58:13 +00:00