pkgsrc/devel/subversion/Makefile.version
adam bc6eeddd34 Subversion 1.9.7:
This is a stable security release of the Apache Subversion open source
version control system.  It fixes one security issue:

    CVE-2017-9800:
    Arbitrary code execution on clients through malicious svn+ssh URLs in
    svn:externals and svn:sync-from-url
    http://subversion.apache.org/security/CVE-2017-9800-advisory.txt
2017-08-12 22:04:31 +00:00

11 lines
410 B
Text

# $NetBSD: Makefile.version,v 1.80 2017/08/12 22:04:31 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.9.7
.endif