about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/tkabber
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-01-06 13:26:55 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-01-29 13:23:28 +0100
commit1212d0be220393740766ca727689ebec9984cb0b (patch)
treeedaea0449912d78a29a519f7ae5b7dc2e1444c10 /pkgs/applications/networking/instant-messengers/tkabber
parente9a66cada6867e22f28792cbe420f8935e519ce1 (diff)
downloadnixlib-1212d0be220393740766ca727689ebec9984cb0b.tar
nixlib-1212d0be220393740766ca727689ebec9984cb0b.tar.gz
nixlib-1212d0be220393740766ca727689ebec9984cb0b.tar.bz2
nixlib-1212d0be220393740766ca727689ebec9984cb0b.tar.lz
nixlib-1212d0be220393740766ca727689ebec9984cb0b.tar.xz
nixlib-1212d0be220393740766ca727689ebec9984cb0b.tar.zst
nixlib-1212d0be220393740766ca727689ebec9984cb0b.zip
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>
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/tkabber')
-rw-r--r--pkgs/applications/networking/instant-messengers/tkabber/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/tkabber/default.nix b/pkgs/applications/networking/instant-messengers/tkabber/default.nix
index fd989739c941..69c404f33b4c 100644
--- a/pkgs/applications/networking/instant-messengers/tkabber/default.nix
+++ b/pkgs/applications/networking/instant-messengers/tkabber/default.nix
@@ -10,11 +10,11 @@ let
     (map getTclLibPath tclLibraries);
 
 in stdenv.mkDerivation rec {
-  name = "tkabber-0.11.1";
+  name = "tkabber-1.0";
 
   src = fetchurl {
-    url = "http://files.jabber.ru/tkabber/tkabber-0.11.1.tar.gz";
-    sha256 = "19xv555cm7a2gczdalf9srxm39hmsh0fbidhwxa74a89nqkbf4lv";
+    url = "http://files.jabber.ru/tkabber/${name}.tar.xz";
+    sha256 = "49ee6e897dfe52ebac256531b54955e6b39223f606a9b8ad63a52475389db206";
   };
 
   defaultTheme = "ocean-deep";