Commit Graph

142638 Commits

Author SHA1 Message Date
R. RyanTM
d62db346c8 urlwatch: 2.11 -> 2.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/urlwatch/versions.

These checks were done:

- built on NixOS
- /nix/store/yxp495qcrnid39kivd5b748j8frqlkdm-urlwatch-2.13/bin/.urlwatch-wrapped passed the binary check.
- /nix/store/yxp495qcrnid39kivd5b748j8frqlkdm-urlwatch-2.13/bin/urlwatch passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 2.13 with grep in /nix/store/yxp495qcrnid39kivd5b748j8frqlkdm-urlwatch-2.13
- directory tree listing: https://gist.github.com/255d16f15c73bd3e1d6a677d1dd4c3c6
- du listing: https://gist.github.com/a3fa79092d3a5ca8f6929ee7b05f686f
2018-06-07 22:40:06 -07:00
Kyle Lacy
e534844afa libbluray: fix Java build 2018-06-07 22:22:51 -07:00
R. RyanTM
7431365662 wolfssl: 3.13.0 -> 3.15.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/wolfssl/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.15.0 in filename of file in /nix/store/gx03mc7m4r07ybly7san7xk3v17pm264-wolfssl-3.15.0
- directory tree listing: https://gist.github.com/79fbf246bbacf1d8014bee57d274625a
- du listing: https://gist.github.com/1f19919b71d52208a236a55cf066a003
2018-06-07 22:20:21 -07:00
R. RyanTM
d204c4aee8 xonsh: 0.6.4 -> 0.6.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/xonsh/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/xon.sh had a zero exit code or showed the expected version
- /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/.xonsh-wrapped passed the binary check.
- /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/xonsh passed the binary check.
- 2 of 3 passed binary check by having a zero exit code.
- 2 of 3 passed binary check by having the new version present in output.
- found 0.6.6 with grep in /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6
- directory tree listing: https://gist.github.com/dba795a63cf24871f010baf56dba68d0
- du listing: https://gist.github.com/afde349bcf27d995e595d895941de9de
2018-06-07 21:47:14 -07:00
Matthew Justin Bauer
7fc58ea6a7
Merge pull request #41648 from dywedir/flashplayer
flashplayer: fix sha256 hash
2018-06-08 00:01:32 -04:00
Tim Steinbach
8cee6cbe81
linux: 4.9.106 -> 4.9.107 2018-06-07 21:15:37 -04:00
Tim Steinbach
16a575c6bf
linux: 4.4.135 -> 4.4.136 2018-06-07 21:15:22 -04:00
Hamish Mackenzie
0e5c971af8
minio: Output server logs & startup in json format
Currently minio logs with enhanced tty data and journalctl does not include anything useful as a result:

```
Jun 08 11:03:28 alpha minio[17813]: [78B blob data]
Jun 08 11:03:28 alpha minio[17813]: [49B blob data]
Jun 08 11:03:28 alpha minio[17813]: [19B blob data]
Jun 08 11:03:28 alpha minio[17813]: [88B blob data]
Jun 08 11:03:28 alpha minio[17813]: [45B blob data]
Jun 08 11:03:28 alpha minio[17813]: [44B blob data]
Jun 08 11:03:28 alpha minio[17813]: [57B blob data]
```

Indicating that it detected some binary output.  With the `--json` flag it logs:

```
Jun 08 11:14:58 alpha minio[18573]: {"level":"FATAL","time":"2018-06-07T23:14:58.770637778Z","error":{"message":"--address input is invalid: address 127.0.0.1: missing port in address","source":["/build/go/src/github.com/minio/minio/cmd/server-main.go:121:cmd.serverHandleCmdArgs()"]}}
```
2018-06-08 11:22:00 +12:00
aszlig
ff5cecf821
autoPatchelfHook: Patch PIC exes/libs as well
If there is a shared object or executable that's using
position-independent code, the file's mime type is
"application/x-pie-executable", so until this change its dependencies
wouldn't be patched.

This simply adds the mime type to the search loop.

