Andreas Rammhold
e69f0053e6
grv: init at 0.1.0
2018-02-01 02:29:29 +01:00
Tuomas Tynkkynen
630a26ac0b
git: 2.16.0 -> 2.16.1
2018-01-22 10:57:00 +02:00
Vladimír Čunát
246ba46db7
Merge older staging (finished on Hydra)
...
https://hydra.nixos.org/eval/1427837?filter=&compare=1427817
Fixes #34087 .
2018-01-22 08:54:37 +01:00
Gregory Pfeil
312b49ad6a
git-hub: add darwin support
2018-01-21 22:38:55 -07:00
Miguel Madrid Mencía
0905d1ebce
diff-so-fancy: 1.1.1 -> 1.2.0
2018-01-20 10:15:09 +01:00
Tim Steinbach
b5be5ef364
git: 2.15.1 -> 2.16.0
2018-01-18 09:13:17 -05:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
...
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Miguel Madrid Mencía
e8207876a5
git-cola: 2.11 -> 3.0
2017-12-27 22:59:40 +01:00
Tuomas Tynkkynen
b8556230fa
gitAndTools.hub: No need for rst2man.py patch anymore
2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen
bf4cd1ee32
gitAndTools.gitRemoteGcrypt: No need for rst2man patch anymore
2017-12-26 20:02:01 +02:00
Miguel Madrid Mencía
99c5976a1a
tig: 2.3.0 -> 2.3.2
2017-12-26 12:02:10 +01:00
Pascal Wittmann
44a4118137
Merge pull request #32430 from dotlambda/git-annex-remote-rclone
...
git-annex-remote-rclone: 0.5 -> 0.6
2017-12-08 23:07:34 +01:00
Joachim F
6247e9b520
Merge pull request #32428 from dotlambda/git-annex-metadata-gui
...
git-annex-metadata-gui: init at 0.2.0
2017-12-08 14:45:45 +00:00
Robert Schütz
f715464b25
git-annex-metadata-gui: init at 0.2.0
2017-12-08 01:44:07 +01:00
Robert Schütz
7314d58b27
git-annex-remote-rclone: 0.5 -> 0.6
2017-12-08 01:39:07 +01:00
Tuomas Tynkkynen
e36e23acd5
git: 2.15.0 -> 2.15.1
2017-12-03 01:50:42 +02:00
Orivej Desh
b8e1e7191e
Merge branch 'master' into staging
...
* master: (80 commits)
lkl: Supports aarch64
wimlib: nitpicks
gitAndTools.git-codeowners: 0.1.1 -> 0.1.2
wimlib: init at 1.12.0
kernel: improve modDirVersion error message
releaseTools.sourceTarball: Clean up temporary files
dotnetPackages.SmartIrc4net: rehash source
migmix: make it a fixed-output derivation
vm: Create /dev/full
samba: 4.6.8 -> 4.6.11 to address CVEs CVE-2017-14746 & CVE-2017-15275
microcodeIntel: 20170707 -> 20171117
sshd: Remove ripemd160 MACs
kernel config: Enable MEDIA_CONTROLLER
linux: 4.4.99 -> 4.4.100
linux: 4.9.63 -> 4.9.64
nix-bash-completions: 0.4 -> 0.5
linux: 4.14 -> 4.14.1
linux: 4.13.14 -> 4.13.15
nix-zsh-completions: 0.3.3 -> 0.3.5
dns-root-data: use a stable URL that I maintain anyway
...
2017-11-21 22:48:36 +00:00
zimbatm
8233411a8e
gitAndTools.git-codeowners: 0.1.1 -> 0.1.2
2017-11-21 20:12:11 +00:00
Florian Klink
e4bf9e4fef
git: honor $PATH for sendmail used in git-send-email command
...
git-send-email will now search $PATH for a sendmail binary, instead of
the (previously fixed) list of paths.
2017-11-18 09:37:05 +01:00
Vladimír Čunát
8559b6db82
Merge branch 'master' into staging
...
A couple thousand rebuilds from master.
2017-11-11 09:25:07 +01:00
Mathias Schreck
b627615602
git-secret: init at 0.2.2 ( #31486 )
...
* Add lo1tuma to maintainers
* git-secret: init at 0.2.2
* gitAndTools.git-secret: man page in correct directory
2017-11-10 23:12:41 +00:00
Dan Peebles
94fc7214ce
git: remove custom sandbox profile (not allowed by modern Nix anymore)
2017-11-08 22:23:07 -05:00
Tim Steinbach
c912a8fdf3
Merge pull request #30967 from NeQuissimus/git_2_15_0
...
git: 2.14.3 -> 2.15.0
2017-10-31 06:58:12 -04:00
zimbatm
0a46a71a6e
gitAndTools.git-codeowners: init at 0.1.1
2017-10-30 15:14:24 +00:00
Tim Steinbach
7fd58b57b1
git: 2.14.3 -> 2.15.0
2017-10-30 09:04:23 -04:00
Robert Helgesson
000b68c226
git-hub: 0.11.1 -> 1.0.0
2017-10-26 12:54:58 +02:00
Tim Steinbach
124e462455
git: 2.14.2 -> 2.14.3
2017-10-23 08:46:15 -04:00
Graham Christensen
346dcfdcf0
Merge pull request #30714 from phunehehe/git-crypt-path
...
git-crypt: add runtime dependencies to PATH
2017-10-23 07:12:43 -04:00
Hoang Xuan Phu
acbe3a869c
git-crypt: add runtime dependencies to PATH
...
git-crypt won't work if git and git-crypt are not in PATH. This surfaced
after dbb8958
. Test like this:
```
PATH= $(nix-build --no-out-link '<nixpkgs>' --attr git-crypt)/bin/git-crypt unlock
```
2017-10-23 19:05:59 +08:00
Kevin Cox
5f8cf0048e
rust: update cargo builder to fetch registry dynamically
...
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.
Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.
This also uses the new --frozen and --locked flags which is nice.
Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).
This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.
Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
Robin Gloster
922e747f58
gitAndTools.git-extras: 4.2.0 -> 4.4.0
2017-10-22 14:10:00 +02:00
Yann Hodique
b6d3d7cfc4
ghq: 0.7.4 -> 0.8.0
2017-10-15 21:21:20 -07:00
Matthias Beyer
5a21efdcdf
gitAndTools.git-dit: 0.1.0 -> 0.3.0
2017-10-15 11:59:30 +01:00
Vladimír Čunát
ef41fc7f51
Merge branch 'master' into staging
...
Hydra: ?compare=1399476
2017-10-07 10:17:42 +02:00
bricewge
dbb8958fef
git-crypt: patch don't hard code path to git-crypt
...
Fix #30034
2017-10-03 00:27:25 +02:00
Mathieu Boespflug
f795d78d86
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
2017-10-02 14:25:12 +01:00
Orivej Desh
fda26c8476
Merge branch 'master' into staging
...
* master: (271 commits)
pysmbc: clarify license
pysmbc: fix license
bazel: 0.5.4 -> 0.6.0 (#29990 )
googler: init at 3.3
go: declare support for aarch64
firefox-beta-bin: 56.0b5 -> 57.0b4
spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
gogs: 0.11.19 -> 0.11.29
grafana: 4.5.1 -> 4.5.2
mopidy-iris: 3.4.1 -> 3.4.9
nextcloud: 12.0.2 -> 12.0.3
haskell-json-autotype: jailbreak to fix build within LTS 9.x
kore: fix up
kore: init at 2.0.0
glusterfs service: fix issues with useRpcbind
tig: 2.2.2 -> 2.3.0
haskell-hspec-core: enable test suite again
hackage-packages.nix: automatic Haskell package set update
librsvg: fix thumbnailer path
awscli: 1.11.108 -> 1.11.162
...
2017-10-02 00:22:12 +00:00
Yann Hodique
e4615f880c
tig: 2.2.2 -> 2.3.0
2017-10-01 09:11:21 -07:00
John Ericson
f037625f87
Merge remote-tracking branch 'upstream/staging' into deps-reorg
2017-09-28 12:32:57 -04:00
Tim Steinbach
5a2a35aef3
git: 2.14.1 -> 2.14.2
2017-09-26 08:50:00 -04:00
John Ericson
ed14223f8c
treewide: Manual fix more pkg-config build-inputs
2017-09-21 15:49:54 -04:00
José Luis Lafuente
c269ab6323
git-open: 1.3.0 -> 1.3.1
2017-08-28 10:42:31 +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
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
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
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
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