![]() ![]() | ![]() |
subversion: update to 1.14.4 This is a security release but the issue is Windows-only AFAICT. This is a stable bugfix and security release of the Apache Subversion open source version control system. Among regular bug fixes, this release fixes CVE-2024-45720: Subversion command line argument injection on Windows platforms On Windows platforms, a "best fit" character encoding conversion of command line arguments to Subversion's executables (e.g., svn.exe, etc.) may lead to unexpected command line argument interpretation, including argument injection and execution of other programs, if a specially crafted command line argument string is processed. UNIX-like platforms are not affected. Reported by: Orange Tsai and splitline from DEVCORE Research Team Full advisory: https://subversion.apache.org/security/CVE-2024-45720-advisory.txt https://subversion.apache.org/security/CVE-2024-45720-advisory.txt.asc
# $NetBSD: Makefile,v 1.94 2024/10/09 21:15:42 bsiegert Exp $ PKGNAME= ${RUBY_PKGPREFIX}-subversion-${SVNVER} COMMENT= Ruby bindings for Subversion .include "../../devel/subversion/Makefile.common" TOOLS_BROKEN+= perl 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} -f ${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"