ports/51993: update tinyproxy

mitsuru at riken.go.jp mitsuru at riken.go.jp
Fri May 9 04:00:27 UTC 2003


>Number:         51993
>Category:       ports
>Synopsis:       update tinyproxy
>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:   Thu May 08 21:00:26 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     mitsuru at riken.go.jp
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
RIKEN
>Environment:
FreeBSD 5.0-RELEASE-p7


	
>Description:
	update tinyproxy to 1.5.3
>How-To-Repeat:
	
>Fix:

diff -ruN tinyproxy.old/Makefile tinyproxy/Makefile
--- tinyproxy.old/Makefile	Thu May  8 11:03:49 2003
+++ tinyproxy/Makefile	Thu May  8 11:19:56 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tinyproxy
-PORTVERSION=	1.5.0
+PORTVERSION=	1.5.3
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN tinyproxy.old/distinfo tinyproxy/distinfo
--- tinyproxy.old/distinfo	Thu May  8 11:03:49 2003
+++ tinyproxy/distinfo	Thu May  8 11:20:02 2003
@@ -1 +1 @@
-MD5 (tinyproxy-1.5.0.tar.gz) = 2236b57f183b168dcfaaffbda43b4051
+MD5 (tinyproxy-1.5.3.tar.gz) = 589e3344f6da5867691a72d4ec72aa5e
diff -ruN tinyproxy.old/files/patch-aa tinyproxy/files/patch-aa
--- tinyproxy.old/files/patch-aa	Thu May  8 11:03:49 2003
+++ tinyproxy/files/patch-aa	Thu May  8 11:07:21 2003
@@ -1,11 +1,11 @@
---- Makefile.in.dist	Thu May 16 12:23:51 2002
-+++ Makefile.in	Thu May 16 12:24:07 2002
+--- Makefile.in.orig	Thu Jan 23 04:50:06 2003
++++ Makefile.in	Thu May  8 11:06:57 2003
 @@ -363,9 +363,6 @@
  	$(mkinstalldirs) $(DESTDIR)@TINYPROXY_CONFIG_DIR@
  	$(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \
  		$(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE at -dist
--	test ! -f $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@ \
--		&& $(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \
+-	test -f $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@ \
+-		|| $(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \
 -			$(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@
  	@echo ""
  	@echo "A configuration file has been copied to:"
diff -ruN tinyproxy.old/files/patch-ab tinyproxy/files/patch-ab
--- tinyproxy.old/files/patch-ab	Thu May  8 11:03:49 2003
+++ tinyproxy/files/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- src/reqs.c.dist	Fri May 17 15:37:16 2002
-+++ src/reqs.c	Fri May 17 15:38:04 2002
-@@ -783,7 +783,7 @@
- 					     &data,
- 					     (void**)&header);
- 
--			if (!is_anonymous_enabled() || anonymous_search(data) <= 0) {
-+			if (!is_anonymous_enabled() || anonymous_search(data) > 0) {
- 				ret = write_message(connptr->server_fd,
- 						    "%s: %s\r\n",
- 						    data, header);
diff -ruN tinyproxy.old/files/patch-ac tinyproxy/files/patch-ac
--- tinyproxy.old/files/patch-ac	Thu May  8 11:03:49 2003
+++ tinyproxy/files/patch-ac	Thu Jan  1 09:00:00 1970
@@ -1,19 +0,0 @@
---- doc/tinyproxy.8.dist	Fri May 17 15:47:17 2002
-+++ doc/tinyproxy.8	Fri May 17 15:47:25 2002
-@@ -1,6 +1,6 @@
- .\" -*- nroff -*-
- .\"
--.\" tinyproxy.1
-+.\" tinyproxy.8
- .\"
- .\" Copyright (c) 1998-2000  Steven Young and Robert James Kaes.
- .\" Copyright (c) 2001       Robert James Kaes
-@@ -8,7 +8,7 @@
- .\" This program is distributed under the terms of the GNU General Public
- .\" License. See COPYING for additional information.
- .\"
--.TH tinyproxy 1 .\" "tinyproxy Manual" "August 25, 2001"
-+.TH tinyproxy 8 .\" "tinyproxy Manual" "August 25, 2001"
- .SH NAME
- tinyproxy - A small HTTP proxy server
- .SH SYNTAX
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list