Commit graph

1737 commits

Author SHA1 Message Date
Jan Malakhovski f5de6b8fc8 updates: mr, vcsh and transmission-remote-gtk
- mr: copy some more stuff to output
- add vcsh package
- transmission-remote-gtk: 1.0.1 -> 1.1.1
2014-02-06 23:37:53 +00:00
Vladimír Čunát 6e0cac6d6a hadoop: update, including fix for CVE-2013-2192 2014-02-06 20:54:07 +01:00
Vladimír Čunát edb9e50ef9 flashplayer: update, fixing many security CVEs 2014-02-05 22:17:41 +01:00
Evgeny Egorochkin c60f9cdb3e kwebkitpart: update from 1.3.2 to 1.3.3 2014-02-05 20:29:56 +02:00
Evgeny Egorochkin bb0c35d982 kde4_next.konversation: update from 1.4 to 1.5 2014-02-05 20:12:53 +02:00
Lluís Batlle i Rossell 2ef5b4ec7c Updating tox/toxic 2014-02-04 10:12:28 +01:00
Domen Kožar e96bc485db retroshare: 0.5.1d -> 0.5.5c 2014-02-03 21:54:45 +01:00
Vladimír Čunát 9dd9e52c0c pidgin: bugfix 2.10.8 -> .9
Fixes connection to some servers broken by the previous update.
2014-02-03 10:05:47 +01:00
Vladimír Čunát 5d2e884aa1 pidgin: minor update 2.10.7 -> .8, including CVE-2013-6484
Also switch no newer libstartup-notification, add license and platforms.
2014-02-01 08:44:07 +01:00
Rob Vermaas 54288f5cfe Update hipchat 2014-01-31 16:30:51 +01:00
Domen Kožar 7c70ef4dee Merge pull request #1638 from wkennington/cache.mumble
Add more configurable options to mumble
2014-01-31 00:03:20 -08:00
William A. Kennington III 9e8a6a24f0 murmur: Add ice support and small fixes
This patch adds optional ICE support to murmur which is enabled by
default. Additionally, it cleans up some of the expression similar to
the fixes added the mumble.
2014-01-30 22:34:21 -06:00
William A. Kennington III 2ec67167d9 mumble: Small Fixups and add support for disabling speechd
This patch adds a collection of changes to clean up the mumble
expression as well as add support for disabling the external speech
dispatcher from being compiled in.
2014-01-30 19:35:11 -06:00
Domen Kožar 409677fbd2 mailpile: update dev version 2014-01-29 18:57:16 +01:00
aszlig e18cd2f8ae
chromium: Update all channels to latest versions.
This closes #1623, and updates _all_ channels to the corresponding
latest upstream versions.

Thanks to @wizeman for opening the pull request noted above and for
another update in between, @aristidb for fixing the patcheShebangs issue
and @shlevy for notifying me about the build failure in stdenv-updates
in the first place.

Sorry to everyone for my inactivity lately.

The following changes were needed in order to build those new releases:

 * Patch out /bin/echo to allow building with all options enabled.
 * Always use GN from the source tree.
 * Remove import of depot_tools for version 34.
 * Drop version 32 specific stuff.

With this commit, the following new upstream versions are introduced:

stable: 32.0.1700.77 -> 32.0.1700.102 (builds fine, tested)
beta:   32.0.1700.19 -> 33.0.1750.46  (builds fine, tested)
dev:    33.0.1712.4  -> 34.0.1809.0   (build broken with gnome_keyring)

