-
subversion (1.5.1dfsg1-1ubuntu2.1) intrepid-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.5.1dfsg1-1ubuntu2) intrepid; urgency=low
* (Build-)depend on default-jre-headless/-jdk.
* Do not apply java-build patch.
-- Matthias Klose <email address hidden> Thu, 31 Jul 2008 08:29:58 +0000
-
subversion (1.5.1dfsg1-1ubuntu1) intrepid; urgency=low
* Merge with Debian; remaining changes:
- Create pot file on build.
- Build a python-subversion-dbg package.
subversion (1.5.1dfsg1-1) unstable; urgency=low
* New upstream release.
- Fixes some major corner cases in merge tracking.
- Fixes several crash bugs and regressions from 1.4 -> 1.5.
- patches/ruby-test-wc-normalize-compared-value: Remove, applied upstream.
* Symlink libsvn_ra_dav-1.so.1 -> libsvn_ra_neon-1.so.1 to avoid
breaking old packages that mistakenly linked to ra_dav. This was not
and is not supported, but at least one package did it. (Closes: #490423)
* Add a NEWS entry for 1.5.x in general.
* debian/watch: Add dversionmangle setting, thanks to lintian.
-- Matthias Klose <email address hidden> Sun, 27 Jul 2008 11:21:14 +0200
-
subversion (1.5.0dfsg1-4ubuntu2) intrepid; urgency=low
* Explicitely build-depend on libdb4.6-dev to match the db dependency
of libaprutil1-dev.
-- Matthias Klose <email address hidden> Mon, 07 Jul 2008 14:15:22 +0200
-
subversion (1.5.0dfsg1-4ubuntu1) intrepid; urgency=low
* Merge with Debian; remaining changes:
- Create pot file on build.
- Build a python-subversion-dbg package.
subversion (1.5.0dfsg1-4) unstable; urgency=medium
* Work around bug where 'make javahl' is not -j-safe.
subversion (1.5.0dfsg1-3) unstable; urgency=medium
* Bump shlibs file to libsvn1 (>= 1.5.0). (Closes: #488949)
* Fix typo in Build-Conflicts (libsvn-dev, not libsvn1-dev).
* Fix svnwrap(1) manpage inetd.conf example. (Closes: #462313)
subversion (1.5.0dfsg1-2) unstable; urgency=low
* Reenable Java support.
* patches/java-build: New patch to hack around incompatibilities between
Sun javah and gcj javah.
* Remove the last remnants of libsvn-javahl from the source package.
* Include upstream release notes file svn_1.5_releasenotes.html.
* Add svn-populate-node-origins-index (used in upgrading a repository
to 1.5) and svnmucc (useful client tool) to the subversion package.
-- Matthias Klose <email address hidden> Mon, 07 Jul 2008 13:44:50 +0200
-
subversion (1.5.0dfsg1-1ubuntu2) intrepid; urgency=low
* Do not build-depend on serf. The client can be compiled against either
libneon or libserf (or both), as they offer competing implementations.
serf is available in universe only.
-- Matthias Klose <email address hidden> Tue, 24 Jun 2008 15:05:21 +0000
-
subversion (1.5.0dfsg1-1ubuntu1) intrepid; urgency=low
* Merge with Debian; remaining changes:
- Create pot file on build.
- Build a python-subversion-dbg package.
subversion (1.5.0dfsg1-1) experimental; urgency=low
* New upstream release
- Update debian/contrib-license-audit, README.Debian-tarball
- Remove obsolete patches: jelmer-python-bindings, kaffe,
kaffe-javah, limit-zlib-link, neon27, python-memleak,
ruby-newswig, ruby-test-ra-race, svn-clean-manpage,
svn_load_dirs, swig-warning-124, testsuite-dont-use-os-popen3
* rules: Run autogen-swig for each python version.
(Not strictly needed, but it is the simplest approach.)
* Switch from dpatch to quilt.
* Policy 3.8.0:
- copyright: Delete copy of common-licenses/Apache-2.0
- control: Add Homepage field;
Wrap Uploaders field, which was > 80 columns
- rules: Support DEB_BUILD_OPTIONS=parallel=n;
Require DEB_BUILD_OPTIONS to be space-separated
- README.source: New file explaining quilt
* control: Add XS-Python-Version header, to suppress a warning
* control: Build-Conflicts: libsvn1-dev (<< 1.5); libtool can cause
trouble with installed .so files that don't contain needed symbols.
* control: New Build-Depends: libserf-0-0-dev, libsasl2-dev.
* control: Simplify Depends/Recommends to assume etch or newer. (Keep
some old Conflicts/Replaces/Provides.) Delete the libsvn-javahl etch
transition package.
* control: libsvn-java: I believe it needs java5 now, not just java2.
Hence gij | java5-runtime-headless.
* patches/perl-test-syntax-error: New patch borrowed from upstream, to
fix a perl5.10 issue in one of the tests.
* patches/ruby-test-wc-normalize-compared-value: New patch borrowed from
upstream, to fix a ruby test failure.
* patches/svn2cl: Split into svn2cl-upstream and svn2cl-debian.
Update svn2cl-upstream to 0.10 from upstream trunk.
* patches/apr-abi: Small adjustment to reduce libtool warnings.
* patches/out-of-tree-build-fixes: New patch: fix a few issues with
building outside the source tree.
* rules: Disable Java for the first upload to experimental, as I'm still
working on fixing that.
subversion (1.4.6dfsg1-5) UNRELEASED; urgency=low
* Downgrade libsvn-dev "Depends: libneon27-gnutls-dev" to Suggests and
add zlib1g-dev. These are for static linking. (Closes: #482512)
subversion (1.4.6dfsg1-4) unstable; urgency=low
* Disable java on alpha and hppa, as requested by Matthias Klose.
(Closes: #477908)
* Switch from neon27 to neon27-gnutls. (Closes: #478142)
* patches/testsuite-dont-use-os-popen3: New patch (from upstream):
use popen2.Popen3 instead of os.popen3. (Closes: #479079)
* patches/svn-clean-ignore: New feature patch, a mechanism to specify
files which, though unversioned, 'svn-clean' should not remove.
Suggested by Jonathan Hall.
* Add another -j1 to debian/rules, to fix a parallel build problem.
* patches/ssh-no-controlmaster: New patch to avoid a bad interaction
with OpenSSH connection sharing. (Closes: #413102)
subversion (1.4.6dfsg1-3) unstable; urgency=low
* patches/neon27: update for neon 0.28. (Closes: #476117)
* Build for all supported python versions. Loosely based on an Ubuntu
patch by Matthias Klose. (Closes: #446636)
-- Matthias Klose <email address hidden> Tue, 24 Jun 2008 14:13:13 +0200
-
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