Hi release team, I would like to request a freeze exception for the gforge package. Version currently in lenny is 4.7~rc2-3, and 4.7~rc2-4 has been uploaded to unstable with the following debdiff:
,---- | $ debdiff gforge_4.7~rc2-3.dsc gforge_4.7~rc2-4.dsc | diff -u gforge-4.7~rc2/debian/changelog gforge-4.7~rc2/debian/changelog | --- gforge-4.7~rc2/debian/changelog | +++ gforge-4.7~rc2/debian/changelog | @@ -1,3 +1,10 @@ | +gforge (4.7~rc2-4) unstable; urgency=low | + | + * gforge-plugin-scmsvn: display SVN instructions corresponding to the | + actual Debian setup (SSH, no DAV). | + | + -- Roland Mas <[EMAIL PROTECTED]> Mon, 22 Sep 2008 11:49:23 +0200 | + | gforge (4.7~rc2-3) unstable; urgency=low | | * Added explicit cast to fix PostgreSQL 8.3 compatibility (closes: | diff -u gforge-4.7~rc2/debian/patches/00list gforge-4.7~rc2/debian/patches/00list | --- gforge-4.7~rc2/debian/patches/00list | +++ gforge-4.7~rc2/debian/patches/00list | @@ -4,0 +5 @@ | +disable-dav | only in patch2: | unchanged: | --- gforge-4.7~rc2.orig/debian/patches/disable-dav.dpatch | +++ gforge-4.7~rc2/debian/patches/disable-dav.dpatch | @@ -0,0 +1,24 @@ | +#! /bin/sh /usr/share/dpatch/dpatch-run | +## 99-unnamed.dpatch by Christian Bayle <[EMAIL PROTECTED]> and/or Roland Mas <[EMAIL PROTECTED]> | +## | +## All lines beginning with `## DP:' are a description of the patch. | +## DP: No description. | + | [EMAIL PROTECTED]@ | +diff -urNad gforge~/plugins/scmsvn/etc/plugins/scmsvn/config.php gforge/plugins/scmsvn/etc/plugins/scmsvn/config.php | +--- gforge~/plugins/scmsvn/etc/plugins/scmsvn/config.php 2008-03-19 20:21:12.000000000 +0100 | ++++ gforge/plugins/scmsvn/etc/plugins/scmsvn/config.php 2008-09-22 11:39:39.000000000 +0200 | +@@ -3,10 +3,10 @@ | + //$default_svn_server = $GLOBALS['sys_default_domain'] ; | + //$default_svn_server = "svn." . $GLOBALS['sys_default_domain'] ; | + $default_svn_server = $GLOBALS['sys_scm_host']; | +-$use_ssh = false; | +-$use_dav = true; | ++$use_ssh = true; | ++$use_dav = false; | + $use_ssl = true; | +-$svn_root = 'svn'; | ++$svn_root = 'svnroot'; | + $enabled_by_default = false; | + | + $svn_bin = "/usr/bin/svn"; `---- The bug had only been reported to me on IRC and not through the BTS, but it fixes a rather embarrassing bug in the Subversion plugin: the instructions displayed mentioned that authenticated SVN had to go through WebDAV, whereas the actual configuration set up by the package was to only do it through SSH. Since the change is rather non-intrusive, could it be accepted into lenny? Thanks, Roland. -- Roland Mas When you have a hammer in your hand, most things look like a nail. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

