[ubuntu/precise] subversion 1.6.17dfsg-2ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Wed Nov 16 16:25:18 UTC 2011


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/.

Date: Wed, 16 Nov 2011 16:08:09 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/subversion/1.6.17dfsg-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 16 Nov 2011 16:08:09 +0000
Source: subversion
Binary: subversion libsvn1 libsvn-dev libsvn-doc libapache2-svn python-subversion python-subversion-dbg subversion-tools libsvn-java libsvn-perl libsvn-ruby1.8 libsvn-ruby
Architecture: source
Version: 1.6.17dfsg-2ubuntu1
Distribution: precise
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 libapache2-svn - Subversion server modules for Apache
 libsvn-dev - Development files for Subversion libraries
 libsvn-doc - Developer documentation for libsvn
 libsvn-java - Java bindings for Subversion
 libsvn-perl - Perl bindings for Subversion
 libsvn-ruby - Ruby bindings for Subversion (dummy package)
 libsvn-ruby1.8 - Ruby bindings for Subversion
 libsvn1    - Shared libraries used by Subversion
 python-subversion - Python bindings for Subversion
 python-subversion-dbg - Python bindings for Subversion (debug extension)
 subversion - Advanced version control system
 subversion-tools - Assorted tools related to Subversion
Closes: 422699 443860 585358 607381 607544 610236 628507 628990 631765 634049
Changes: 
 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/.
Checksums-Sha1: 
 f9675d0fa7fd02e7533604a704b538b072a85f89 3148 subversion_1.6.17dfsg-2ubuntu1.dsc
 e353f97fdeb6aefa37c6db45e8c22c4205cef4b7 7757112 subversion_1.6.17dfsg.orig.tar.gz
 7724b72782317930a971fbe960898f5a90c6d6a3 108531 subversion_1.6.17dfsg-2ubuntu1.diff.gz
Checksums-Sha256: 
 107116ce12e5a8e6d9563a17e7940ca2c1b28b1addd5880b90dc1195365bf1ba 3148 subversion_1.6.17dfsg-2ubuntu1.dsc
 45a8a067b65cfe5326f9676f991d82f39d67f8309c35e58f67e689eb702679d0 7757112 subversion_1.6.17dfsg.orig.tar.gz
 222a0e57713d6284483cc13fc1377cfc7036d9c691619aa8dbc4135280bec096 108531 subversion_1.6.17dfsg-2ubuntu1.diff.gz
Files: 
 82b60209a574949e2869bd0a142570cf 3148 vcs optional subversion_1.6.17dfsg-2ubuntu1.dsc
 2bb85bcf6f1fb1ccec11dc2b4c89463b 7757112 vcs optional subversion_1.6.17dfsg.orig.tar.gz
 550248217354c9ee74c8f0eef4890e24 108531 vcs optional subversion_1.6.17dfsg-2ubuntu1.diff.gz
Original-Maintainer: Peter Samuelson <peter at p12n.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iQIVAwUBTsPhCjk1h9l9hlALAQi65w/8CwEW1+PQuRRZqoVP9ibLTbddtlXYPwjf
hCxToTkb8CGVAsKP6O9KL543cCuXuRt8zGGrquhKPOZc4y4O9RWJBF4YDOkQuU8L
XqJp3nAUgv/GrhpoqMx/jZtt7HIhu7b+Lg8l3K/kAQDDBgENYtNTfbKHV5vAYAXj
CR0gyIXquPCbqfxjN/5/sBBijGmxn6a6923XsuworLf4nDg5cUirykVe+xL60o/L
q/zCy7837XLJ+40lbIFBU1+FTI+9YCm4Uc9wcb32QtOMWJ8dUwTvwqRmikOGuLp3
x9+m7kur6HqjXPz7vvJTUM1FLd8kzTjaDUi39scRFhgpjvJkUAISP5uA3R4FEljS
sJCM+mH+wR1A9sUCGkuVlSrybtwZSKCEPLaqkPdleV7TkgxgkTAJx60eikBTGdc/
JsfFF0Iv4I8eXPnIZJpHr4Qy/Cp+GidDlOgLO1L/9tayLmeJwhOrQAsjyCul29c3
LDCzSSSwCo6C7DEO2NyUMQOvb2GCRTETf/CEd4zHoFZT8bkHG2bOsrSgWFDBrAN6
Wwg76iKcUcx2mCL5k4oiiJDUPX2clD4Ww2hRcoBpjc/qieAVFX+yV1MeM5N/Whsr
h2Rlh7JkbD9kW36gtOlnjU2GQbueELb4Xhh1mgdbWOijNSzyMoPynrpZe6olM256
N8i6xyjD2hg=
=0ACQ
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list