opnsense-ports/security/blindelephant/files/patch-setup.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
545 B
Python

--- setup.py.orig 2010-08-20 15:32:51.000000000 +0200
+++ setup.py 2010-08-20 15:33:03.000000000 +0200
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(
- name='BlindElephant',
+ name='blindelephant',
version='1.0',
description='Uses static file fingerprinting to determine the version of web applications and plugins installed at a url',
author="Patrick Thomas",
@@ -17,4 +17,4 @@
"Topic :: Internet :: WWW/HTTP"
"Programming Language :: Python :: 2.6"
]
-)
\ No newline at end of file
+)