Commit Graph

30655 Commits

Author SHA1 Message Date
Robert Schütz
d6c86cb4f0 seafile-client: 6.2.9 -> 6.2.10 2019-01-15 11:16:05 +01:00
Enno Lohmeier
034e4a0f56 fava: 1.7 -> 1.9 2019-01-15 10:06:33 +01:00
Gabriel Ebner
49db581e8c elan: 0.7.1 -> 0.7.2 2019-01-15 10:05:45 +01:00
Robert Schütz
05fda1f94d
Merge pull request #53865 from jethrokuan/fix/calibre
calibre: cssutils -> css-parser
2019-01-15 00:48:52 +01:00
Will Dietz
dd6aae6209 aminal: 0.8.5 -> 0.8.6
https://github.com/liamg/aminal/releases/tag/v0.8.6
2019-01-14 16:51:38 -06:00
Johannes Frankenau
7788e5d536 darktable: 2.4.4 -> 2.6.0 2019-01-14 22:41:16 +02:00
Michael Weiss
0dc4a9bb50
android-studio: 3.2.1.0 -> 3.3.0.20
androidStudioPackages.beta: 3.3.0.19 -> 3.3.0.20
2019-01-14 20:42:04 +01:00
Michael Weiss
0da3f68519
tdesktopPackages.preview: 1.5.4 -> 1.5.7 2019-01-14 20:29:35 +01:00
Jan Tojnar
e0fad4b9c5
pulseeffects: 4.4.5 → 4.4.6 2019-01-14 19:46:57 +01:00
Timo Kaufmann
3dc0a1b7a7
spotify: 1.0.94.262.g3d5c231c-9 -> 1.0.96.181.gf6bc1b6b-12 (#53930)
spotify now requires "libatk-bridge-2.0.so", which is provided by
at-spi2-atk.
2019-01-14 11:05:13 +01:00
Pascal Wittmann
78269a82f4
Merge pull request #53918 from dtzWill/update/ocrad-0.27
ocrad: 0.26 -> 0.27
2019-01-14 10:56:37 +01:00
Edmund Wu
f97baf13b0 blender: fix python 2019-01-14 10:07:27 +01:00
Will Dietz
a075573115 ocrad: 0.26 -> 0.27
https://lists.gnu.org/archive/html/bug-ocrad/2019-01/msg00000.html
2019-01-13 20:42:14 -06:00
Will Dietz
533abe481c vlc: 3.0.5 -> 3.0.6
https://www.videolan.org/news.html#news-2019-01-10
2019-01-13 17:51:30 -06:00
Will Dietz
e4ae3ed923 ipe: 7.2.7 -> 7.2.8
https://mailman.science.uu.nl/pipermail/ipe-announce/2019-January/000075.html
2019-01-13 17:45:23 -06:00
Will Dietz
707bfbe124
Merge pull request #53786 from dtzWill/update/aminal-0.8.5
aminal: 0.7.12 -> 0.8.5
2019-01-13 17:18:59 -06:00
gnidorah
ffbe5aff57 reaper: 5.961 -> 5.965 (#53880) 2019-01-13 23:25:47 +01:00
Johannes Frankenau
bebf305c1b gurobi: 8.0.1 -> 8.1 (#53884) 2019-01-13 23:22:55 +01:00
José-Paul D
a0f0687fbf zoom-us: 2.6.146750.1204 -> 2.6.149990.1216 (#53145) 2019-01-13 23:21:29 +01:00
Jörg Thalheim
487d2a7ccd
Revert "rambox: update node deps hash"
This reverts commit bf5f85ea2e.

See bf5f85ea2e (commitcomment-31923547)
2019-01-13 22:18:36 +00:00
Will Dietz
a4badf3a30 trilium: 0.27.3 -> 0.27.4 (#53784)
https://github.com/zadam/trilium/releases/tag/v0.27.4
2019-01-13 22:59:11 +01:00
R. RyanTM
26b492b207 minimap2: 2.10 -> 2.14 (#52845)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/minimap2/versions
2019-01-13 22:34:45 +01:00
R. RyanTM
27609af220 meld: 3.18.3 -> 3.20.0 (#53595)
Update and enable tests
2019-01-13 22:05:01 +01:00
xeji
ec507f995e
Merge pull request #53742 from taku0/flashplayer-32.0.0.114
flashplayer: 32.0.0.101 -> 32.0.0.114
2019-01-13 21:46:49 +01:00
William Casarin
ca67e65182 clightning: 0.6.2 -> 0.6.3
[0.6.3] - 2019-01-09: "The Smallblock Conspiracy"

This release named by @molxyz and @ctrlbreak

Added

- JSON API: New command `check` checks the validity of a JSON API call without
  running it.
- JSON API: `getinfo` now returns `num_peers` `num_pending_channels`,
  `num_active_channels` and `num_inactive_channels` fields.
- JSON API: use `\n\n` to terminate responses, for simplified
  parsing (pylightning now relies on this)
- JSON API: `fundchannel` now includes an `announce` option, when false it will
  keep channel private. Defaults to true.
- JSON API: `listpeers`'s `channels` now includes a `private` flag to indicate
  if channel is announced or not.
- Plugins: experimental plugin support for `lightningd`, including option
  passthrough and JSON-RPC passthrough.

Changed

- JSON API: `pay` and `decodepay` accept and ignore `lightning:` prefixes.
- pylightning: Allow either keyword arguments or positional arguments.
- JSON-RPC: messages are now separated by 2 consecutive newlines.
- JSON-RPC: `jsonrpc`:`2.0` now included in json-rpc command calls. complies
  with spec.

Deprecated

Note: You should always set `allow-deprecated-apis=false` to test for
changes.

- pylightning: Support for pre-2-newline JSON-RPC (<= 0.6.2 lightningd) is
  deprecated.

Removed

- option_data_loss_protect is now only offered if EXPERIMENTAL_FEATURES is
  enabled, since it seems incompatible with lnd and has known bugs.

Fixed

- JSON API: uppercase invoices now parsed correctly (broken in 0.6.2).
- JSON API: commands are once again read even if one hasn't responded yet (broken in 0.6.2).
- Protocol: allow lnd to send `update_fee` before `funding_locked`.
- Protocol: fix limit on how much funder can send (fee was 1000x too small)
- Protocol: don't send invalid onion errors if peer says onion was bad.
- Protocol: don't crash when peer sends a 0-block-expiry HTLC.
- pylightning: handle multiple simultanous RPC replies reliably.
2019-01-13 10:32:30 -08:00
Jethro Kuan
4e1fb4f3a2 calibre: fix altered dependency
Calibre has changed its dependency from cssutils to css-parser in
dd7d8ea3c4
2019-01-13 20:18:17 +08:00
Vladimír Čunát
626233eee6
linuxPackages.virtualboxGuestAdditions: fix build after xorg 1.20
We still need to force the ABI version to 118 it seems.
Close https://github.com/NixOS/nixpkgs/pull/53867
2019-01-13 10:38:32 +01:00
worldofpeace
9b61b2bd90
Merge pull request #53819 from noneucat/polar-1.8.0
polar-bookshelf: 1.7.0 -> 1.8.0
2019-01-13 03:57:21 -05:00
R. RyanTM
c169f233e6 yoshimi: 1.5.9 -> 1.5.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/yoshimi/versions
2019-01-13 09:47:18 +01:00
worldofpeace
bac3e2ada9 cozy: 0.6.3 -> 0.6.7 2019-01-13 02:46:35 -05:00
Austin Seipp
b5c6156062 firecracker: 0.12.0 -> 0.13.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-12 20:12:08 -06:00
Vladimír Čunát
570d84a01e
Merge branch 'staging-next' 2019-01-13 00:39:38 +01:00
Jean-Philippe Cugnet
6ca8443c3b scribus: Add an icon (#53456)
* scribus: Add an icon

* scribus: Put the icon SVG in a Gist
2019-01-13 00:01:05 +01:00
Andreas Rammhold
9651cc7a93
Merge pull request #53837 from andir/irssi
irssi: 1.1.1 -> 1.1.2
2019-01-12 13:31:22 +01:00
markuskowa
7fa8e897a5
Merge pull request #53186 from r-ryantm/auto-update/shotcut
shotcut: 18.11.18 -> 18.12.23
2019-01-12 12:52:22 +01:00
Andreas Rammhold
41ee7073df
irssi: 1.1.1 -> 1.1.2
Fixes CVE-2019-5882 [1] and a few minor changes [2].

[1] https://irssi.org/security/html/irssi_sa_2019_01/
[2] https://irssi.org/2019/01/09/irssi-1.1.2-released/
2019-01-12 12:52:16 +01:00
Vladimír Čunát
bde8efe792
Merge branch 'master' into staging-next
A couple thousand rebuilds have accumulated on master.
2019-01-12 12:19:34 +01:00
worldofpeace
df712e2055
Merge pull request #53823 from eadwu/vscode/1.30.2
vscode: 1.30.1 -> 1.30.2
2019-01-12 03:27:49 -05:00
Dmitry Kalinkin
73625f2522 root5: mark as broken on Linux 2019-01-11 20:45:37 -05:00
Dmitry Kalinkin
0c9335fb1c root, root5: fix build on darwin 2019-01-11 20:45:37 -05:00
Edmund Wu
6b80db3f5f
vscode: 1.30.1 -> 1.30.2 2019-01-11 20:02:00 -05:00
Andy Chun @noneucat
3bdcbd8cb9 polar-bookshelf: 1.7.0 -> 1.8.0 2019-01-11 15:58:01 -08:00
Eelco Dolstra
ac97ba25ae
Revert "libgit2: 0.26.6 → 0.27.7"
This reverts commit cc50638176 because
it breaks cargo (again, see fca4fbeba9):

  $ cargo build
      Updating crates.io index
  Segmentation fault
2019-01-11 14:58:45 +01:00
Jörg Thalheim
15ec5d03e6
Merge pull request #52563 from vdemeester/52469-containerd-to-buildgopackage
containerd: migrate to using buildGoPackage
2019-01-11 12:29:35 +00:00
Jörg Thalheim
566cc6bf20
Merge pull request #52572 from vdemeester/52469-openshift-to-buildgopackage
openshift: migrate to using buildGoPackage
2019-01-11 12:22:53 +00:00
Jörg Thalheim
b4df112941
Merge pull request #53780 from OPNA2608/obs-scripting
obs-studio: add new optional dependencies
2019-01-11 11:43:27 +00:00
Peter Hoeg
a9632dd470
Merge pull request #52453 from Anton-Latukha/handbrake-1.2
handbrake: 1.1.2 -> 1.2.0
2019-01-11 14:10:56 +08:00
Will Dietz
fd1de3e577 aminal: 0.7.12 -> 0.8.5 2019-01-10 18:13:50 -06:00
tbenst
d34f2b9b96 bftools: init at 5.9.2 (#53769) 2019-01-10 18:28:28 -05:00
Peter Hoeg
8336ccaa44 omping: init at 0.0.5 2019-01-11 01:01:54 +02:00
Christoph Neidahl
26f7df6b6a obs-studio: add new optional dependencies
This commit adds a new set of optional dependencies introduced with version 21.0 of OBS to allow Lua and Python 3 scripts to be run.

If this batch of new dependencies is not desired by the user, then they may set `scriptingSupport` to false to disable it.
2019-01-10 22:58:20 +01:00
Timo Kaufmann
0d028c3bee
neovim-qt: add desktop file to wrapper (#53777)
My recent change in #53447 caused neovim-qt to no longer be recognized
as a desktop application.
2019-01-10 22:18:04 +01:00
markuskowa
b70a4b2b98
Merge pull request #53478 from bgamari/bump-ngspice
ngspice: 29 -> 30
2019-01-10 20:17:54 +01:00
Robert Schütz
28ba2d3379 qmediathekview: 2017-04-16 -> 2019-01-06 2019-01-10 18:20:37 +01:00
Robert Schütz
3f3fe76fec
Merge pull request #53761 from dotlambda/aiohttp-3.5.2
python3.pkgs.aiohttp: 3.4.4 -> 3.5.2
2019-01-10 18:02:28 +01:00
adisbladis
2ac775a084
emacsPackagesNg.forge: Add git as build input 2019-01-10 16:16:38 +00:00
Robert Schütz
e56f76f81b gns3-server: improve expression 2019-01-10 17:05:21 +01:00
R. RyanTM
c703e835b2 claws-mail: 3.17.2 -> 3.17.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/claws-mail/versions
2019-01-10 15:41:30 +00:00
agentpt5
2f1e8d40cf flexget: add transmissionrpc as dependency (#53735)
Add transmissionrpc as dependency to flexget, in order to communicate with Transmission networking client.
2019-01-10 15:54:39 +01:00
markuskowa
62033a2209
Merge pull request #53510 from r-ryantm/auto-update/transmission-remote-gtk
transmission-remote-gtk: 1.4.0 -> 1.4.1
2019-01-10 13:43:24 +01:00
adisbladis
3b67c43e95
firefox-beta-bin: 65.0b3 -> 65.0b9 2019-01-10 12:26:36 +00:00
adisbladis
7222470711
firefox-devedition-bin: 65.0b3 -> 65.0b9 2019-01-10 12:26:30 +00:00
adisbladis
8a59662205
Merge pull request #53331 from adisbladis/emacs-packages-2019-01-03
Emacs packages update
2019-01-10 12:25:55 +00:00
Michael Raskin
87fb354cee
Merge pull request #53745 from taku0/firefox-bin-64.0.2
firefox, firefox-bin: 64.0 -> 64.0.2
2019-01-10 12:08:16 +00:00
Vladimír Čunát
287144e342
Merge branch 'master' into staging-next 2019-01-10 13:07:21 +01:00
adisbladis
676de9dd5f
melpa-stable-packages: 2019-01-03 2019-01-10 11:29:08 +00:00
adisbladis
83f611288a
org-packages: 2019-01-03 2019-01-10 11:29:06 +00:00
adisbladis
f3b18da42d
melpa-packages: 2019-01-03 2019-01-10 11:29:05 +00:00
adisbladis
4c27eceff8
elpa-packages: 2019-01-03 2019-01-10 11:29:02 +00:00
taku0
08f779a9c3 firefox: 64.0 -> 64.0.2 2019-01-10 20:16:21 +09:00
taku0
244f1ce1a7 firefox-bin: 64.0 -> 64.0.2 2019-01-10 20:04:21 +09:00
taku0
a019087ef4 flashplayer-standalone: mark broken 2019-01-10 19:49:22 +09:00
zimbatm
c9c1e88dbb
nomad: 0.7.1 -> 0.8.6 2019-01-10 11:35:02 +01:00
Franz Pletz
bf5f85ea2e
rambox: update node deps hash 2019-01-10 05:51:02 +01:00
Silvan Mosberger
0b96dc8740
Merge pull request #52992 from azazel75/anydesk_401
Upgrade Anydesk package to version 4.0.1
2019-01-10 04:04:17 +01:00
wedens
8786617f8f dropbox-cli: 2015.10.28 -> 2018.11.28 2019-01-09 18:41:01 -05:00
Roman Volosatovs
87f798edc6 kitty: Adapt fix-paths.patch to source changes 2019-01-09 18:26:36 -05:00
Roman Volosatovs
81f3a3e7c6 kitty: 0.13.1 -> 0.13.2 2019-01-09 18:26:36 -05:00
Tor Hedin Brønner
ccca2e5e4b
Merge pull request #53656 from dtzWill/update/xterm-342
xterm: 341 -> 342
2019-01-09 23:38:16 +01:00
Andreas Rammhold
590f267c5b
gitAndTools.grv: 0.3.0 -> 0.3.1 2019-01-09 22:16:22 +01:00
Alberto Berti
80cac27461 anydesk: 2.9.4 -> 4.0.1 2019-01-09 14:45:29 +01:00
Jörg Thalheim
f0f7531d78
Merge pull request #51412 from Synthetica9/konsole-keyboard-fix
konsole: fix arrow keys
2019-01-09 12:11:32 +00:00
Michael Raskin
9d3c5a21d7
Merge pull request #53578 from pbogdan/rxvt-build
rxvt_unicode: fix build
2019-01-09 10:44:48 +00:00
Jörg Thalheim
fdb87a0fee
rambox: downgrade electron to 3.x 2019-01-09 07:24:18 +00:00
Austin Seipp
c10650760d yices: s/fetchurl/fetchFromGitHub/
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
38aa0a3df4 z3: 4.8.3 -> 4.8.4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
d77f381055 symbiyosys: 2018.09.12 -> 2018.12.09
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Matthew Bauer
cd8c1a4053
Merge pull request #52643 from jabranham/ledger-info
ledger: Include info files
2019-01-08 16:03:56 -06:00
Simon Lackerbauer
f7367cbf1c abella: 2.0.5 -> 2.0.6 2019-01-08 17:05:30 +00:00
Dmitry Kalinkin
6004e5dda3
Merge pull request #53574 from kamilchm/qtile
qtile: 0.12.0 -> 0.13.0
2019-01-08 11:51:08 -05:00
Will Dietz
c38ff237f2 xterm: 341 -> 342 2019-01-08 09:30:47 -06:00
Renaud
c514728543
Merge pull request #53536 from r-ryantm/auto-update/qtbitcointrader
qtbitcointrader: 1.40.30 -> 1.40.40
2019-01-08 14:37:13 +01:00
Peter Hoeg
15c8362c14
Merge pull request #53447 from timokau/neovim-qt-wrapper
neovim-qt: wrap in separate derivation
2019-01-08 20:24:03 +08:00
Pascal Wittmann
a8a2e84110
Merge pull request #53636 from r-ryantm/auto-update/calibre
calibre: 3.36.0 -> 3.37.0
2019-01-08 13:22:24 +01:00
taku0
9f1ff9976f flashplayer: 32.0.0.101 -> 32.0.0.114 2019-01-08 21:12:29 +09:00
Maximilian Bosch
6e3eee833d
Merge pull request #53608 from dywedir/alacritty
alacritty: 0.2.4 -> 0.2.5
2019-01-08 12:22:40 +01:00
R. RyanTM
bc1b9dd1fe calibre: 3.36.0 -> 3.37.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/calibre/versions
2019-01-08 01:24:10 -08:00
markuskowa
b39eafb36f
Merge pull request #53521 from rvolosatovs/update/neovim
neovim: 0.3.2 -> 0.3.3
2019-01-08 09:07:15 +01:00
Kevin Rauscher
e39ff06b16 mopidy-iris: 3.31.7 -> 3.31.8 2019-01-07 22:11:45 -05:00
R. RyanTM
381e1ff252 moe: 1.9 -> 1.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/moe/versions
2019-01-07 19:29:01 -05:00