Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2004 14:28:59 +0100 (BST)
From:      rik <freebsd-ports@rikrose.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67831: maintainer-update to ports/security/tor - update to version 0.0.7
Message-ID:  <20040611132859.89DC58B801@lost.little-black-kitty.net>
Resent-Message-ID: <200406111330.i5BDUP1M098972@freefall.freebsd.org>

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

>Number:         67831
>Category:       ports
>Synopsis:       maintainer-update to ports/security/tor - update to version 0.0.7
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 11 13:30:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     rik
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD izzard.internal 4.9-STABLE FreeBSD 4.9-STABLE #3: Sat Nov 29 14:56:52 GMT 2003 RIK@izzard.internal:/usr/obj/usr/src/sys/GENERIC i386


Added files:
  None

Removed files:
  tor/files/patch-configure
  tor/files/patch-src::common::or.c
  tor/files/patch-src::common::util.c


Patch to upgrade:

diff -ruN tor.old/Makefile tor/Makefile
--- tor.old/Makefile	Fri Jun 11 14:08:09 2004
+++ tor/Makefile	Fri Jun 11 14:22:28 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tor
-PORTVERSION=	0.0.6.2
+PORTVERSION=	0.0.7
 CATEGORIES=	security
 MASTER_SITES=	http://freehaven.net/tor/dist/
 
diff -ruN tor.old/distinfo tor/distinfo
--- tor.old/distinfo	Fri Jun 11 14:08:09 2004
+++ tor/distinfo	Fri Jun 11 14:21:00 2004
@@ -1,2 +1,2 @@
-MD5 (tor-0.0.6.2.tar.gz) = e09fbe0756521024ef8e0011f8e02545
-SIZE (tor-0.0.6.2.tar.gz) = 322317
+MD5 (tor-0.0.7.tar.gz) = 27a2e3ea4409b8c32a1b483a7e141e4e
+SIZE (tor-0.0.7.tar.gz) = 378970
diff -ruN tor.old/files/patch-configure tor/files/patch-configure
--- tor.old/files/patch-configure	Sat May 29 08:30:00 2004
+++ tor/files/patch-configure	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- configure.orig      Fri May 28 18:55:36 2004
-+++ configure   Fri May 28 18:57:37 2004
-@@ -1559,7 +1559,7 @@
-           ac_config_commands="$ac_config_commands default-1"
-
-
--CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include"
-+CFLAGS="$CFLAGS -Wall -g -O2"
-
- # Check whether --enable-debug or --disable-debug was given.
- if test "${enable_debug+set}" = set; then
diff -ruN tor.old/files/patch-src::common::or.c tor/files/patch-src::common::or.c
--- tor.old/files/patch-src::common::or.c	Sat May 29 08:30:00 2004
+++ tor/files/patch-src::common::or.c	Thu Jan  1 01:00:00 1970
@@ -1,13 +0,0 @@
-diff -ur /tmp/tor-0.0.6.2/src/or/or.h ./src/or/or.h
---- /tmp/tor-0.0.6.2/src/or/or.h	Sun May  2 04:15:55 2004
-+++ ./src/or/or.h	Fri May 28 14:49:34 2004
-@@ -38,7 +38,9 @@
- #include <sys/limits.h>
- #endif
- #ifdef HAVE_MACHINE_LIMITS_H
-+#ifndef __FreeBSD__
- #include <machine/limits.h>
-+#endif
- #endif
- #ifdef HAVE_SYS_TYPES_H
- #include <sys/types.h> /* Must be included before sys/stat.h for Ultrix */
diff -ruN tor.old/files/patch-src::common::util.c tor/files/patch-src::common::util.c
--- tor.old/files/patch-src::common::util.c	Fri Jun 11 14:08:09 2004
+++ tor/files/patch-src::common::util.c	Thu Jan  1 01:00:00 1970
@@ -1,20 +0,0 @@
---- src/common/util.c.orig	Sun May  2 01:29:20 2004
-+++ src/common/util.c	Sat May 29 15:19:02 2004
-@@ -25,6 +25,7 @@
- #include <windows.h>
- #endif
- 
-+#include <sys/param.h>
- #include <stdlib.h>
- #include <stdio.h>
- #include <string.h>
-@@ -56,7 +57,9 @@
- #include <sys/limits.h>
- #endif
- #ifdef HAVE_MACHINE_LIMITS_H
-+#ifndef __FreeBSD__
- #include <machine/limits.h>
-+#endif
- #endif
- #ifdef HAVE_SYS_TYPES_H
- #include <sys/types.h> /* Must be included before sys/stat.h for Ultrix */
>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



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