Processed: your mail

2012-10-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 288615 https://issues.apache.org/bugzilla/show_bug.cgi?id=54033
Bug #288615 [apache2] apache2: Issue with language negotiation exceptions
Set Bug forwarded-to-address to 
'https://issues.apache.org/bugzilla/show_bug.cgi?id=54033'.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
288615: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288615
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135081860523055.transcr...@bugs.debian.org



Processed: your mail

2012-10-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 632884 - moreinfo
Bug #632884 [apache2] apache2 upgrade does not upgrade libapr1
Removed tag(s) moreinfo.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
632884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632884
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135082004432470.transcr...@bugs.debian.org



Bug#288615: Patch file

2012-10-21 Thread Jean-Michel Vourgère
Attaching a proper patch file for the record.
Description: Parent languages are not ordered according to Accept-Language
 When a browser send Accept-Language only with dialects - which it should not
 do - apache does not match any langague and accept all parents language with
 a 0.001 priority.
 .
 For exemple, when accepting fr-fr,en-us;q=0.3, and having choice fr and en,
 en will be served according to LanguagePriority.
 .
 This patch improves the behaviour by using some of the original dialect weight
 when choosing a parent variant.
 .
 See original bug repport for details.
Author: Richard Atterer atte...@debian.org
Origin: http://bugs.debian.org/288615
Bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=54033
Bug-Debian: http://bugs.debian.org/288615
Reviewed-By: Jean-Michel Vourgère jmv_...@nirgal.com
Last-Update: 2006-11-25

Index: apache2-2.2.22/modules/mappers/mod_negotiation.c
===
--- apache2-2.2.22.orig/modules/mappers/mod_negotiation.c
+++ apache2-2.2.22/modules/mappers/mod_negotiation.c
@@ -1654,7 +1654,7 @@
 int plen = p - accs[i].name;
 
 if (!strncmp(lang, accs[i].name, plen)) {
-fiddle_q = 0.001f;
+fiddle_q = 0.001f * accs[i].quality;
 }
 }
 }


signature.asc
Description: This is a digitally signed message part.


Bug#663971: $named dependency in init script and pdns

2012-10-21 Thread Stefan Fritsch
On Saturday 20 October 2012, Kel Modderman wrote:
  Hi insserv maintainers,
  
  there seems to be a problem with apache2's dependency on $named
  if pdns is installed but not enabled [1]. This does not seem to
  be a problem with other name servers.
  
  pdns ships /etc/insserv.conf.d/pdnsd with
  
  $named pdnsd
  
  Should this be fixed in pdnsd by adding the +, like other name
  service entries in /etc/insserv.conf?
 
 This. When there are many services that can each independently
 provide a virtual service, it has been customary to make them
 optional by prefixing with '+' as in /etc/insserv.conf

OK, I will reassign to pdnsd.

 Curious though, how has pdns been disabled in your case?

I assumed it has just been disabled in the usual way by renaming the 
links or update-rc.d disable, etc. Steven, can you clarify this?

Cheers,
Stefan


-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201210212229.43514...@sfritsch.de



Processed: retitle 663971 to pdnsd should be marked optional in insserv config, reassign 663971 to pdnsd ...

2012-10-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 663971 pdnsd should be marked optional in insserv config
Bug #663971 [apache2.2-common] apache2.2-common: /etc/init.d/apache2 requires 
facility $named, causing failed install/upgrade
Changed Bug title to 'pdnsd should be marked optional in insserv config' from 
'apache2.2-common: /etc/init.d/apache2 requires facility $named, causing failed 
install/upgrade'
 reassign 663971 pdnsd
Bug #663971 [apache2.2-common] pdnsd should be marked optional in insserv config
Bug reassigned from package 'apache2.2-common' to 'pdnsd'.
No longer marked as found in versions apache2/2.2.22-1.
Ignoring request to alter fixed versions of bug #663971 to the same values 
previously set
 found 663971 1.2.8-par-2.3
Bug #663971 [pdnsd] pdnsd should be marked optional in insserv config
Marked as found in versions pdnsd/1.2.8-par-2.3.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
663971: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663971
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135085146324345.transcr...@bugs.debian.org