aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2021-02-13 13:38:51 +0000
committerDimitry Andric <dim@FreeBSD.org>2021-02-13 13:38:51 +0000
commit0ff1014944897f4f3ffa4462406cdee920b53400 (patch)
tree1498d71e0bff16baff0368268a4e807ba6026761 /usr.bin
parent95138d09d20a539cd483783f8b3d2d7052dfd793 (diff)
downloadsrc-0ff1014944897f4f3ffa4462406cdee920b53400.tar.gz
src-0ff1014944897f4f3ffa4462406cdee920b53400.zip
Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a
summary of changes, or for a more thorough overview: https://subversion.apache.org/docs/release-notes/1.14 NOTE 1: There is no need to dump and reload repositories, and the working copy format is still the same as Subversion 1.8 through 1.13. NOTE 2: The upstream release also contains a fix for a security issue in mod_dav_svn (CVE-2020-17525), but since we do not build or use any Apache modules, it is not an issue for the FreeBSD base system. Relnotes: yes MFC after: 3 days
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/svn/lib/libsvn_subr/Makefile1
-rw-r--r--usr.bin/svn/svn_private_config.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/svn/lib/libsvn_subr/Makefile b/usr.bin/svn/lib/libsvn_subr/Makefile
index 20e728f4642d..b5490b3972b3 100644
--- a/usr.bin/svn/lib/libsvn_subr/Makefile
+++ b/usr.bin/svn/lib/libsvn_subr/Makefile
@@ -8,6 +8,7 @@ INTERNALLIB= yes
LIB= svn_subr
SRCS= adler32.c \
+ apr_escape.c \
atomic.c \
auth.c \
base64.c \
diff --git a/usr.bin/svn/svn_private_config.h b/usr.bin/svn/svn_private_config.h
index c923728d6a49..d748e077183c 100644
--- a/usr.bin/svn/svn_private_config.h
+++ b/usr.bin/svn/svn_private_config.h
@@ -122,7 +122,7 @@
#define PACKAGE_NAME "subversion"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "subversion 1.14.0"
+#define PACKAGE_STRING "subversion 1.14.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "subversion"
@@ -131,7 +131,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.14.0"
+#define PACKAGE_VERSION "1.14.1"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1