From 57d5d351ec2ed7dd83f6789841cd38f2eb1aa721 Mon Sep 17 00:00:00 2001 From: "maciag.artur" Date: Mon, 22 Mar 2010 10:38:25 +0000 Subject: skipfish version bump git-svn-id: http://piczu-overlay.googlecode.com/svn/trunk@78 0805d722-a2c2-11dd-9b86-41075523de00 --- net-analyzer/skipfish/Manifest | 4 +-- net-analyzer/skipfish/skipfish-1.09_beta.ebuild | 47 ------------------------ net-analyzer/skipfish/skipfish-1.10_beta.ebuild | 48 +++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 49 deletions(-) delete mode 100644 net-analyzer/skipfish/skipfish-1.09_beta.ebuild create mode 100644 net-analyzer/skipfish/skipfish-1.10_beta.ebuild diff --git a/net-analyzer/skipfish/Manifest b/net-analyzer/skipfish/Manifest index 64baabb..ec24281 100644 --- a/net-analyzer/skipfish/Manifest +++ b/net-analyzer/skipfish/Manifest @@ -1,4 +1,4 @@ DIST skipfish-1.05b.tgz 180023 RMD160 55ff79b0f94e7ae9a4563f43a73ff5ffb3c30a21 SHA1 bbf8b8297b7ebb1f8e9681ac18db8ef74ad885c6 SHA256 4cc0d74dfa5fdb014876cbabed0d51a5b110075a4f42c5099e87696d6f6490b8 -DIST skipfish-1.09b.tgz 180450 RMD160 74a3f78c55a665ee8dc9afa0437c2a1c5e5b76f3 SHA1 0045664e7fae909d0edcaf9bc446ffba3c5985e1 SHA256 1867cfc8c2d07df09c83d58652643111b826e0d39c4f8c5f8edcf19a1e36f13c +DIST skipfish-1.10b.tgz 180423 RMD160 f6bc04e4d9e5a0a7b17c3019aa609c56f40f12dc SHA1 b9bc1f09a7b83cd52a923ec25227870bcb1c02e2 SHA256 c0b3d0b1dd5dae47c8bfd2df0fa6d829ade9d597ed2f4338779c5bc6c257dd71 EBUILD skipfish-1.05_beta.ebuild 1062 RMD160 22bb965988ae06ada1b26bc176e1038261627705 SHA1 591c8e051418c05600ffd858faddbdd12864a638 SHA256 e132a2e2c06dc7c518ecd3b9e069c85e9108744d8602987319dd024770e87365 -EBUILD skipfish-1.09_beta.ebuild 984 RMD160 e9636126e313acd789a2258dac1249daa66e2e51 SHA1 85d510c54b724d52408fa7076cc2c2eab79c1a9c SHA256 91f0337ecd4b53156a863fccda2cf3a01444be6ddc14a2fc4401dd7e81a01f68 +EBUILD skipfish-1.10_beta.ebuild 1002 RMD160 d57c2d05d5254727f9bf3feeab33c91112ace9be SHA1 0074be0432f45a2e98373593da3436aa379f190d SHA256 8396f9560957fca205567aefef9980fe1edc28d6f452261447dcb39712ed34b3 diff --git a/net-analyzer/skipfish/skipfish-1.09_beta.ebuild b/net-analyzer/skipfish/skipfish-1.09_beta.ebuild deleted file mode 100644 index 84ce871..0000000 --- a/net-analyzer/skipfish/skipfish-1.09_beta.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit - -MY_PV=${PV/_beta/b} -MY_P=${PN}-${MY_PV} - -DESCRIPTION="Web application security scanner" -HOMEPAGE="http://code.google.com/p/skipfish/" -SRC_URI="http://skipfish.googlecode.com/files/${MY_P}.tgz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="net-dns/libidn" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN} - -src_prepare() { - # Change assets path - sed -i 's/assets/\/usr\/share\/skipfish\/assets/g' report.c skipfish.c || die "sed failed" -} - -src_install() { - dobin skipfish - - insinto /usr/share/${PN}/dictionaries - doins dictionaries/*.wl - insinto /usr/share/${PN}/assets - doins assets/* - - dodoc README dictionaries/README-FIRST ChangeLog -} - -pkg_postinst() { - echo - elog "See README-FIRST in /usr/share/doc/${P}/ to pick a dictionary and use with -W option:" - elog " ${PN} -W /usr/share/${PN}/dictionaries/" - echo -} diff --git a/net-analyzer/skipfish/skipfish-1.10_beta.ebuild b/net-analyzer/skipfish/skipfish-1.10_beta.ebuild new file mode 100644 index 0000000..f40c572 --- /dev/null +++ b/net-analyzer/skipfish/skipfish-1.10_beta.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +inherit + +MY_PV=${PV/_beta/b} +MY_P=${PN}-${MY_PV} + +DESCRIPTION="Web application security scanner" +HOMEPAGE="http://code.google.com/p/skipfish/" +SRC_URI="http://skipfish.googlecode.com/files/${MY_P}.tgz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="dev-libs/openssl + net-dns/libidn" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${PN} + +src_prepare() { + # Change assets path + sed -i 's/assets/\/usr\/share\/skipfish\/assets/g' report.c skipfish.c || die "sed failed" +} + +src_install() { + dobin skipfish + + insinto /usr/share/${PN}/dictionaries + doins dictionaries/*.wl + insinto /usr/share/${PN}/assets + doins assets/* + + dodoc README dictionaries/README-FIRST ChangeLog +} + +pkg_postinst() { + echo + elog "See README-FIRST in /usr/share/doc/${P}/ to pick a dictionary and use with -W option:" + elog " ${PN} -W /usr/share/${PN}/dictionaries/" + echo +} -- cgit v1.2.3-65-gdbad