summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2015-08-09 05:22:53 +0000
committerpeter <peter@FreeBSD.org>2015-08-09 05:22:53 +0000
commit83a1d47de7deea71231d77f808b9eae6ec715730 (patch)
tree4c5c6ad83f47d362f3abbcd7b55139de88e47205 /usr.bin/svn
parent72322b0e204dba32447a1c89e194509ed50dabe5 (diff)
downloadFreeBSD-src-83a1d47de7deea71231d77f808b9eae6ec715730.zip
FreeBSD-src-83a1d47de7deea71231d77f808b9eae6ec715730.tar.gz
Update svnlite from 1.8.10 to 1.8.14. This is mostly for client-side bug
fixes and quality of life improvements. While there are security issues in this time frame that affect usage as a server (eg: linked into apache), this isn't possible here.
Diffstat (limited to 'usr.bin/svn')
-rw-r--r--usr.bin/svn/svn_private_config.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.bin/svn/svn_private_config.h b/usr.bin/svn/svn_private_config.h
index 3583d6e..40da1cb 100644
--- a/usr.bin/svn/svn_private_config.h
+++ b/usr.bin/svn/svn_private_config.h
@@ -105,7 +105,7 @@
#define PACKAGE_NAME "subversion"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "subversion 1.8.10"
+#define PACKAGE_STRING "subversion 1.8.14"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "subversion"
@@ -114,11 +114,14 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.8.10"
+#define PACKAGE_VERSION "1.8.14"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
+/* Defined to allow building against httpd 2.4 with broken auth */
+/* #undef SVN_ALLOW_BROKEN_HTTPD_AUTH */
+
/* Define to the Python/C API format character suitable for apr_int64_t */
#define SVN_APR_INT64_T_PYCFMT "l"
@@ -129,10 +132,10 @@
#define SVN_BINDIR "/usr/bin"
/* Defined to the config.guess name of the build system */
-#define SVN_BUILD_HOST "bikeshed-malachite-topaz-amber-freebsd"
+#define SVN_BUILD_HOST "bikeshed-rgb-freebsd"
/* Defined to the config.guess name of the build target */
-#define SVN_BUILD_TARGET "bikeshed-malachite-topaz-amber-freebsd"
+#define SVN_BUILD_TARGET "bikeshed-rgb-freebsd"
/* The path of a default editor for the client. */
/* #undef SVN_CLIENT_EDITOR */
@@ -153,7 +156,7 @@
#define SVN_FS_WANT_DB_PATCH 14
/* Define if compiler provides atomic builtins */
-#define SVN_HAS_ATOMIC_BUILTINS 0
+/* #undef SVN_HAS_ATOMIC_BUILTINS */
/* Is GNOME Keyring support enabled? */
/* #undef SVN_HAVE_GNOME_KEYRING */
OpenPOWER on IntegriCloud