diff -urN net/vinagre.orig/Makefile net/vinagre/Makefile --- net/vinagre.orig/Makefile +++ net/vinagre/Makefile @@ -3,7 +3,7 @@ PORTNAME= vinagre PORTVERSION= 3.22.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff -urN net/vinagre.orig/files/patch-plugins_vnc_vinagre-vnc-tab.c net/vinagre/files/patch-plugins_vnc_vinagre-vnc-tab.c --- net/vinagre.orig/files/patch-plugins_vnc_vinagre-vnc-tab.c +++ net/vinagre/files/patch-plugins_vnc_vinagre-vnc-tab.c @@ -0,0 +1,11 @@ +--- plugins/vnc/vinagre-vnc-tab.c.orig ++++ plugins/vnc/vinagre-vnc-tab.c +@@ -508,7 +508,7 @@ + { + host = vinagre_connection_get_best_name (conn); + if (!vinagre_utils_request_credential (window, "VNC", host, NULL, NULL, +- FALSE, need_username, need_password, 8, NULL, &username, &password, ++ FALSE, need_username, need_password, 32, NULL, &username, &password, + &save_in_keyring)) + { + vinagre_tab_remove_from_notebook (tab);