File:  [cvs.NetBSD.org] / pkgsrc / devel / subversion / Makefile.version
Revision 1.91: download - view: text, annotated - select for diffs
Tue Dec 31 17:33:16 2024 UTC (2 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: HEAD
subversion: updated to 1.14.5

Apache Subversion 1.14.5. 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-46901: mod_dav_svn denial-of-service via control
characters in paths It has been discovered that the patch for CVE-2013-1968
was incomplete and unintentionally left mod_dav_svn vulnerable to control
characters in filenames. If a path or a revision-property which contains
control characters is committed to a repository then SVN operations served by
mod_dav_svn can be disrupted.

# $NetBSD: Makefile.version,v 1.91 2024/12/31 17:33:16 adam Exp $

# When updating subversion, all packages are updated at the same time
# to have a consistent set of packages.  A particularly tricky aspect
# is our interaction with the svn build system.  See the make target
# "svn-build-outputs-hack" in devel/subversion-base/Makefile when
# changing the version.

.if !defined(SVNVER)
SVNVER=		1.14.5
.endif

CVSweb <webmaster@jp.NetBSD.org>