Bug#803244: php5-common: upgrading enables manually disabled opcache

2015-10-28 Thread Antti Salmela
Package: php5-common Version: 5.6.14+dfsg-0+deb8u1 Severity: serious Dear Maintainer, I was under impression that maintainer scripts shouldn't recreate configuration files removed by system administrator. php5-common just recreated symbolic link from /etc/php5/sapi/conf.d/05-opcache.ini to

Bug#665087: php5-xcache: Incompatible with PHP 5.4

2012-03-22 Thread Antti Salmela
Package: php5-xcache Version: 1.3.2-1.1+b1 Severity: grave Justification: renders package unusable Current version does not work with the php 5.4 in the archive, but crashes with segfault. #0 ZEND_SEND_VAL_SPEC_CONST_HANDLER (execute_data=0x7f687334e098) at

Bug#504373: libtemplate-perl: Upgrade from etch breaks code using DBI plugins

2008-11-03 Thread Antti Salmela
Package: libtemplate-perl Version: 2.19-1.1lenny1 Severity: critical Justification: breaks unrelated software Upstream has moved DBI plugins to separate package which is not included in Debian. Upgrade from etch breaks software depending on these plugins. Please package Template::DBI and add

Bug#352926: A patch to call fsync before renaming files over original binaries

2006-02-22 Thread Antti Salmela
On Tue, Feb 21, 2006 at 07:38:52PM -0800, Steve Langasek wrote: On Tue, Feb 21, 2006 at 05:22:31PM -0800, Steve Langasek wrote: On Tue, Feb 21, 2006 at 04:10:54PM +0200, Antti Salmela wrote: Tags: patch diff -ur prelink-0.0.20050901/src/cache.c prelink-0.0.20050901.new/src/cache.c

Bug#352926: A patch to call fsync before renaming files over original binaries

2006-02-21 Thread Antti Salmela
-0.0.20050901/src/dso.c 2005-07-18 14:15:39.0 +0300 +++ prelink-0.0.20050901.new/src/dso.c 2006-02-21 15:57:17.0 +0200 @@ -1601,6 +1601,8 @@ } elf_end (dso-elf); + if (dso_is_rdwr (dso)) +fsync (dso-fd); close (dso-fd); if (dso-elfro) { -- Antti Salmela

Bug#352926: System crash while prelinking causes data loss

2006-02-15 Thread Antti Salmela
Package: prelink Version: 0.0.20050901-1 Severity: grave Prelink does not ensure that data has been written to disk before renaming temporary files over original binaries. This can cause data loss if system crashes or power is lost during or soon after prelinking. -- System Information: Debian