Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2004 08:52:06 GMT
From:      Yonatan <Yonatan@Xpert.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/69943: New port: security/spike-proxy
Message-ID:  <200408030852.i738q66P090206@www.freebsd.org>
Resent-Message-ID: <200408030900.i7390l43086906@freefall.freebsd.org>

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

>Number:         69943
>Category:       ports
>Synopsis:       New port: security/spike-proxy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 03 09:00:47 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yonatan
>Release:        4.10
>Organization:
N/A
>Environment:
4.10-STABLE #1
>Description:
Committer, fellow porters, this is the ugliest port I've ever done.
Please please please don't use it as anything remotely like learning material.

It's working now, and the only thing that bothers portlint is the
hyphen in the port name. It's supposed to be there. "spike" has also
a fuzzer, which I intend to port, sometime. If it really annoys you,
I won't object too much to naming it "spikeproxy".

Committer, here are my excuses:
. The first REINPLACE is to rid the scripts of linuxizm
(#!/usr/bin/python).
. I couldn't separate the python scripts from the other python
scripts or text files. The only solution I found was to dump
everything into DATADIR. Since "dump everything" means "cp -Rp",
we have to clean-up a bit. I chose to remove .bak files created by the
mentioned REINPLACE. If you want to be cleaner, there are also .bat
files, some *~ and the GNU License that we don't like to replicate.
. Ofcourse, you have to have something in PREFIX/bin for the user to
run. a simple link doesn't work (surprise), so a tiny sh script was
in order.

P.S.
The following warning show up when running. Relax, it's working.
--snip
ntlm/des.py:20: DeprecationWarning: Non-ASCII character '\xd7' in file ntlm/des_c.py on line 22, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
  import des_c, ntlmutils
ntlm/ntlm_procs.py:21: DeprecationWarning: Non-ASCII character '\xef' in file ntlm/md4.py on line 91, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
  import des, md4, ntlmutils
--snap
>How-To-Repeat:
N/A
>Fix:
http://j.xpert.com/FreeBSD/ports/spike-proxy.shar
>Release-Note:
>Audit-Trail:
>Unformatted:



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