subversion 1.6.17dfsg-2ubuntu1 source package in Ubuntu
Changelog
subversion (1.6.17dfsg-2ubuntu1) precise; urgency=low * Resynchronise with Debian. Remaining changes: - Create pot file on build. - Build a python-subversion-dbg package. - Build-depend on default-jre-headless/-jdk. - Do not apply java-build patch. - debian/rules: Manually create the doxygen output directory, otherwise we get weird build failures when running parallel builds. - Disable the serf backend because serf is in universe. * Sync up python-subversion-dbg control fields with python-subversion. subversion (1.6.17dfsg-2) unstable; urgency=low * Standards-Version: 3.9.2. Also, multiarch. * Move to debhelper level 7. * patches/perl-warning: New patch to suppress a bogus Perl undef warning. (Closes: #422699) * patches/swig2-compat: New patch from upstream to build with swig 2.x. (Closes: #634049) * patches/perl-compiler-flags: New patch from upstream to address an issue brought to light by Perl 5.14. (Closes: #628507) * patches/sasl-mem-handling: New patch from upstream to fix a crash with svn:// URLs and SASL authentication. (Closes: #631765) * patches/svn2cl-upstream: Use --non-interactive in svn2cl to avoid hanging on, e.g., password prompts. (Closes: #443860) * patches/python-exception-syntax: New patch: Fix a couple instances of literal string exceptions in Python, which don't work in 2.6+. (Closes: #585358) * Remove some preinst/postinst magic that hasn't been needed in years. * Split authz_svn.load away from dav_svn.load, since most users do not need both. New installs will enable only dav_svn by default. * Restart apache in libapache2-svn postinst. (Closes: #610236, #628990) * Improve symbols file with (regex)__ catchall for private symbols not otherwise accounted for. (Closes: #607544) I'm also including a workaround for rapidsvn, to be removed when 0.14 is released. * Add ${misc:Depends} everywhere. Drop libsvn-java dependency on a jre. Thanks, Lintian. * Remove the extra copy of jquery supplied by doxygen, from libsvn-doc. Doesn't seem to even be used. Thanks, Lintian. * patches/po: New patch from Laurent Bigonville to fix minor issues in fr.po and ja.po. (Closes: #607381) * Move to dh_lintian, and fix up the overrides a bit. subversion (1.6.17dfsg-1) unstable; urgency=high * New upstream version. Includes security fixes: - CVE-2011-1752: Remotely triggered crash in mod_dav_svn - CVE-2011-1783: Remotely triggered memory exhaustion in mod_dav_svn - CVE-2011-1921: Content leak of certain files marked unreadable * svn-bisect: Support $SVN environment variable, requested by Daniel Shahaf upstream. * Update Lintian overrides to account for python through 2.9, in case that ever comes to be. subversion (1.6.16dfsg-1) unstable; urgency=high * New upstream version. - Fixes CVE-2011-0715: Remotely crash mod_dav_svn anonymously via a lock token. * patches/change-range: New patch to support -cA-B syntax on command line. * Stop using svn-make-config.c; we can do the same just by running svn itself in a controlled home directory. Delete debian/tools/. -- Colin Watson <email address hidden> Wed, 16 Nov 2011 16:08:09 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Precise
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
subversion_1.6.17dfsg.orig.tar.gz | 7.4 MiB | 45a8a067b65cfe5326f9676f991d82f39d67f8309c35e58f67e689eb702679d0 |
subversion_1.6.17dfsg-2ubuntu1.diff.gz | 106.0 KiB | 222a0e57713d6284483cc13fc1377cfc7036d9c691619aa8dbc4135280bec096 |
subversion_1.6.17dfsg-2ubuntu1.dsc | 3.1 KiB | 107116ce12e5a8e6d9563a17e7940ca2c1b28b1addd5880b90dc1195365bf1ba |
Available diffs
Binary packages built by this source
- libapache2-svn: Subversion server modules for Apache
This package provides the mod_dav_svn and mod_authz_svn modules for
the Apache 2.2 web server. These modules provide Subversion's WebDAV
server backend, to serve repositories over the http and https
protocols. See the 'subversion' package for more information.
- libsvn-dev: Development files for Subversion libraries
This package contains the symlinks, headers, and object files needed
to compile and link programs which use libsvn1, the Subversion
libraries. This package is needed only in order to compile software
that uses libsvn1.
- libsvn-doc: Developer documentation for libsvn
This package contains development (API) documentation for libsvn1, the
Subversion libraries. See the 'libsvn1' package for more information.
- libsvn-java: Java bindings for Subversion
This is a set of Java classes which provide the functionality of
libsvn, the Subversion libraries. It is useful if you want to, for
example, write a Java class that manipulates a Subversion repository
or working copy. See the 'subversion' package for more information.
- libsvn-perl: Perl bindings for Subversion
This is a set of Perl interfaces to libsvn, the Subversion libraries.
It is useful if you want to, for example, write a Perl script that
manipulates a Subversion repository or working copy. See the
'subversion' package for more information.
- libsvn-ruby: Ruby bindings for Subversion (dummy package)
This is a dummy package to install the Subversion library bindings for
the default version of Ruby.
- libsvn-ruby1.8: Ruby bindings for Subversion
This is a set of Ruby interfaces to libsvn, the Subversion libraries.
It is useful if you want to, for example, write a Ruby script that
manipulates a Subversion repository or working copy. See the
'subversion' package for more information.
- libsvn1: Shared libraries used by Subversion
This package includes shared libraries to manipulate Subversion (svn)
repositories and working copies. See the 'subversion' package for
more information.
- python-subversion: Python bindings for Subversion
This is a set of Python interfaces to libsvn, the Subversion
libraries. It is useful if you want to, for example, write a Python
script that manipulates a Subversion repository or working copy. See
the 'subversion' package for more information.
- python-subversion-dbg: Python bindings for Subversion (debug extension)
This is a set of Python interfaces to libsvn, the Subversion
libraries. It is useful if you want to, for example, write a Python
script that manipulates a Subversion repository or working copy. See
the 'subversion' package for more information.
.
This package contains the extension built for the python debug interpreter.
- subversion: Advanced version control system
Subversion, also known as svn, is a version control system much like
the Concurrent Versions System (CVS). Version control systems allow
many individuals (who may be distributed geographically) to
collaborate on a set of files (typically source code). Subversion has
all the major features of CVS, plus certain new features that CVS
users often wish they had.
.
This package includes the Subversion client (svn), tools to create a
Subversion repository (svnadmin) and to make a repository available
over a network (svnserve).
- subversion-tools: Assorted tools related to Subversion
This package includes miscellaneous tools for use with Subversion
clients and servers:
* svn-backup-dumps: Incremental dumpfile-based backup script
* svn-bisect: Bisect revisions to find a regression
* svn-clean: Remove unversioned files from a working copy
* svn-fast-backup: rsync-based backup script for FSFS repositories
* svn-hot-backup: Backup script, primarily for BDB repositories
* svn_apply_autoprops: Apply property settings from
.subversion/config file to an existing repository
* svn_load_dirs: Sophisticated replacement for 'svn import'
* svn2cl: Generate GNU-style changelog from repository history
* svnmerge: Maintain merge history between two related branches
(mostly obsolete as of Subversion 1.5)
* svnwrap: Set umask to 002 before calling svn or svnserve
* several example hook scripts: commit-access- control, commit-email,
log-police, mailer, svnperms, verify-po
.
NOTE that some of these scripts are unsupported by upstream, and may
change radically or disappear in future releases. The Recommended
packages are each required by at least one of these scripts.