Commit graph

34766 commits

Author SHA1 Message Date
Peter Simons fad405e3e4 haskell-doctest: update to version 0.9.9 2013-10-02 22:33:42 +02:00
Peter Simons ffd9bbf29a haskell-data-pprint: update to version 0.2.2 2013-10-02 22:33:42 +02:00
Peter Simons 51aa0c05d8 haskell-crypto-conduit: re-generate expression with cabal2nix 2013-10-02 22:33:41 +02:00
Peter Simons eaa38dd941 haskell-git-annex: update to version 4.20130927 2013-10-02 22:33:41 +02:00
aszlig d02be2520f
chromium: Remove conditionals for version 29.
This removes the conditionals and obsolete cruft for version 29,
especially the old user namespaces sandbox patch.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 20:18:12 +02:00
aszlig 9dcbaf9f6f
chromium: Update all channels to latest versions.
This makes version 30 the new stable version which is now in par with
the beta channel. Overview:

stable: 29.0.1547.76 -> 30.0.1599.66
beta:   30.0.1599.59 -> 30.0.1599.66
dev:    31.0.1650.0  -> 31.0.1650.4

Here you can find the release notes for the new stable version:

http://googlechromereleases.blogspot.de/2013/10/stable-channel-update.html

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 20:12:34 +02:00
Rickard Nilsson 4674d745e0 dovecot-pigeonhole: Update to 0.4.2 2013-10-02 18:51:31 +02:00
Rickard Nilsson 8c01614588 dovecot 2.2.x: Update to 2.2.6 2013-10-02 18:51:31 +02:00
Rickard Nilsson 28c3401684 acid-state: Update to 0.12.1 2013-10-02 18:51:31 +02:00
Pascal Wittmann fabc7438f1 Added udisks-glue, a tool to associate udisks-events to actions 2013-10-02 15:40:57 +00:00
Eelco Dolstra d774f84153 nvidia-x11: Update to 319.60 2013-10-02 16:15:14 +02:00
Pascal Wittmann 46fd82a793 Added dwb, a lightweight webbrowser written in C based on webkit and gtk. 2013-10-02 15:45:39 +02:00
Rok Garbas 81d28e744c zope2 service (plone) 2013-10-02 15:15:40 +02:00
aszlig 39707b3224
python-hetzner: Update to new version 0.6.0.
This introduces the following changes:

 - Remove scraping of the Robot web interface for getting the server ID.
 - Display server number whenever appropriate.
 - Remove duplicate definition of exceptions.
 - Gracefully return if there are no subnets available.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 15:06:43 +02:00
Pascal Wittmann 51c48e2320 Add bgs, a simple background setter for X 2013-10-02 14:28:45 +02:00
Eelco Dolstra 17f519e590 Use "cp" instead of "rsync" for VirtualBox image generation
Rsync appears to use a lot of memory.  Fixes #266.
2013-10-02 14:19:26 +02:00
aszlig 7cac5a29e0
Revert "python-paramiko: Add patch for ECDSA ..."
This reverts commit 58fdf34296, because it
wasn't actually very fitting for nixpkgs in general, so let's wait for
the upcoming upstream release to address this.

Details can be found at:

https://github.com/NixOS/nixpkgs/commit/58fdf34#commitcomment-4231461

Thanks to @iElectric for the notice.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 14:01:01 +02:00
Moritz Ulrich dc7ed72066 mu: Install msg2pdf (render html mail to pdf) and mug (gtk gui)
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-02 13:55:17 +02:00
Sander van der Burg 472aff23b7 Move run-in-machine test to a different place, because it does not conform to the other testcases' interface 2013-10-02 13:25:51 +02:00
Eelco Dolstra c13041c65c Unify the two Memtest modules
This means we now have Memtest86+ on the installation CD.
2013-10-02 12:33:06 +02:00
Eelco Dolstra e26b828f4a memtest86+: Remove bogus executable bit 2013-10-02 12:32:12 +02:00
Eelco Dolstra b8cf0a32fd memtest86+: Update to 5.01 2013-10-02 12:32:12 +02:00
Eelco Dolstra feeac34635 Move memtest86+ to its own directory 2013-10-02 12:32:11 +02:00
aszlig efbf029c8b
python-paramiko: Add myself to maintainers.
And as promised, I'm going to keep an eye (or even two) on this :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:19 +02:00
aszlig 4e38df5c3c
python-paramiko: Update and clean up meta.
The upstream package has a new maintainer (Jeff Forcier) and thus the
main homepage for the project is the GitHub page.

