head	1.2;
access;
symbols
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.01.25.08.50.54;	author miwi;	state dead;
branches;
next	1.1;

1.1
date	2008.10.16.21.43.35;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 0.4.0

PR:		143061
Submitted by:	Anderson Soares Ferreira <anderson@@cnpm.embrapa.br> (maintainer)
@
text
@--- gnio.build.patch.orig	2008-09-16 08:20:43.000000000 -0300
+++ gnio.build.patch	2008-09-16 11:08:44.000000000 -0300
@@@@ -31,3 +31,43 @@@@
  	bld.install_files('PREFIX', 'include/gnio', 'gnio/gi*.h')
  	bld.install_files('PREFIX', 'include/gnio', 'gnio/gn*.h')
  	bld.install_files('PREFIX', 'include/gnio', 'gnio/gr*.h')
+--- gnio/gnio/ginet4address.c.orig	2008-06-16 09:00:35.000000000 -0300
++++ gnio/gnio/ginet4address.c	2008-09-16 09:39:55.000000000 -0300
+@@@@ -23,6 +23,7 @@@@
+ 
+ #include <config.h>
+ #include <glib.h>
++#include <sys/types.h>
+ 
+ #ifndef G_OS_WIN32
+ # include <netinet/in.h>
+--- gnio/gnio/ginet6address.c.orig	2008-06-16 09:00:35.000000000 -0300
++++ gnio/gnio/ginet6address.c	2008-09-16 09:39:55.000000000 -0300
+@@@@ -27,6 +27,7 @@@@
+ 
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
++#include <sys/socket.h>
+ 
+ #include "ginet6address.h"
+ 
+--- gnio/gnio/gresolver.c.orig	2008-07-09 18:15:16.000000000 -0300
++++ gnio/gnio/gresolver.c	2008-09-16 09:39:55.000000000 -0300
+@@@@ -24,6 +24,7 @@@@
+ #include <config.h>
+ #include <glib.h>
+ #include <gio/gio.h>
++#include <sys/socket.h>
+ 
+ #include <string.h>
+ #ifndef G_OS_WIN32
+--- gnio/gnio/gsocket.c.orig	2008-07-09 18:15:16.000000000 -0300
++++ gnio/gnio/gsocket.c	2008-09-16 09:39:55.000000000 -0300
+@@@@ -27,6 +27,7 @@@@
+ #include <gnio/gnio.h>
+ #include "gasynchelper.h"
+ #include "gnioenums.h"
++#include <sys/socket.h>
+ 
+ #include <string.h>
+ #ifndef G_OS_WIN32
@


1.1
log
@Tuntun is an applet for Gnome panel that manage a list of vpn connections
through the OpenVPN Management Interface.

Main features

 * Simple & lightweight just a client GUI to start/stop your OpenVPN tunnels
   and nothing more
 * Integrated with the Gnome Desktop (support for the Keyring and notification
   daemon)
 * Support for Auth and Private-Key OpenVPN authentication methods

 WWW:	http://code.google.com/p/tuntun/

PR:		ports/128097
Submitted by:	Anderson S. Ferreira <anderson at cnpm.embrapa.br>
@
text
@@

