1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

91535 commits

Author SHA1 Message Date
Guillaume Maudoux f0e519d26a linux_mptcp: fix config options broken by b4a4a63cc4 2016-09-16 13:15:50 +02:00
Joachim F 0ffdb89d95 Merge pull request #18628 from joachifm/squashfs-lz4
squashfsTools: optional lz4 support
2016-09-16 11:22:09 +02:00
Joachim F 321843426d Merge pull request #18631 from joachifm/hidepid-external-doc
hidepid module: detailed description to external doc
2016-09-16 11:20:14 +02:00
Joachim Fasting d082a7c0fd
grsecurity: 4.7.3-201609072139 -> 4.7.4-201609152234 2016-09-16 11:18:42 +02:00
Joachim Fasting 2050f12f4e
linux_4_7: 4.7.3 -> 4.7.4 2016-09-16 11:18:42 +02:00
Domen Kožar a6581d825d Merge pull request #18654 from l2dy/patch-1
hping: broken on darwin
2016-09-16 11:18:01 +02:00
Domen Kožar 77a67189ef lttng-modules: broken on chromiumos
(cherry picked from commit 3f4d94a4c2)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-16 11:12:29 +02:00
Zero King c7e8ca2ce5 hping: broken on darwin 2016-09-16 09:11:22 +00:00
Domen Kožar ee1b4598aa Merge pull request #18653 from lsix/fix_pythonpackages_mathics
pythonPackages.mathics: Fix install
2016-09-16 11:04:47 +02:00
Moritz Ulrich ccd7d204e1 x42-plugins: Fix unpacking and formatting
For some reason, adding `xz` to `buildInputs` caused `unpackPhase` to
fail.
2016-09-16 10:56:37 +02:00
Lancelot SIX 9d83af68d8
pythonPackages.mathics: Fix install
This fixes the broken test nixos/tests/mathics.nix
2016-09-16 10:39:31 +02:00
Joachim Fasting 22d6c97855
unbound service: extend isLocalAddress to handle ipv6 2016-09-16 09:47:36 +02:00
Domen Kožar 00b7c5c5c2 Merge pull request #18624 from ericsagnes/fix/cadvisor
Cadvisor: update and fix test
2016-09-16 09:10:08 +02:00
Alexey Shmalko 917bb9720b Merge pull request #18554 from Mic92/cheat
cheat: init at 2.1.26
2016-09-16 09:01:44 +03:00
zimbatm dd7e73f586 telegraf: convert deps from json to nix
Fixed for 914e0e594c
2016-09-16 00:25:24 +01:00
Kamil Chmielewski 914e0e594c buildGoPackage: deps.json -> deps.nix in NIXON
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541

* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
zimbatm 7a6b860e1c Merge pull request #18437 from Mic92/telegraf
Telegraf
2016-09-15 23:21:08 +01:00
Thomas Tuegel daa0687de8 Merge pull request #18307 from acowley/emacs24Macport
emacs24Macport: fix SDK version issue
2016-09-15 14:22:25 -05:00
Robin Gloster 55b8430f6f
Merge branch 'prometheus-node-exporter' of https://github.com/teh/nixpkgs into prometheus-nixos-exporter 2016-09-15 20:59:17 +02:00
Robin Gloster e43a15720d
prometheus module: add nodeExporter submodule 2016-09-15 20:31:03 +02:00
Profpatsch 51314631d6 searx: 0.9.0 -> 0.10.0 (#18608)
With a patch to loosen up searx pip dependency requirements.
Also includes a minor version bump of pysocks.
2016-09-15 17:48:51 +02:00
Mike Cooper c2a7410583 firefox-bin: add curl dependency for crash reporter (#18596) 2016-09-15 17:39:08 +02:00
Joachim F 2db487e6bf opensmtpd: 5.9.2p1 -> 6.0.0p1 (#18629)
Also change to https src.url.

Changelog at https://www.opensmtpd.org/announces/release-6.0.0.txt

In particular, note that
- logging format has been reworked so scripts that consume opensmtpd
  logs may need updating
- dhparams option has been removed
2016-09-15 16:19:51 +01:00
José Romildo Malaquias ffbdc07a0d llvm and clang: define llvm_39 and clang_39 in all-packages.nix (#18599) 2016-09-15 15:54:59 +02:00
Joachim Fasting bf538515b7
nixos/ids: remove static unbound uid 2016-09-15 15:37:20 +02:00
Joachim Fasting 5dc60051fa
unbound service: some pre-chroot isolation
While entering the chroot should provide the same amount of isolation,
the preStart script will run with full root privileges and so would
benefit from some isolation as well (in particular due to
unbound-anchor, which can perform network I/O).
2016-09-15 15:37:20 +02:00
Joachim Fasting 39f5182a30
unbound service: use auto-generated uid
1. The preStart script ensures consistent ownership, even if the unbound
   user's uid has changed
2. The unbound daemon does not generate data that needs to be private to
   it, so it would not matter that a different service would end up
   owning its data (as long as unbound remains enabled, it should reclaim
   ownership soon enough anyway).

Thus, there's no clear benefit to allocate a dedicated uid for the
unbound service.  This releases uid/gid 48.

Also, because the preStart script creates the data directory, there's no
need to specify a homedir or ask for its creation.
2016-09-15 15:37:19 +02:00
Joachim Fasting 0759e77dfd
unbound service: add reference to man:unbound.conf(8) 2016-09-15 15:37:19 +02:00
Joachim Fasting 52432ee63d
unbound service: non-blocking random in chroot
/dev/random is an exhaustible resource. Presumably, unbound will not be
used to generate long-term encryption keys and so allowing it to use
/dev/random only increases the risk of entropy exhaustion for no
benefit.
2016-09-15 15:37:19 +02:00
Joachim Fasting 7980523e00
unbound service: convenient handling of local forward addresses
do-not-query-localhost defaults to yes; with this patch, unbound is
configured to query localhost if any of the forward addresses are local.
2016-09-15 15:37:19 +02:00
Joachim Fasting 4653160057
squashfsTools: optional lz4 support 2016-09-15 15:37:03 +02:00
Joachim Fasting a9fa582c5b
squashfsTools: use fetchFromGitHub 2016-09-15 15:37:03 +02:00
Joachim Fasting 527b3dc1df
hidepid module: detailed description to external doc 2016-09-15 15:36:03 +02:00
Evgeny Egorochkin 9dd366c385 add Azure bootstrap blob list 2016-09-15 16:27:47 +03:00
Joachim F fa787da36f Merge pull request #18606 from romildo/upd.greybird
Greybird: 2016-08-16 -> 2016-09-13
2016-09-15 14:53:12 +02:00
Eric Sagnes db387a6f0d cadvisor: fix test 2016-09-15 21:28:41 +09:00
Eric Sagnes fe54db9027 cadvisor: 0.10.1 -> 0.23.8 2016-09-15 21:28:12 +09:00
Shea Levy bca7b782ae Merge branch 'bower2nix-3.1.1' of git://github.com/rvl/nixpkgs 2016-09-15 08:16:07 -04:00
Franz Pletz a32281639e
php70: 7.0.10 -> 7.0.11 (security)
See https://secure.php.net/ChangeLog-7.php#7.0.11.
2016-09-15 13:57:32 +02:00
Joachim F fbcb93852c Merge pull request #18047 from Nadrieril/ttrss
tt-rss service: Use nginx virtualhosts; improve config options
2016-09-15 13:37:20 +02:00
Joachim F c571a7f221 Merge pull request #18500 from tvon/fix/gocd-server-options
gocd-server: add startupOptions, empty extraOptions
2016-09-15 13:24:48 +02:00
Joachim F 09646cc8a5 Merge pull request #18501 from tvon/update/gocd-server-16.9.0-4001
gocd-server: 16.7.0-3819 -> 16.9.0-4001
2016-09-15 13:17:17 +02:00
Joachim F cbdad9b5e9 Merge pull request #18502 from tvon/update/gocd-agent-16.9.0-4001
gocd-agent: 16.7.0-3819 -> 16.9.0-4001
2016-09-15 13:17:06 +02:00
Sander van der Burg 4cbf2b88c2 Merge pull request #18591 from bendlas/update-androidenv
androidenv: update packages
2016-09-15 11:01:37 +02:00
Daiderd Jordan fa507771ac Merge pull request #18577 from matthewbauer/mplayer-darwin
mplayer: fix on darwin
2016-09-15 09:32:03 +02:00
Sander van der Burg 36aad71e3c Merge pull request #18610 from siddharthist/emoj/init
emoj: init at 0.3.0
2016-09-15 09:26:21 +02:00
Peter Simons fabd60a397 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v2.0.1-10-gca03454 using the following inputs:

  - Hackage: 0aa5f8d505
  - LTS Haskell: b5ee848475
2016-09-15 09:12:08 +02:00
Peter Simons 9123a0452d haskell: drop obsolete LTS package set
The default 'haskellPackages' set now corresponds to the latest
available version of LTS 7.x.
2016-09-15 09:12:04 +02:00
Peter Simons 055a3e52c5 Switch the 'haskellPackages' attribute set to the latest version of LTS-7.x. 2016-09-15 09:12:04 +02:00
Peter Simons f7133e4de6 haskell: define top-level attributes for LTS 6.x and 7.x
These attributes exist only for backwards compatibility with old
versions of Stack and will be removed altogether soon.
2016-09-15 09:12:04 +02:00