network/p0f: Updated for version 3.06b.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
David Spencer 2013-05-19 09:12:20 -04:00 committed by dsomero
parent 49d6b4b8b6
commit 454f898ef4
4 changed files with 10 additions and 12 deletions

View file

@ -10,6 +10,3 @@ To build and install the optional signature and API tools, specify
TOOLS=yes to the SlackBuild, for example TOOLS=yes to the SlackBuild, for example
TOOLS=yes sh p0f.SlackBuild TOOLS=yes sh p0f.SlackBuild
If you are upgrading from p0f version 2.0.8, please note that the files
/etc/p0f/p0f{a,o,r}.fp are no longer used and can be removed.

View file

@ -25,7 +25,7 @@
# Modified by the SlackBuilds.org project # Modified by the SlackBuilds.org project
PRGNAM=p0f PRGNAM=p0f
VERSION=${VERSION:-3.05b} VERSION=${VERSION:-3.06b}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -91,7 +91,6 @@ if [ "${TOOLS:-no}" = "yes" ]; then
cp -f $t $PKG/usr/bin/ cp -f $t $PKG/usr/bin/
strip --strip-unneeded $PKG/usr/bin/$t strip --strip-unneeded $PKG/usr/bin/$t
done done
cp -a README-TOOLS $PKG/usr/doc/$PRGNAM-$VERSION
cd .. cd ..
fi fi
@ -99,6 +98,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cd docs cd docs
cp -a COPYING ChangeLog README TODO existential-notes.txt \ cp -a COPYING ChangeLog README TODO existential-notes.txt \
$PKG/usr/doc/$PRGNAM-$VERSION $PKG/usr/doc/$PRGNAM-$VERSION
[ "${TOOLS:-no}" = "yes" ] && cp -a ../tools/README-TOOLS \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="p0f" PRGNAM="p0f"
VERSION="3.05b" VERSION="3.06b"
HOMEPAGE="http://lcamtuf.coredump.cx/p0f3/" HOMEPAGE="http://lcamtuf.coredump.cx/p0f3/"
DOWNLOAD="http://lcamtuf.coredump.cx/p0f3/releases/p0f-3.05b.tgz" DOWNLOAD="http://lcamtuf.coredump.cx/p0f3/releases/p0f-3.06b.tgz"
MD5SUM="edbc4b135b2646db3227a441268fd2e2" MD5SUM="1a07d6220d9e57d8d098905b7ca6844a"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""

View file

@ -1,8 +1,8 @@
# HOW TO EDIT THIS FILE: # HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line # The "handy ruler" below makes it easier to edit a package description.
# up the first '|' above the ':' following the base package name, and the '|' # Line up the first '|' above the ':' following the base package name, and
# on the right side marks the last column you can put a character in. You must # the '|' on the right side marks the last column you can put a character in.
# make exactly 11 lines for the formatting to be correct. It's also # You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines. # customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------| |-----handy-ruler------------------------------------------------------|