3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

29150 commits

Author SHA1 Message Date
Peter Simons 3a8c00c00d haskell-HaRe: update to version 0.7.0.6 2013-10-02 22:33:42 +02:00
Peter Simons b9957fed8e haskell-snap: update to version 0.13.0.3 2013-10-02 22:33:42 +02:00
Peter Simons 00718b5dd3 haskell-skein: update to version 1.0.8 2013-10-02 22:33:42 +02:00
Peter Simons eeeecbefa8 haskell-hS3: update to version 0.5.8 2013-10-02 22:33:42 +02:00
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
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
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
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
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
Pascal Wittmann 296da4bfae Updating org-mode to 8.2.1 2013-10-01 15:52:31 +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
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
Eelco Dolstra e65ff3b72a systemd: Prevent privilege escalation via polkit
Cherry-picked from upstream.  Also applied a fix for the CPUShares
configuration option while I'm at it.

CVE-2013-4327
2013-09-30 13:30:15 +02:00
Domen Kožar 920b0d910c Merge pull request #1026 from coroa/fbreader
Add Fbreader, an e-book reader for Linux
2013-09-30 04:01:58 -07:00
Eelco Dolstra 02c11554d7 linux: Update to 3.4.63 2013-09-30 11:29:27 +02:00
Peter Simons fb60751d86 Merge pull request #1025 from bjornfor/asciidoc-all-deps
asciidoc: add missing dependencies
2013-09-30 01:45:12 -07:00
Jonas Hoersch b260d7111a Add fbreader, an e-book reader for Linux 2013-09-29 23:41:57 +02:00
Jonas Hoersch 69221b6046 libunibreak: Add libunibreak-1.0 a unicode line breaking library 2013-09-29 23:41:36 +02:00
Jonas Hoersch 32b417e873 maintainers: add coroa as a maintainer 2013-09-29 23:40:43 +02:00
Bjørn Forsman aef81d6eb6 asciidoc: add missing dependencies
The current asciidoc expression is impure; it relies on several tools to
be found in PATH at runtime. This commit adds a enableStandardFeatures
parameter that pulls in all dependencies and patches asciidoc to contain
full paths to the tools.

enableStandardFeatures defaults to true because asciidoc may attempt to
call all tools in its default configuration. With all standard features,
the closure size increases from 255 MiB to 1.5 GiB. Set
enableStandardFeatures = false if you want a minimal asciidoc.
2013-09-29 22:35:39 +02:00
Domen Kožar 43333ae57d munin: 2.0.14 -> 2.0.17 2013-09-29 22:02:45 +02:00
Bjørn Forsman face28ea3d asciidoc: add/update meta attributes 2013-09-29 21:59:35 +02:00
Bjørn Forsman 7f28c64f11 fop: new package
fop is a XML formatter driven by XSL Formatting Objects (XSL-FO).

Homepage: http://xmlgraphics.apache.org/fop/
2013-09-29 21:59:34 +02:00
Song Wenwu d4c222dd34 gradle: update to 1.8 2013-09-29 21:40:17 +02:00
Domen Kožar b7b79e7000 xbmc: enable webserver 2013-09-29 21:17:26 +02:00
Domen Kožar a68128ab8c NetworkManager: 0.9.8.0 -> 0.9.8.4 2013-09-29 17:00:41 +02:00
Domen Kožar d1ab7ca2ec Merge pull request #1002 from DriesVanDaele/master
add the mpc (mpd cli client) package
2013-09-29 04:05:16 -07:00
Domen Kožar a4c3b638f2 Merge pull request #1011 from ocharles/rubyripper
rubyripper: New expression
2013-09-29 04:01:09 -07:00
Domen Kožar e7e01913a0 Merge pull request #1020 from edwtjo/urxvt-256-colors
URxvt: Use 256 colors not just 88.
2013-09-29 03:58:26 -07:00
Domen Kožar 5d1f57fe28 Merge pull request #1022 from iyzsong/fcitx
fcitx: update to 4.2.8.3
2013-09-29 03:53:54 -07:00
Domen Kožar 4a709e4ac9 Merge pull request #1024 from iyzsong/aseprite
add aseprite 0.9.5
2013-09-29 03:46:22 -07:00
Moritz Ulrich 296dbc8279 OpenTTD: 1.3.2 & some coding-style fixes.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-09-29 00:29:26 +02:00
Moritz Ulrich fd67fcb314 Fix chroot-build of fast-export & pinpoint revision to current HEAD.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-09-29 00:25:31 +02:00
Mathijs Kwik 9e76aa91b1 linux-3.11: upgrade to 3.11.2 2013-09-28 22:25:41 +02:00
Mathijs Kwik 05400054ae libical: upgrade to 1.0 2013-09-28 22:00:03 +02:00
Mathijs Kwik d61285e658 upgrade gpac to more up-to-date svn 2013-09-28 22:00:03 +02:00
Mathijs Kwik 185eab3b33 language-java: hash change
it looks as if the maintainer decided that 0.2.5.1 (which appeared for
a short time) could just replace 0.2.5
2013-09-28 22:00:03 +02:00
Bjørn Forsman 48d3c12304 lilypond: add missing ghostscript path to wrapper 2013-09-28 21:07:48 +02:00
Bjørn Forsman 0350bd3b48 dblatex: add missing dependencies
imagemagick, transfig, inkscape, fontconfig and ghostscript was missing.