Signed-off-by: aszlig <aszlig@nix.build>
2018-06-08 00:27:31 +02:00
Jason A. Donenfeld
812c52a974 wireguard: 0.0.20180524 -> 0.0.20180531 2018-06-08 00:16:36 +02:00
Vladyslav Mykhailichenko
16ee92eba9 flashplayer: fix sha256 hash 2018-06-08 01:02:51 +03:00
Daniel Sandbecker
876b6406d3
odt2txt: 0.4 -> 0.5
Version 0.4 failed to build for me on MacOS 10.12.6 (16G1314). (Might be related to the removed libiconv-hacks.) Version 0.5 as specified builds cleanly. Not tested on any other platforms though.

Also 0.4 is from 2008 while 0.5 was released in 2014.

The old homepage now redirects to the GitHub repo.
2018-06-07 23:20:09 +02:00
Matthew Justin Bauer
673628e10c
androidndk: remove set -x
This was causing output limit exceeded in Hydra:

https://hydra.nixos.org/build/75406916
2018-06-07 17:04:08 -04:00
Brandon Elam Barker
f098e60ecf nixos/sandbox: improve documentation.
This was put together based on feedback from LnL on IRC.
2018-06-07 21:43:52 +01:00
Bjørn Forsman
0f8594170a lttng-modules: add 'libelf' to fix build against linux 4.14
Fixes this:

$ nix-build -A linuxPackages.lttng-modules
[...]
/nix/store/...-linux-4.14.48-dev/lib/modules/4.14.48/source/Makefile:948: \
  *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfu

(Linux 4.16+ has other issues, so mark as broken.)
2018-06-07 22:29:35 +02:00
Jörg Thalheim
ca6569c96a
Merge pull request #40356 from jD91mZM2/rust
rustc: 1.25.0 -> 1.26.2
2018-06-07 20:47:36 +01:00
Matthew Justin Bauer
8272df7e18
Merge pull request #41645 from dywedir/flashplayer
flashplayer: 29.0.0.171 -> 30.0.0.113
2018-06-07 15:37:18 -04:00
obadz
6081f514b6 opensmtpd: 6.0.2p1 -> 6.0.3p1 2018-06-07 20:29:43 +01:00
Vladyslav Mykhailichenko
95aa3f4cc6 flashplayer: 29.0.0.171 -> 30.0.0.113 2018-06-07 22:16:42 +03:00
John Ericson
23f2dfd9f5
Merge pull request #41641 from obsidiansystems/haskell-infra-latebind
haskell infra: Use `self.ghc` rather than closing over initial value
2018-06-07 14:58:10 -04:00
Will Dietz
d8bf4d3e09
Merge pull request #41638 from dtzWill/fix/libunistring-musl-test
libunistring: re-enable tests w/musl, update seems to have fixed
2018-06-07 13:40:49 -05:00
John Ericson
f379be939c haskell infra: Use self.ghc rather than closing over initial value 2018-06-07 14:27:44 -04:00
Matthew Bauer
c923e938a3 Revert "trash-cli: cleanup"
This reverts commit 3216cf6cdf5a9d0e77af10add1a9cd5c0d6106c2.
2018-06-07 13:17:53 -04:00
Winnie Quinn
cc13564aa8 vscode: 1.23.1 -> 1.24.0 2018-06-07 13:02:05 -04:00
Will Dietz
7edc6f648d libunistring: re-enable tests w/musl, update seems to have fixed 2018-06-07 11:34:46 -05:00
Maciej Kazulak
975874311a odpic: 2.3.2 -> 2.4.0 2018-06-07 18:26:07 +02:00
Frederik Rietdijk
de4cbd0488
Merge pull request #41086 from bcdarwin/pyezminc
python2Packages.pyezminc: init at 1.2
2018-06-07 18:25:52 +02:00
Frederik Rietdijk
c6392ff135
Merge pull request #41562 from jluttine/init-pvlib-0.5.2
pythonPackages.pvlib: init at 0.5.2
2018-06-07 18:22:56 +02:00
Léo Gaspard
8aff02e024
nheko: 0.4.2 -> 0.4.3 2018-06-07 17:34:41 +02:00
Matthew Justin Bauer
3ebcac8d85
darwin.libiconv: use static library
This is necessary to get stuff into the Apple App Store for iOS. Apple does not really like using dynamic libraries in iOS. Also the libcharset thing is apparently a "private" symbol.

See https://github.com/reflex-frp/reflex-platform/pull/307 for more details.

See 3dee596ed1 (diff-261d74054a31954b7c6175e2e7e28356) for discussion
2018-06-07 10:53:02 -04:00
Matthew Justin Bauer
eceff79fb6
Merge pull request #41611 from ookhoi/intltool-debian-patch
intltool-debian-patch - fix "error: cannot download perl-5.22.patch f…
2018-06-07 10:01:05 -04:00
Michael Alan Dorman
ba17cbfd1f taffybar: turn on strictDeps 2018-06-07 15:22:16 +02:00
Michael Alan Dorman
b7a0c60e8b dbus-hslogger, status-notifier-item: specify dbus version 2018-06-07 15:22:16 +02:00
Michael Alan Dorman
2558c41192 gi-dbusmenugtk3: add dependency on gtk3 2018-06-07 15:22:16 +02:00
Michael Alan Dorman
0287773a0a haskell-gi: remove patch already present in new version 2018-06-07 15:22:16 +02:00
Peter Simons
c08d5ab247 emacsPackages.haskellMode: mark 'broken'
This package is obsolete anyway. Use "emacsMelpa.haskell-mode" instead.
2018-06-07 15:22:16 +02:00
Peter Simons
89a8e0bfad hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-21-g9312993 from Hackage revision
338f06c74f.
2018-06-07 15:22:16 +02:00
Peter Simons
a89d900566 hackage2nix: update list of broken packages 2018-06-07 15:21:57 +02:00
Peter Simons
7aa6d2c808 LTS Haskell 11.12 2018-06-07 15:21:57 +02:00
lewo
1c185de204
Merge pull request #41542 from r-ryantm/auto-update/logcheck
logcheck: 1.3.18 -> 1.3.19
2018-06-07 15:15:20 +02:00
Jaakko Luttinen
0b41fa32d1 pythonPackages.h5py: 2.7.1 -> 2.8.0 (#41581) 2018-06-07 14:57:06 +02:00
Joachim Fasting
2be28b1df5
Revert "Merge pull request #38263 from lopsided98/grub-initrd-secrets"
This reverts commit c06d7950f1b97abf510bc70bd2a2b0445e8d36f2, reversing
changes made to 4c25fbe338212f498a34d2a9b4c2072ac96c0e31.

See https://github.com/NixOS/nixpkgs/issues/41608
2018-06-07 14:24:59 +02:00
Will Dietz
b955c93cbe aws-sdk-cpp: 1.4.50 -> 1.4.60 2018-06-07 07:16:58 -05:00
Brandon Elam Barker
52f81b6b58 ats2: 0.3.9 -> 0.3.11 2018-06-07 11:44:06 +00:00
Karol Chmist
961f1fc7fc dotty: 0.6.0-RC1 -> 0.8.0-RC1 2018-06-07 13:15:47 +02:00
Michael Weiss
01040d9c27 tdesktopPackages.preview: 1.3.1 -> 1.3.3 2018-06-07 13:08:36 +02:00
Elis Hirwing
ce40a23ac9
phpPackages.phpcbf: 3.2.3 -> 3.3.0
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.0
2018-06-07 12:48:38 +02:00
Elis Hirwing
feb8015056
phpPackages.phpcs: 3.2.3 -> 3.3.0
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.0
2018-06-07 12:47:29 +02:00
Sondre Nilsen
5d9a182f8a
Jetbrains CLion: 2018.1.2 -> 2018.1.3 2018-06-07 12:09:14 +02:00
Sarah Brofeldt
41cdec2e51
Merge pull request #41621 from orivej/dwarf-therapist
dwarf-therapist: fix build
2018-06-07 11:42:33 +02:00