pkgsrc/devel/subversion/Makefile.version
adam d03d666f7e Changes 1.8.10:
This release addresses two security issues:
    CVE-2014-3522: ra_serf improper validation of wildcards in SSL certs.
    CVE-2014-3528: credentials cached with svn may be sent to wrong server.
2014-08-13 09:08:55 +00:00

11 lines
411 B
Text

# $NetBSD: Makefile.version,v 1.70 2014/08/13 09:08:55 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.8.10
.endif