Commit Graph

137537 Commits

Author SHA1 Message Date
Will Dietz
1e3ce59e7d git-recent: 1.0.4 -> 1.1.0 2018-10-16 18:09:55 -05:00
sjau
6a23e11e65 Flexget: 2.15.1 -> 2.16.2 (#48583) 2018-10-17 00:48:23 +02:00
Lassulus
b7632217ab gitolite 3.6.7 -> 3.6.10 (#48562) 2018-10-17 00:20:38 +02:00
Timo Kaufmann
192dde6411
Merge pull request #48314 from c0deaddict/master
sonic-pi: 3.0.1 -> 3.1.0
2018-10-17 00:02:01 +02:00
Jörg Thalheim
043ed2ee6b
Merge pull request #48558 from r-ryantm/auto-update/babl
babl: 0.1.56 -> 0.1.58
2018-10-16 23:00:17 +01:00
Tim Steinbach
e0a98c5dc0
oh-my-zsh: 2018-09-03 -> 2018-09-14 2018-10-16 16:50:46 -04:00
Rob Vermaas
67ef59334c julia_10: update to 1.0.1
(cherry picked from commit 3b3a2d30df2de8dec7fa5bc5fe5ee8897e51630e)
2018-10-16 22:14:35 +02:00
Joachim F
7c436b9cdc
Merge pull request #48472 from joachifm/lkl-bump
lkl: 2018-03-10 -> 2018-08-22
2018-10-16 19:40:46 +00:00
Michael Weiss
5edc1dd7a8 signal-desktop: 1.16.2 -> 1.16.3 2018-10-16 21:39:54 +02:00
Will Dietz
26dfc0c533 radare2: fix update script to handle invocation from elsewhere
It looks like `with Path:` is supposed to be a context-manager
for changing directory but it doesn't seem to work and the only
way I've found to make that work is if we made our own and annotated it.

Instead just use nix search path to tell the expression where
to find the file it looks for.

Also re-use SCRIPT_DIR elsewhere instead of re-"computing" it.
2018-10-16 14:05:01 -05:00
Eelco Dolstra
b6bac6c144
Revert "Merge pull request #48122 from zimbatm/pkg-nixos-rebuild"
This reverts commit 10addad603, reversing
changes made to 7786575c6c.

NixOS scripts should be kept in the NixOS source tree, not in
pkgs. Moving them around is just confusing and creates unnecessary
code/history churn.
2018-10-16 20:25:44 +02:00
Florian Klink
887bf77621
Merge pull request #48574 from kmille/tmux-2.8
tmux: 2.7 -> 2.8
2018-10-16 20:09:59 +02:00
zimbatm
10addad603
Merge pull request #48122 from zimbatm/pkg-nixos-rebuild
nixos-rebuild: init as package
2018-10-16 19:39:22 +02:00
zimbatm
7786575c6c
terraform-providers.libvirt: fix plugin output (#48577)
Terraform depends on this binary name format to detect the provider
version.
2018-10-16 19:35:45 +02:00
Will Dietz
6fdc165564 r2-for-cutter: revert accidental change to version info 2018-10-16 12:35:16 -05:00
Will Dietz
9b590126a7 radare2-cutter: 1.7.1 -> 1.7.2 2018-10-16 12:34:05 -05:00
Will Dietz
f88957d170 radare2: libuv and actually use deps we're providing
Particularly openssl and zlib.
There are others we may wish to provide but for now
let's at least use the ones in buildInputs :).
2018-10-16 12:31:07 -05:00
Will Dietz
56ef6eeb43 radare2: 2.9.0 -> 3.0.0 2018-10-16 12:31:05 -05:00
Linus Heckemann
eca462813d libssh: 0.7.5 -> 0.7.6
Fixes CVE-2018-10933:

libssh versions 0.6 and above have an authentication bypass
vulnerability in the server code. By presenting the server an
SSH2_MSG_USERAUTH_SUCCESS message in place of the
SSH2_MSG_USERAUTH_REQUEST message which the server would expect to
initiate authentication, the attacker could successfully authentciate
without any credentials.

Source:
https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release/
2018-10-16 19:08:41 +02:00
R. RyanTM
e58816bcc6 googler: 3.7 -> 3.7.1 (#48508)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/googler/versions
2018-10-16 18:12:59 +02:00
volth
2ad99a662d chromium plugins: add meta.platforms (#48495)
to prevent their installation on aarch64
2018-10-16 18:11:41 +02:00
volth
4b61dde1db varnish6: 6.0.1 -> 6.1.0 (#48487) 2018-10-16 18:09:04 +02:00
Jean-Philippe Cugnet
d3b7476278 erlangR21: 21.0 -> 21.1.1 (#47371)
* erlangR21: 21.0 -> 21.1
* erlangR21: 21.1 -> 21.1.1
2018-10-16 17:55:51 +02:00
volth
592030340f varnish4: 4.1.9 -> 4.1.10 (#48488) 2018-10-16 17:50:51 +02:00
kmille
4e75120cd4 tmux: 2.7 -> 2.8
tmux 2.8 has a broken version string (2.8-rc) which we patch in configure.ac

CHANGES FROM 2.7 to 2.8

* Make display-panes block the client until a pane is chosen or it
  times out.

* Clear history on RIS like most other terminals do.

* Add an "Any" key to run a command if a key is pressed that is not
  bound in the current key table.

* Expand formats in load-buffer and save-buffer.

* Add a rectangle_toggle format.

* Add set-hook -R to run a hook immediately.

* Add README.ja.

* Add pane focus hooks.

* Allow any punctuation as separator for s/x/y not only /.

* Improve resizing with the mouse (fix resizing the wrong pane in some
  layouts, and allow resizing multiple panes at the same time).

* Allow , and } to be escaped in formats as #, and #}.

* Add KRB5CCNAME to update-environment.

* Change meaning of -c to display-message so the client is used if it
  matches the session given to -t.

* Fixes to : form of SGR.

* Add x and X to choose-tree to kill sessions, windows or panes.
2018-10-16 17:38:01 +02:00
Jörg Thalheim
85a7e07592
Merge pull request #48526 from r-ryantm/auto-update/cherrytree
cherrytree: 0.38.5 -> 0.38.6
2018-10-16 16:13:48 +01:00
Rob Vermaas
34ea15f5e4 nixpart0.blivet: fix reference to selinux python modules
(cherry picked from commit 71941853a13878e5cc17b493f3791db7d4b29e51)
2018-10-16 17:13:09 +02:00
Jörg Thalheim
af751ba1f8
Merge pull request #48554 from r-ryantm/auto-update/actor-framework
caf: 0.15.7 -> 0.16.0
2018-10-16 16:12:45 +01:00
Jörg Thalheim
daad7af224
Merge pull request #48556 from r-ryantm/auto-update/bindfs
bindfs: 1.13.9 -> 1.13.10
2018-10-16 16:11:52 +01:00
Jörg Thalheim
d8c89f49a6
Merge pull request #48566 from Lassulus/vbam
vbam: unstable-2017-09-04 -> 2.1.0
2018-10-16 16:10:37 +01:00
Jörg Thalheim
4b62dcfafa
Merge pull request #48561 from Lassulus/bitcoin-abc
altcoins.bitcoin-abc: 3.6.7 -> 3.6.10
2018-10-16 16:09:14 +01:00
Rob Vermaas
6c7fa2f158 blivet: fix reference to selinux python modules
(cherry picked from commit 7ceea6f6013e8a6abf4925e0b2ad94c23f64442d)
2018-10-16 17:05:13 +02:00
Bojan Nikolic
bd0aa43571 magit-filenotify: Fix missing dependency on git
magit-filenotify has a build-time dependency on git, fix this in same
way as magit by adding override
2018-10-16 15:39:49 +01:00
lassulus
aac680d4c9 vbam: unstable-2017-09-04 -> 2.1.0 2018-10-16 16:26:20 +02:00
lassulus
b2ba477e71 altcoins.bitcoin-abc: 3.6.7 -> 3.6.10 2018-10-16 14:51:13 +02:00
Daniel Peebles
8070a6333f
Merge pull request #48538 from r-ryantm/auto-update/commons-compress
commonsCompress: 1.17 -> 1.18
2018-10-16 08:04:16 -04:00
Daniel Peebles
218aceb5fb
Merge pull request #48533 from r-ryantm/auto-update/commons-math
commonsMath: 3.3 -> 3.6.1
2018-10-16 08:03:58 -04:00
R. RyanTM
2e1b04b4ef babl: 0.1.56 -> 0.1.58
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/babl/versions
2018-10-16 04:58:58 -07:00
tilpner
62dc7fbc61
appimage-run: Fix type-1 support, used wrong directory 2018-10-16 13:57:15 +02:00
R. RyanTM
2b2e4e1a3b adapta-gtk-theme: 3.94.0.149 -> 3.95.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/adapta-gtk-theme/versions
2018-10-16 04:53:24 -07:00
R. RyanTM
ddaefd444e bindfs: 1.13.9 -> 1.13.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/bindfs/versions
2018-10-16 04:38:35 -07:00
Yegor Timoshenko
e31942c71e
Merge pull request #48282 from transumption/201810/qemu-smartcard
qemu: enable smartcard support
2018-10-16 11:31:36 +00:00
R. RyanTM
db7637377b caf: 0.15.7 -> 0.16.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/actor-framework/versions
2018-10-16 04:30:20 -07:00
Jörg Thalheim
a65f0b3d55
Merge pull request #48515 from r-ryantm/auto-update/fatsort
fatsort: 1.4.2.439 -> 1.5.0.456
2018-10-16 12:16:56 +01:00
Jörg Thalheim
d29f1ab07e
Merge pull request #48518 from r-ryantm/auto-update/frostwire
frostwire-bin: 6.7.2 -> 6.7.4
2018-10-16 12:09:01 +01:00
Jörg Thalheim
3783328e81
Merge pull request #48524 from r-ryantm/auto-update/checkstyle
checkstyle: 8.12 -> 8.13
2018-10-16 12:08:19 +01:00
Jörg Thalheim
5c065588de
Merge pull request #48528 from dtzWill/update/teeworlds-0.6.5
teeworlds: 0.6.4 -> 0.6.5
2018-10-16 12:06:42 +01:00
Jörg Thalheim
45a419ab5a
Merge pull request #48537 from dywedir/rclone
rclone: 1.43.1 -> 1.44
2018-10-16 10:33:58 +01:00
Jörg Thalheim
ad2121dfb3
Merge pull request #48428 from jeroendehaas/fmt
fmt: init at 5.2.1
2018-10-16 10:33:07 +01:00
Jörg Thalheim
aecf926d65
Merge pull request #48361 from r-ryantm/auto-update/sbc
sbc: 1.3 -> 1.4
2018-10-16 10:23:46 +01:00
zimbatm
1875344542
nixos-*: init as package
Move all the nixos-* scripts from the nixos distribution as real
packages in the pkgs/ package set.

This allows non-nixos users to run the script as well. For example,
deploying a remote machine with:

    nixos-rebuild --target-host root@hostname --build-host root@hostname
2018-10-16 11:12:36 +02:00
Timo Kaufmann
d2b5518e1e
Merge pull request #48507 from r-ryantm/auto-update/jmol
jmol: 14.29.22 -> 14.29.26
2018-10-16 10:36:39 +02:00
Pascal Wittmann
da46be3ae5
Merge pull request #48502 from r-ryantm/auto-update/homebank
homebank: 5.2.1 -> 5.2.2
2018-10-16 10:10:58 +02:00
Michael Raskin
c457d2359a
Merge pull request #48542 from r-ryantm/auto-update/baresip
baresip: 0.5.10 -> 0.5.11
2018-10-16 07:54:35 +00:00
R. RyanTM
dec0417347 baresip: 0.5.10 -> 0.5.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/baresip/versions
2018-10-16 00:37:15 -07:00
R. RyanTM
4b05aa5fab commonsCompress: 1.17 -> 1.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/commons-compress/versions
2018-10-16 00:14:42 -07:00
Vladyslav Mykhailichenko
2012f61d98 rclone: 1.43.1 -> 1.44 2018-10-16 10:11:33 +03:00
R. RyanTM
e26422c9d0 commonsMath: 3.3 -> 3.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/commons-math/versions
2018-10-16 00:02:26 -07:00
Vladyslav M
d9508a3a4f
Merge pull request #48500 from r-ryantm/auto-update/ipv6calc
ipv6calc: 1.0.0 -> 1.1.0
2018-10-16 10:02:25 +03:00
Jan Tojnar
9545edfabc
Merge pull request #48514 from r-ryantm/auto-update/flatpak-builder
flatpak-builder: 1.0.0 -> 1.0.1
2018-10-16 08:54:00 +02:00
Will Dietz
18258bae34 teeworlds: 0.6.4 -> 0.6.5
This release adds support for building with cmake!
So switch to that eagerly instead of fighting with bam.

(if nothing else cmake is the devil we know...)

Also:

* fixup 'DATA_DIR' so programs can find resources
  (without need for wrappers)
* install readme+license as previously done ("docs")
* don't install tools since not built or installed by default
  * esp since doesn't appear to have non-adhoc method for installation
  * other distros don't seem to include
2018-10-16 01:42:14 -05:00
Peter Simons
3f0bc92460
Merge pull request #48498 from dhess/haskell-aarch64-fixes
haskellPackages.language-nix: disable tests on aarch64.
2018-10-16 08:34:54 +02:00
Jeroen de Haas
2f6097b783 fmt: init at 5.2.1
This commit adds fmt, a C++ formatting library.
2018-10-16 08:30:54 +02:00
R. RyanTM
f890eb9e3b cherrytree: 0.38.5 -> 0.38.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/cherrytree/versions
2018-10-15 23:28:46 -07:00
R. RyanTM
e2dfafed6b checkstyle: 8.12 -> 8.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/checkstyle/versions
2018-10-15 23:22:38 -07:00
R. RyanTM
4b43a79a5a frostwire-bin: 6.7.2 -> 6.7.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/frostwire/versions
2018-10-15 22:36:28 -07:00
R. RyanTM
15f3717b5e fio: 3.10 -> 3.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fio/versions
2018-10-15 22:31:17 -07:00
R. RyanTM
3da7fc8a57 fatsort: 1.4.2.439 -> 1.5.0.456
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fatsort/versions
2018-10-15 22:22:56 -07:00
R. RyanTM
f78fa3f288 flatpak-builder: 1.0.0 -> 1.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2018-10-15 22:22:12 -07:00
R. RyanTM
f3a8e772a5 git-review: 1.26.0 -> 1.27.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/git-review/versions
2018-10-15 22:04:05 -07:00
R. RyanTM
eeb2ee296c gmsh: 4.0.1 -> 4.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gmsh/versions
2018-10-15 21:54:45 -07:00
R. RyanTM
b6cfaf1d9f gzdoom: 3.5.1 -> 3.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gzdoom/versions
2018-10-15 21:35:20 -07:00
R. RyanTM
fedc17a99d jmol: 14.29.22 -> 14.29.26
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jmol/versions
2018-10-15 21:05:03 -07:00
R. RyanTM
d953d8d424 imapfilter: 2.6.11 -> 2.6.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/imapfilter/versions
2018-10-15 20:56:02 -07:00
R. RyanTM
828b042b43 homebank: 5.2.1 -> 5.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/homebank/versions
2018-10-15 20:44:48 -07:00
R. RyanTM
95c698d119 ipv6calc: 1.0.0 -> 1.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipv6calc/versions
2018-10-15 20:39:48 -07:00
Tim Steinbach
8a3a91f29b
linux: 4.19-rc7 -> 4.19-rc8 2018-10-15 20:35:28 -04:00
Drew Hess
46f937dddd
haskellPackages.language-nix: disable tests on aarch64.
The test suite fails on aarch64 with a linker error that looks
suspiciously like this outstanding GHC issue:

https://ghc.haskell.org/trac/ghc/ticket/15275

Note that this change also fixes the existing `isi686` check to
conform to the new cross-compiling arch check.
2018-10-15 20:07:27 -04:00
Jörg Thalheim
572aba5a01
Merge pull request #48410 from r-ryantm/auto-update/libopenshot
libsForQt5.libopenshot: 0.2.1 -> 0.2.2
2018-10-16 01:05:47 +01:00
Jörg Thalheim
f1f270a874
Merge pull request #48374 from r-ryantm/auto-update/postgis
postgis: 2.4.5 -> 2.5.0
2018-10-16 00:19:59 +01:00
Jörg Thalheim
ed8ce612dd
Merge pull request #48358 from r-ryantm/auto-update/renpy
renpy: 7.0.0 -> 7.1.1
2018-10-16 00:18:58 +01:00
Jörg Thalheim
07c68a3420
Merge pull request #48493 from makefu/pkgs/bepasty/update
bepasty: 0.4.0 -> 0.5.0
2018-10-16 00:07:24 +01:00
makefu
c539c020be
bepasty: 0.4.0 -> 0.5.0 2018-10-16 00:46:55 +02:00
makefu
387632ab33
xstatic-*: update to latest version 2018-10-16 00:46:42 +02:00
Jörg Thalheim
c3aae55316
Merge pull request #48364 from r-ryantm/auto-update/sslmate
sslmate: 1.6.0 -> 1.7.0
2018-10-15 23:36:20 +01:00
Jörg Thalheim
1a83f06f73
Merge pull request #48382 from r-ryantm/auto-update/osinfo-db
osinfo-db: 20180920 -> 20181011
2018-10-15 23:30:49 +01:00
Jörg Thalheim
8099538634
Merge pull request #48164 from costrouc/costrouc/python-dopy-refactor
pythonPackages.dopy: refactor move to python-modules
2018-10-15 23:23:47 +01:00
Jörg Thalheim
7e5e9429d0
Merge pull request #48375 from r-ryantm/auto-update/pg_cron
pg_cron: 1.0.2 -> 1.1.2
2018-10-15 23:22:26 +01:00
Jörg Thalheim
faf3bf332e
Merge pull request #48457 from jfrankenau/update-rapid
rapid-photo-downloader: 0.9.10 -> 0.9.12
2018-10-15 23:20:35 +01:00
Joachim F
255b6429ab
Merge pull request #48452 from joachifm/pythonPackages-bumps-for-upstream
A few python package updates
2018-10-15 22:07:18 +00:00
Jörg Thalheim
af496bade8
Merge pull request #48474 from c0bw3b/pkg/pgjdbc
postgresql-jdbc: 42.2.2 -> 42.2.5
2018-10-15 22:51:21 +01:00
Sarah Brofeldt
6c00efd6c0
Merge pull request #48485 from dhess/cryptonite-aarch64
haskellPackages.cryptonite: fix for aarch64 and re-enable tests
2018-10-15 23:44:52 +02:00
Jörg Thalheim
d75e0589af
Merge pull request #48406 from r-ryantm/auto-update/leatherman
leatherman: 1.5.0 -> 1.5.2
2018-10-15 22:37:28 +01:00
Drew Hess
321626d5ee
haskellPackages.cryptonite: fix for aarch64.
This is a cherry-pick from upstream (see
https://github.com/haskell-crypto/cryptonite/issues/234); there has
been no upstream release since the fix was committed.
2018-10-15 17:11:32 -04:00
Joachim F
a229408802
Merge pull request #48465 from romildo/upd.deepin-wm
deepin-wm: init at 1.9.32
2018-10-15 21:07:01 +00:00
Joachim F
a3d440bcb2
Merge pull request #48481 from romildo/upd.deepin-metacity
deepin-metacity: init at 3.22.22
2018-10-15 21:06:48 +00:00
Jörg Thalheim
92647eb998
Merge pull request #48411 from r-ryantm/auto-update/librealsense
librealsense: 2.15.0 -> 2.16.1
2018-10-15 21:55:24 +01:00
Jörg Thalheim
351319e557
Merge pull request #48419 from r-ryantm/auto-update/ipopt
ipopt: 3.12.10 -> 3.12.11
2018-10-15 21:36:42 +01:00
Drew Hess
c8a59e8453
haskellPackages.cryptonite: re-enable tests.
This has been fixed since cryptonite-0.7:

https://github.com/haskell-crypto/cryptonite/issues/28

cryptonite is also no longer listed in expected-test-failures in
Stackage.
2018-10-15 16:31:59 -04:00
Matthew Bauer
0b298d516a
Merge pull request #47182 from bhipple/add/mkl
mkl: init at 2019.0.117
2018-10-15 15:17:57 -05:00