diff options
author | obache <obache@pkgsrc.org> | 2013-08-12 09:36:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-08-12 09:36:41 +0000 |
commit | e666fb8451bf74029c4e6e91424c525c833adb1e (patch) | |
tree | 53f89741eae53de76eae861e3b32b81fb60354fc /net/vino/Makefile | |
parent | 21f70cf2b0e12513074c65b75840d186ea84a916 (diff) | |
download | pkgsrc-e666fb8451bf74029c4e6e91424c525c833adb1e.tar.gz |
Update vino to 2.32.2.
Vino 2.32.2
===========
Fixes:
- Avoid out-of-bounds memory accesses.
- Exit immediately when the server is disabled.
- Bind both an IPv4 and an IPv6 socket.
Translations:
+ Daniel Korostil (uk)
+ Fran Diéguez (gl)
+ Gheyret T.Kenji (ug)
+ Wei-Lun Chao (zh_HK, zh_TW)
==============
Version 2.32.1
==============
Fixes:
+ Be compatible with old (< 0.7.0) and new (>= 0.7.0) libnotify
Translations:
+ Joan Duran (ca@valencia)
+ Thanos Lefteris (el)
+ Priit Laes (et)
+ Takayuki KUSANO (ja)
+ Changwoo Ryu (ko)
+ Sahran (ug)
Vino 2.32.0
===========
Translations:
+ Baurzhan Muftakhidinov (kk)
+ Takayuki KUSANO (ja)
Vino 2.31.91
============
Translations:
+ Fran Diéguez (gl)
+ krishnababu k (te)
+ Kristjan Schmidt (eo)
+ Petr Kovar (cs)
Vino 2.31.4
===========
Features:
+ Improvements on Telepathy tubes stuff
+ Various internal work on replacing deprecated stuff
Translations:
+ Andika Triwidada (id)
+ Carles Ferrando (ca@valencia)
+ Leonid Kanter (ru)
+ Luca Ferretti (it)
+ Matej Urbančič (sl)
+ Priit Laes (et)
+ Sira Nokyoongtong (th)
+ Theppitak Karoonboonyanan (th)
+ Thomas Thurman (en@shaw)
Diffstat (limited to 'net/vino/Makefile')
-rw-r--r-- | net/vino/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 30e018db77e..16d8c8d52cf 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.67 2013/06/06 12:54:58 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2013/08/12 09:36:41 obache Exp $ -DISTNAME= vino-2.28.3 -PKGREVISION= 21 +DISTNAME= vino-2.32.2 CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vino/2.28/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vino/2.32/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= VNC server for GNOME +LICENSE= gnu-gpl-v2 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes @@ -30,7 +30,7 @@ GCONF_SCHEMAS= vino-server.schemas .include "../../net/libsoup24/buildlink3.mk" .include "../../security/libgnome-keyring/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" -.include "../../sysutils/libnotify/buildlink3.mk" +.include "../../sysutils/libnotify07/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" |