From owner-freebsd-cvsweb@FreeBSD.ORG Wed Jun 4 17:50:25 2008 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4953106566B for ; Wed, 4 Jun 2008 17:50:25 +0000 (UTC) (envelope-from daniel.leidert.spam@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 1D5128FC23 for ; Wed, 4 Jun 2008 17:50:24 +0000 (UTC) (envelope-from daniel.leidert.spam@gmx.net) Received: (qmail invoked by alias); 04 Jun 2008 17:50:22 -0000 Received: from dslb-088-075-002-192.pools.arcor-ip.net (EHLO leidi.wgdd.de) [88.75.2.192] by mail.gmx.net (mp034) with SMTP; 04 Jun 2008 19:50:22 +0200 X-Authenticated: #17381962 X-Provags-ID: V01U2FsdGVkX1+ON2Aw1WWOM4jYY8Ef4cTfs2QISfK2GPbb/yhhUF cx+rcU5PDR9Xab Received: from localhost ([127.0.0.1]) by leidi.wgdd.de with esmtp (Exim 3.36 #1 (Debian)) id 1K3x7t-0003Tr-00; Wed, 04 Jun 2008 19:50:21 +0200 From: Daniel Leidert To: freebsd-cvsweb@freebsd.org Content-Type: text/plain Organization: TU Dresden Date: Wed, 04 Jun 2008 19:50:20 +0200 Message-Id: <1212601820.4269.14.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Subject: [patch] more issues reported/fixed in Debian X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 17:50:25 -0000 Hi, Joey Schulze reported two minor issues and offered patches for them. Maybe you want to apply them to the next release of cvsweb. http://bugs.debian.org/484158 http://bugs.debian.org/484159 The patches I apply to the Debian package are here: http://svn.wgdd.de/websvn/wsvn/packages/cvsweb/trunk/debian/patches/11_484158_fix_scriptwhere_initialization.dpatch?op=file&rev=0&sc=0 http://svn.wgdd.de/websvn/wsvn/packages/cvsweb/trunk/debian/patches/12_484159_fix_character_in_c_format_wrapped.dpatch?op=file&rev=0&sc=0 About the recently reported issue with Perl 5.10: http://bugs.debian.org/483442 It is a bug in Perl 5.10. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483442#55 However, Nico Tyni also pointed out an issue in the cvsweb code related to this issue: see the above note. I currently workaround the problems using http://svn.wgdd.de/websvn/wsvn/packages/cvsweb/trunk/debian/patches/10_483442_fix_perl_510_test_failure.dpatch?op=file&rev=0&sc=0 Regards, Daniel