diff options
author | abs <abs@pkgsrc.org> | 2005-11-02 20:11:47 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-11-02 20:11:47 +0000 |
commit | d84e98fda1fd4a50dbfb36ceb2e4f2cc21fc7f9d (patch) | |
tree | 1b76da76d9580da0de85debd35afbe4950c9d77d /net/skype/Makefile | |
parent | 3b2aa140f0440e70658b6d128dd253b0e189ced8 (diff) | |
download | pkgsrc-d84e98fda1fd4a50dbfb36ceb2e4f2cc21fc7f9d.tar.gz |
Update net/skype to 1.2.0.18 (from 1.2.0.11)
25.10.2005 Skype for Linux version 1.2.0.18
* bugfix: fixed a bug in networking code that made Skype
vulnerable to remotely induced crash (Skype Security Bulletin
SKYPE-SB/2005-003)
22.09.2005 Skype for Linux version 1.2.0.17
* change: New multilingual EULA in Help.Licence
* change: Call quality improvements
* change: "Find in chat" engine rewritten
* change: Refreshing icons on start tab
* change: Cleaned up RPM packaging
* bugfix: Menu items not disabled when going offline
* bugfix: Crash when a new message was received
* bugfix: Crash when password changed
* bugfix: Crash when chat search string contained "+331234567"
* bugfix: Crash when chat search string contained emoticon
* bugfix: Auth requests from previous user being shown
* bugfix: Crash while history was loading
* bugfix: Find crash when searching for empty text
* bugfix: Auth request remaining on event panel after authorization
Only minimally startup tested as there is a font issue (seen in both old and
new versions) on my NetBSD-3 xorg system...
Diffstat (limited to 'net/skype/Makefile')
-rw-r--r-- | net/skype/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index 160281ccde3..dcfc47e6672 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2005/08/04 13:27:18 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2005/11/02 20:11:47 abs Exp $ # -DISTNAME= skype_staticQT-1.2.0.11 +DISTNAME= skype_staticQT-1.2.0.18 PKGNAME= ${DISTNAME:S/_staticQT//} CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ |