fa80af2e38
Upstream changelog (from CHANGELOG.md): ## 1.10.3 / 2019-04-22 ### Security Notes [MRI] Pulled in upstream patch from libxslt that addresses CVE-2019-11068. Full details are available in [#1892](https://github.com/sparklemotion/nokogiri/issues/1892). Note that this patch is not yet (as of 2019-04-22) in an upstream release of libxslt. ## 1.10.2 / 2019-03-24 ### Security * [MRI] Remove support from vendored libxml2 for future script macros. [#1871] * [MRI] Remove support from vendored libxml2 for server-side includes within attributes. [#1877] ### Bug fixes * [JRuby] Fix node ownership in duplicated documents. [#1060] * [JRuby] Rethrow exceptions caught by Java SAX handler. [#1847, #1872] (Thanks, @adjam!)
24 lines
796 B
Makefile
24 lines
796 B
Makefile
# $NetBSD: Makefile,v 1.46 2019/06/22 04:11:59 tsutsui Exp $
|
|
|
|
DISTNAME= nokogiri-1.10.3
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= http://nokogiri.org/
|
|
COMMENT= HTML, XML, SAX, and Reader parser with XPath and CSS selector support
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mini_portile2>=2.4.0<2.5.0:../../misc/ruby-mini_portile2
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
USE_TOOLS+= pkg-config
|
|
MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
OVERRIDE_GEMSPEC+= :files ports/archives/libxml2-2.9.9.tar.gz= \
|
|
ports/archives/libxslt-1.1.33.tar.gz=
|
|
|
|
.include "../../devel/ruby-pkg-config/tool.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|