Also the long description contains quite a lot of unrelevant
information, so I've used the one from PyPI, which is a lot smaller and
just contains what the library supports and does.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:19 +02:00
aszlig 58fdf34296
python-paramiko: Add patch for ECDSA private keys.
This patch should be backwards-incompatible and is also submitted
upstream as paramiko/paramiko#218.

The main reason for this patch is that we need it for NixOS/nixops#124
in order to cope with NixOS/nixops@a2718b6, which makes ECDSA private
key the default for new deployments.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:19 +02:00
aszlig a5f8f6ace7
python-paramiko: Update to new version 1.12.0.
A small summary of the changes:

 - Add tentative support for ECDSA keys.
 - Add server-side support for the SSH protocol's 'env' command.

The full change log can be found at:

https://github.com/aszlig/paramiko/blob/master/NEWS

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:18 +02:00
aszlig 9ab2515314
python-packages: Add package for ecdsa library.
This is needed for the latest Paramiko release, which includes support
for ECDSA keys using this library.

I'm using ECDSA in the description itself, because the name also
reflects the functionality and "cryptographic signature library" would
sound odd in this case.

Also, I'm adding myself to maintainers, because I'm going to take over
maintenance for Paramiko as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:18 +02:00
Sander van der Burg 1c58fbe4a9 Fix run-in-machine testcase + add it to the tests 2013-10-02 12:06:02 +02:00
Sander van der Burg afdae66335 The testing interface does not take nixpkgs as a parameter anymore => fix this 2013-10-02 11:47:28 +02:00
Mathijs Kwik cbcba0a2f8 Merge pull request #1033 from lovek323/phantomjs
phantomjs: add openssl to rpath
2013-10-01 23:43:18 -07:00
Jason "Don" O'Conal d4ba98abc9 phantomjs: add openssl to rpath 2013-10-02 05:17:32 +00:00
Moritz Ulrich 62ea4e1d38 mu: update to 0.9.9.5
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-01 23:47:57 +02:00
Mathijs Kwik f145cc2784 Merge pull request #1031 from pSub/org-mode-update
Updating org-mode to 8.2.1
2013-10-01 07:26:53 -07:00
Pascal Wittmann 296da4bfae Updating org-mode to 8.2.1 2013-10-01 15:52:31 +02:00
Eelco Dolstra c9b4e6fda2 Don't disable D-Bus if environment.noXlibs is set
D-Bus cannot be disabled since systemd/logind depend on it.
2013-10-01 14:45:20 +02:00
Eelco Dolstra ed5fbf0082 Don't spam the user 2013-10-01 13:53:56 +02:00
Eelco Dolstra fca11ef500 Fix evaluation errors 2013-10-01 13:12:45 +02:00
Eelco Dolstra b0c1424788 tarball: Evaluate Nixpkgs on all supported platforms
So drop powerpc-linux and add x86_64-darwin and x86_64-freebsd.
2013-10-01 13:12:45 +02:00
Eelco Dolstra a40f68ddfb Remove unused file 2013-10-01 13:12:45 +02:00
Moritz Ulrich 7e816e9058 Openscad: Update to 2013.06 (& some coding style fixes)
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-01 12:37:13 +02:00
Eelco Dolstra 1ca98d7c09 Move some old docs 2013-10-01 10:53:21 +02:00
Eelco Dolstra 34ea77c220 Remove obsolete doc file 2013-10-01 10:53:21 +02:00
Lluís Batlle i Rossell d19d528f97 Fixing filegie url 2013-10-01 09:19:46 +02:00
Lluís Batlle i Rossell d71b3724de Updating filegive to 0.7 2013-09-30 22:33:06 +02:00
Moritz Ulrich f09dca7d60
Leiningen: Update to 2.3.2 (& add GnuPG to closure) 2013-09-30 19:11:19 +00:00
Eelco Dolstra 51c1d2d597 git: Update to 1.8.4 2013-09-30 17:19:06 +02:00
Domen Kožar fc15a0da64 Merge pull request #991 from fignuts/master
Bump networkmanagement version to 0.9.0.9
2013-09-30 05:09:08 -07:00
Eelco Dolstra a7b9030c84 Revert "dblatex: add missing dependencies"
This reverts commit 0350bd3b48.  It
causes a huge increase in the closure size of dblatex, since it now
depends on GUI packages like Inkscape.  Also, statically depending on
teTeX might be annoying for people who use TeXlive.
2013-09-30 13:30:15 +02:00
Eelco Dolstra 61c63e8558 Revert "asciidoc: add missing dependencies"
This reverts commit aef81d6eb6.

It's really not good to have every little package that depends on
asciidoc to pull in 1.5 GiB in dependencies (such as Lilypond).
2013-09-30 13:30:15 +02:00