pkgsrc/devel/subversion16/Makefile.version
obache 0618b438ec Update subversion16 to 1.6.23.
This release addresses three security issues:
    CVE-2013-1968: fsfs repository corruption caused by newline characters in filenames
    CVE-2013-2088: contrib hook-scripts can allow arbitrary code execution
    CVE-2013-2112: svnserve remotely triggerable DoS.
2013-06-29 07:57:37 +00:00

11 lines
412 B
Text

# $NetBSD: Makefile.version,v 1.3 2013/06/29 07:57:37 obache 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.6.23
.endif