diff options
author | Jose V Beneyto <sepen@crux.nu> | 2013-09-10 19:21:53 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2013-09-10 19:22:32 +0200 |
commit | 7145ec6f0c36e4fd7eb260efd4d41e7df396db94 (patch) | |
tree | 3ad0f63f2049a6efc95c0dba86ca896faaaa9835 /subversion | |
parent | edb76c5c68f4bc7652e6287fa9294abf51411c4e (diff) | |
download | opt-7145ec6f0c36e4fd7eb260efd4d41e7df396db94.tar.gz opt-7145ec6f0c36e4fd7eb260efd4d41e7df396db94.tar.xz |
[notify] subversion: updated to 1.8.3
This release addresses three security issues:
CVE-2013-4246: fsfs: corruption from editing packed revision properties
CVE-2013-4262: admin-side tools: symlink attack against pid file
CVE-2013-4246: svnserve: symlink attack against pid file
More information on these vulnerabilities, including the relevant
advisories and potential attack vectors and workarounds, can be found
on the Subversion security website:
http://subversion.apache.org/security/
For a complete list of changes, please see:
http://svn.apache.org/repos/asf/subversion/tags/1.8.3/CHANGES
Diffstat (limited to 'subversion')
-rw-r--r-- | subversion/.md5sum | 2 | ||||
-rw-r--r-- | subversion/Pkgfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/subversion/.md5sum b/subversion/.md5sum index a2784a74c..71eeef2b5 100644 --- a/subversion/.md5sum +++ b/subversion/.md5sum @@ -1 +1 @@ -f2ee0471b8a560f5efa0f2349d9c9ab9 subversion-1.8.1.tar.bz2 +7d7bd97347a4491e1ffb529563ce2e9e subversion-1.8.3.tar.bz2 diff --git a/subversion/Pkgfile b/subversion/Pkgfile index b7bf1869c..6fa10d3fa 100644 --- a/subversion/Pkgfile +++ b/subversion/Pkgfile @@ -5,7 +5,7 @@ # Depends on: apr serf expat sqlite3 name=subversion -version=1.8.1 +version=1.8.3 release=1 source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2) |