subversion 1.9.2-3ubuntu1 source package in Ubuntu
Changelog
subversion (1.9.2-3ubuntu1) xenial; urgency=medium * Merge with Debian unstable, remaining changes: - Build a python-subversion-dbg package. - Build-depend on python-all-dbg. - Only build on requested python versions (X-Python-Versions:). - debian/patches/verbose-tests: Make tests verbose. * Drop CVE patches that are included in this new upstream version. subversion (1.9.2-3) unstable; urgency=medium * Re-enable libsvn-java on kfreebsd-*. * Ensure swig2.0 is used to avoid build failures, until upstream figures out how to work with swig >= 3.0. (Closes: #804389) * Fix FTBFS with Ruby 2.2 (Closes: #803589) + Add ruby-frozen-nil patch to create a new Object instead of trying to make modifications to the nil object. + Add ruby-test-unit patch to be compatible with the ruby-test-unit gem as well as the older test-unit API provided by minitest. subversion (1.9.2-2) unstable; urgency=medium * Fix FTBFS with older Ruby versions by using RbConfig['vendorarchdir'] to find the .a/.la files we're deleting. subversion (1.9.2-1) unstable; urgency=medium * New upstream release + Fix crash when saving credentials in kwallet. (Closes: #736879, LP: #563179) subversion (1.9.1-1) unstable; urgency=medium * New upstream release + Remove direct use of svn_fs_open2 from libsvn_fs_x, thus fixing the missing svn_fs_open2 symbol. (Closes: #795160) * Enable gpg verification of new releases. * Rename bash-completion file to svn and add symlinks for all other commands which have completion. (Closes: #797648) * debian/tests/libapache2-mod-svn: Stop apache2 before ending the test, to avoid leaving stray processes running. subversion (1.9.0-1) unstable; urgency=medium * Upload to unstable * New upstream release. + Security fixes - CVE-2015-3184: Mixed anonymous/authenticated path-based authz with httpd 2.4 - CVE-2015-3187: svn_repos_trace_node_locations() reveals paths hidden by authz * Add >= 2.7 requirement for python-all-dev Build-Depends, needed to run tests. * Remove Build-Conflicts against ruby-test-unit. (Closes: #791844) * Remove patches/apache_module_dependency in favor of expressing the dependencies in authz_svn.load/dav_svn.load. * Build-Depend on apache2-dev (>= 2.4.16) to ensure ap_some_authn_required() is available when building mod_authz_svn and Depend on apache2-bin (>= 2.4.16) for runtime support. subversion (1.9.0~rc3-1) experimental; urgency=medium * New upstream pre-release. * Point the Vcs-* URLs at the right directory subversion (1.9.0~rc2-2) experimental; urgency=medium * Bump minimum JDK version to 1.6 in accordance with upstream change, “javahl: requires Java 1.6 (r1677003)” - This causes libsvn-java to no longer be available where gcj is the only available Java implementation subversion (1.9.0~rc2-1) experimental; urgency=medium * New upstream pre-release. Refresh patches. subversion (1.9.0~rc1-2) experimental; urgency=medium * Install bash completion to /usr/share/bash-completion/completions * Add dav_svn_get_repos_path2 symbol to apache_module_dependency patch. (Closes: #786903) subversion (1.9.0~rc1-1) experimental; urgency=medium * New upstream pre-release. Refresh patches. + Remove backported patches libtoolize, ruby2.0-build-fixes, test-failure-with-optimizations, CVE-2014-3580, CVE-2014-8108, CVE-2015-0202, CVE-2015-0248, CVE-2015-0251. + New svn-vendor tool, alternative to svn_load_dirs. + svn-bench renamed to svnbench and moved to subversion package. + fsfs-stats tool replaced by the "stats" subcommand of the new svnfsfs command. + Minimum supported version of serf bumped to 1.3.4. + pkgconfig files are available for the various libsvn_* libraries. + Fix “access forbidden” errors when performing a diff on a remote repository when the user does not have access to the parent directory. (Closes: #739278) * debian/rules: Add new generated files to clean target * debian/control: + Remove Troy Heber from Uploaders, at his request. Thanks for all the fish! + Add dh-python to Build-Depends -- Adam Conrad <email address hidden> Thu, 10 Dec 2015 09:44:29 -0700
Upload details
- Uploaded by:
- Adam Conrad
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- vcs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
subversion_1.9.2.orig.tar.gz | 10.1 MiB | 6fe6ef49114e9ca2942063e339ce886078612c4e6cc58f268a2ff4db4cf0cf19 |
subversion_1.9.2-3ubuntu1.diff.gz | 2.3 MiB | 39549b03ac28d4e9ee009faf169ca695725931e609fb39bf229d007bd665f453 |
subversion_1.9.2-3ubuntu1.dsc | 3.2 KiB | 69004f36f26b74ceec81ffba838d6f684206205bf9fde9b1494698356eaa77a2 |
Available diffs
Binary packages built by this source
- libapache2-mod-svn: Apache Subversion server modules for Apache httpd
This package provides the mod_dav_svn and mod_authz_svn modules for
the Apache 2.4 web server. These modules provide Apache Subversion's WebDAV
server backend, to serve repositories over the http and https
protocols. See the 'subversion' package for more information.
- libapache2-mod-svn-dbgsym: debug symbols for package libapache2-mod-svn
This package provides the mod_dav_svn and mod_authz_svn modules for
the Apache 2.4 web server. These modules provide Apache Subversion's WebDAV
server backend, to serve repositories over the http and https
protocols. See the 'subversion' package for more information.
- libapache2-svn: Apache Subversion server modules for Apache httpd (dummy package)
This is a transition package to install the Apache Subversion server
module for Apache httpd. You may remove this package if nothing depends
on it.
- libsvn-dev: Development files for Apache Subversion libraries
This package contains the symlinks, headers, and object files needed
to compile and link programs which use libsvn1, the Apache Subversion
libraries. This package is needed only in order to compile software
that uses libsvn1.
- libsvn-dev-dbgsym: debug symbols for package libsvn-dev
This package contains the symlinks, headers, and object files needed
to compile and link programs which use libsvn1, the Apache 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
Apache Subversion libraries. See the 'libsvn1' package for more information.
- libsvn-java: Java bindings for Apache Subversion
This is a set of Java classes which provide the functionality of
libsvn, the Apache 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-java-dbgsym: debug symbols for package libsvn-java
This is a set of Java classes which provide the functionality of
libsvn, the Apache 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 Apache Subversion
This is a set of Perl interfaces to libsvn, the Apache 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-perl-dbgsym: debug symbols for package libsvn-perl
This is a set of Perl interfaces to libsvn, the Apache 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-ruby1.8: Ruby bindings for Apache Subversion (dummy package)
This is a transition package to install the Apache Subversion library
bindings for Ruby 1.8. You may remove this package if nothing depends
on it.
- libsvn1: Shared libraries used by Apache Subversion
This package includes shared libraries to manipulate Apache Subversion
(svn) repositories and working copies. See the 'subversion' package for
more information.
- libsvn1-dbgsym: debug symbols for package libsvn1
This package includes shared libraries to manipulate Apache Subversion
(svn) repositories and working copies. See the 'subversion' package for
more information.
- python-subversion: Python bindings for Apache Subversion
This is a set of Python interfaces to libsvn, the Apache 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.
- ruby-svn: Ruby bindings for Apache Subversion
This is a set of Ruby interfaces to libsvn, the Apache 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.
- ruby-svn-dbgsym: debug symbols for package ruby-svn
This is a set of Ruby interfaces to libsvn, the Apache 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.
- subversion: Advanced version control system
Apache Subversion, also known as svn, is a centralised version control
system. Version control systems allow many individuals (who may be
distributed geographically) to collaborate on a set of files (source
code, websites, etc). Subversion began with a CVS paradigm and
supports all the major features of CVS, but has evolved to support
many features that CVS users often wish they had.
.
This package includes the Subversion client (svn), repository
administration tools (svnadmin, svnlook) and a network server (svnserve).
- subversion-dbg: Debug symbols for Apache Subversion
This package contains debug symbols for libsvn1 and its dependent packages
including subversion, libapache2-mod-svn, and the various programming language
interfaces.
- subversion-dbgsym: debug symbols for package subversion
Apache Subversion, also known as svn, is a centralised version control
system. Version control systems allow many individuals (who may be
distributed geographically) to collaborate on a set of files (source
code, websites, etc). Subversion began with a CVS paradigm and
supports all the major features of CVS, but has evolved to support
many features that CVS users often wish they had.
.
This package includes the Subversion client (svn), repository
administration tools (svnadmin, svnlook) and a network server (svnserve).
- subversion-tools: Assorted tools related to Apache Subversion
This package includes miscellaneous tools for use with Apache 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'
* svnwrap: Set umask to 002 before calling svn or svnserve
* fsfs-access-map: Convert strace output into FSFS access map
* 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. Some of these
scripts require packages on the Recommends list.
- subversion-tools-dbgsym: debug symbols for package subversion-tools
This package includes miscellaneous tools for use with Apache 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'
* svnwrap: Set umask to 002 before calling svn or svnserve
* fsfs-access-map: Convert strace output into FSFS access map
* 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. Some of these
scripts require packages on the Recommends list.