Commit graph

53801 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
1b6fcfa24e clipgrab 3.4.9 -> 3.4.11 2015-05-12 07:52:59 +02:00
Tobias Geerinckx-Rice
75ecd2e415 ccache 3.2.1 -> 3.2.2
New features and improvements:
- Added support for "CCACHE_COMPILERCHECK=string:<value>". This is a faster
  alternative to "CCACHE_COMPILERCHECK=<command>" if the command's output
  can be precalculated by the build system.
- Add support for caching code coverage results (compiling for gcov).

Bug fixes:
- Fixed bug which could result in false cache hits when source code contains
  '"' followed by " /*" or " //" (with variations).
- Made hash of cached result created with and without "CCACHE_CPP2"
  different.  This makes it possible to rebuild with "CCACHE_CPP2" set
  without having to clear the cache to get new results.
- Don't try to reset a non-existing stats file. This avoids "No such file or
  directory" messages in the ccache log when the cache directory doesn't
  exist.
- Fixed a bug where ccache deleted clang diagnostics after compiler
  failures.
- Avoid performing an unnecessary copy of the object file on a cache miss.
- Bail out on too hard compiler option "-fmodules".
- Bail out on too hard compiler option "-fplugin=libcc1plugin" (interaction
  with GDB).
- Fixed build error when compiling ccache with recent clang versions.
- Removed signal-unsafe code from signal handler.
- Corrected logic for when to output cached stderr.
- Wipe the whole cached result on failure retrieving a cached file.
- Fixed build error when compiling ccache with recent clang versions.
2015-05-12 07:52:59 +02:00
William A. Kennington III
bd69c51ddf trousers: Fix darwin build 2015-05-11 15:58:17 -07:00
Peter Simons
430c3e08b4 python-SQLAlchemy: the buildInput attributes in the derived expressions are unnecessary 2015-05-12 00:35:13 +02:00
William A. Kennington III
2c9481e0fd libssh2: Fix for darwin 2015-05-11 15:18:08 -07:00
William A. Kennington III
5eda8246a4 gss: Fix on darwin 2015-05-11 15:15:04 -07:00
William A. Kennington III
0b3af3074e libgcrypt: Fix darwin build 2015-05-11 15:14:22 -07:00
William A. Kennington III
26c37ded73 curl: Improve .pc and .la patching 2015-05-11 15:12:38 -07:00
William A. Kennington III
3e5a0c0034 pulseaudio: Fix logic 2015-05-11 14:59:05 -07:00
Peter Simons
ea0c877858 python-SQLAlchemy: test suite dependencies don't need to propagate 2015-05-11 23:36:13 +02:00
Peter Simons
0c32585e67 anki: polish meta section 2015-05-11 23:30:50 +02:00
Peter Simons
f5d8fb8409 anki: fix Emacs syntax highlighting 2015-05-11 23:30:15 +02:00
Peter Simons
c6ca7a0be1 anki: update to SQLAlchemy 9 2015-05-11 23:29:19 +02:00
Peter Simons
b37e68b09f python-packages.nix: fix Emacs syntax highlighting 2015-05-11 23:26:32 +02:00
Peter Simons
d9e83b77a6 python-packages.nix: drop trailing whitespace 2015-05-11 23:26:32 +02:00
Peter Simons
1eec4a4a10 python-SQLAlchemy: add pysqlite module to fix the test suite
http://hydra.cryp.to/build/817910/nixlog/1/raw
2015-05-11 23:26:31 +02:00
Eric Seidel
84e1c276e6 Merge pull request #7756 from ericbmerritt/fix-osx-crypto++
This resolves crypto++ build problems on OSX
2015-05-11 14:19:15 -07:00
Tobias Geerinckx-Rice
6e8d1f84f2 python-packages: SQLAlchemy: build
Fix test failure by adding pysqlite dependency (buildInputs only).
2015-05-11 23:12:09 +02:00
Tobias Geerinckx-Rice
c7c10f28ad netsniff-ng -> 0.5.9 2015-05-11 23:12:09 +02:00
Peter Simons
087892c42d haskell-aeson test suite is broken.
haskell-email-validate test suite has been fixed.
2015-05-11 22:27:51 +02:00
Pascal Wittmann
a16cd707bd Merge pull request #7804 from codyopel/global
global: refactor
2015-05-11 21:15:38 +02:00
Peter Simons
6a95cd085f Merge pull request #7805 from codyopel/ctags
ctags: 804 -> 816
2015-05-11 19:18:56 +02:00
Eelco Dolstra
5cbf69564b pulseaudio: Combat dependency bloat
In particular, don't depend on GTK+ 3.
2015-05-11 18:17:59 +02:00
Pascal Wittmann
d9383746e6 bgs: update from 0.6 to 0.7 2015-05-11 18:16:12 +02:00
Peter Simons
4ead7bc0b7 hackage-packages.nix: update to 65d3f6a305 with hackage2nix revision 4c63d4ad559c7c9569df1ea07557f92a1cfb5a3e 2015-05-11 17:01:56 +02:00
Wout Mertens
c7893e960d efibootmgr/var: upgrade 2015-05-11 14:25:17 +00:00
Eelco Dolstra
c206c9cd95 libmicrohttpd: Don't enable some expensive features by default
Commit c5d13d4fe9 caused libmicrohttpd
to be not so micro anymore, increasing its closure size from 40 MiB to
283 MiB, which is annoying for packages like systemd that use it. So
don't enable httpd/spdy support by default.
2015-05-11 14:46:27 +02:00
Shea Levy
c13f189b19 ats-extsolve: bump 2015-05-11 06:41:53 -04:00
Arseniy Seroka
c0727fb751 Merge pull request #7788 from Lassulus/charybdis
add charybdis nixos module
2015-05-11 12:57:58 +03:00
Eelco Dolstra
748be0b5d0 thunderbird: Update to 31.6.0
Fixes various critical vulnerabilities.
2015-05-11 11:46:57 +02:00
lassulus
caf62e8bfb add charybdis to nixpkgs 2015-05-11 11:38:43 +02:00
codyopel
4cba460737 ctags: 804 -> 816 2015-05-11 05:27:53 -04:00
Eelco Dolstra
2e953d1bdc Merge pull request #7796 from puffnfresh/package/eventstore
Fix Hydra build of EventStore
2015-05-11 11:15:17 +02:00
William A. Kennington III
1199d23a39 ceph: 0.94.1 -> 0.94.1.1 2015-05-11 01:29:17 -07:00
codyopel
b8f1d6c9db global: refactor 2015-05-11 04:22:26 -04:00
Domen Kožar
bb4d658f64 Merge branch 'master' into staging
Conflicts:
	nixos/doc/manual/release-notes/rl-unstable.xml
	nixos/modules/services/printing/cupsd.nix
	pkgs/applications/misc/calibre/default.nix
	pkgs/development/haskell-modules/hackage-packages.nix
	pkgs/development/libraries/libsodium/default.nix
	pkgs/misc/emulators/wine/unstable.nix
	pkgs/top-level/all-packages.nix
2015-05-11 10:05:23 +02:00
William A. Kennington III
c3bdabca73 Merge pull request #7803 from codyopel/intltool
intltool: refactor
2015-05-11 00:35:06 -07:00
codyopel
4b07d16827 intltool: refactor 2015-05-11 03:11:30 -04:00
Pascal Wittmann
cf87977268 Merge pull request #7802 from codyopel/smtube
smtube: 15.1.0 -> 15.5.10
2015-05-11 08:58:28 +02:00
William A. Kennington III
5a117814b8 pam: 1.1.8 -> 1.2.0 2015-05-10 22:39:31 -07:00
William A. Kennington III
df3d2010ae libinput: 0.14.1 -> 0.15.0 2015-05-10 22:35:05 -07:00
William A. Kennington III
f8caa8f940 vlc: 2.2.0 -> 2.2.1 2015-05-10 22:34:53 -07:00
codyopel
54de18c4aa smtube: 15.1.0 -> 15.5.10 2015-05-11 01:19:24 -04:00
Charles Strahan
e3696ed37f ghcjs: bump ghcjs-prim
closes #7768
2015-05-11 00:52:52 -04:00
William A. Kennington III
142b48688c edac-utils: Add derivation 2015-05-10 18:18:31 -07:00
Shea Levy
d983875362 gcc-5: Fix build on darwin 2015-05-10 18:06:29 -07:00
Ricardo M. Correia
aa75bb25d8 grsecurity: Update stable and test patches
stable: 3.1-3.14.41-201505072056 -> 3.1-3.14.41-201505101121
test:   3.1-4.0.2-201505072057   -> 3.1-4.0.2-201505101122
2015-05-11 02:45:38 +02:00
Charles Strahan
7493d6f1f6 marathon: 0.8.0 -> 0.8.1 2015-05-10 19:56:46 -04:00
Charles Strahan
9d9e21c7fd mesos: 0.21.0 -> 0.22.0
This also enables the network isolation feature that was introduced in
Mesos 0.20.0.
2015-05-10 17:23:20 -04:00
Tobias Geerinckx-Rice
029db1fdf4 Merge pull request #7401 from bendlas/geoip-database
geoip: Install geolite database by default
2015-05-10 22:20:44 +02:00