Re: [debian-mysql] Bug#843520: [akonadi-server] Fails to start after mysql upgrade

2016-11-07 Thread Dominic Hargreaves
On Mon, Nov 07, 2016 at 01:15:29PM +, Robie Basak wrote:
> On Mon, Nov 07, 2016 at 01:10:49PM +0100, Maximiliano Curia wrote:
> > This is a bug in the backports version of mysql. A backports version
> > shouldn't break applications in stable. I'll reassign the issue to the mysql
> > packages.
> 
> We don't track backports bugs in the Debian BTS, so I'm closing this
> bug. Bugs against backports should be reported to
> debian-backpo...@lists.debian.org. See
> http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/2016-October/009544.html

I think the mention of backports here was a mistake - the submitter
specifies that the problem happened when upgrading to 5.5.53-0+deb8u1 which
was a security update.

Cheers,
Dominic.



Bug#834731: kdesrc-build: FTBFS with '.' removed from perl's @INC

2016-08-18 Thread Dominic Hargreaves
Source: kdesrc-build
Version: 1.15.1-1
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-cwd-inc-removal
Tags: patch

This package FTBFS when '.' is removed from @INC, as seen at [1].
The attached patch should fix this.

This change is being made for security reasons; for more background,
see #588017 and [2].

This bug will become RC when the perl package change removing '.' from
@INC by default is uploaded to unstable, expected in a week or two.

Thanks,
Dominic.

[1] 
<http://perl.debian.net/rebuild-logs/experimental/kdesrc-build_1.15.1-1/kdesrc-build_1.15.1-1_amd64-2016-08-16T16%3A58%3A25Z.build>
[2] <https://lists.debian.org/debian-release/2016/07/msg00456.html>
diff -Nru kdesrc-build-1.15.1/debian/changelog kdesrc-build-1.15.1/debian/changelog
--- kdesrc-build-1.15.1/debian/changelog	2012-05-25 11:51:54.0 +0100
+++ kdesrc-build-1.15.1/debian/changelog	2016-08-18 12:52:08.0 +0100
@@ -1,3 +1,10 @@
+kdesrc-build (1.15.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix kdesrc-build-test.pl to work without '.' in @INC
+
+ -- Dominic Hargreaves   Thu, 18 Aug 2016 12:52:00 +0100
+
 kdesrc-build (1.15.1-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru kdesrc-build-1.15.1/debian/patches/series kdesrc-build-1.15.1/debian/patches/series
--- kdesrc-build-1.15.1/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ kdesrc-build-1.15.1/debian/patches/series	2016-08-18 12:52:56.0 +0100
@@ -0,0 +1 @@
+test-without-inc
diff -Nru kdesrc-build-1.15.1/debian/patches/test-without-inc kdesrc-build-1.15.1/debian/patches/test-without-inc
--- kdesrc-build-1.15.1/debian/patches/test-without-inc	1970-01-01 01:00:00.0 +0100
+++ kdesrc-build-1.15.1/debian/patches/test-without-inc	2016-08-18 12:53:09.0 +0100
@@ -0,0 +1,15 @@
+Fix kdesrc-build-test.pl to work without '.' in @INC
+
+Author: Dominic Hargreaves 
+
+--- kdesrc-build-1.15.1.orig/kdesrc-build-test.pl
 kdesrc-build-1.15.1/kdesrc-build-test.pl
+@@ -21,7 +21,7 @@ my $fullRun = 0;
+ GetOptions("full-run!" => \$fullRun);
+ 
+ package test; # Tells kdesrc-build not to run
+-require 'kdesrc-build';
++require './kdesrc-build';
+ 
+ # Reset to kdesrc-build's package so we don't have to import symbols back from
+ # kdesrc-build.


Bug#629339: kdesdk: uses Switch.pm, removed in perl 5.14

2011-06-05 Thread Dominic Hargreaves
Source: kdesdk
Version: 4:4.6.3-1
User: debian-p...@lists.debian.org
Usertags: perl-5.14-transition

This package contain code using the perl module Switch, which is
deprecated and will be removed from the core in perl 5.14 (currently
in experimental).

$ grep -r 'use Switch' .
./kioslave/perldoc/pod2html.pl:use Switch qw{ Perl6 };

Please consider not using this deprecated module, or Depend/Build-Depend
as appropriate on:

libswitch-perl | perl (<< 5.10.1-13)

Switch statements (given/when) have been added to the core:
<http://perldoc.perl.org/perlsyn.html#Switch-statements>

Thanks,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110605174047.gl29...@urchin.earth.li



Bug#581946: kdelibs4c2a: perl-suid is going away with Perl 5.12

2011-02-11 Thread Dominic Hargreaves
On Sat, Feb 12, 2011 at 12:11:01AM +0100, Ana Guerrero wrote:
> kdelibs4c2a, that is kdelibs from KDE3, is dead ustream
> and we are trying actively to remove it from the archive.
> See http://wiki.debian.org/kdelibs4c2aRemoval

Great, thanks for clarifying. We'll not worry to much about it then
from the perl side :)

Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110211231239.gn4...@urchin.earth.li



Bug#581946: kdelibs4c2a: perl-suid is going away with Perl 5.12

2011-02-11 Thread Dominic Hargreaves
On Mon, May 17, 2010 at 02:21:26PM +0300, Niko Tyni wrote:
> Package: kdelibs4c2a
> Version: 4:3.5.10.dfsg.1-3
> Severity: minor
> User: debian-p...@lists.debian.org
> Usertags: perl-5.12-transition
> 
> Perl 5.12 (currently in experimental) removed support for suidperl,
> so the perl-suid Debian package is going away too.

If one believes

grep -r '#!/usr/bin/perl' .
and
debian/kdelibs4c2a.lintian

then the only suidperl script is

kio/misc/fileshareset

Searching for other references to this script finds a thread which ends
with

<http://lists.mandriva.com/cooker/2010-03/msg00690.php> which isn't
conclusive.

Couldn't find anything on <https://bugs.kde.org/>

Hopefully someone who's more familiar with the KDE project can do a bit
more digging on this, perhaps filing a bug upstream?

Cheers,
Dominic (perl package co-maintainer)

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110211225251.gl4...@urchin.earth.li