mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
sqlmap: version bump
This commit is contained in:
parent
072441806a
commit
3846e40ad9
2 changed files with 52 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
DIST sqlmap-0.9.tar.gz 6216924 SHA256 9c76666d0555620329d949aca87571825adb8fcda9cd564e6410e1d2b6228c55 SHA512 dd942bac5bbd8f979c431de63ce91155fb789b4a3cab0c3c86f16417e9aeff757c5dd57f98b4a4a0622e344351d57563f8e159ce1b51d763ea230f9301ff0a3d WHIRLPOOL 44822d35e0113d6caba8838c00d84a5879c500cc286f2e025198b66f9ad1ada195dfccf09630213e1b500acda9fe71d194baf5ab2d4f97ecd6a68c6e2454dacd
|
||||
EBUILD sqlmap-0.9-r3.ebuild 1753 SHA256 906508c2a9607b8a9d40af7ec11322f514b587b81b3fe4f81a28aa5f0a12c95c SHA512 60d78c628a76e0cb8f543a450538024fbf32834f0a756a2d0a0cdb0d56a83825b228abb272bd4d6f27b88a7146d4aa82990af197bbe98cd0749224c8f8506420 WHIRLPOOL 3ca26ef34b318f0074ec7ce4b30739af70815b937335bba1cb8c3072e27e25a5e8062e0a33486dca8a6f23c174778019602043ad5d290948d245898c41ab857f
|
||||
EBUILD sqlmap-0.9_p20130314.ebuild 1636 SHA256 1501313fecf3d9261036b285368cdda431752f5e18e5b2f2031b3a5d16830bea SHA512 58cb2b46d6d9af0e17efb0c8102fa2bc5dc5abfcd82e670c6cd3f2013c8166d135f65bf5f76130059fec82e868d5b7f1a73e68424836bf6c8d2a4ce7e9a4a113 WHIRLPOOL 03c97f2497813e7488d1ebf2c53c2492fd79e77da55fdc9f439e9445e46f08ee35e8eece0b544c90e0b94794224e28bd62f75cac632935437e52391c9f3e33f4
|
||||
EBUILD sqlmap-0.9_p20130603.ebuild 1636 SHA256 c09ea0cf93175b2c601ed4541ccbd3000685d8d7e95ebafecb108c550887796b SHA512 74f32bbe8f82d3cdb93514119512757dc5681219d82f4f5835eb722505c64c52f17ddcaa43ccb2f2d16fae79f62b14cc495a8ee7f04cb703e71f7ca65f246476 WHIRLPOOL e0750ed00cd50a06b17699a2f4ab7d669a946e16023b765f03493c6a903d4b7017d38e2745ea1dc6ae61305fe6882b46bbd039234cb2248242c58b3b8ade1166
|
||||
EBUILD sqlmap-9999.ebuild 1570 SHA256 9be8572928ed6f26d644db25b395ee8f8b98402d025a37cb49fd6e254683f6c2 SHA512 f8df96cff04bcacd4e4550ba6cadd568ba6509b96963d2d33f05f3bbba519fda0b3c6cc1aed5752e274e55f43674e5fcc9900ce5e390c7169d3e7dd381700fba WHIRLPOOL 1dee4ce2fb6c21688eb0148fd4e406f0a1060479c02a63959be4f490ace16a806d48a53ef2564e6e97d758ee12627fa46b147a154231bc1761a29175e8663163
|
||||
|
|
|
|||
51
dev-db/sqlmap/sqlmap-0.9_p20130603.ebuild
Normal file
51
dev-db/sqlmap/sqlmap-0.9_p20130603.ebuild
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_DEPEND="2"
|
||||
|
||||
inherit python git-2
|
||||
|
||||
DESCRIPTION="A tool that automates the process of detecting and exploiting SQL injection flaws"
|
||||
HOMEPAGE="http://sqlmap.org"
|
||||
EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap.git"
|
||||
EGIT_COMMIT="3e0f747fad6f401d3245075778d79a985e134dbf"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
QA_PREBUILT="
|
||||
usr/share/${PN}/udf/mysql/linux/32/lib_mysqludf_sys.so
|
||||
usr/share/${PN}/udf/mysql/linux/64/lib_mysqludf_sys.so
|
||||
usr/share/${PN}/udf/postgresql/linux/32/8.2/lib_postgresqludf_sys.so
|
||||
usr/share/${PN}/udf/postgresql/linux/32/8.3/lib_postgresqludf_sys.so
|
||||
usr/share/${PN}/udf/postgresql/linux/32/8.4/lib_postgresqludf_sys.so
|
||||
usr/share/${PN}/udf/postgresql/linux/32/9.0/lib_postgresqludf_sys.so
|
||||
usr/share/${PN}/udf/postgresql/linux/64/8.2/lib_postgresqludf_sys.so
|
||||
usr/share/${PN}/udf/postgresql/linux/64/8.3/lib_postgresqludf_sys.so
|
||||
usr/share/${PN}/udf/postgresql/linux/64/8.4/lib_postgresqludf_sys.so
|
||||
usr/share/${PN}/udf/postgresql/linux/64/9.0/lib_postgresqludf_sys.so"
|
||||
|
||||
src_prepare() {
|
||||
python_convert_shebangs -r 2 "${S}"
|
||||
}
|
||||
|
||||
src_install () {
|
||||
# fix broken tarball
|
||||
find ./ -name .git | xargs rm -rf
|
||||
# Don't forget to disable the revision check since we removed the SVN files
|
||||
sed -i -e 's/= getRevisionNumber()/= "Unknown revision"/' lib/core/settings.py
|
||||
|
||||
dodoc doc/* || die "failed to add docs"
|
||||
rm -rf doc/
|
||||
dodir /usr/share/"${PN}"/
|
||||
|
||||
cp -R * "${D}"/usr/share/"${PN}"/
|
||||
dosym /usr/share/"${PN}"/sqlmap.py /usr/sbin/${PN}
|
||||
}
|
||||
Loading…
Reference in a new issue