www/gitlab-ce: use required loofah version 2.18

This commit is contained in:
Matthias Fechner 2022-10-04 20:23:33 +02:00
parent b5ab302b3f
commit ded292009f
5 changed files with 34 additions and 2 deletions

View File

@ -1739,6 +1739,7 @@
SUBDIR += rubygem-liquid4
SUBDIR += rubygem-loggability
SUBDIR += rubygem-loofah
SUBDIR += rubygem-loofah218
SUBDIR += rubygem-ltsv
SUBDIR += rubygem-markaby
SUBDIR += rubygem-mdl

View File

@ -0,0 +1,24 @@
PORTNAME= loofah
PORTVERSION= 2.18.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 218
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Library for manipulating HTML/XML documents and fragments
WWW= https://github.com/flavorjones/loofah
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \
rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri
USES= cpe gem
USE_RUBY= yes
NO_ARCH= yes
CPE_VENDOR= loofah_project
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1664907327
SHA256 (rubygem/loofah-2.18.0.gem) = 61975a247a6aeb8f09ac5a3430305451efc4525c0b9b79c05feaec35a8b9d5a3
SIZE (rubygem/loofah-2.18.0.gem) = 31232

View File

@ -0,0 +1,4 @@
Loofah is a general library for manipulating HTML/XML documents and fragments.
It's built on top of Nokogiri and libxml2, so it's fast and has a nice API.
Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML
sanitizers, which are based on HTML5lib's whitelist.

View File

@ -1,6 +1,6 @@
PORTNAME= gitlab-ce
PORTVERSION= 15.2.5
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= www devel
MAINTAINER= mfechner@FreeBSD.org
@ -171,7 +171,7 @@ MY_DEPENDS= git>=2.32.0:devel/git \
rubygem-kubeclient>=4.9.2<4.10.0:www/rubygem-kubeclient \
rubygem-sanitize>=6.0<7:textproc/rubygem-sanitize \
rubygem-babosa>=1.0.4<1.1.0:textproc/rubygem-babosa \
rubygem-loofah>=2.18.0<3.0:textproc/rubygem-loofah \
rubygem-loofah218>=2.18.0<2.19:textproc/rubygem-loofah218 \
rubygem-licensee>=9.14.1<9.15:devel/rubygem-licensee \
rubygem-charlock_holmes>=0.7.7<0.8.0:textproc/rubygem-charlock_holmes \
rubygem-ruby-magic>=0.5.4<1:devel/rubygem-ruby-magic \