And pass --use-python-path at install time so that script shebangs end
up with #!/path/to/python instead of #!/path/to/env python.
2013-09-28 21:07:48 +02:00
Song Wenwu 6ab7c495d5 add aseprite 0.9.5 2013-09-28 22:57:14 +08:00
Peter Simons 44f8e28988 haskell-mono-traversable: add version 0.1.0.0 2013-09-28 16:13:13 +02:00
Peter Simons 2fc05b85e0 haskell-vector-instances: add version 3.3 2013-09-28 16:13:07 +02:00
Peter Simons 7a58716347 haskell-gitit: patch to fix build with recent versions of pandoc 2013-09-28 15:05:14 +02:00
Peter Simons bc11513748 crypto-conduit: jailbreak to support recent versions of cereal 2013-09-28 15:05:14 +02:00
Peter Simons eaae0cb6bf yesod-core: jailbreak to support recent versions of cereal 2013-09-28 15:05:14 +02:00
Peter Simons bdf145fa1f dbus: jailbreak to support recent versions of cereal 2013-09-28 15:05:14 +02:00
Peter Simons befcb152fd haskell-vector: add version 0.10.9.1 2013-09-28 15:05:13 +02:00
Peter Simons 1856fc13e9 haskell-primitive: add version 0.5.1.0 2013-09-28 15:05:13 +02:00
Peter Simons d3214b3f18 haskell-socks: update to version 0.5.2 2013-09-28 15:05:13 +02:00
Peter Simons 53a81c83b8 haskell-shake: update to version 0.10.7 2013-09-28 15:05:13 +02:00
Peter Simons e003eeac66 haskell-regex-compat-tdfa: update to version 0.95.1.3 2013-09-28 15:05:13 +02:00
Peter Simons a3c6d6968b haskell-pandoc-types: update to version 1.12.1.2 2013-09-28 15:05:13 +02:00
Peter Simons 8bb6c86072 haskell-ncurses: update to version 0.2.7 2013-09-28 15:05:13 +02:00
Peter Simons 15b2ff730c haskell-monoid-extras: update to version 0.3.2.2 2013-09-28 15:05:13 +02:00
Peter Simons d7e76509f6 haskell-groups: update to version 0.4.0.0 2013-09-28 15:05:12 +02:00
Peter Simons 29f33ae3bb haskell-ghc-mod: update to version 3.1.2 2013-09-28 15:05:12 +02:00
Peter Simons 9ee2eef996 haskell-generic-deriving: update to version 1.6.2 2013-09-28 15:05:12 +02:00
Peter Simons 22b2956579 haskell-dual-tree: update to version 0.1.0.4 2013-09-28 15:05:12 +02:00
Peter Simons fdefb23cad haskell-diagrams-lib: update to version 0.7.1.1 2013-09-28 15:05:12 +02:00
Peter Simons 8c93b506db haskell-diagrams-core: update to version 0.7.0.1 2013-09-28 15:05:12 +02:00
Peter Simons 27578d2278 haskell-data-lens: update to version 2.10.3 2013-09-28 15:05:12 +02:00
Peter Simons 3c051be3ce haskell-classy-prelude: update to version 0.6.0 2013-09-28 15:05:12 +02:00
Peter Simons 1885612809 haskell-classy-prelude-conduit: update to version 0.6.0 2013-09-28 15:05:12 +02:00
Peter Simons 4d07773c0d haskell-cereal: update to version 0.4.0.0 2013-09-28 15:05:11 +02:00
Peter Simons 62fcba700c haskell-amqp: update to version 0.6.0 2013-09-28 15:05:11 +02:00
Peter Simons 36f7b4e1a2 haskell-active: update to version 0.1.0.7 2013-09-28 15:05:11 +02:00
Song Wenwu c3237756b4 fcitx: update to 4.2.8.3
Set platforms and add myself as a maintainer.
2013-09-28 19:44:52 +08:00
Peter Simons b4f10018cd screen: meta section cosmetic 2013-09-28 13:23:34 +02:00
Justin Bedo fdc6e4372f Wrapped R's package system similarly to perlPackages 2013-09-28 13:19:43 +02:00
Peter Simons b0bf894b43 Merge pull request #1018 from falsifian/fix_gcr
Disable introspection for gcr.
2013-09-28 04:06:19 -07:00