From ba54a5db460b4f1c6a48f01561d1edace0d0413e Mon Sep 17 00:00:00 2001 From: "maciag.artur" Date: Tue, 23 Mar 2010 19:54:45 +0000 Subject: skipfish version bump git-svn-id: http://piczu-overlay.googlecode.com/svn/trunk@81 0805d722-a2c2-11dd-9b86-41075523de00 --- net-analyzer/skipfish/Manifest | 2 + net-analyzer/skipfish/skipfish-1.10_beta.ebuild | 48 ---------------------- net-analyzer/skipfish/skipfish-1.14_beta.ebuild | 53 ------------------------- net-analyzer/skipfish/skipfish-1.15_beta.ebuild | 53 +++++++++++++++++++++++++ 4 files changed, 55 insertions(+), 101 deletions(-) delete mode 100644 net-analyzer/skipfish/skipfish-1.10_beta.ebuild delete mode 100644 net-analyzer/skipfish/skipfish-1.14_beta.ebuild create mode 100644 net-analyzer/skipfish/skipfish-1.15_beta.ebuild diff --git a/net-analyzer/skipfish/Manifest b/net-analyzer/skipfish/Manifest index 8f01a99..b979027 100644 --- a/net-analyzer/skipfish/Manifest +++ b/net-analyzer/skipfish/Manifest @@ -1,6 +1,8 @@ DIST skipfish-1.05b.tgz 180023 RMD160 55ff79b0f94e7ae9a4563f43a73ff5ffb3c30a21 SHA1 bbf8b8297b7ebb1f8e9681ac18db8ef74ad885c6 SHA256 4cc0d74dfa5fdb014876cbabed0d51a5b110075a4f42c5099e87696d6f6490b8 DIST skipfish-1.10b.tgz 180423 RMD160 f6bc04e4d9e5a0a7b17c3019aa609c56f40f12dc SHA1 b9bc1f09a7b83cd52a923ec25227870bcb1c02e2 SHA256 c0b3d0b1dd5dae47c8bfd2df0fa6d829ade9d597ed2f4338779c5bc6c257dd71 DIST skipfish-1.14b.tgz 172677 RMD160 6260170da3f04d1b1824af15e0b2dc40cb82ede2 SHA1 0f5c7043969e168ca9d2c4a97d5782709d730668 SHA256 e589568cab86ec36301d192ac50d4e2231eede6722fd9207ce650223d3dcdbf8 +DIST skipfish-1.15b.tgz 173103 RMD160 053f98b5465c117f9d37261f50b27dd68f71fb27 SHA1 ec0bbd22806841dfd01de248a211770f5f083ed3 SHA256 c4ccf5b1cd7efdd32a41b90c7211d7cb96fef76fc0cbab4c9a9ea5efb866c7bf EBUILD skipfish-1.05_beta.ebuild 1062 RMD160 22bb965988ae06ada1b26bc176e1038261627705 SHA1 591c8e051418c05600ffd858faddbdd12864a638 SHA256 e132a2e2c06dc7c518ecd3b9e069c85e9108744d8602987319dd024770e87365 EBUILD skipfish-1.10_beta.ebuild 1002 RMD160 d57c2d05d5254727f9bf3feeab33c91112ace9be SHA1 0074be0432f45a2e98373593da3436aa379f190d SHA256 8396f9560957fca205567aefef9980fe1edc28d6f452261447dcb39712ed34b3 EBUILD skipfish-1.14_beta.ebuild 1236 RMD160 1e45f727cbc3c03821b09829d3ae86f7bac9bbb7 SHA1 b7b87d6b6cb7ac22434a9f82974e49fde9c77357 SHA256 ccd285c151720a31c9029fc32499fc509da882dee59d7b1eeffc92ca7e15dede +EBUILD skipfish-1.15_beta.ebuild 1236 RMD160 1e45f727cbc3c03821b09829d3ae86f7bac9bbb7 SHA1 b7b87d6b6cb7ac22434a9f82974e49fde9c77357 SHA256 ccd285c151720a31c9029fc32499fc509da882dee59d7b1eeffc92ca7e15dede diff --git a/net-analyzer/skipfish/skipfish-1.10_beta.ebuild b/net-analyzer/skipfish/skipfish-1.10_beta.ebuild deleted file mode 100644 index f40c572..0000000 --- a/net-analyzer/skipfish/skipfish-1.10_beta.ebuild +++ /dev/null @@ -1,48 +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="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 -} diff --git a/net-analyzer/skipfish/skipfish-1.14_beta.ebuild b/net-analyzer/skipfish/skipfish-1.14_beta.ebuild deleted file mode 100644 index 27d03c5..0000000 --- a/net-analyzer/skipfish/skipfish-1.14_beta.ebuild +++ /dev/null @@ -1,53 +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="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' config.h || die "sed failed" - # Change default dictionary path - sed -i 's/skipfish.wl/\/usr\/share\/skipfish\/dictionaries\/default.wl/g' config.h || 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() { - elog - elog "Check out /usr/share/${PN}/dictionaries/ for other dictionaries" - elog "See README-FIRST in /usr/share/doc/${P}/ to pick a dictionary" - elog - elog "Having problems with your scans? Be sure to visit:" - elog " http://code.google.com/p/skipfish/wiki/KnownIssues" - elog -} diff --git a/net-analyzer/skipfish/skipfish-1.15_beta.ebuild b/net-analyzer/skipfish/skipfish-1.15_beta.ebuild new file mode 100644 index 0000000..27d03c5 --- /dev/null +++ b/net-analyzer/skipfish/skipfish-1.15_beta.ebuild @@ -0,0 +1,53 @@ +# 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' config.h || die "sed failed" + # Change default dictionary path + sed -i 's/skipfish.wl/\/usr\/share\/skipfish\/dictionaries\/default.wl/g' config.h || 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() { + elog + elog "Check out /usr/share/${PN}/dictionaries/ for other dictionaries" + elog "See README-FIRST in /usr/share/doc/${P}/ to pick a dictionary" + elog + elog "Having problems with your scans? Be sure to visit:" + elog " http://code.google.com/p/skipfish/wiki/KnownIssues" + elog +} -- cgit v1.2.3-65-gdbad