Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2006 20:18:48 +0200
From:      "Martin Wilke" <freebsd@unixfreunde.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        alexlh@funk.org
Subject:   ports/97808: [patch]security/sslproxy/
Message-ID:  <1148494728.73381@mwilke.ath.cx>
Resent-Message-ID: <200605241820.k4OIKHUZ069402@freefall.freebsd.org>

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

>Number:         97808
>Category:       ports
>Synopsis:       [patch]security/sslproxy/
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 24 18:20:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #142: Thu May 18 07:57:01 CEST 2006
    splash@mwilke.ath.cx:/usr/obj/usr/src/sys/BSDBOX



>Description:


- change mirror
- maintainer is cc'd
- remove pkg-plist (add in Makefile)
- fix http://people.freebsd.org/~fenner/portsurvey/security.html#sslproxy


>How-To-Repeat:





>Fix:


--- sslproxy.diff begins here ---
diff -ruN /usr/ports/security/sslproxy/Makefile ports/security/sslproxy/Makefile
--- /usr/ports/security/sslproxy/Makefile	Fri Feb 21 14:26:56 2003
+++ ports/security/sslproxy/Makefile	Wed May 24 18:09:26 2006
@@ -8,13 +8,17 @@
 PORTNAME=	sslproxy
 PORTVERSION=	20000129
 CATEGORIES=	security
-MASTER_SITES=	ftp://ftp.obdev.at/pub/Products/sslproxy/
+MASTER_SITES=	http://mirror2.unixfreunde.de/	\
+		http://freebsd.unixfreunde.de/sources/
 DISTNAME=	sslproxy.2000_Jan_29
 
 MAINTAINER=	alexlh@funk.org
 COMMENT=	Proxies non-SSL request over an SSL connection
 
 USE_OPENSSL=	YES
+
+PLIST=	bin/sslproxy
+DOCSDIR=	README.txt dummyCert.pem
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/sslproxy ${PREFIX}/bin/sslproxy
diff -ruN /usr/ports/security/sslproxy/pkg-plist ports/security/sslproxy/pkg-plist
--- /usr/ports/security/sslproxy/pkg-plist	Sun Aug  1 05:08:33 1999
+++ ports/security/sslproxy/pkg-plist	Thu Jan  1 01:00:00 1970
@@ -1,4 +0,0 @@
-bin/sslproxy
-share/doc/sslproxy/README.txt
-share/doc/sslproxy/dummyCert.pem
-@dirrm share/doc/sslproxy
--- sslproxy.diff ends here ---



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



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