Benjamin Hipple
719df72a71
Merge pull request #85942 from kevinastock/master
...
Replace ftp with https for ftp.gnu.org
2020-04-24 20:14:51 -04:00
Kevin Stock
295475a378
aspell, tla: use HTTPS instead of FTP
...
ftp.gnu.org intends to disable the FTP protocol for downloads on this
server, and strongly recommends using https instead.
2020-04-24 17:43:35 -04:00
Maximilian Bosch
a3467dfa82
gitAndTools.diff-so-fancy: 1.2.7 -> 1.3.0
...
https://github.com/so-fancy/diff-so-fancy/releases/tag/v1.3.0
2020-04-24 21:39:08 +02:00
Frederik Rietdijk
cff0669a48
Merge master into staging-next
2020-04-23 08:11:16 +02:00
Frederik Rietdijk
8374a2a0ee
Merge master into staging-next
2020-04-22 17:20:20 +02:00
Peter Hoeg
0bfd4557db
thicket: specify the build type and pin to crystal 0.33
2020-04-22 17:30:23 +08:00
Frederik Rietdijk
23be4a8b4d
Merge master into staging-next
2020-04-21 19:59:56 +02:00
Michael Weiss
666042141e
git: Fix the update.sh script and use HTTPS
...
The syntax is ${parameter:-word} (i.e. previously this used
"latestTag" instead of the actual value).
(Fixes a regression from #85278.)
Also: Even though getting the latest tag isn't really security critical
(as long as Git itself is secure against untrusted input), I'd prefer to
switch from the Git to the HTTPS protocol (for authentication of the
server and encryption + uses a standard port).
2020-04-21 14:30:11 +02:00
Frederik Rietdijk
803b3d296c
Merge staging-next into staging
2020-04-21 08:29:51 +02:00
R. RyanTM
9fe2f2565e
gitAndTools.gitFull: 2.25.1 -> 2.25.2
2020-04-21 08:14:29 +02:00
Mario Rodas
4ef7161104
gitAndTools.git-gone: 0.3.0 -> 0.3.2
2020-04-20 04:20:00 -05:00
zowoq
f7b9c6c28b
gitAndTools.gh: 0.6.4 -> 0.7.0
...
https://github.com/cli/cli/releases/tag/v0.7.0
2020-04-23 08:49:28 +10:00
Aaron Andersen
b3ae792630
Merge pull request #84823 from aanderse/redmine-master
...
redmine: 4.1.0 -> 4.1.1
2020-04-19 15:51:10 -04:00
Vladimír Čunát
e233a9d4dd
Merge #84442 : staging-next branch
2020-04-18 23:11:00 +02:00
Maximilian Bosch
16c6b2de8d
gitAndTools.delta: 0.0.17 -> 0.0.18
...
https://github.com/dandavison/delta/releases/tag/0.0.18
2020-04-18 22:36:35 +02:00
Vladimír Čunát
d96487b9ca
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
John Ericson
e3d50e5cb0
Merge branch 'master' of github.com:NixOS/nixpkgs into staging
2020-04-18 00:10:08 -04:00
John Ericson
33c2a76c5e
Merge remote-tracking branch 'upstream/master' into staging
2020-04-17 18:40:51 -04:00
Edmund Wu
b4f8ce9e92
gitsrht: include minio
2020-04-16 16:49:37 -04:00
Edmund Wu
ae6a55cd44
srht: include html5lib
...
73600466cc
2020-04-16 16:48:32 -04:00
Edmund Wu
85b64d3006
buildsrht: fix build
2020-04-16 16:41:29 -04:00
Edmund Wu
578ebda358
srht: include prometheus_client
...
61c730191c
2020-04-16 16:41:29 -04:00
Edmund Wu
5b6e080603
scmsrht: 0.18.1 -> 0.19.11
2020-04-16 16:41:28 -04:00
Edmund Wu
2e171ac844
todosrht: 0.55.3 -> 0.57.14
2020-04-16 16:41:28 -04:00
Edmund Wu
2667f93c34
pastesrht: 0.9.2 -> 0.10.3
2020-04-16 16:41:28 -04:00
Edmund Wu
1f6d95badf
metasrht: 0.41.10 -> 0.42.13
2020-04-16 16:41:27 -04:00
Edmund Wu
e264904e4c
mansrht: 0.14.1 -> 0.14.7
2020-04-16 16:41:27 -04:00
Edmund Wu
188d031824
listssrht: 0.40.3 -> 0.41.8
2020-04-16 16:41:27 -04:00
Edmund Wu
f493868f9e
hgsrht: 0.21.1 -> 0.26.0
2020-04-16 16:41:26 -04:00
Edmund Wu
20466af068
gitsrht: 0.43.3 -> 0.50.3
2020-04-16 16:41:26 -04:00
Edmund Wu
0809ed89ea
dispatchsrht: 0.13.3 -> 0.14.1
2020-04-16 16:41:26 -04:00
Edmund Wu
924cd84a20
buildsrht: 0.52.5 -> 0.56.13
2020-04-16 16:41:25 -04:00
Edmund Wu
bc3020fbc7
srht: 0.57.2 -> 0.59.13
2020-04-16 16:41:25 -04:00
Vladimír Čunát
9d77dc28d2
Merge #85263 : git: 2.25.1 -> 2.26.1 (into staging-next)
2020-04-16 16:59:53 +02:00
Michael Weiss
7c2fc1ce23
gitRepo: 2.5 -> 2.6
2020-04-16 14:37:22 +02:00
Jan Tojnar
4b706490da
Merge branch 'staging-next' into staging
2020-04-16 10:10:38 +02:00
vasile luta
f57da8ef0a
tig: fix tig-completion's dependency on __git_complete
...
tig recently updated it's bash-completion making it depend on __git-complete from git.
Becase __git-complete is not automatically sourced tig bash completion fails.
Also this PR makes tig completion load on-demand.
2020-04-15 22:14:51 +02:00
James Ottaway
4848eef29d
git: Allow the update script to target non-latest versions
...
This came in handy when I wanted to bump a patch version while avoiding
a new minor version.
2020-04-15 17:05:34 +10:00
James Ottaway
fbd29dcbe7
git: 2.25.1 -> 2.26.1
...
This version addresses CVE-2020-5260.
See https://lore.kernel.org/lkml/xmqqy2qy7xn8.fsf@gitster.c.googlers.com/
2020-04-15 14:23:52 +10:00
Mario Rodas
1ad005458f
gitAndTools.git-trim: 0.2.4 -> 0.3.1
2020-04-14 18:42:36 +02:00
Matthew Bauer
e520d6af29
Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020
...
Cross compilation fixes [april 2020]
2020-04-13 16:48:38 -04:00
Matthieu Coudron
ed234c3708
gitAndTools.gitbatch: init at 2019-12-19
...
init an unstable version since the tagged release wouldn't work on my
machine (infinite loop).
Practical tool to fetch several repositories at the same time, see their
status etc.
Disabled for darwin because of CI error "SIGILL: illegal instruction".
2020-04-13 16:36:19 +02:00
zowoq
56480fe64c
gitAndTools.hub: remove Security
...
Not needed now that Security is propagated via go 0bba7474b3
2020-04-13 13:08:11 +10:00
Benjamin Hipple
4d75b35fe4
Merge pull request #85056 from r-ryantm/auto-update/cvs-fast-export
...
cvs_fast_export: 1.51 -> 1.53
2020-04-12 14:09:25 -04:00
R. RyanTM
64634fb357
cvs_fast_export: 1.51 -> 1.53
2020-04-12 08:44:01 +00:00
Niklas Hambüchen
fd6ee37def
gitAndTools.git-bug: 0.6.0 -> 0.7.0
2020-04-11 18:04:02 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
96e2dc107f
gerrit: 3.1.2 -> 3.1.4
2020-04-10 00:27:13 -07:00
Maximilian Bosch
a3eaf6c88b
gitAndTools.tig: 2.5.0 -> 2.5.1
...
https://github.com/jonas/tig/releases/tag/tig-2.5.1
2020-04-09 22:25:42 +02:00
Aaron Andersen
8eefb7ce14
redmine: 4.1.0 -> 4.1.1
2020-04-09 14:03:24 -04:00