mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
archivers/lizard: update to latest GH commit to address security vulnerability
PR: 257863 Reported by: decke MFH: 2024Q1 Security: 67c2eb06-5579-4595-801b-30355be24654
This commit is contained in:
parent
423249a9a0
commit
ad004d81f7
@ -1,7 +1,7 @@
|
||||
PORTNAME= lizard
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= tagattie@FreeBSD.org
|
||||
@ -18,11 +18,12 @@ CPE_VENDOR= lizard_project
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= inikep
|
||||
GH_TAGNAME= af8518ccb8c68e062a8c80205ff07d56a2e77dd4
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lizard \
|
||||
${STAGEDIR}/${PREFIX}/lib/liblizard.so.1.0.0
|
||||
${STAGEDIR}${PREFIX}/lib/liblizard.so.1.0.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1550625881
|
||||
SHA256 (inikep-lizard-v1.0_GH0.tar.gz) = 6f666ed699fc15dc7fdaabfaa55787b40ac251681b50c0d8df017c671a9457e6
|
||||
SIZE (inikep-lizard-v1.0_GH0.tar.gz) = 213732
|
||||
TIMESTAMP = 1706687556
|
||||
SHA256 (inikep-lizard-v1.0-af8518ccb8c68e062a8c80205ff07d56a2e77dd4_GH0.tar.gz) = 8974cd29527741c43e21eb6b82a30c6d10fa55fd3909b0c44011acb169ee6a00
|
||||
SIZE (inikep-lizard-v1.0-af8518ccb8c68e062a8c80205ff07d56a2e77dd4_GH0.tar.gz) = 214408
|
||||
|
@ -3,6 +3,7 @@ bin/lizardcat
|
||||
bin/unlizard
|
||||
include/lizard_common.h
|
||||
include/lizard_compress.h
|
||||
include/lizard_decompress.h
|
||||
include/lizard_frame.h
|
||||
lib/liblizard.a
|
||||
lib/liblizard.so
|
||||
|
Loading…
Reference in New Issue
Block a user