Branch: refs/heads/master
Home: https://github.com/NixOS/nixpkgs
Commit: 1212d0be220393740766ca727689ebec9984cb0b
https://github.com/NixOS/nixpkgs/commit/1212d0be220393740766ca727689ebec9984cb0b
Author: aszlig <[email protected]>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M
pkgs/applications/networking/instant-messengers/tkabber-plugins/default.nix
M pkgs/applications/networking/instant-messengers/tkabber/default.nix
Log Message:
-----------
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 <[email protected]>
Commit: aae2bab821a167ed53f020e53329c2073d1d2102
https://github.com/NixOS/nixpkgs/commit/aae2bab821a167ed53f020e53329c2073d1d2102
Author: aszlig <[email protected]>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M pkgs/applications/networking/instant-messengers/tkabber/default.nix
Log Message:
-----------
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 <[email protected]>
Commit: 3a5334f853db5fb77466a93f6fc79dca6b4ed28b
https://github.com/NixOS/nixpkgs/commit/3a5334f853db5fb77466a93f6fc79dca6b4ed28b
Author: aszlig <[email protected]>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M pkgs/applications/networking/instant-messengers/tkabber/default.nix
Log Message:
-----------
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 <[email protected]>
Commit: e3cb9e5e5f343d13cbbdc87b6fd1abc1103156ae
https://github.com/NixOS/nixpkgs/commit/e3cb9e5e5f343d13cbbdc87b6fd1abc1103156ae
Author: aszlig <[email protected]>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
R
pkgs/applications/networking/instant-messengers/tkabber-plugins/default.nix
M pkgs/applications/networking/instant-messengers/tkabber/default.nix
M pkgs/top-level/all-packages.nix
Log Message:
-----------
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 <[email protected]>
Commit: 795941261a88b7b6a89e549ed6e4ccff19381484
https://github.com/NixOS/nixpkgs/commit/795941261a88b7b6a89e549ed6e4ccff19381484
Author: aszlig <[email protected]>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M nixos/modules/installer/tools/nixos-generate-config.pl
Log Message:
-----------
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 <[email protected]>
Commit: a2a44f92ae18921c98d860a5bc9034423418d6fa
https://github.com/NixOS/nixpkgs/commit/a2a44f92ae18921c98d860a5bc9034423418d6fa
Author: aszlig <[email protected]>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M pkgs/top-level/python-packages.nix
Log Message:
-----------
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 <[email protected]>
Commit: e18cd2f8ae67088c24d0d9484ab5531598ca473c
https://github.com/NixOS/nixpkgs/commit/e18cd2f8ae67088c24d0d9484ab5531598ca473c
Author: aszlig <[email protected]>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M pkgs/applications/networking/browsers/chromium/default.nix
M pkgs/applications/networking/browsers/chromium/sources.nix
Log Message:
-----------
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 <[email protected]>
Compare: https://github.com/NixOS/nixpkgs/compare/e9a66cada686...e18cd2f8ae67_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits