Commit graph

38805 commits

Author SHA1 Message Date
aszlig a2a44f92ae
paramiko: Update to new upstream version 1.12.1.
This release contains only minor fixes, which are:

 * Fix AttributeError bugs in known_hosts file (re)loading.
 * Note ecdsa requirement in README.

Full changelog with credits and issue IDs can be found at:

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

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:30 +01:00
aszlig 795941261a
nixos-generate-config: Fix reference to <nixos>.
IIUC, <nixos> is going to be deprecated someday in the future, and as
most of those references are already replaced I guess it's safe to
replace it here as well, as it is only relevant on new/updated
installations.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:30 +01:00
aszlig e3cb9e5e5f
tkabber: Merge main package with site plugins.
The site plugins are released alongside the main Tkabber sources, so it
makes no sense to have them in a separate package (which also introduces
an impurity). In addition, both packages share the same makefile
structure, so it really makes sense to merge them.

Before people might get worried about my decision to enable those
plugins by default: Since version 1.0, Tkabber is no longer loading
_all_ available plugins, but gives you a menu (Plugins Management) to
selectively enable plugins (whereas all plugins are disabled by
default).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:29 +01:00
aszlig 3a5334f853
tkabber: Properly wrap all scripts in $out/bin.
Alongside "tkabber", there is also "tkabber-remote", which uses the same
variables as the main script and thus needs to be wrapped the same way
as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:29 +01:00
aszlig aae2bab821
tkabber: Don't set a default theme.
If people still want the ocean-deep theme, it can still be set by using:

tkabber.override { theme = "ocean-deep"; }

But by default we should not set a theme, so the user will get the same
result as everyone who installs the upstream version.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:29 +01:00
aszlig 1212d0be22
tkabber+plugins: Update to upstream version 1.0.
After several years, Tkabber finally got a new release.

The highlights are:

 * Completely rewritten Tkabber internals
 * Dropped Tcl/Tk 8.3 support. Now Tcl/Tk 8.4 is required
 * Partial IPv6 support (requires Tcl/Tk 8.6)
 * Switched from TclGPGME to TclGPG for encryption and signing
 * Added new connection method BOSH (XEP-0124 and XEP-0206)
 * Disabled SSLv2 and enabled TLSv1 TLS options
 * Added user nicknames (XEP-0172) support.
 * Updated the CAPTCHA forms (XEP-0158) support
 * Added metacontacts (XEP-0209) support
 * Implemented multiple proxy profiles
 * Implemented remote controlling from a locally executed script
 * Added new plugins: floatingcontact, poker
 * Rewritten most plugins to support disabling and unloading on the fly
 * A few interface enhancements (search in MUC affiliations lists, proxy
   management)
 * Many fixes and enhancements

The detailed changelogs can be found at:

http://svn.xmpp.ru/repos/tkabber/tags/1.0/tkabber/ChangeLog
http://svn.xmpp.ru/repos/tkabber/tags/1.0/tkabber-plugins/ChangeLog

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:28 +01:00
Peter Simons e9a66cada6 Merge pull request #1626 from pSub/dwb-update
Updated dwb
2014-01-29 03:30:49 -08:00
Pascal Wittmann 9c9c883cb9 Updated dwb to HEAD and used the current date as version number, because dwb has no version numbers. 2014-01-29 12:00:13 +01:00
Eelco Dolstra 91ab556236 amdadl-sdk: Don't build on Hydra
Since it uses requireFile, it won't build.  Likewise for cgminer which
depends on amdadl-sdk.
2014-01-29 11:53:39 +01:00
Michael Raskin de036bc10c Fix Xmoto build (missing include) 2014-01-29 14:42:26 +04:00
Petr Rockai f88de3b091 quvi: Update the CLI tool to version 0.9.5. 2014-01-28 22:08:02 +01:00
Petr Rockai 5878ffa55b quvi: Update to current upstream (0.9.4). 2014-01-28 21:48:52 +01:00
Petr Rockai 5383e07e40 lua5: Add the lua-sockets extension. 2014-01-28 21:48:47 +01:00
Sander van der Burg 1f42b02624 androidenv: also allow references to individual apk files 2014-01-28 19:09:08 +01:00
Petr Rockai 4124bb9ff5 Adopt more packages. 2014-01-28 18:11:00 +01:00
Petr Rockai 6f5be260b4 Adopt packages. 2014-01-28 17:31:17 +01:00
Eelco Dolstra 1a68ee7deb Disable FreeBSD builds 2014-01-28 16:13:16 +01:00
Marc Weber 577c20c23b tigervnc: fix ctrl-* keys, eg ctrl-c ctrl-v ctrl-d by applying patch to fltk
I'm unsure about
- is it ok to apply this patch globally, or should it be overridden for tigervnc only?
- how many rebuilds it triggers
- whether it was neccessary to update to latest dev version (seems to work)
The bug report indicates that others distros just includes this patch (?)

