Renaud
722fcbbb80
Merge pull request #49467 from CharlesHD/submit/cmusfm
...
cmusfm: init at 2018-10-11
2018-11-03 10:40:08 +01:00
taku0
09d49a1c5d
thunderbird: 60.2.1 -> 60.3.0
2018-11-03 18:39:32 +09:00
Peter Simons
d9fa1f9178
Merge pull request #49666 from averelld/rPackages.ps-build-fix
...
r-ps: patchShebangs in ./configure to fix build
2018-11-03 10:38:30 +01:00
Peter Simons
1cd1a34f8f
Merge pull request #49674 from typetetris/fix-46130
...
haskellPackages.sdl2: test-suite needs x server, so deactivate it
2018-11-03 10:36:56 +01:00
Daniël de Kok
1f21fc5e47
cargo-asm: fix build on macOS Mojave
...
Building cargo-asm on Mojave fails with
ld: framework not found Security
Add Security as a build input.
2018-11-03 08:47:18 +01:00
gnidorah
fc96e53587
maxx: fix urls
2018-11-03 10:43:39 +03:00
aszlig
c64624b843
autoPatchelfHook: Correctly detect PIE binaries
...
I originally thought it would just be enough to just check for an INTERP
section in isExecutable, however this would mean that we don't detect
statically linked ELF files, which would break our recent improvement to
gracefully handle those.
In theory, we are only interested in ELF files that have an INTERP
section, so checking for INTERP would be enough. Unfortunately the
isExecutable function is already used outside of autoPatchelfHook, so we
can't easily get rid of it now, so let's actually strive for more
correctness and make isExecutable actually match ELF files that are
executable.
So what we're doing instead now is to check whether either the ELF type
is EXEC *or* we have an INTERP section and if one of them is true we
should have an ELF executable, even if it's statically linked.
Along the way I also set LANG=C for the invocations of readelf, just to
be sure we don't get locale-dependent output.
Tested this with the following command (which contains almost[1] all the
packages using autoPatchelfHook), checking whether we run into any
library-related errors:
nix-build -E 'with import ./. { config.allowUnfree = true; };
runCommand "test-executables" {
drvs = [
anydesk cups-kyodialog3 elasticsearch franz gurobi
masterpdfeditor oracle-instantclient powershell reaper
sourcetrail teamviewer unixODBCDrivers.msodbcsql17 virtlyst
vk-messenger wavebox zoom-us
];
} ("for i in $drvs; do for b in $i/bin/*; do " +
"[ -x \"$b\" ] && timeout 10 \"$b\" || :; done; done")
'
Apart from testing against library-related errors I also compared the
resulting store paths against the ones prior to this commit. Only
anydesk and virtlyst had the same as they didn't have self-references,
everything else differed only because of self-references, except
elasticsearch, which had the following PIE binaries:
* modules/x-pack/x-pack-ml/platform/linux-x86_64/bin/autoconfig
* modules/x-pack/x-pack-ml/platform/linux-x86_64/bin/autodetect
* modules/x-pack/x-pack-ml/platform/linux-x86_64/bin/categorize
* modules/x-pack/x-pack-ml/platform/linux-x86_64/bin/controller
* modules/x-pack/x-pack-ml/platform/linux-x86_64/bin/normalize
These binaries were now patched, which is what this commit is all about.
[1]: I didn't include the "maxx" package (MaXX Interactive Desktop)
because the upstream URLs are no longer existing and I couldn't
find them elsewhere on the web.
Signed-off-by: aszlig <aszlig@nix.build>
Fixes: https://github.com/NixOS/nixpkgs/issues/48330
Cc: @gnidorah (for MaXX Interactive Desktop)
2018-11-03 08:07:42 +01:00
Matthew Bauer
370ce8fcd3
stage.nix: throw error on incorrect pkgsi686Linux usage
...
pkgsi686Linux now throws an error with a message as opposed to the
previous assertion.
2018-11-03 00:58:58 -05:00
Matthew Bauer
b3ab4d1f8e
Revert "Revert "stage.nix: pkgsi686Linux only works on x86 family""
...
This reverts commit 08b5cffe87
.
2018-11-03 00:52:14 -05:00
Matthew Bauer
08b5cffe87
Revert "stage.nix: pkgsi686Linux only works on x86 family"
...
This reverts commit 78ca6d885f
.
Broke eval on aarch64
2018-11-03 00:47:39 -05:00
Wael M. Nasreddine
e09e5297d3
vim-plugins: vim-go: provide the binaries required for the plugin to be functional
2018-11-02 22:04:44 -07:00
Wael M. Nasreddine
e2355c6973
iferr: init unstable at 2018-06-15
2018-11-02 22:04:44 -07:00
Wael M. Nasreddine
fce50a7880
impl: init unstable at 2018-02-27
2018-11-02 22:04:44 -07:00
Wael M. Nasreddine
6a09bfc8bc
gometalinter: init at 2.0.11
2018-11-02 22:04:44 -07:00
Wael M. Nasreddine
a1faa70368
gosec: init at 1.1.0
2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
cfa5c7f896
maligned: init unstable at 2018-07-07
2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
ed31a46727
interfacer: init at unstable 2018-08-31
2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
1efe4d9005
gocyclo: init unstable at 2015-02-08
2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
f10fcf202b
go-check: init unstable at 2018-09-12
2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
fe83c5c3f5
goconst: init at 1.1.0
2018-11-02 22:04:42 -07:00
Wael M. Nasreddine
63d9863394
unconvert: init at unstable 2018-07-03
2018-11-02 22:04:42 -07:00
Wael M. Nasreddine
df46a94d8b
ineffassign: init at unstable 2018-09-09
2018-11-02 22:04:38 -07:00
Wael M. Nasreddine
d225933b4e
go-tools: init at 2017.2.2
2018-11-02 21:58:09 -07:00
Wael M. Nasreddine
9795ad34dd
deadcode: init at unstable 2016-07-24
2018-11-02 21:58:09 -07:00
Wael M. Nasreddine
f5e4939277
gogetdoc: init at unstable 2018-10-25
2018-11-02 21:58:09 -07:00
Wael M. Nasreddine
f6e78e49fa
reftools: init at unstable 2018-09-14
2018-11-02 21:58:09 -07:00
Wael M. Nasreddine
6d7413e54a
errcheck: init at 1.1.0
2018-11-02 21:58:08 -07:00
Wael M. Nasreddine
126e64e658
asmfmt: init at 1.1
2018-11-02 21:58:08 -07:00
Jörg Thalheim
5ea21ad32a
Merge pull request #49629 from marsam/feature/fixes-pyre
...
pyre: 0.0.14 -> 0.0.17
2018-11-03 02:32:16 +00:00
Matthew Bauer
78ca6d885f
stage.nix: pkgsi686Linux only works on x86 family
...
aarch64 cpus are going to break on pkgsi686Linux packages.
See this error:
https://hydra.nixos.org/build/82962379/
2018-11-02 21:24:55 -05:00
Matthew Bauer
e9db1e2917
grpc: disable werror for unknown warning option
...
This seems silly to do an error for. It breaks clang builds.
2018-11-02 21:24:55 -05:00
Matthew Bauer
3085f5fcb8
libobjc2: mark aarch64 as bad platform
...
Apparently some assembly has not been ported. This commit should fix
it:
b952a21abe (diff-e49aa4e60f8ccec1be46afc5e6ffcee5)
But no release has been made by the gnustep team yet!
2018-11-02 21:24:55 -05:00
Matthew Bauer
8bae7d328e
gsasl: disable check on darwin
2018-11-02 20:41:38 -05:00
Matthew Bauer
0923607ff7
gemrb: add libiconv
...
https://hydra.nixos.org/build/83508053/
2018-11-02 20:39:40 -05:00
Will Dietz
7959f77fad
bup: 0.29.1 -> 0.29.2
...
https://github.com/bup/bup/blob/master/note/0.29.2-from-0.29.1.md
2018-11-02 20:10:03 -05:00
Florian Klink
9e491f732a
gitlab: 11.4.3 -> 11.4.4
...
SSRF in Kubernetes integration
The GitLab Kubernetes integration was vulnerable to a SSRF issue which could allow an attacker to make requests to access any internal URLs. The issue is now mitigated in the latest release and is assigned CVE-2018-18843.
2018-11-03 01:49:49 +01:00
Florian Klink
93f8ff68ea
Merge pull request #49658 from mayflower/gitlab-refactor
...
gitlab: refactor and fix test
2018-11-03 01:49:23 +01:00
Vladyslav Mykhailichenko
d87a2481d2
bat: fix build on darwin
2018-11-03 02:06:08 +02:00
zimbatm
f9bf6cef54
terraform_0_11: 0.11.8 -> 0.11.10
2018-11-03 00:52:24 +01:00
Arian van Putten
13effc913d
terraform-providers: Bump all releases ( #49582 )
...
Does what it says on the tin. Auto-generated.
2018-11-03 00:50:35 +01:00
Matthew Bauer
29b4ac8e41
release-corss.nix: fix ppc-embedded name
...
s/powerpc-embedded/ppc-embedded
2018-11-02 18:42:58 -05:00
Thilo Uttendorfer
a3739a908c
ansible-lint: fix install tests
2018-11-03 00:11:24 +01:00
Thilo Uttendorfer
c0d30e5f03
ansible_2_7: init at 2.7.1
2018-11-03 00:11:24 +01:00
Thilo Uttendorfer
e63509a651
ansible_2_6: 2.6.2 -> 2.6.7
2018-11-03 00:11:24 +01:00
Thilo Uttendorfer
de8a3e3125
ansible_2_5: 2.5.2 -> 2.5.11
2018-11-03 00:11:24 +01:00
Eric Wolf
79dace1b30
haskellPackages.sdl2: test-suite needs x server, so deactivate it
2018-11-03 00:11:11 +01:00
Renaud
4e8bed52ce
Merge pull request #49352 from talyz/master
...
nomachine-client: init at 6.3.6_1
2018-11-03 00:01:10 +01:00
Kevin Quick
411c665f33
yices: 2.6.0 -> 2.6.1
2018-11-02 15:49:09 -07:00
Robert Helgesson
1851203c7b
comfortaa: 2.004 -> 3.001
2018-11-02 23:38:37 +01:00
Robert Helgesson
6b9e570bc2
open-dyslexic: 2014-11-11 -> 2016-06-23
2018-11-02 23:29:29 +01:00
Robert Helgesson
7bade1b0f3
overpass: 3.0.2 -> 3.0.3
2018-11-02 23:23:33 +01:00
Robert Helgesson
2db8372554
pythonPackages.PyICU: 2.0.3 -> 2.2
2018-11-02 23:19:18 +01:00
Robert Helgesson
811509e5a3
abcmidi: 2018.06.23 -> 2018.10.25
2018-11-02 23:19:18 +01:00
Robert Helgesson
a562c5fc75
josm: 14289 -> 14382
2018-11-02 23:19:18 +01:00
Averell Dalton
25e68e3048
r-ps: patchShebangs in ./configure to fix build
2018-11-02 23:02:04 +01:00
Robin Gloster
ec7cb84bf0
gitlab: refactor and fix test
2018-11-02 22:40:21 +01:00
Matthew Bauer
a4234645fe
betaflight: don’t use nano
...
not in newlib
2018-11-02 15:42:33 -05:00
Matthew Bauer
94a2cdebaa
inav: don’t use nano
...
not in newlib
2018-11-02 15:42:32 -05:00
Matthew Bauer
5df22e343d
axoloti: don’t hardode paths
...
Some of these paths are not in gcc-arm-embedded (instead binutils-arm-embedded).
2018-11-02 15:42:32 -05:00
Matthew Bauer
836cbf6a5c
opentx: don’t use nano
...
Vanilla newlib doesn’t install nano.
2018-11-02 15:42:32 -05:00
Matthew Bauer
0b66270ada
avrlibc: set platforms to avr-none
...
It will only build on avr architectures.
2018-11-02 15:42:32 -05:00
Jan Tojnar
3493f44727
Merge pull request #49560 from worldofpeace/eos-third-update
...
update some elementary thirdparty apps
2018-11-02 21:29:57 +01:00
Langston Barrett
45db416201
folly: 2018.08.27.00 -> 2018.10.29.00
...
Folly disabled autotools-based builds in favor of CMake.
2018-11-02 13:12:26 -07:00
worldofpeace
0a2420bccd
nasc: 0.4.7 -> 0.5.0
2018-11-02 16:01:05 -04:00
Peter Simons
82822c66e4
Merge pull request #48697 from ElvishJerricco/jailbreak-cabal-helper
...
haskellPackages.cabal-helper: Jailbreak restrictive bounds.
2018-11-02 20:42:42 +01:00
Peter Simons
fdc19ff311
haskell-polyparse: use latest version for ghc-8.6.1
2018-11-02 20:25:13 +01:00
Peter Simons
bf26876a28
zsh-git-prompt: don't hard-code any particular compiler version
...
Just use whatever is the current default.
2018-11-02 20:16:56 +01:00
Austin Seipp
5ca1b19dab
timescaledb-parallel-copy: init at 2018-05-14
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-02 14:16:09 -05:00
Peter Simons
2f0de54ddb
Drop obsolete GHC versions 7.10.3, 8.0.2, and 8.4.3.
...
We keep the latest minor release of each one of the last 3 major releases,
which currently are GHC versions 8.2.2, 8.4.4, and 8.6.1. We also have
ghc-HEAD, but this doesn't count.
Dropping these compilers implied that we have to drop the corresponding
versions of ghcjs, too. We can also drop a shitload of obsolete compiler
patches that newer versions no longer need.
At some point, we can probably simplify the generic builder, too.
2018-11-02 20:13:55 +01:00
Peter Simons
32dcb6051a
haskell-brick: drop obsolete jailbreak for ghc-8.6.x
2018-11-02 20:00:28 +01:00
Austin Seipp
648f4a2769
nixpkgs: tidy up pgjwt package
...
This makes pgjwt take a dummy 'postgresql' argument, which it does not *need*
in the buildInputs (it is purely a SQL extension with no C code). However, this
argument will be necessary for an upcoming change that will parameterize the
extensions over a particular PostgreSQL version.
It also does some tiny cleanup, setting a null build phase.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-02 13:52:48 -05:00
Austin Seipp
2266f2014b
nixos/postgresql: add myself as maintainer
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-02 13:52:33 -05:00
Jan Tojnar
b603856e44
Merge pull request #49648 from worldofpeace/granite/5.2.0
...
granite: 5.1.0 -> 5.2.0
2018-11-02 19:45:45 +01:00
Peter Simons
f648605b4e
all-cabal-hashes: update to Hackage at 2018-11-02T16:36:33Z
2018-11-02 19:22:17 +01:00
Peter Simons
1bc120fa5f
git-annex: update sha256 hash for new version 7.20181031
2018-11-02 19:22:17 +01:00
Peter Simons
7766df8eba
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1-2-g57c4f0f from Hackage revision
98ec0eee2d
.
2018-11-02 19:22:10 +01:00
Peter Simons
508ce6e208
haskellPackages: default to ghc 8.4.4 as per Stackage LTS 12.16
2018-11-02 19:21:58 +01:00
Will Dietz
c78761b5bd
tor: 0.3.4.8 -> 0.3.4.9
...
https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.3.4.9
Please confirm the sha256 is correct for a verified tarball,
I'm not setup (or know how offhand but docs look promising)
to do this myself.
2018-11-02 13:21:25 -05:00
Peter Simons
c9e1380626
r-nloptr: fix build by adding pkgconfig
2018-11-02 17:50:18 +01:00
Peter Simons
9f9fc7ae15
nlopt: update from 2.4.2 to 2.5.0
2018-11-02 17:50:18 +01:00
Peter Simons
9b63cc6313
r-rlang: patch shebang in configure script to fix the build
2018-11-02 17:50:18 +01:00
Tom McLaughlin
cac5c9401e
R: update CRAN and BIOC package sets
...
Closes https://github.com/NixOS/nixpkgs/pull/49430 .
2018-11-02 17:50:18 +01:00
worldofpeace
8cf1e97fcf
granite: 5.1.0 -> 5.2.0
...
- Correct License to LGPLv3+
2018-11-02 12:44:05 -04:00
Vladimír Čunát
1fe3328593
knot-resolver: 3.0.0 -> 3.1.0
...
https://lists.nic.cz/pipermail/knot-resolver-users/2018/000086.html
2018-11-02 16:46:03 +01:00
talyz
06acfb853f
nomachine-client: init at 6.3.6_1
...
Packages mainly the nxplayer part of the client, since the tray
doesn't work very well without the server / a complete installation.
Use the shipped libs, since nxplayer really doesn't like any others. I
believe they use internally modified versions of many libs.
Audio doesn't work: the libasound.so shipped looks for the alsa config
files in the wrong place, and even if it finds them, it still doesn't
work. Using the one from alsaLib doesn't work either and adds
instability.
2018-11-02 15:56:46 +01:00
Michael Raskin
722476273c
Merge pull request #49547 from fadenb/simgrid_3.21
...
simgrid: 3.20 -> 3.21
2018-11-02 14:22:47 +00:00
Linus Heckemann
e23ebd02ab
Merge pull request #49347 from sjau/easysnap-init
...
easysnap: init at 2018-10-28
2018-11-02 15:01:47 +01:00
Vladimír Čunát
87e4e1ba72
Revert "c-ares: 1.14.0 -> 1.15.0"
...
This reverts commit 5ace270309
.
It's a mass rebuild, moving to staging.
2018-11-02 14:33:55 +01:00
Tristan Helmich (omniIT)
4f8cac02c6
simgrid: 3.20 -> 3.21
2018-11-02 14:23:39 +01:00
Michael Raskin
d03ca0c105
Merge pull request #49641 from aanderse/openscenegraph
...
openscenegraph: 3.6.2 -> 3.6.3
2018-11-02 13:05:36 +00:00
Mario Rodas
91ce8c050f
pyre: 0.0.14 -> 0.0.17
2018-11-02 07:07:52 -05:00
Peter Hoeg
f8a415f793
home-assistant: make broadlink module available
2018-11-02 18:12:19 +08:00
Peter Hoeg
1ccafe56f9
pythonPackages.broadlink: init at 0.9
2018-11-02 18:12:07 +08:00
ikarulus
7bd8805408
kicad 5.0.0 -> 5.0.1 ( #49561 )
2018-11-02 10:32:32 +01:00
Gabriel Ebner
5de50f8fa3
Merge pull request #49250 from royneary/nim-0.19
...
nim: 0.18.0 -> 0.19.0
2018-11-02 10:20:13 +01:00
Daniël de Kok
de6d025592
mupdf: 1.13.0 -> 1.14.0
...
Changelog: https://mupdf.com/release_history.html
2018-11-02 10:20:09 +01:00
Will Dietz
467a822ac7
Merge pull request #49495 from dtzWill/fix/thunderbolt-cleanup
...
thunderbolt: cleanup
2018-11-02 04:04:13 -05:00
Will Dietz
c417342cd2
Merge pull request #48579 from dtzWill/update/z3-4.8.1
...
z3: 4.7.1 -> 4.8.1
2018-11-02 04:02:24 -05:00
Will Dietz
9e23f72ce7
Merge pull request #49548 from dtzWill/update/c-ares-1.15.0
...
c-ares: 1.14.0 -> 1.15.0
2018-11-02 03:56:41 -05:00
Will Dietz
71bde96d2b
Merge pull request #49570 from dtzWill/update/webkitgtk-2.22.3
...
webkitgtk: 2.22.2 -> 2.22.3
2018-11-02 03:53:35 -05:00
Vincent Laporte
6a449c0742
coqPackages.contribs.zfc: enable for Coq 8.8
2018-11-02 08:51:24 +00:00
Michael Raskin
bfd838a695
Merge pull request #49180 from symphorien/issue-49092
...
brlaser: fix install dir
2018-11-02 08:18:47 +00:00
Michael Raskin
e5ca104835
Merge pull request #49562 from zarelit/ntp_upstream_patch
...
ntp: fix ntpd shutdown by using upstream patch
2018-11-02 08:11:24 +00:00
Michael Raskin
d24dee08e8
Merge pull request #49617 from aanderse/openscenegraph_3_4
...
Fix flightgear, simgear & speed_dreams
2018-11-02 08:06:29 +00:00
Peter Romfeld
61aa7e0e29
fastlane: 2.105.2 -> 2.107.0
2018-11-02 15:10:18 +08:00
Mario Rodas
c7c278dc0f
pyre: enable tests
2018-11-01 22:31:11 -05:00
Mario Rodas
f422f8d0ad
pyre: fix darwin build
2018-11-01 22:29:18 -05:00
Will Dietz
6753b2c6c1
Merge pull request #49605 from mroi/swift-4.2.1
...
swift: 4.1.3 -> 4.2.1
2018-11-01 22:28:37 -05:00
Ben Wolsieffer
62429fe41b
raspberrypiWirelessFirmware: 2018-05-30 -> 2018-08-20
2018-11-01 22:59:20 -04:00
volth
c246b5283c
perldevel: 5.29.3 -> 5.29.4 ( #49624 )
2018-11-02 03:10:11 +01:00
Lysergia
1ed146b438
lightdm-mini-greeter: 0.3.2 -> 0.3.3 ( #49619 )
...
New upstream release.
2018-11-02 03:08:19 +01:00
Franz Pletz
5ae33b77a1
Merge pull request #49622 from pbogdan/polybar-cc
...
polybar: nuke reference to stdenv.cc, small clean up
2018-11-02 01:35:39 +00:00
Piotr Bogdan
10e3dde91f
polybar: nuke reference to stdenv.cc, small clean up
2018-11-02 00:54:37 +00:00
Renaud
87f97f068e
Merge pull request #49614 from markuskowa/licenses-26
...
Add licenses
2018-11-02 00:31:33 +01:00
Daniël de Kok
3f0fa6296a
leveldb: 1.18 -> 1.20 ( #49587 )
...
Changelog:
1.20: https://github.com/google/leveldb/releases/tag/v1.20
1.19: https://github.com/google/leveldb/releases/tag/v1.19
2018-11-02 00:13:43 +01:00
Renaud
1a91d50ff2
dropwatch: init at 1.5 ( #49593 )
2018-11-02 00:11:07 +01:00
Christian Rackerseder
678e28dfd5
yarn: 1.10.1 -> 1.12.1 ( #49616 )
2018-11-02 00:52:52 +02:00
Markus Kowalewski
645b5a0e82
mockobjects: add license + description
2018-11-01 23:27:15 +01:00
Markus Kowalewski
5fabd1b3c6
lucene: add license + description
2018-11-01 23:27:15 +01:00
Markus Kowalewski
4598cf4f3f
libmatthew-java: add license
2018-11-01 23:27:15 +01:00
Markus Kowalewski
0d140370cb
jdom: add meta data
2018-11-01 23:27:15 +01:00
Markus Kowalewski
d356808b2f
httpunit: add license + homepage
2018-11-01 23:27:14 +01:00
Markus Kowalewski
fe326f8794
hsqldb: add license
2018-11-01 23:27:14 +01:00
Markus Kowalewski
a923a5aa2d
gwt-widgets: add licenses
2018-11-01 23:27:14 +01:00
Markus Kowalewski
eea1946708
gwt-dnd: add license
2018-11-01 23:27:14 +01:00
Markus Kowalewski
08f4d756af
dbus-java: add license
2018-11-01 23:27:14 +01:00
Markus Kowalewski
b13ab27360
jasper: add license
2018-11-01 23:27:14 +01:00
Markus Kowalewski
6afad9b00e
jama: add license
2018-11-01 23:27:13 +01:00
Markus Kowalewski
ba9d6b673a
incrtcl: add license
2018-11-01 23:27:11 +01:00
Renaud
31e9f37539
vulkan-tools: 1.1.85 -> 1.1.85.0 ( #49615 )
...
sdk-1.1.85 is a branch and not the stable release tag
2018-11-01 23:25:26 +01:00
Aaron Andersen
51b661be2c
speed_dreams: fix compilation issues
2018-11-01 18:18:25 -04:00
Aaron Andersen
bdc293caba
flightgear & simgear: 2017.3.1 -> 2018.2.2
2018-11-01 18:17:34 -04:00
Aaron Andersen
b543748771
flightgear, simgear & speed_dreams: use openscenegraph_3_4 (version 3.4.0) instead of openscenegraph (version 3.6.2)
2018-11-01 18:15:10 -04:00
Aaron Andersen
0cca209943
openscenegraph: revive version 3.4.0
2018-11-01 18:07:12 -04:00
John Ericson
3dfd66fb03
Merge pull request #49565 from obsidiansystems/release-lib-cleanup
...
release-lib: Cache cross nixpkgs evals too, and other fixes
2018-11-01 17:39:52 -04:00
Franz Pletz
9fe0e57d9d
tomcat_connectors: 1.2.41-dev-1613051 -> 1.2.46
...
Fixes CVE-2018-11759, CVE-2018-1323, CVE-2016-6808.
2018-11-01 22:37:14 +01:00
Franz Pletz
68cf3df2a6
Merge pull request #47375 from taku0/remove_oraclejdk_10
...
oraclejdk: remove version 10
2018-11-01 21:36:42 +00:00
xeji
a1d4a77ca7
Merge pull request #49611 from markuskowa/rev-virtualgl
...
virtualgl: revert PR #49185
2018-11-01 22:06:24 +01:00
Franz Pletz
24d6c0dbde
icecast: 2.4.3 -> 2.4.4
...
Fixes CVE-2018-18820.
2018-11-01 21:48:22 +01:00
John Ericson
e3082c313b
Merge remote-tracking branch 'upstream/master' into release-lib-cleanup
2018-11-01 16:47:42 -04:00
Sander van der Burg
5262cf6d0a
kapacitor: 1.4.0 -> 1.5.1
2018-11-01 21:40:50 +01:00
Markus Kowalewski
ddd761abb3
Revert "virtualgl-lib: fix broken startup script ( #49185 )"
...
This reverts commit efd3f8b57f
.
2018-11-01 21:40:38 +01:00
John Ericson
f2ed7c7af9
linux bootstrap tools: Use right system for some raw derivations
...
This allows cross builds to work. Evidentallyy this has been done wrong
since I combined the bootstrap tool creation files in
ab651d2c9b
. Oops!
2018-11-01 16:22:00 -04:00
Renaud
32382d2cc9
Merge pull request #49598 from dtzWill/update/nlohmann_json-3.4.0
...
nlohmann_json: 3.3.0 -> 3.4.0
2018-11-01 21:20:40 +01:00
R. RyanTM
ed0d0eef73
vulkan-tools: 1.1.82.0 -> 1.1.85
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vulkan-tools/versions
2018-11-01 22:19:41 +02:00
John Ericson
ffaffb36d1
linux bootstrap-tools: use stdenv.*Platform
to avoid deprecation warning
2018-11-01 16:18:51 -04:00
John Ericson
984df7ca06
top-level: libcCrossChooser: More or
fallback hack
...
This fixes some eval errors in release-cross.nix
2018-11-01 16:16:58 -04:00
John Ericson
24e2bc18b6
release-lib: Fallback on uncached rather than error for unknown crossSystem
...
The `ensureUnaffected` the tests purposefully use an absurd crossSystem.
Also sheevaplug and pogoplug share the same config.
2018-11-01 16:15:56 -04:00
Markus Kowalewski
cc476f04b8
imlib: add license + description
2018-11-01 20:47:54 +01:00
John Ericson
79c713bc14
release-lib: Cache cross nixpkgs evals too
...
This will help with release-cross.nix eval time. It also allowed me to
share code between the cross and native helpers.
2018-11-01 15:35:08 -04:00
Patrick Hilhorst
c8e2b666a7
atom, atom-beta: 1.32.0 -> 1.32.1, 1.33.0-beta0 -> 1.33.0-beta1 ( #49590 )
2018-11-01 20:09:24 +01:00
Renaud
db72b65338
pmtools: remove and alias ( #49596 )
...
These are the old tools that later became part of ACPICA.
It is obsolete and we already have newer acpica-tools.
Alias to acpica-tools for out of tree backward-compat
2018-11-01 20:07:47 +01:00
Bart Brouns
5a5ef43b40
HybridReverb2: init at 2.1.1 ( #49080 )
2018-11-01 20:00:24 +01:00
Bart Brouns
55905659a9
avldrums-lv2: init at 0.3.0 ( #48896 )
2018-11-01 19:59:34 +01:00
Domen Kožar
89ede978a0
chromium: use jumbo builds to speedup compilation
...
On Hetzner machine with 1 core: 4h40m
On Hetzner machine with 8 cores: 1h20m
2018-11-01 17:51:51 +00:00
Renaud
17ec29230e
Merge pull request #49076 from markuskowa/fet-urh
...
urh: add support for airspy and limesdr
2018-11-01 18:29:06 +01:00
Yurii Izorkin
99b4045826
percona-toolkit: 3.0.11 -> 3.0.12 ( #47963 )
...
* percona-toolkit: 3.0.11 -> 3.0.12
License is GPL2 (or Artistic License) but not LGPL2
https://www.percona.com/doc/percona-toolkit/LATEST/copyright_license_and_warranty.html
2018-11-01 18:22:43 +01:00
Jan Tojnar
96bb8ce13b
Merge pull request #46844 from teto/gImageReader
...
gImageReader: init at 3.2.99 [rdy]
2018-11-01 18:03:04 +01:00
Michael Roitzsch
4e89814fc6
swift: 4.1.3 -> 4.2.1
...
* necessary tweaks and patches to get swift 4.2.1 to build
* disabled more tests because they would require additional patching
* delete empty directories from final build output
* some minor cleanup
2018-11-01 17:53:04 +01:00
Matthieu Coudron
efbf9afb17
gImageReader: init at 3.2.99
...
gImageReader is a GUI for tesseract, an optical character recognition engine.
While the UI supports Qt/Gtk, I have only added the gtk one in the nix derivation.
2018-11-02 01:22:12 +09:00
Will Dietz
81f39ee22f
slack-term: init at 0.4.1
2018-11-01 11:17:05 -05:00
Will Dietz
a06fde5e24
nlohmann_json: 3.3.0 -> 3.4.0
...
https://github.com/nlohmann/json/releases/tag/v3.4.0
2018-11-01 11:07:56 -05:00
Peter Hoeg
7b5a329449
Merge pull request #49460 from peterhoeg/u/pio
...
platformio: 3.5.3 -> 3.6.1
2018-11-01 23:16:44 +08:00
Periklis Tsirakidis
84db315fb3
libid3tag: patch CVE-2017-11550 and CVE-2017-11551
2018-11-01 13:17:01 +01:00
taku0
15692e6f12
oraclejdk: remove version 10
2018-11-01 12:37:21 +01:00
Franz Pletz
38db6fdfb9
Merge pull request #48326 from jerith666/jdk11
...
openjdk: 10.0.2 -> 11.0.1
2018-11-01 11:34:13 +00:00
Franz Pletz
eca0826b01
Merge pull request #49529 from NixOS/package/systemd-v239.20181031
...
systemd: 239 -> 239.20181031
2018-11-01 10:23:29 +00:00
Edmund Wu
b3bff5c249
pythonPackages.trueskill: init at 0.4.5 ( #49342 )
2018-11-01 10:56:56 +01:00
Edmund Wu
0111c7d851
pythonPackages.zstd: init at 1.3.5.1 ( #49339 )
2018-11-01 10:41:28 +01:00
Peter Hoeg
718d3aea7c
platformio: 3.5.3 -> 3.6.1
2018-11-01 17:16:02 +08:00
Sarah Brofeldt
9fce8d5203
Merge pull request #49572 from vaibhavsagar/bump-lightstep-tracer-cpp
...
lightstep-tracer-cpp: 0.36 -> 0.8.1
2018-11-01 10:01:38 +01:00
Sarah Brofeldt
452ad42005
Merge pull request #49543 from fadenb/sc-controller_0.4.5
...
sc-controller: 0.4.4 -> 0.4.5
2018-11-01 09:31:58 +01:00
Daniël de Kok
1836905bf1
cargo-tree: 0.20.0 -> 0.21.0
2018-11-01 08:22:55 +01:00
Michael Raskin
650fd5bd59
Merge pull request #48033 from colemickens/konqueror
...
konqueror: init at 18.08
2018-11-01 05:05:31 +00:00
Vaibhav Sagar
841a0bee5f
lightstep-tracer-cpp: 0.36 -> 0.8.1
2018-10-31 22:19:39 -04:00
Will Dietz
7b66d96910
webkitgtk: 2.22.2 -> 2.22.3
...
https://webkitgtk.org/2018/10/29/webkitgtk2.22.3-released.html
2018-10-31 20:08:48 -05:00
taku0
73344be7bf
thunderbird-bin: 60.2.1 -> 60.3.0
2018-11-01 09:12:12 +09:00
Michael Raskin
4878526889
Merge pull request #49558 from tohl/master
...
sbcl updated, tested on nixos x86_64
2018-10-31 23:09:32 +00:00
worldofpeace
144c7267dd
spice-up: 1.3.2 -> 1.6.0
2018-10-31 19:05:37 -04:00
Will Dietz
8f2a1dc955
regextester: 0.1.7 -> 1.0.1
...
* uses meson now
* crashes on start complaining schema not installed,
so I added a postInstall that compiles the schema?
Fixes the problem but I'm not particularly familiar
with these bits so review appreciated.
2018-10-31 19:05:37 -04:00
David Costa
6759b7900e
ntp: fix ntpd shutdown by using upstream patch
...
After a series of amendments the seccomp.patch made ntpd work properly
but only on 32-bit systems.
This commit replaces that patch with the one submitted upstream by
cleverca22 and that fixes the issue also on 64-bit systems.
Close #38627 , #45885
2018-10-31 23:01:40 +00:00
worldofpeace
c1e3f1c458
aesop: 1.0.5 -> 1.0.7
2018-10-31 18:49:41 -04:00
worldofpeace
8bf705658a
hashit: 0.2.0 -> 1.0.0
2018-10-31 18:49:40 -04:00
worldofpeace
a9288f1d95
notejot: 1.4.5 -> 1.4.7
2018-10-31 18:49:40 -04:00
worldofpeace
398282c196
bookworm: 1.0.0 -> 2018-10-21
2018-10-31 18:49:40 -04:00
worldofpeace
622eb09d31
quilter: 1.6.3 -> 1.6.8
2018-10-31 18:49:39 -04:00
Tomas Hlavaty
dc50b2b558
sbcl: 1.4.12 -> 1.4.13
2018-10-31 23:32:47 +01:00
Andreas Rammhold
c5c2da9d6c
Merge pull request #49524 from dtzWill/update/grv-0.3.0
...
gitAndTools.grv: 0.2.0 -> 0.3.0
2018-10-31 23:21:33 +01:00
Robert Schütz
f6107effa4
Merge pull request #49158 from alyssais/doh-proxy
...
doh-proxy: init at 0.0.8
2018-10-31 23:16:03 +01:00
Michael Raskin
1faa7a41ba
Merge pull request #49555 from tohl/master
...
sbcl added info manual, tested on nixos x86_64
2018-10-31 22:03:59 +00:00
Tomas Hlavaty
8f4c570030
sbcl: include info manual
2018-10-31 22:33:28 +01:00
qolii
a2d39a802d
linux-hardkernel: 4.14.73-149 -> 4.14.78-150 ( #49535 )
2018-10-31 22:05:02 +01:00
royneary
18aa80f352
nrpl: fix compilation with nim 0.19
2018-10-31 22:04:00 +01:00
royneary
bb2bae6986
mosdeph: fix compilation with nim 0.19
2018-10-31 22:03:27 +01:00
Michael Weiss
e075748769
signal-desktop: 1.17.2 -> 1.17.3
2018-10-31 22:02:41 +01:00
Tristan Helmich
40ae90c9e4
dotnetPackages.SharpFont: 3.1.0 -> 4.0.1 ( #49545 )
2018-10-31 21:04:31 +01:00
Michael Weiss
dc00987d95
androidStudioPackages.beta: 3.3.0.13 -> 3.3.0.14
2018-10-31 20:59:49 +01:00
Christian S
e4c64ae930
openh264: 1.7.0 -> 1.8.0 ( #49544 )
...
encoder fixes, clang compilation error for ARM
2018-10-31 20:47:24 +01:00
Will Dietz
5ace270309
c-ares: 1.14.0 -> 1.15.0
...
https://c-ares.haxx.se/changelog.html#1_15_0
2018-10-31 14:33:53 -05:00
R. RyanTM
f475aee598
closurecompiler: 20180805 -> 20180910 ( #48529 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/closure-compiler/versions
2018-10-31 20:30:38 +01:00