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
Vladyslav Mykhailichenko
75e12828b6
alacritty: 0.2.4 -> 0.2.5
2019-01-08 01:13:27 +02:00
R. RyanTM
40d29cb4bd
polar-bookshelf: 1.5.1 -> 1.7.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/polar-bookshelf/versions
2019-01-07 17:19:11 -05:00
markuskowa
cecec1f744
Merge pull request #53051 from betaboon/patch-2
...
soapysdr: fix modules-directory for extraPackages
2019-01-07 22:06:04 +01:00
Robin Gloster
f11b1aceaa
Merge pull request #52750 from flokli/gitlab-11.6.0
...
gitlab: 11.5.5 -> 11.6.3
2019-01-07 20:47:41 +00:00
Robin Gloster
8fac37db00
gitlab: 11.6.0 -> 11.6.3
2019-01-07 20:08:15 +01:00
Piotr Bogdan
d1fff1e9e8
rxvt_unicode: fix build
2019-01-07 16:37:26 +00:00
Kamil Chmielewski
d8378602a9
qtile: 0.12.0 -> 0.13.0
...
needs Python 3 to use Clock widget:
https://github.com/qtile/qtile/issues/1258#issuecomment-451958978
2019-01-07 17:12:35 +01:00
Bjørn Forsman
651ee38dea
jnetmap: init at 0.5.4
2019-01-07 16:57:33 +01:00
Michael Weiss
e1d9854816
scons: 3.0.1 -> 3.0.2
...
A few packages broke due to the SCons upgrade (they depended on
deprecated options that got removed), I've kept them on version 3.0.1
for now. The rest of the rebuilds seems fine (the failing ones where
already in a broken state before this change).
2019-01-07 15:07:29 +01:00
R. RyanTM
bd7eec5d9c
pynac: 0.7.22 -> 0.7.23 ( #53559 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pynac/versions
2019-01-07 14:52:18 +01:00
betaboon
bb5c86d404
soapysdr: fix modules-directory for extraPackages
2019-01-07 12:10:55 +01:00
R. RyanTM
67b8195774
qtbitcointrader: 1.40.30 -> 1.40.40
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qtbitcointrader/versions
2019-01-06 19:10:46 -08:00
worldofpeace
8e05911ccb
otter-browser: add homepage
2019-01-06 19:36:31 -05:00
Will Dietz
16cef9de77
otter-browser: 0.9.99.3 -> 1.0.01
2019-01-06 19:36:31 -05:00
R. RyanTM
ed630cbe2b
toot: 0.19.0 -> 0.20.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/toot/versions
2019-01-06 19:13:48 -05:00
R. RyanTM
b5b80afa5b
trilium: 0.26.1 -> 0.27.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/trilium/versions
2019-01-06 19:03:07 -05:00
Jack Kelly
721486626a
edbrowse: Fix compilation against newer libcurl
2019-01-06 18:57:23 -05:00
Roman Volosatovs
b4ed953bb2
neovim: 0.3.2 -> 0.3.3
2019-01-06 21:49:31 +01:00
R. RyanTM
83599e2f58
transmission-remote-gtk: 1.4.0 -> 1.4.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/transmission-remote-gtk/versions
2019-01-06 10:32:09 -08:00
Edmund Wu
ca531efae8
feh: include prove for tests
2019-01-06 08:30:57 -05:00
Mario Rodas
b3d8aa2677
1password: 0.5.4 -> 0.5.5
2019-01-06 13:17:41 +01:00
markuskowa
f4dcb6f03e
Merge pull request #53466 from lasandell/wsjtx-2.0.0
...
wsjtx: 1.9.1 -> 2.0.0
2019-01-06 12:58:33 +01:00
Vladimír Čunát
10a12194e3
Merge #53490 : fix treewide linking errors after #51770
...
Issue #53001 . This might not be all of them, but let's not wait.
2019-01-06 12:14:52 +01:00
Timo Kaufmann
ee9bc405b9
neovim-qt: wrap in separate derivation
...
This makes it possible to swap out the (wrapped) neovim without
recompiling neovim-qt. In particular, the user can use `neovim.override`
to configure their neovim and then use that same configuration for
neovim-qt, without having to give up binary caching.
2019-01-06 10:56:27 +01:00