Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2011 19:20:45 GMT
From:      Fabian Keil <fk@fabiankeil.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161663: [MAINTAINER-UPDATE] from net-mgmt/vidalia 0.2.14 to 0.2.15
Message-ID:  <201110141920.p9EJKjNb032285@red.freebsd.org>
Resent-Message-ID: <201110141930.p9EJU8Tq091712@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161663
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] from net-mgmt/vidalia 0.2.14 to 0.2.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 14 19:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Fabian Keil
>Release:        HEAD
>Organization:
>Environment:
>Description:
The attached patch updates net-mgmt/vidalia from 0.2.14 to 0.2.15,
adds another MASTER_SITE that's supposed to be more reliable than
the others and mentions the current upstream maintainer in the
pkg-descr.

According to https://blog.torproject.org/blog/vidalia-0215-out
the upstream changes are:

 * Draw the bandwidth graph curves based on the local maximum, not
   the global maximum. Fixes bug 2188.
 * Add an option for setting up a non-exit relay to the Sharing
   configuration panel. This is meant to clarify what an exit policy
   and an exit relay are. Resolves bug 2644.
 * Display time statistics for bridges in UTC time, rather than local
   time. Fixes bug 3342.
 * Change the parameter for ordering the entries in the Basic Log
   list from currentTime to currentDateTime to avoid missplacing
   entries from different days.
 * Check the tor version and that settings are sanitized before
   trying to use the port autoconfiguration feature. Fixes bug 3843.
 * Provide a way to hide Dock or System Tray icons in OSX. Resolves
   ticket 2163.
 * Make new processes appear at front when they are started (OSX
   specific).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN .zfs/snapshot/2011-09-06/net-mgmt/vidalia/Makefile net-mgmt/vidalia/Makefile
--- .zfs/snapshot/2011-09-06/net-mgmt/vidalia/Makefile	2011-08-30 19:05:09.799576202 +0200
+++ net-mgmt/vidalia/Makefile	2011-10-13 23:35:07.337864518 +0200
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	vidalia
-PORTVERSION=	0.2.14
+PORTVERSION=	0.2.15
 CATEGORIES=	net-mgmt security
-MASTER_SITES=	https://www.torproject.org/dist/vidalia/ \
+MASTER_SITES=	https://archive.torproject.org/tor-package-archive/vidalia/ \
+		https://www.torproject.org/dist/vidalia/ \
 		http://tor.ccc.de/dist/vidalia/ \
 		http://tor.cyberarmy.at/dist/vidalia/ \
 		http://www.torservers.net/mirrors/torproject.org/dist/vidalia/
diff -ruN .zfs/snapshot/2011-09-06/net-mgmt/vidalia/distinfo net-mgmt/vidalia/distinfo
--- .zfs/snapshot/2011-09-06/net-mgmt/vidalia/distinfo	2011-08-30 19:05:09.860664134 +0200
+++ net-mgmt/vidalia/distinfo	2011-10-13 23:37:59.459862775 +0200
@@ -1,2 +1,2 @@
-SHA256 (vidalia-0.2.14.tar.gz) = bb351b6b486d1937a9814af88cbd6b87c95069f8fc8310c110e2bccf24b176ca
-SIZE (vidalia-0.2.14.tar.gz) = 6086578
+SHA256 (vidalia-0.2.15.tar.gz) = 4598fdd9fb8e1d6fcdd02b908f331dba6e34ffdd72046ab94c2ef091a8c18809
+SIZE (vidalia-0.2.15.tar.gz) = 6091551
diff -ruN .zfs/snapshot/2011-09-06/net-mgmt/vidalia/pkg-descr net-mgmt/vidalia/pkg-descr
--- .zfs/snapshot/2011-09-06/net-mgmt/vidalia/pkg-descr	2007-05-10 22:18:01.000000000 +0200
+++ net-mgmt/vidalia/pkg-descr	2011-10-13 23:35:42.610889721 +0200
@@ -1,4 +1,4 @@
 Vidalia is a graphical Tor controller based on Qt 4.x.
 
 WWW:     http://www.vidalia-project.net/
-Authors: Matt Edman and Justin Hipple
+Authors: Tomás Touceda, Matt Edman and Justin Hipple


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110141920.p9EJKjNb032285>