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/Pkgfile | |
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/Pkgfile')
-rw-r--r-- | subversion/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |