File:
[cvs.NetBSD.org] /
pkgsrc /
devel /
subversion /
Makefile
Revision
1.76:
download - view:
text,
annotated -
select for diffs
Wed Oct 9 21:15:42 2024 UTC (5 months, 2 weeks ago) by
bsiegert
Branches:
MAIN
CVS tags:
pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
HEAD
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.76 2024/10/09 21:15:42 bsiegert Exp $
PKGNAME= subversion-${SVNVER}
COMMENT= Version control system, meta-package
META_PACKAGE= yes
.include "../../devel/subversion/Makefile.common"
DEPENDS+= subversion-base-${SVNVER}{,nb[0-9]*}:../../devel/subversion-base
DEPENDS+= ${APACHE_PKG_PREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../www/ap2-subversion
DEPENDS+= p5-subversion-${SVNVER}{,nb[0-9]*}:../../devel/p5-subversion
DEPENDS+= ${PYPKGPREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../devel/py-subversion
DEPENDS+= ${RUBY_PKGPREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../devel/ruby-subversion
.if !empty(PKG_OPTIONS:Mjava)
# The standard implementation of java is non-portable and non-free, so
# we do not depend on it by default.
DEPENDS+= java-subversion-${SVNVER}{,nb[0-9]*}:../../devel/java-subversion
.endif
CATEGORIES+= meta-pkgs
.include "../../lang/python/pyversion.mk"
.include "../../lang/ruby/rubyversion.mk"
.include "../../mk/apache.mk"
.include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>