Change logs for subversion source package in Hardy

  • subversion (1.5.1dfsg1-1ubuntu2~hardy3) hardy-backports; urgency=low
    
      * Backported security fix from intrepid (LP: #411849)
     -- Arnd Hannemann <email address hidden>   Mon, 17 Aug 2009 18:48:17 +0200
  • subversion (1.5.1dfsg1-1ubuntu2~hardy2) hardy-backports; urgency=low
    
      * Switched libneon-gnutls-dev to libneon-dev to
        fix issues with openssl and SSL certificates.
        This matchs the configuration of Subversion in
        hardy (LP: #265065)
    
     -- Michael Casadevall <email address hidden>   Fri, 12 Sep 2008 21:35:59 -0400
  • subversion (1.5.1dfsg1-1ubuntu2~hardy1) hardy-backports; urgency=low
    
      * Source backport for Hardy Backports (LP: #247514)
        - Change back to Hardy Java package structure:
          - debian/control: Change build-dep from default-jdk to
            java-gcj-compat-dev and libsvn-java dep from default-jre to gij
          - debian/rules: Change from /usr/lib/jvm/default-jdk to
            /usr/lib/jvm/java-gcj
          - Renable java-build patch in debian/patches/series
    
     -- Scott Kitterman <email address hidden>   Thu, 04 Sep 2008 08:20:15 -0400
  • subversion (1.4.6dfsg1-2ubuntu1.3) hardy-security; urgency=low
    
      * SECURITY UPDATE: denial of service via request containing lock token
        - debian/patches/CVE-2011-0715.dpatch: correctly handle locks being
          passed when authn isn't enabled in subversion/mod_dav_svn/repos.c,
          subversion/mod_dav_svn/version.c.
        - CVE-2011-0715
     -- Marc Deslauriers <email address hidden>   Tue, 22 Mar 2011 08:14:06 -0400
  • subversion (1.4.6dfsg1-2ubuntu1.2) hardy-security; urgency=low
    
      * SECURITY UPDATE: denial of service via SVNParentPath walking
        - debian/patches/CVE-2010-4539.patch: don't try and walk SVNParentPath
          collection in subversion/mod_dav_svn/repos.c.
        - CVE-2010-4539
     -- Marc Deslauriers <email address hidden>   Fri, 14 Jan 2011 12:50:15 -0600
  • subversion (1.4.6dfsg1-2ubuntu1.1) hardy-security; urgency=low
    
      * SECURITY UPDATE: remote arbitrary code execution via integer overflow.
        - added debian/patches/fix-binary-diff-security, backported from
          upstream.
        - CVE-2009-2411
    
     -- Kees Cook <email address hidden>   Thu, 06 Aug 2009 08:58:47 -0700
  • subversion (1.4.6dfsg1-2ubuntu1) hardy; urgency=low
    
      * Merge with Debian; remaining changes:
        - Create pot file on build.
        - Fix bashisms in tools/po/po-update.sh.
        - Build for all supported python versions.
        - Build a python-subversion-dbg package.
        - debian/rules: Do not let the failed ruby swig tests fail the build. They
          are currently broken, work in progress in Debian (Debian #453166).
        - Drop hppa java support.
    
    subversion (1.4.6dfsg1-2) unstable; urgency=low
    
      * subversion.NEWS: Add a note about the db4.6 upgrade.  (Closes: #465432)
      * rules: use dh_link rather than hand-rolled symlink management.
        Closes: #465609 in the process.
      * rules: Define DEB_HOST_ARCH and friends before using them, to fix
        FTBFSes on the non-java architectures.
    
     -- Matthias Klose <email address hidden>   Tue, 11 Mar 2008 06:28:25 +0000
  • subversion (1.4.6dfsg1-0ubuntu1) hardy; urgency=low
    
      * Merge with Debian svn repository (trunk r823); remaining changes:
        - Create pot file on build.
        - Fix bashisms in tools/po/po-update.sh.
        - Build for all supported python versions.
        - Build a python-subversion-dbg package.
        - debian/rules: Do not let the failed ruby swig tests fail the build. They
          are currently broken, work in progress in Debian (Debian #453166).
        - Drop hppa java support.
    
    subversion (1.4.6dfsg1-1) UNRELEASED; urgency=low
    
      * New upstream version.
      * Build with db 4.6, to match apr-util.
      * patches/svn-clean-manpage: New patch, fix a small typo.  (Closes: #441827)
      * patches/neon27: New patch from upstream trunk to support neon 0.27.
        - control: build-depend on libneon27-dev.
        - rules: no longer --disable-neon-version-check.
      * patches/ruby-newswig: New patch to work with swig 1.3.33. (Closes: #453166)
      * patches/python-memleak: New patch to fix a serious memory leak in the
        Python bindings.  Thanks to Jelmer Vernooij.  (Closes: #428755)
      * control: spell 'Source-Version' as 'binary:Version' for political
        correctness.  (Or for clarity.)
      * control: add appropriate Vcs-Svn and Vcs-Browser fields.
      * control: subversion-tools Recommends: rsync.  (Closes: #459023)
      * patches/svn2cl: update svn2cl to 0.9 (from upstream trunk).
      * rules,control: no java on armel.  (Closes: #441757)
      * patches/commit-email: use original 'sendmail' commit-email.pl mode,
        rather than the direct SMTP feature.  (Closes: #447824)
      * rules: do not run 'dh_testroot' or 'make extraclean' in clean rule.
    
     -- Matthias Klose <email address hidden>   Wed, 30 Jan 2008 12:45:05 +0100
  • subversion (1.4.4dfsg1-1ubuntu5) hardy; urgency=medium
    
      * Add debian/patches/python-memleak: Fix major memory leak in the
        Python bindings. Taken from Debian SVN head. (LP: #54253)
    
     -- Jelmer Vernooij <email address hidden>   Fri, 18 Jan 2008 01:28:28 +0100
  • subversion (1.4.4dfsg1-1ubuntu4) hardy; urgency=low
    
      * debian/control:
        - libneon 26 -> 27.
        - libdb 4.4 -> 4.6.
        - Bump libaprutil1-dev build dependency to ensure that we build against
          one that also links against db4.6.
      * Add debian/patches/neon27: Fix configure tests for defining the
        right version #defines for libneon27. Taken from Debian SVN head.
      * Add debian/patches/ruby-newswig: Fix duplicate symbols in SWIG so that it
        actually builds. Taken from Debian SVN head. (Debian #458771)
      * debian/rules: Do not let the failed ruby swig tests fail the build. They
        are currently broken, work in progress in Debian (Debian #453166).
    
     -- Martin Pitt <email address hidden>   Thu, 03 Jan 2008 10:16:24 +0100
  • subversion (1.4.4dfsg1-1ubuntu3) gutsy; urgency=low
    
      * Build separate libsvn_swig_py libraries for each python version.
        LP: #91848.
    
     -- Matthias Klose <email address hidden>   Thu, 27 Sep 2007 11:10:46 +0200