update 3.7.1 -> 3.7.8
This commit is contained in:
parent
946e70b78c
commit
9dd6eea2ff
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2019/09/26 06:37:40 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2020/03/09 07:23:48 sebastia Exp $
|
||||
|
||||
COMMENT = WordPress security scanner
|
||||
|
||||
DISTNAME = wpscan-3.7.1
|
||||
DISTNAME = wpscan-3.7.8
|
||||
CATEGORIES = security
|
||||
|
||||
HOMEPAGE = https://wpscan.org/
|
||||
@ -13,7 +13,7 @@ MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
RUN_DEPENDS += security/ruby-cms_scanner,${MODRUBY_FLAVOR},>=0.6,<0.7
|
||||
RUN_DEPENDS += security/ruby-cms_scanner,${MODRUBY_FLAVOR},>=0.8,<0.9
|
||||
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wpscan-3.7.1.gem) = XsGGXriRpF0FuSU65AJcDvcPNJjjk2bQELCv6T9ug6s=
|
||||
SIZE (wpscan-3.7.1.gem) = 52736
|
||||
SHA256 (wpscan-3.7.8.gem) = LKa4yOx+Ldfr2X4ZOCaTdwrnzi0ZGN79USwS3HLkuWA=
|
||||
SIZE (wpscan-3.7.8.gem) = 53248
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2019/09/26 06:37:40 sebastia Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2020/03/09 07:23:48 sebastia Exp $
|
||||
${GEM_BIN}/wpscan
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
@ -44,7 +44,9 @@ ${GEM_LIB}/gems/${DISTNAME}/app/finders/interesting_findings/upload_sql_dump.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/interesting_findings/wp_cron.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/main_theme/
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/main_theme.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/main_theme/css_style.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/main_theme/css_style_in_404_page.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/main_theme/css_style_in_homepage.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/main_theme/urls_in_404_page.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/main_theme/urls_in_homepage.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/main_theme/woo_framework_meta_generator.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/medias/
|
||||
@ -67,6 +69,7 @@ ${GEM_LIB}/gems/${DISTNAME}/app/finders/plugins/header_pattern.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/plugins/javascript_var.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/plugins/known_locations.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/plugins/query_parameter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/plugins/urls_in_404_page.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/plugins/urls_in_homepage.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/plugins/xpath.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/theme_version/
|
||||
@ -76,6 +79,7 @@ ${GEM_LIB}/gems/${DISTNAME}/app/finders/theme_version/woo_framework_meta_generat
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/themes/
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/themes.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/themes/known_locations.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/themes/urls_in_404_page.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/themes/urls_in_homepage.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/timthumb_version/
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/timthumb_version.rb
|
||||
@ -94,7 +98,7 @@ ${GEM_LIB}/gems/${DISTNAME}/app/finders/users/wp_json_api.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/users/yoast_seo_author_sitemap.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/wp_items/
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/wp_items.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/wp_items/urls_in_homepage.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/wp_items/urls_in_page.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/wp_version/
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/wp_version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/app/finders/wp_version/atom_generator.rb
|
||||
|
Loading…
Reference in New Issue
Block a user