6a5676a512
This release fixes two security issues: CVE-2015-5259: Remotely triggerable heap overflow and out-of-bounds read caused by integer overflow in the svn:// protocol parser. http://subversion.apache.org/security/CVE-2015-5259-advisory.txt CVE-2015-5343: Remotely triggerable heap overflow and out-of-bounds read in mod_dav_svn caused by integer overflow when parsing skel-encoded request bodies. http://subversion.apache.org/security/CVE-2015-5343-advisory.txt
32 lines
877 B
Makefile
32 lines
877 B
Makefile
# $NetBSD: Makefile,v 1.56 2015/12/18 17:49:06 adam Exp $
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-subversion-${SVNVER}
|
|
COMMENT= Ruby bindings for Subversion
|
|
|
|
.include "../../devel/subversion/Makefile.common"
|
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
REPLACE_RUBY_DIRS= tools
|
|
|
|
CONFIGURE_ENV+= RUBY=${RUBY:Q}
|
|
CONFIGURE_ARGS+= --with-ruby-sitedir=${PREFIX}/${RUBY_VENDORLIB_BASE}
|
|
|
|
BUILD_TARGET= swig-rb
|
|
INSTALL_TARGET= install-swig-rb
|
|
|
|
TEST_TARGET= check-swig-rb
|
|
|
|
INSTALLATION_DIRS+= ${SVNEXAMPLES:S/${PREFIX}\///}/ruby
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/build-outputs.mk
|
|
${CP} ${FILESDIR}/build-outputs.mk ${WRKSRC}/build-outputs.mk
|
|
|
|
post-install:
|
|
${RM} ${DESTDIR}${PREFIX}/${RUBY_VENDORARCHLIB}/svn/ext/*.la
|
|
${INSTALL_DATA} ${WRKSRC}/tools/*/*.rb ${DESTDIR}${SVNEXAMPLES}/ruby
|
|
|
|
.include "../../devel/subversion-base/buildlink3.mk"
|
|
.include "../../lang/ruby/modules.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|