summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/Makefile.inc
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2016-04-30 10:35:42 +0000
committerdim <dim@FreeBSD.org>2016-04-30 10:35:42 +0000
commit245ac6d4f0cb142b1ba230e08f6af2a10f8c4f38 (patch)
tree35b3646d6b257f362913e6fe6e25ab17924f4797 /usr.bin/svn/Makefile.inc
parentadbdb09be1de3c529f4010b567c3c3562b87b08f (diff)
downloadFreeBSD-src-245ac6d4f0cb142b1ba230e08f6af2a10f8c4f38.zip
FreeBSD-src-245ac6d4f0cb142b1ba230e08f6af2a10f8c4f38.tar.gz
Update from subversion 1.9.2 to 1.9.4.
This contains only bug fixes, no new features. The repository format is also unchanged from 1.9.2. Full list of changes between 1.9.4 and earlier versions: https://svn.apache.org/repos/asf/subversion/tags/1.9.4/CHANGES Note that the two security issues fixed in 1.9.4 (CVE-2016-2167 and CVE-2016-2168) do not affect the version of Subversion in the FreeBSD base system, since neither SASL nor Apache modules are enabled. Relnotes: yes MFC after: 2 weeks
Diffstat (limited to 'usr.bin/svn/Makefile.inc')
-rw-r--r--usr.bin/svn/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/svn/Makefile.inc b/usr.bin/svn/Makefile.inc
index 2621238..7404de4 100644
--- a/usr.bin/svn/Makefile.inc
+++ b/usr.bin/svn/Makefile.inc
@@ -15,7 +15,7 @@ PACKAGE= svn
SVNDIR= ${.CURDIR}/../../../contrib/subversion/subversion
APRU= ${.CURDIR}/../../../contrib/apr-util
APR= ${.CURDIR}/../../../contrib/apr
-WARNS?= 0 # defintely not warns friendly
+WARNS?= 0 # definitely not warns friendly
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
OpenPOWER on IntegriCloud