pkgsrc/devel/subversion/Makefile.version
bsiegert cd289653e5 Update Subversion to 1.9.5.
This release fixes one security issue:

   CVE-2016-8734:
   Unrestricted XML entity expansion in mod_dontdothat and Subversion
   clients using http(s)://
   http://subversion.apache.org/security/CVE-2016-8734-advisory.txt
2016-11-29 20:12:41 +00:00

11 lines
414 B
Text

# $NetBSD: Makefile.version,v 1.78 2016/11/29 20:12:41 bsiegert 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.5
.endif