New commits:
commit 18be4ed5148c69de1caa9a741a5477a5eea8ca43
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
libowfat: version 0.31
commit 5847ddd0358e2798d92beef3212cd2abe480ca57
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
subversion: support running as non-root in init script
This is kludgy and leaves much to be desired. For example, the
PID file is not cleaned up. Our init system really needs to support
running as differing user and in chroot via loadproc/killproc.
Also, those should actually use $PIDFILE and not only remove
/var/run/$base.pid in killproc.
diff --git a/collab/subversion/DETAILS b/collab/subversion/DETAILS
index 656e206..8a74a5a 100755
--- a/collab/subversion/DETAILS
+++ b/collab/subversion/DETAILS
@@ -1,6 +1,7 @@
SPELL=subversion
VERSION=1.9.4
SECURITY_PATCH=8
+ PATCHLEVEL=1
if [[ "$SVN_HEAD" == y ]]; then VERSION=${VERSION%.*}-HEAD; fi
SOURCE=$SPELL-$VERSION.tar.bz2
if [[ "$SVN_HEAD" == y ]]; then
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index e529d17..c2c34f0 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,7 @@
+2016-10-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * init.d/subversion{,.conf}: add support for running as non-root
+ * DETAILS: PATCHLEVEL++
+
2016-04-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.9.4, SECURITY_PATCH++, fixes CVE-2016-2167 and
CVE-2016-2168
diff --git a/collab/subversion/init.d/subversion
b/collab/subversion/init.d/subversion
index 13f437e..5db3313 100755
--- a/collab/subversion/init.d/subversion
+++ b/collab/subversion/init.d/subversion
@@ -2,7 +2,7 @@