Cf. #1498. vcunat: the patch should be usable globally, as e.g. Arch does it.
Using autoreconfHook doesn't work for me, maybe --force is bad for it.
2014-01-28 16:10:12 +01:00
Eelco Dolstra a8a5a59059 stdenv-linux: Fix binutils override
This ensures that pkgs.binutils equals the binutils used in the final
stdenv, as intended.
2014-01-28 15:23:57 +01:00
Peter Simons 134d52cb5f haskell-HaRe: update to version 0.7.1.1 2014-01-28 14:59:47 +01:00
Peter Simons 069220a868 haskell-yesod-bin: update to version 1.2.5.7 2014-01-28 14:59:47 +01:00
Peter Simons 9e36e4be18 haskell-yaml: update to version 0.8.5.4 2014-01-28 14:59:47 +01:00
Peter Simons 0480294937 haskell-network-conduit: update to version 1.0.2.1 2014-01-28 14:59:47 +01:00
Peter Simons 55a8134bbe haskell-highlighting-kate: update to version 0.5.6.1 2014-01-28 14:59:47 +01:00
Peter Simons 4cbf42f006 haskell-direct-sqlite: update to version 2.3.11 2014-01-28 14:59:47 +01:00
Peter Simons 63ec2bec8f haskell-git-annex: update to version 5.20140127 2014-01-28 14:59:46 +01:00
Peter Simons b8d6e1d458 haskell-diagrams-svg: jailbreak to fix build with recent blaze-markup 2014-01-28 14:59:46 +01:00
Peter Simons c13d4085a3 haskell-network-conduit: disable test suite to fix build errors with GHC 7.4.2
https://github.com/snoyberg/conduit/issues/134
2014-01-28 14:59:46 +01:00
Peter Simons cae97e9418 Add newly required Haskell packages.
- asn1-encoding: add version 0.8.1.2
 - asn1-parse: add version 0.8.1
 - x509-store: add version 1.4.3
 - x509-system: add version 1.4.2
 - x509-validation: add version 1.5.0
 - x509: add version 1.4.7
2014-01-28 14:59:46 +01:00
Peter Simons dc354b0beb haskell-HaRe: update to version 0.7.1.0 2014-01-28 14:59:46 +01:00
Peter Simons 2c23e7227d haskell-wai-extra: update to version 2.0.3.2 2014-01-28 14:59:46 +01:00
Peter Simons 221eafa7aa haskell-stm-conduit: update to version 2.2.1.1 2014-01-28 14:59:46 +01:00
Peter Simons 838e8d3426 haskell-network-conduit: update to version 1.0.2 2014-01-28 14:59:46 +01:00
Peter Simons ea8c3ee7a2 haskell-http-conduit: update to version 2.0.0.4 2014-01-28 14:59:46 +01:00
Peter Simons e3f528ad8a haskell-http-client: update to version 0.2.1.1 2014-01-28 14:59:45 +01:00
Peter Simons 9c358f4023 haskell-hit: update to version 0.5.3 2014-01-28 14:59:45 +01:00
Peter Simons f1530932bf haskell-esqueleto: update to version 1.3.4.5 2014-01-28 14:59:45 +01:00
Peter Simons 2cd347770c haskell-diagrams-svg: update to version 1.0.1 2014-01-28 14:59:45 +01:00
Peter Simons b1e174725b haskell-diagrams-lib: update to version 1.0.1 2014-01-28 14:59:45 +01:00
Peter Simons 728c166123 haskell-diagrams-cairo: update to version 1.0.1 2014-01-28 14:59:45 +01:00
Peter Simons 8c58f6904a haskell-JuicyPixels: update to version 3.1.3.2 2014-01-28 14:59:45 +01:00
Peter Simons 4350c64bba haskell-GlomeVec: update to version 0.2 2014-01-28 14:59:45 +01:00
Eelco Dolstra bc5995e392 cpio: Fix build on Darwin 2014-01-28 13:38:08 +01:00
Vladimír Čunát 9739171cd4 Merge pull request #1567 from wizeman/u/grsec-upd-and-fix
grsecurity: Fix build and update patches
2014-01-28 03:41:05 -08:00
Cillian de Róiste 197de444df ipython: disable support for qtconsole, pylabQt and pylab on Darwin
Qt and CUPS are not supported on Darwin and are dependencies.

Note: this makes ipython the same as ipythonLight on Darwin, but
ipython is used as an input for other packages (ipdb and ipdplugin)
and it is reasonable to assume that users on other platforms may
choose ipythonLight.
2014-01-28 12:13:41 +01:00
Eelco Dolstra e5995e0703 junixsocket: Support Darwin
Patch borrowed from Rob Vermaas.
2014-01-28 12:10:28 +01:00
Eelco Dolstra 5150dbfdbe openjdk-darwin: Behave the same as openjdk-linux 2014-01-28 12:10:27 +01:00
Eelco Dolstra 39a31190f0 less: Build on Darwin 2014-01-28 12:10:27 +01:00
Vladimír Čunát 849b383f4d qt5: disable parallel building, as it often fails 2014-01-28 11:21:49 +01:00
Eelco Dolstra d92dc9bb3e gdb: Build on Darwin
Note that it doesn't actually work unless you run it as root, because
the Darwin kernel disallows unsigned debuggers (you'll get an error
message "please check gdb is codesigned").
2014-01-28 11:03:01 +01:00