Mathieu Boespflug
07ca7b64d2
git: Properly wrap Git commands that are implemented in Perl. ( #30001 )
...
Some Git commands are implemented as Perl scripts. Some of these
scripts use Perl modules from CPAN. Without wrapping these programs to
set `GITPERLLIB`, these programs would not be fully functional because
some Perl libraries are found to be missing at runtime.
Fixes #29996
(cherry picked from commit f795d78d86b453c7bc34ada886025edc0433e512)
2017-10-02 14:32:16 +01:00
Robin Gloster
3c31adf461
gitlab: 9.5.5 -> 10.0.2
...
(cherry picked from commit 19681fbffb8ba92284eada496ce68e500434c0ef)
2017-09-28 20:33:49 +02:00
Franz Pletz
45a92ea43c
fossil: 2.2 -> 2.3
...
Fixes XSS vulnerability on the /help webpage. No CVE known.
(cherry picked from commit faed026cd4
)
2017-09-28 17:09:03 +02:00
Tim Steinbach
735329ab9e
git: 2.14.1 -> 2.14.2
...
(cherry picked from commit 5a2a35aef3
)
2017-09-26 08:50:22 -04:00
mimadrid
5a9ac44972
gsource: 0.44 -> 0.47
...
(cherry picked from commit 80a14bf5fb
)
2017-09-24 13:04:59 +02:00
Robin Gloster
0ca5090fd8
gitlab: 9.5.2 -> 9.5.5
...
(cherry picked from commit e2822f6384
)
2017-09-21 20:26:59 +02:00
Franz Pletz
70882471df
mercurial: 4.3.1 -> 4.3.2
...
(cherry picked from commit 316858466a
)
2017-09-19 22:30:32 +02:00
Eelco Dolstra
460df30bd8
Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper"
...
This reverts commit 0a944b345e
, reversing
changes made to 61733ed6cc
.
I dislike these massive stdenv changes with unclear motivation,
especially when they involve gratuitous mass renames like NIX_CC ->
NIX_BINUTILS. The previous such rename (NIX_GCC -> NIX_CC) caused
months of pain, so let's not do that again.
(cherry picked from commit ec8d41f08c
)
2017-09-07 12:53:33 +02:00
Samuel Leathers
a8a33fe284
srcml: fix build with gcc6
...
(cherry picked from commit d93e2ccdd0
)
2017-09-05 07:40:49 +01:00
John Ericson
89481b70ea
misc pkgs: Use $NIX_BINUTILS for when needed
...
Certain files are now only there instead of $NIX_CC (some are in both)
(cherry picked from commit 3f30cffa55
)
2017-09-03 11:30:38 -04:00
Franz Pletz
313ea79244
gitlab: 9.4.5 -> 9.5.2
...
(cherry picked from commit 2f48144d0e
)
2017-09-03 16:00:05 +02:00
Robin Gloster
3a35e6bef8
gitlab: fix merge
2017-09-03 13:42:41 +02:00
Robin Gloster
3597a2e893
gitlab: unbreak
...
(cherry picked from commit 7c07807949
)
2017-09-03 11:17:13 +02:00
roblabla
40001503c0
gitlab: 9.4.3 -> 9.4.5
...
(cherry picked from commit 55bc0c3836
)
2017-09-03 11:17:13 +02:00
roblabla
a67e789fe2
gitlab: Fix packaging, compile gettext files before assets
...
(cherry picked from commit 259970d26e
)
2017-09-03 11:17:13 +02:00
roblabla
47b0f2e095
gitlab: Mark as broken
...
(cherry picked from commit 05b8879464
)
2017-09-03 11:17:12 +02:00
roblabla
7eb469246f
gitlab: 9.3.4 -> 9.4.3
...
(cherry picked from commit 8975d153a0
)
2017-09-03 11:17:12 +02:00
Servilio Afre Puentes
c105d14032
gitlab: fix permission issue in build phase
...
The newer DEB packages have a setuid file, creating an error when
unpacking the source during the build phase.
As dpkg doesn't have a way to pass parameters to tar, dpkg is then
told to just extract the filesystem tar file and that is unpacked by
tar directly.
Fixes #28494
(cherry picked from commit fae458c5e7
)
2017-08-31 17:36:52 +01:00
Servilio Afre Puentes
53b7848dcc
gitlab: 8.17.6 -> 8.17.8
...
Latest release has important bugfixes.
(cherry picked from commit cffb1fab3e
)
2017-08-31 17:36:52 +01:00
Jörg Thalheim
1bfda6a8c0
git-review: fix build
2017-08-29 12:16:19 +01:00
José Luis Lafuente
c269ab6323
git-open: 1.3.0 -> 1.3.1
2017-08-28 10:42:31 +02:00
Franz Pletz
e04772230b
bitkeeper: mark as broken
2017-08-28 00:54:37 +02:00
Vladimír Čunát
aea7216cf8
Merge #27962 : git: pcre1 -> pcre2
...
Except for gitMinimal, as pcre1 is in closure anyway so using pcre2
increases the size by ~1.4 MB.
2017-08-27 16:22:11 +02:00
dywedir
7c696a08ce
pijul: 0.6.0 -> 0.7.3
2017-08-27 02:28:30 +02:00
Lluís Batlle i Rossell
55821dc576
git-lfs: adding old 1.5.6 (supports old server protocols)
...
Some git-lfs servers may not be ready for 2.x clients.
2017-08-25 14:59:49 +02:00
Puneet Arora
14a7721454
subversion: 1.9.6 -> 1.9.7 ( #28306 )
2017-08-22 10:05:07 +00:00
Guillaume Maudoux
4098ddd6be
mercurial: remove hardcoded linux-only cacert
...
This is no more needed since the introduction of NIX_SSL_CERT_PATH.
Furthermore, it breaks on darwin because the path does not exist.
Fixes #27928 .
2017-08-22 03:39:30 +02:00
Frederik Rietdijk
13bbaee21d
Merge pull request #27881 from mimadrid/fix/http-https
...
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
Robin Gloster
28cc2642f0
treewide: use less phases
if not necessary
...
This removes some skipping of e.g. fixupPhase and cleans up occurences
where this led to duplicating code
2017-08-11 11:40:36 +02:00
Tim Steinbach
f0719b5a0b
mercurial: 4.1.1 -> 4.3.1
2017-08-10 20:54:28 -04:00
Silvan Mosberger
4a0efc9c4f
git: 2.14.0 -> 2.14.1
...
The new version contains a security fix for CVE-2017-1000117
More information regarding this update can be found here:
http://marc.info/?l=git&m=150238802328673&w=2
2017-08-11 02:17:35 +02:00
Franz Pletz
abd837fe3d
subversion19: 1.9.5 -> 1.9.6 for CVE-2017-9800
...
See https://subversion.apache.org/security/CVE-2017-9800-advisory.txt
2017-08-10 20:57:39 +02:00
Franz Pletz
0f5cbe43da
subversion18: 1.8.17 -> 1.8.18 for CVE-2017-9800
...
See https://subversion.apache.org/security/CVE-2017-9800-advisory.txt
2017-08-10 20:57:39 +02:00
Joe Hermaszewski
531a5b1afe
git-fame: init at 2.5.2
2017-08-09 07:32:21 +01:00
mimadrid
95bbe17a04
git: add pcre2 support
2017-08-07 14:55:30 +02:00
Mathias Schreck
e19a7068ba
git-lfs: 2.0.2 -> 2.2.1
2017-08-05 14:22:18 +02:00
mimadrid
dc74b1a86d
git: 2.13.4 -> 2.14.0
2017-08-04 23:58:45 +02:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
...
Homepage link "http://.../ " is a permanent redirect to "https://.../ " and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Tim Steinbach
ae73a1704a
git: 2.13.3 -> 2.13.4
2017-08-01 18:41:14 -04:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Frederik Rietdijk
1344aff5a0
Merge pull request #27847 from mimadrid/update/gitflow-1.11.0
...
gitflow: 1.10.2 -> 1.11.0
2017-08-01 21:56:13 +02:00
Frederik Rietdijk
cb04c2ae0e
Merge pull request #27845 from mimadrid/update/git-cola-2.11
...
git-cola: 2.10 -> 2.11
2017-08-01 21:52:09 +02:00
Frederik Rietdijk
3eaa599699
Merge pull request #27846 from mimadrid/update/git-hub-0.11.1
...
git-hub: 0.11.0 -> 0.11.1
2017-08-01 21:51:56 +02:00
mimadrid
d942615651
gitflow: 1.10.2 -> 1.11.0
2017-08-01 20:51:16 +02:00
mimadrid
5234545da8
git-hub: 0.11.0 -> 0.11.1
2017-08-01 20:49:48 +02:00
mimadrid
bc563c5973
git-cola: 2.10 -> 2.11
2017-08-01 20:48:21 +02:00
mimadrid
efb2b32bd7
gitAndTools.diff-so-fancy: 1.1.0 -> 1.1.1
2017-08-01 00:13:31 +02:00
Winnie Quinn
66cd042802
gitkraken: 2.6.0 -> 2.7.0
2017-07-22 17:29:35 -04:00
Eric Sagnes
a6bcc158cf
blackbox: init at 1.20170611
2017-07-22 18:15:45 +09:00
Franz Pletz
75d53270cb
gitAndTools.diff-so-fancy: 0.11.4 -> 1.1.0
2017-07-18 18:04:16 +02:00