Will Dietz
9e10ff6216
tor-browser-bundle-bin: 8.0.2 -> 8.0.3
...
reason: minor security update
https://gitweb.torproject.org/builders/tor-browser-build.git/tree/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt?h=tbb-8.0.3-build1
(cherry picked from commit 8324a938e7
)
2018-10-25 22:49:23 +02:00
R. RyanTM
4b180235db
flatpak: 1.0.2 -> 1.0.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/flatpak/versions
(cherry picked from commit 825f6210be
)
2018-10-25 21:07:15 +02:00
Andreas Rammhold
e428680fb8
Merge pull request #49111 from mayflower/grafana-backport
...
grafana: 5.2.4 -> 5.3.2
2018-10-25 18:56:11 +02:00
Trolli Schmittlauch
dbc3d6fdd9
clarifying name
arg determines vim command name
...
The `name` arg of `vim_configurable.customize` does not only determine
the package name, but also the name of the command/ executable to be
called.
In my opinion this is not documented properly and finding that out took
me several hours.
2018-10-25 17:51:36 +01:00
Linus Heckemann
30068ec658
Merge pull request #49109 from mayflower/nix-index-backport
...
nix-index: backport version bump and build fix
2018-10-25 18:48:18 +02:00
Justin Humm
3cf85cfb55
mapmap: mark broken
...
the mapmap binary segfaults at the moment at master and nixos-18.09. I
will speak with upstream for a fix and mark this broken in the meantime.
(cherry picked from commit 5ab10923d6
)
2018-10-25 17:40:21 +01:00
WilliButz
e89bfd37a6
grafana: 5.2.4 -> 5.3.2
...
(cherry picked from commit e3927861d6
)
2018-10-25 17:34:51 +02:00
Daiderd Jordan
fadacd10ab
nix-index: fix darwin build
...
(cherry picked from commit 5c14decaa3
)
2018-10-25 17:05:17 +02:00
Moritz Kiefer
540c63691c
nix-index: 0.1.1 -> 0.1.2
...
(cherry picked from commit bd4301a2ae
)
2018-10-25 17:05:17 +02:00
Jörg Thalheim
21cf1c4f26
Merge pull request #48984 from timokau/r8168-backport
...
r8168 backport
2018-10-25 15:04:12 +01:00
Jörg Thalheim
ccd398f2e4
doc/breakpointHook: add documentation
...
(cherry picked from commit 325a5699cb
)
2018-10-25 14:09:35 +01:00
Jörg Thalheim
c80620fc27
breakpointHook: add for debugging failing builds
...
Usuage: Add breakpointHook to your `buildInputs` like this:
stdenv.mkDerivation rec {
# ...
buildInputs = [ breakpointHook ];
});
When the build fails as show in this example:
pkgs.hello.overrideAttrs (old: {
buildInputs = [ breakpointHook ];
postPatch = ''
false
'';
});
It will halt execution printing the following message:
build failed in patchPhase with exit code 1
To attach to this build run the following command as root:
cntr attach -t command cntr-/nix/store/ynyb4n82x2r7sldd58pbb405jdqh5f00-hello-2.10
Installing cntr and running the command will provide shell access to the
build sandbox of failed build:
sudo cntr attach -t command cntr-/nix/store/ynyb4n82x2r7sldd58pbb405jdqh5f00-hello-2.10
WARNING: bad ownership on /nix/var/nix/profiles/per-user/root, should be 1000
[nixbld@localhost:/var/lib/cntr]$
At /var/lib/cntr the sandbox filesystem is mounted. All commands and
files of the system are still accessible within the shell.
To execute commands from the sandbox use the `cntr exec` subcommand.
(cherry picked from commit f10b935f84
)
2018-10-25 14:09:34 +01:00
Jörg Thalheim
54dd052e56
cntr: init at 1.2.0
...
(cherry picked from commit 84e915a779
)
2018-10-25 14:09:26 +01:00
Andreas Rammhold
3b4c03a6de
firefox-esr: 60.2.2esr -> 60.3.0esr
...
(cherry picked from commit 3db6ca50ef0ce27b4f9765b783dcc32c0a613a2d)
2018-10-25 14:54:38 +02:00
Andreas Rammhold
e80c1fa3b2
firefox-bin: 62.0.3 -> 63.0
...
(cherry picked from commit 5137c04770
)
2018-10-25 11:12:05 +02:00
Andreas Rammhold
344e66a524
firefox: 62.0.3 -> 63.0
...
(cherry picked from commit 277da59e47
)
2018-10-25 11:12:04 +02:00
Andreas Rammhold
8bdbb8c922
rust_1_29: backport for rust 1.29.1 from unstable
...
Based on commit aef6830d3e
(cherry picked from commit dc2becf42f
)
2018-10-25 11:12:04 +02:00
Vincent Laporte
9d2ff83b03
ocamlPackages.vg: 0.9.0 -> 0.9.1
...
(cherry picked from commit c640f024dd
)
2018-10-25 08:39:17 +02:00
Gabriel Ebner
f5689d5d6b
abcde: 2.8.1 -> 2.9.2
...
Fixes #41789 .
(cherry picked from commit 47fb4859a5
)
2018-10-24 20:49:19 +02:00
Herwig Hochleitner
a8fe91de2e
chromium: 69.0.3497.100 -> 70.0.3538.67
...
(cherry picked from commit bb03fbc2c8
)
2018-10-24 19:44:08 +02:00
volth
2e960de3f4
chromium: propagate stdenv for "chromium.override{ stdenv=gcc8Stdenv; }" ( #48615 )
...
(cherry picked from commit 337d140953
)
2018-10-24 19:44:08 +02:00
volth
56ea01bc52
chromium 71+: there is no more option 'use_gtk3' ( #48595 )
...
(cherry picked from commit d767ba9996
)
2018-10-24 19:44:08 +02:00
volth
487192196c
chromium 71+: add at-spi2-core dependency ( #48594 )
...
(cherry picked from commit d039722d0e
)
2018-10-24 19:44:07 +02:00
volth
77ea7d7bd5
chromium: fix aarch64 build ( #48586 )
...
* chromium: fix aarch64 build
* chromium: use more stable urls
(cherry picked from commit 0c8cdb53f6
)
2018-10-24 19:44:07 +02:00
volth
c09da54fc7
chromium plugins: add meta.platforms ( #48495 )
...
to prevent their installation on aarch64
(cherry picked from commit 2ad99a662d
)
2018-10-24 19:44:07 +02:00
Andreas Rammhold
e167830504
nss: 3.38 -> 3.39
...
(cherry picked from commit 8a9b6bc607
)
2018-10-24 18:15:29 +02:00
John Ericson
06fb0253af
Merge pull request #48931 from obsidiansystems/darwin-to-linux-18.09
...
misc pkgs: Darwin -> Linux cross compilation for 18.09
2018-10-24 10:37:15 -04:00
Timo Kaufmann
8e9b654643
r8168: init at 8.046.00
...
(cherry picked from commit c8b5deae19
)
2018-10-24 11:50:44 +02:00
John Ericson
0afc9ca7a8
Merge remote-tracking branch 'upstream/release-18.09' into darwin-to-linux-18.09
2018-10-23 23:27:29 -04:00
Daiderd Jordan
87dc3df433
linux-headers: Temporarily avoid mass rebuild
...
This is only needed for 18.09, not master
2018-10-23 23:27:20 -04:00
John Ericson
22df9423cd
release-cross: Cross compile from all 3 supported platforms
2018-10-23 23:20:48 -04:00
Daiderd Jordan
ab6bbdd5cd
linux-headers: Fix Darwin cross build
...
Carefully fake cc-version and cc-fullversion to avoid needing a compiler
for the kernel itself to build the headers.
For some reason, doing `make install_headers` twice, first without
INSTALL_HDR_PATH=$out then with, is neccessary to get this to work.
2018-10-23 23:20:42 -04:00
Rob Vermaas
df29219f51
opentracing-cpp: fix version in derivation
2018-10-23 18:15:05 +02:00
Rob Vermaas
9d6184f1bc
nginx-opentracing: init at 0.7.0
2018-10-23 18:07:45 +02:00
Rob Vermaas
0b695b6682
opentracing-cpp: add meta
2018-10-23 18:01:34 +02:00
Rob Vermaas
f49df04c02
opentracing-cpp: init 1.5.0
2018-10-23 17:56:28 +02:00
Wael Nasreddine
c162a0af64
gocode: 2018-07-27 -> 2018-10-22 ( #48832 )
...
github.com/nsf/gocode has also been deprecated in favor of github.com/mdempsky/gocode
(cherry picked from commit cc4b9ef40f
)
2018-10-23 12:21:25 +02:00
Jörg Thalheim
1b7e30c79f
Merge pull request #48822 from nyanloutre/18-09-jackett-10-365
...
[18.09] jackett: 0.10.250 -> 0.10.365
2018-10-23 10:43:14 +01:00
Dmitry Kalinkin
694aff67f8
mu: fix build for withMug = true
( #48830 )
...
Fixes a following build error:
/nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstapp-1.0
/nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstaudio-1.0
/nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstfft-1.0
/nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstpbutils-1.0
/nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstvideo-1.0
/nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstbase-1.0
/nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstreamer-1.0
This workaround targets release-18.09 branch and is not needed at master (no
idea why).
2018-10-23 11:38:32 +02:00
nyanloutre
2b4f74612b
jackett: update mono version to 5.14
...
See details here : https://github.com/NixOS/nixpkgs/pull/48821#issuecomment-431837095
(cherry picked from commit 7a44e6e365
)
2018-10-23 11:01:38 +02:00
Linus Heckemann
f8d156f44f
poezio: 0.11 -> 0.12
2018-10-23 09:33:44 +02:00
Linus Heckemann
af588df938
slixmpp: 1.2.4-post1 -> 1.4.0
...
(cherry picked from commit ec9d761628
)
2018-10-23 09:33:38 +02:00
xeji
f80504e8fd
Merge pull request #48150 from Vskilet/release-18.09
...
[18.09] nixos/emby: use the dataDir option
2018-10-23 00:45:37 +02:00
nyanloutre
25b2aeb9ca
jackett: 0.10.304 -> 0.10.365
...
(cherry picked from commit 896ae4974e
)
2018-10-22 23:56:23 +02:00
R. RyanTM
93a57b3d66
jackett: 0.10.258 -> 0.10.304
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
(cherry picked from commit 7f5a809374
)
2018-10-22 23:56:23 +02:00
Edward Tjörnhammar
c4cb419081
jackett: 0.10.250 -> 0.10.258
...
(cherry picked from commit 914c341c6f
)
2018-10-22 23:56:22 +02:00
Jörg Thalheim
09bc130c1e
Merge pull request #48831 from nyanloutre/18-09-slimserver-fix
...
[18.09] slimserver: Relax audio scan dependency (#47029 )
2018-10-22 22:48:00 +01:00
Drew Hess
be9e927c95
dovecot: dovenull user should have its own group.
...
Quoting from https://wiki.dovecot.org/UserIds#dovenulluser :
"It should belong to its own private dovenull group where no one else
belongs to..."
(cherry picked from commit fa388534e4
)
2018-10-22 22:47:00 +01:00
Philipp Hausmann
e15b5baaef
slimserver: Relax audio scan dependency ( #47029 )
...
(cherry picked from commit 09df5da98f
)
2018-10-22 23:45:18 +02:00
Daniël de Kok
a7325a613e
samba4: 4.7.9 -> 4.7.10 ( #48787 )
...
Changes: https://www.samba.org/samba/history/samba-4.7.10.html
(cherry picked from commit d620d8fa67
)
2018-10-22 15:46:01 +02:00