diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-01-13 03:23:51 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-01-13 03:23:51 +0000 |
commit | 65e691a1fd3af9041c37a0dfa7f05b3a608b961b (patch) | |
tree | 65b9598c05a59f443306902d8d4ab7f865f8cab1 /net/ekiga/Makefile | |
parent | bcddde6ff7dc3d5ffff1567e3d372125c9b9dc43 (diff) | |
download | pkgsrc-65e691a1fd3af9041c37a0dfa7f05b3a608b961b.tar.gz |
Update to ekiga version 3.0.2.
* What's changed ?
==================
- Make sure sound events are played through the correct devices. (#564370)
- Fixed crash on missed call.
- Do not show the assistant after an upgrade for which Ekiga was already successfully setup.
- Added settings migration from Ekiga 2.0.x.
- Allow answering/rejecting calls from the main window even if we use notifications.
- Do not try refreshing SUBSCRIBE requests for which the 200 OK contains an expire time of 0.
- Fixed sending ACK request to incorrect address when particular types of proxies are being used.
- Fixed test for CANCEL receipt on INVITE clearing call.
- Ignore multiple forked CANCEL messages.
- Fixed issue with registration to a non-standard port.
- Fixed restarting timers if get pathological response to a transaction with incorrect Cseq header field.
- Fixed missing route set on SIP commands in a dialog when using outbound proxy.
Diffstat (limited to 'net/ekiga/Makefile')
-rw-r--r-- | net/ekiga/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 071ed4474c4..0c9dc115468 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2008/12/20 20:29:42 jmcneill Exp $ +# $NetBSD: Makefile,v 1.6 2009/01/13 03:23:51 jmcneill Exp $ # -DISTNAME= ekiga-3.0.1 -PKGREVISION= 3 +DISTNAME= ekiga-3.0.2 CATEGORIES= net comms MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ekiga/3.0/} EXTRACT_SUFX= .tar.bz2 |