Commit graph

40954 commits

Author SHA1 Message Date
Marco Maggesi 42b070527c Update ocamlnet to version 3.7.3
Also remove dependency to lablgkt which is not used and prevent
building on darwin.
2014-03-20 14:54:54 +01:00
Lluís Batlle i Rossell a4c4129477 Adding GNU readline 6.3 apart
I set bashInteractive to use it, as it has many relevant fixes.
2014-03-20 13:00:46 +01:00
Lluís Batlle i Rossell b9163ab332 Revert "Updating GNU readline to 6.3."
This reverts commit dbaa07b8ef.

vcunat reported on IRC that the update breaks python and parted at least.
http://hydra.nixos.org/build/9661091/nixlog/1/tail-reload
2014-03-20 12:53:20 +01:00
Eelco Dolstra d9f9bb1ab2 openssh: Update to 6.6p1
CVE-2014-2532

Note that this CVE only affects people who use AcceptEnv with
wildcards.
2014-03-20 12:39:00 +01:00
Evgeny Egorochkin 06097489a6 youtubeDL: update from 2014.03.12 to 2014.03.18.1 2014-03-20 13:32:29 +02:00
Evgeny Egorochkin 76f7ea6e39 add repositories.git to several packages 2014-03-20 13:32:29 +02:00
Sander van der Burg 31fb83444f python-suds: Add new package 2014-03-20 12:22:38 +01:00
Lluís Batlle i Rossell ae3a1519e4 gdb: adding a patch to handle well the edit cmd + SIGWINCH.
It's reported to upstream since two years ago, through
their patches mailing list.
2014-03-20 11:09:39 +01:00
Lluís Batlle i Rossell d4bf329dde Updating gdb to 7.7. 2014-03-20 10:47:36 +01:00
Lluís Batlle i Rossell dbaa07b8ef Updating GNU readline to 6.3.
I remove all 6.2 patches manually, but I keep the logic to add later patches.
2014-03-20 10:47:36 +01:00
Shea Levy 78e6d0143d Add ngircd module 2014-03-19 22:04:35 -04:00
Shea Levy 608f436da3 Add ngircd IRC server 2014-03-19 21:03:19 -04:00
Shea Levy 789cbfdced Merge branch 'ekho' of git://github.com/iyzsong/nixpkgs
add ekho 5.8.2, a Chinese TTS software
2014-03-19 18:26:18 -04:00
Shea Levy d574c34e0a Merge branch 'master' of git://github.com/madjar/nixpkgs
silver-searcher: avoid -lgcc_s on darwin
2014-03-19 18:18:08 -04:00
Shea Levy 506924c6c2 Merge branch 'kdevelop46' of git://github.com/ambrop72/nixpkgs
kdevelop: Update to 4.6.
2014-03-19 18:11:35 -04:00
Shea Levy a1fff61e4d Merge branch 'u/vimrc' of git://github.com/wizeman/nixpkgs
vimHugeX: also add wrapper for system-wide vimrc
2014-03-19 18:07:04 -04:00
Shea Levy 78029b7b0f Merge branch 'nixos/elasticsearch/elasticsearch_fix' of git://github.com/offlinehacker/nixpkgs
nixos/elasticsearch: Make port an integer, add dataDir option, make pure
2014-03-19 18:02:13 -04:00
Shea Levy ca81e38178 Merge branch 'nixos/statsd/statsd_port_fix' of git://github.com/offlinehacker/nixpkgs
nixos/statsd: change default host and port on graphite host and port
2014-03-19 18:00:49 -04:00
Shea Levy d944c01db6 Merge branch 'pkgs/pythonPackages/fix_graphite2' of git://github.com/offlinehacker/nixpkgs
nixos/graphite: Make pure, fix several bugs, add dataDir option
2014-03-19 17:57:34 -04:00
José Romildo Malaquias 47c7e29ffa make environment.variables.GIO_EXTRA_MODULES a list
Close #1929.
2014-03-19 22:15:44 +01:00
Vladimír Čunát 8a8ae81e40 acpid: update from 2.0.21 to 2.0.22 2014-03-19 21:56:48 +01:00
Vladimír Čunát 5bb0803254 fix evaluation (shotwell license) 2014-03-19 21:10:43 +01:00
Vladimír Čunát 3cf4029981 Merge pull request #1972 from vcunat/p/procps
procps-ng: make it the default procps (name and attr)
2014-03-19 17:54:30 +01:00
Domen Kožar 2a50098657 easy-rsa: don't include directory when wrapping 2014-03-19 12:23:08 +01:00
Shea Levy 4216e42ca8 Merge branch 'openafs' of git://github.com/errge/nixpkgs
Openafs fixes
2014-03-19 05:21:28 -04:00
Shea Levy 77181be713 Set /run/keys ownership based on numerical ids
See comments on 4ab5646417
2014-03-19 05:18:24 -04:00
Shea Levy e0b8a00607 Merge branch 'fix-ocaml-facile' of git://github.com/maggesi/nixpkgs
Fix compilation of ocaml-facile with OCaml 4.xx
2014-03-19 03:56:20 -04:00
Marco Maggesi 94a690a41a Fix compilation of ocaml-facile with OCaml 4.xx 2014-03-19 08:46:17 +01:00
Rickard Nilsson 043bf5a941 mysql service: Shutdown with normal systemd SIGTERM instead of mysqladmin
According to the MySQL manual, this is a perfectly legal way of
shutting down the server. The shutdown logs also looks fine:

