summaryrefslogtreecommitdiff
path: root/dev-util/log4shelldetect
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-27 09:01:23 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-27 09:01:23 +0100
commitd305208ca7a258fb77809f63c895764345c61919 (patch)
tree0cad8513aa2c5697092cb2897e97903edc322535 /dev-util/log4shelldetect
parentfe618c8b8c934661d2297b2aeb0615a48e787691 (diff)
gentoo auto-resync : 27:07:2022 - 09:01:23
Diffstat (limited to 'dev-util/log4shelldetect')
-rw-r--r--dev-util/log4shelldetect/Manifest2
-rw-r--r--dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/log4shelldetect/Manifest b/dev-util/log4shelldetect/Manifest
index b12da30b16df..9da020c6a6c1 100644
--- a/dev-util/log4shelldetect/Manifest
+++ b/dev-util/log4shelldetect/Manifest
@@ -1,4 +1,4 @@
DIST log4shelldetect-0.0.7-deps.tar.xz 2091460 BLAKE2B 56c46d28360fba2cb817c26596558678bbc774a6b42e099ccb4fb83e853481a6c1c0c4582a0c123b57768dc2d486d8eef4d0a41a8f8f08c8d3455b6d9ce4fd48 SHA512 0f3926b24d6e70591b11f55b4480f84886a6d5428b4974256e7e94d0b73741552f5791c686a40e52dc190844414183beea6735004dfa17d9141a3fa1d7fd29b4
DIST log4shelldetect-0.0.7.tar.gz 12524179 BLAKE2B 4646572de44a910cc467f8d0f17f40a10a30be32fbf594726c57d7a31bee69fec0b6473219fd89452fe35d670ce8b878299f4d409d3f1d86e6311c87c9fc6975 SHA512 3bb4ec886047bda07dac3303c8f589e5d32db99aaa86da82cc8ad8bfc217ac265b080f9e29b8c5b6a57b6b3f6963a9d8e1429f334e61b3c3fc5170098d2b7145
-EBUILD log4shelldetect-0.0.7.ebuild 522 BLAKE2B 9b5e81366084a68c31d7ff4ef7c6d2fb0edf87761063b9bca1603bb3f92e1038ce002428b6767a026e13a321408a95d6d62262ad625eb7aca90cb3eccb69de60 SHA512 1199a9df2a6787d8586ee975307e8a4c363ae9dfa03dd1365171e587bb40c73ba96684ec2da6ac641d65a1c18742ec7d8f05638d64962200da90b4205a7cb973
+EBUILD log4shelldetect-0.0.7.ebuild 524 BLAKE2B b87f785b8419619b001fa1fc7b163bad5f5bca108c69474e8343376272d9a55729bea6ea58e88d6aea85b89166f79d7a839991f3728b5f128a0450b9d98bfe6a SHA512 44f0a8998bf400cfb05be2ca0a56c9a72ddb87dc76c8392c8d4fa769844848ec54df98027770aef07b1c2bff887a0f24f340155015fb8857da57f121a4677ae7
MISC metadata.xml 243 BLAKE2B 63665ae2020bc799fa6ebd6e1fca6755be6498803fdbc17cc630f9f4ffa03fbd46a9ad396e70adc3bc1c32b0a746fe4bab1c6291f32e68e636251207bca9e95c SHA512 78eab20831018fcf4957171a83aaaca9ced53380e01f083c07450c30fa1adfc02dd50ff2fa9f491dd62802f6e779264add1c47a09ade0a35cda558c1d5529ad0
diff --git a/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild b/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild
index 578352422417..46ed42367c0d 100644
--- a/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild
+++ b/dev-util/log4shelldetect/log4shelldetect-0.0.7.ebuild
@@ -4,7 +4,7 @@
EAPI=8
inherit go-module
-DESCRIPTION="check for java programs vulnerable to log4shell"
+DESCRIPTION="Check for java programs vulnerable to log4shell"
HOMEPAGE="https://github.com/1lann/log4shelldetect"
SRC_URI="https://github.com/1lann/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
@@ -18,6 +18,6 @@ src_compile() {
}
src_install() {
-dobin log4shelldetect
-dodoc README.md
+ dobin log4shelldetect
+ dodoc README.md
}