The dev version requires a more recent version gnome_keyring and thus
won't build if gnomeKeyringSupport is set to true. I haven't tested this
build without gnomeKeyringSupport yet, so it might be broken and will be
fixed later.

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
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
Petr Rockai 6f5be260b4 Adopt packages. 2014-01-28 17:31:17 +01:00
mornfall 2fa71787f5 Merge pull request #1603 from aristidb/master
fix chromium chroot build
2014-01-26 09:03:19 -08:00
Aristid Breitkreuz 4417dd33c2 fix chromium chroot build 2014-01-26 18:02:03 +01:00
Edward Tjörnhammar 960b58d280 wish fix for ssvnc (close #1560)
tcl deps change? causes wish to be missing
this corrects the wish path to use the one from tk
2014-01-26 15:52:00 +01:00
Domen Kožar a7d0a53d9e merge 2014-01-26 09:58:47 +01:00
Domen Kožar fab72d88c9 telepahty-logger: add gobject introspection support 2014-01-26 00:17:18 +01:00
Eelco Dolstra e07ce3314d Fix some "meta.licenses" attributes 2014-01-25 03:04:46 +01:00
Domen Kožar 8a5c65abf4 mailpile: update dev version 2014-01-24 14:33:40 +01:00
Vladimír Čunát 343cd5b1ef midori: minor update 0.5.6 -> .7 2014-01-23 22:29:25 +01:00
Domen Kožar 15006a1788 mailpile: add spambayes dependency to spam/ham emails 2014-01-22 08:06:18 +01:00
Shea Levy ca116f76f9 Unmaintain a bunch of packages
Trying to take maintainership more seriously...

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 22:34:41 -05:00
Shea Levy 6731ed2b86 Fix tarball
Hopefully this kind of thing won't be needed with nix 1.7

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 09:53:21 -05:00
Domen Kožar a3716328e6 Add mailpile: A modern, fast web-mail client with user-friendly encryption and privacy features 2014-01-21 14:11:19 +01:00
Vladimír Čunát ac6761c908 Merge master into stdenv-updates
Conflicts:
	pkgs/applications/version-management/gource/default.nix
	pkgs/top-level/all-packages.nix
2014-01-20 19:39:28 +01:00
Lluís Batlle i Rossell 4a4950f323 Setting license to elinks.
Disabling guile, due to licence incompatibility.
2014-01-20 13:47:24 +01:00
Lluís Batlle i Rossell 86808f2c46 Making elinks not use python by default.
It fails to start for me, due to a python problem, otherwise. And I
don't know why I'd need python, so by now I disable it by default.
2014-01-20 09:27:27 +01:00
Lluís Batlle i Rossell 01a2986560 Updating elinks to 0.12pre6 2014-01-20 09:16:19 +01:00
Shea Levy fd99863e14 elinks: Actually enable javascript
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-19 15:16:40 -05:00
Ricardo M. Correia cd953d80e1 chromium: Update stable channel from 31.0.1650.57 -> 32.0.1700.77 2014-01-18 17:40:37 +00:00
Vladimír Čunát 0a58b512cb Merge master into stdenv-updates
Conflicts (simple):
	pkgs/development/compilers/gcc/4.8/default.nix
	pkgs/development/compilers/llvm/default.nix
	pkgs/development/libraries/gmp/5.1.1.nix
	pkgs/development/libraries/gmp/5.1.3.nix
	pkgs/development/libraries/gmp/5.1.x.nix
	pkgs/top-level/all-packages.nix
2014-01-18 14:46:20 +01:00
Peter Simons ca73a92578 wireshark: the gtk3 build fails, so use gtk2
Duh, this is much more difficult than I would have thought.
2014-01-17 11:10:58 +01:00
Peter Simons ac2a215c10 wireshark: build GUI with gtk3
This should be configurable, I guess.
2014-01-17 10:37:53 +01:00
Shea Levy 3452f807d4 Update dropbox daemon
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 20:37:13 -05:00
Shea Levy bb5337044a Update dropbox.py hash
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 20:09:05 -05:00
Peter Simons c1a80535ad wireshark: update from 1.10.5 to 1.11.2 2014-01-15 17:29:14 +01:00
Lluís Batlle i Rossell 95660053fc Updating gnunet to 0.10.0. 2014-01-15 16:42:42 +01:00
Shea Levy 076ff2eede lynx: Actually provide ssl support when requested
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-13 20:16:27 -05:00
Eelco Dolstra 6fb27abf33 Merge branch 'java' 2014-01-13 13:16:17 +01:00
Vladimír Čunát a2c316288c Merge master into stdenv-updates
Conflicts:
	pkgs/development/lisp-modules/stumpwm/default.nix (auto-solved)
	pkgs/top-level/all-packages.nix (trivial)
2014-01-12 12:29:24 +01:00
Nixpkgs Monitor f512614a10 wireshark: update from 1.10.3 to 1.10.5, potentially fixes CVE-2013-7112, CVE-2013-7113, CVE-2013-7114 2014-01-10 08:28:58 +01:00