systemd[1]: Stopping MySQL Server...
mysqld[5114]: 140319  8:36:12 [Note] /nix/store/sc26mz82k97mbpx3d1abzn3rrbd155ws-mariadb-10.0.8/bin/mysqld: Normal shutdown
mysqld[5114]: 140319  8:36:12 [Note] Event Scheduler: Purging the queue. 0 events
mysqld[5114]: 140319  8:36:12 [Note] InnoDB: FTS optimize thread exiting.
mysqld[5114]: 140319  8:36:12 [Note] InnoDB: Starting shutdown...
mysqld[5114]: 140319  8:36:14 [Note] InnoDB: Shutdown completed; log sequence number 1619078
mysqld[5114]: 140319  8:36:14 [Note] /nix/store/sc26mz82k97mbpx3d1abzn3rrbd155ws-mariadb-10.0.8/bin/mysqld: Shutdown complete
systemd[1]: Stopped MySQL Server.
2014-03-19 08:41:07 +01:00
Eelco Dolstra 7d8fea797a Run hwclock --hctosys to initialize the system time 2014-03-18 23:14:34 +01:00
Eelco Dolstra 08095f97ce Typo 2014-03-18 22:40:39 +01:00
aszlig ab7a8abd58
python-hetzner: Update to new version 0.7.0.
This introduces the following changes:

 - hetznerctl: Fix UnicodeEncodeError in server product name.
 - Support rebooting of vServers.
 - Server now has a new attribute is_vserver.
 - Add a README.md with examples.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-03-18 18:45:22 +01:00
Domen Kožar d4b1250b6c remove prefix for kazam 2014-03-18 18:23:13 +01:00
Domen Kozar 902b059967 Add shotwell 1.15.1 2014-03-18 18:23:13 +01:00
Eelco Dolstra 26a868139e kdf: Disable parallel building
http://hydra.nixos.org/build/9595928
2014-03-18 17:30:57 +01:00
Ricardo M. Correia cc69228119 grsecurity: Update stable and test patches
stable: 3.0-3.2.55-201403142107 -> 3.0-3.2.55-201403172027
test:   3.0-3.13.6-201403142112 -> 3.0-3.13.6-201403172032
2014-03-18 16:51:25 +01:00
Anders Claesson ac3de98f07 Add sloane -- a command line interface to OEIS. 2014-03-18 14:37:56 +00:00
Eelco Dolstra f73ff0529e runInLinuxVM: Set the clock properly 2014-03-18 15:02:09 +01:00
William A. Kennington III b6d3526c53 qemu: Update 1.5.2 -> 1.7.0 2014-03-18 14:24:46 +01:00
Eelco Dolstra de57c0eb66 Shut up Perl warning 2014-03-18 14:10:31 +01:00
Eelco Dolstra 01fc3e5153 Revert "test-driver: Set the date to the current time on boot"
This reverts commit 4e6eae45ee. It
breaks running the test driver interactively (in that it causes all
VMs to be started immediately, which is not always what you wnat).
2014-03-18 14:05:51 +01:00
Peter Simons 5e7608e226 Merge pull request #1932 from wkennington/master.sup
sup: Push sup to the latest git commit
2014-03-18 12:09:20 +01:00
Peter Simons 869fb5298d Merge pull request #1976 from madjar/python
Update to python 3.4.0
2014-03-18 11:52:21 +01:00
Peter Simons a42374ff66 Merge pull request #1979 from larkery/update-isync
Update isync version to 1.1.0 (doesn't need recursive listing patch any ...
2014-03-18 11:47:21 +01:00
Domen Kožar 186e5a0f81 Merge pull request #1978 from larkery/fix-autorandr
Add missing sha256sum to autorandr derivation
2014-03-18 11:19:46 +01:00
Tom Hinton 7b9485145d Add missing sha256sum to autorandr derivation 2014-03-18 10:15:59 +00:00
Tom Hinton cf0f710b13 Update isync version to 1.1.0 (doesn't need recursive listing patch any more) 2014-03-18 10:14:52 +00:00
Vladimír Čunát cca592b455 liferea: minor update 2014-03-18 10:24:00 +01:00
Shea Levy a1a167bc8b nginx module: Enable modularly specifying servers 2014-03-17 23:31:56 -04:00
Shea Levy 4e6eae45ee test-driver: Set the date to the current time on boot
Should allow merging #1816
2014-03-17 22:05:19 -04:00