Package: cvsweb / 3:3.0.6-7

Metadata

Package Version Patches format
cvsweb 3:3.0.6-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_debianize_script_and_config.patch | (download)

cvsweb.cgi | 2 1 + 1 - 0 !
cvsweb.conf | 10 5 + 5 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 * cvsweb.cgi: path for configuration files is /etc/cvsweb. this was
changed from /etc to solve #110181 (see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=110181). This is also
02_allow_cgiless_execution.patch | (download)

cvsweb.cgi | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 * cvsweb.cgi: add support for cgi-less execution. see bug #247452
at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=247452.

10_483442_fix_perl_510_test_failure.patch | (download)

cvsweb.cgi | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 because of a bug in perl 5.10, the test -x fails in search_path().
Niko Tyni further mentioned, that the stat result cache '_' and
'use filetest qw(access)' don't mix well together. For this reason
the only way to fix it IMO is to use -X instead atm.

As soon as #483734 is fixed, this patch can be dropped and the
perl-dependency must/should be adjusted.

<URL:http://rt.perl.org/rt3/Public/Bug/Display.html?id=49003>
<URL:http://bugs.debian.org/483442>
<URL:http://bugs.debian.org/483734>
<URL:http://lists.debian.org/debian-perl/2008/05/msg00117.html>
<MID:6aaeotF3637srU1@mid.dfncis.de>

11_484158_fix_scriptwhere_initialization.patch | (download)

cvsweb.cgi | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix the "use of uninitialized value $scriptwhere in concatenation ..."
warning. Thanks to Joey Schulze for the fix.

<URL:http://bugs.debian.org/484158>

12_484159_fix_character_in_c_format_wrapped.patch | (download)

cvsweb.cgi | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix the "character in 'c' format wrapped in pack ..." warning. thanks
to Joey Schulze for catching this issue and the fix.

<URL:http://bugs.debian.org/484159>

13_488109_nicer_css.patch | (download)

css/cvsweb.css | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 * css/cvsweb.css: align icons and text to look nicer. improve headline
90_extend_httpd_config_sample.patch | (download)

samples/cvsweb-httpd.conf | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add aliases in accordance to readme.debian.