Bug#839755: sympa: Sympa should depends on libjs-jquery >= 1.11

2016-10-04 Thread Olivier Tétard
Package: sympa
Version: 6.2.16~dfsg-1
Severity: minor

Hi,

Sympa embeds Foundation 5 which requires jQuery >= 1.11 (in fact, Foundation 
doesn’t load correctly with jQuery version that is available on stable).

Thanks for you work.

Cheers,
Olivier;


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#814426: sympa: New upstream version available (6.2.12)

2016-02-11 Thread Olivier Tétard
Package: sympa
Severity: wishlist

Hi,

Since June 2015, the 6.2 branch of Sympa is considered stable. The
latest version, 6.2.12, was released in last November.

The 6.2 branch introduces new a lot of new functionalities such as a new
web interface, message tracking, stats, etc.

Do you have any plans to release Sympa 6.2 in Debian?

Cheers,
Olivier;



Bug#803301: otrs2: Should depends on libschedule-cron-events-perl

2015-10-28 Thread Olivier Tétard
Source: otrs2
Version: 5.0.1-1
Severity: normal

Hi,

OTRS5 requires Schedule::Cron::Events to be installed. If not, the
following error is raised by otrs.Daemon.pl, which prevent scheduled
tasks from being executed:

,
| otrs.Daemon.pl: Kernel::System::CronEvent could not be loaded: Can't locate 
Schedule/Cron/Events.pm in @INC (you may need to install the 
Schedule::Cron::Events module) (@INC contains: /usr/share/otrs/Custom 
/usr/share/otrs/Kernel/cpan-lib /usr/share/otrs /usr/share/otrs2 /etc/perl 
/usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 
/usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 
/usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 
/usr/local/lib/site_perl .) at /usr/share/otrs/Kernel/System/CronEvent.pm line 
14.
| otrs.Daemon.pl: BEGIN failed--compilation aborted at 
/usr/share/otrs/Kernel/System/CronEvent.pm line 14.
| otrs.Daemon.pl: Compilation failed in require at 
/usr/share/otrs/Kernel/System/ObjectManager.pm line 191.
| otrs.Daemon.pl:  at /usr/share/otrs/Kernel/System/Daemon/SchedulerDB.pm line 
1600.
`

Unfortunately, the libschedule-cron-events-perl package is not available
in Debian.

Olivier;



Bug#802938: otrs2: OTRS5 requires jQueryUI >= 1.11

2015-10-25 Thread Olivier Tétard
Source: otrs2
Version: 5.0.1-1
Severity: normal

Hi,

When using OTRS 5 (on a Debian stable system) with a small screen, I
this error is displayed:

> cannot call methods on sortable prior to initialization; attempted
> to call method 'instance'

The problem seems to come from jQueryUI. After upgrading it to 1.11.3
(the one which is embbed in upstream OTRS), everything when fine.

Thanks,
Olivier;



Bug#679532: xdot: Install XDot as a standard Python library

2012-06-29 Thread Olivier Tétard
Package: xdot
Version: 0.4-2
Severity: wishlist

Hi,

Currently, XDot is installed as a standalone application. As XDot
could be used as a library, it would be nice to install it as a
standard Python library.

You'll find attached a small patch (debdiff) that does this, by
relying on setup.py to install XDot.

Thank you in advance.

Kind regards,
Olivier;

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xdot depends on:
ii  graphviz  2.26.3-10
ii  python2.7.3~rc2-1
ii  python-cairo  1.8.8-1+b2
ii  python-gtk2   2.24.0-3

xdot recommends no packages.

xdot suggests no packages.

-- debconf-show failed
diff -Nru xdot-0.4/debian/changelog xdot-0.4/debian/changelog
--- xdot-0.4/debian/changelog	2012-03-10 16:58:11.0 +0100
+++ xdot-0.4/debian/changelog	2012-06-29 14:44:08.0 +0200
@@ -1,3 +1,11 @@
+xdot (0.4-2.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Rely on distutils to install xdot, to allow library usage from
+external applications.
+
+ -- Olivier Tétard olivier.tet...@miskin.fr  Fri, 29 Jun 2012 14:33:48 +0200
+
 xdot (0.4-2) unstable; urgency=low
 
   * Updated my e-mail address.
diff -Nru xdot-0.4/debian/patches/private-modules xdot-0.4/debian/patches/private-modules
--- xdot-0.4/debian/patches/private-modules	2011-03-02 14:26:33.0 +0100
+++ xdot-0.4/debian/patches/private-modules	1970-01-01 01:00:00.0 +0100
@@ -1,21 +0,0 @@
-Description: Private modules
- We install into a private namespace, modify the example to mangle sys.path.
-Author: Stefano Rivera stefa...@debian.org
-Forwarded: not-needed
-Last-Update: 2010-08-30
 a/sample.py
-+++ b/sample.py
-@@ -16,10 +16,13 @@
- # along with this program.  If not, see http://www.gnu.org/licenses/.
- #
- 
-+import sys
- 
- import gtk
- import gtk.gdk
- 
-+# On debian, xdot isn't installed in the system namespace:
-+sys.path.insert(1, '/usr/share/xdot')
- import xdot
- 
- 
diff -Nru xdot-0.4/debian/patches/series xdot-0.4/debian/patches/series
--- xdot-0.4/debian/patches/series	2010-08-30 23:18:36.0 +0200
+++ xdot-0.4/debian/patches/series	1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-private-modules
diff -Nru xdot-0.4/debian/rules xdot-0.4/debian/rules
--- xdot-0.4/debian/rules	2010-08-31 00:09:48.0 +0200
+++ xdot-0.4/debian/rules	2012-06-29 14:41:37.0 +0200
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
-
-override_dh_auto_install:
-	dh_auto_install -- --install-lib /usr/share/xdot
+	dh $@ --with python2 --buildsystem=python_distutils
 
 override_dh_install:
 	dh_install
diff -Nru xdot-0.4/debian/xdot.py xdot-0.4/debian/xdot.py
--- xdot-0.4/debian/xdot.py	2010-08-30 23:50:27.0 +0200
+++ xdot-0.4/debian/xdot.py	2012-06-29 14:34:48.0 +0200
@@ -1,3 +1,5 @@
 #!/usr/bin/python
 
-execfile('/usr/share/xdot/xdot.py')
+import xdot
+
+xdot.main()


Bug#551003: nikto: IDS evasion technique unusable

2009-10-14 Thread Olivier Tétard
Package: nikto
Version: 2.03-1
Severity: important
Tags: patch

Hello,

Nikto includes an option  to use libwhisker's anti-IDS techniques (via
command-line's -evasion  argument) which is  currently unusable. The
problem resides in the way used by nikto to activate this option.

Nikto  gives  the encode_anti_ids  option  to  libwhisker while  the
correct one is anti_ids.

Here is patch (in dpatch format) which should solves the problem.

Thanks,
Olivier;

-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nikto depends on:
ii  libnet-ssleay-perl1.35-2 Perl module for Secure Sockets Lay
ii  libwhisker2-perl  2.4-1  Perl module geared for HTTP testin
ii  perl  5.10.1-5   Larry Wall's Practical Extraction 

nikto recommends no packages.

Versions of packages nikto suggests:
ii  nmap  5.00-3 The Network Mapper

-- no debconf information
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01path.dpatch by Olivier Tétard olivier.tet...@miskin.fr
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix paths to be compatible with Debian installation

@DPATCH@

 nikto.pl|2 +-
 plugins/nikto_single.plugin |   10 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/nikto.pl b/nikto.pl
index 55e8daf..2281675 100755
--- a/nikto.pl
+++ b/nikto.pl
@@ -83,7 +83,7 @@ LW2::http_init_request(\%request);
 $request{'whisker'}-{'ssl_save_info'}  = 1;
 $request{'whisker'}-{'lowercase_incoming_headers'} = 1;
 $request{'whisker'}-{'timeout'}= $CLI{timeout} || 10;
-if ($CLI{evasion} ne ) { $request{'whisker'}-{'encode_anti_ids'} = $CLI{evasion}; }
+if ($CLI{evasion} ne ) { $request{'whisker'}-{'anti_ids'} = $CLI{evasion}; }
 $request{'User-Agent'} = $NIKTO{useragent};
 $request{'whisker'}-{'retry'} = 0;
 proxy_setup();
diff --git a/plugins/nikto_single.plugin b/plugins/nikto_single.plugin
index 6ab7e40..ed5905e 100644
--- a/plugins/nikto_single.plugin
+++ b/plugins/nikto_single.plugin
@@ -106,8 +106,8 @@ sub single
 $request{'whisker'}{$key} = ask($key ($request{'whisker'}{$key})) || $request{'whisker'}{$key};
 }
 
-$request{'whisker'}-{'encode_anti_ids'} = ask(Enable Anti-IDS (0));
-if ($request{'whisker'}-{'encode_anti_ids'} eq 1)
+$request{'whisker'}-{'anti_ids'} = ask(Enable Anti-IDS (0));
+if ($request{'whisker'}-{'anti_ids'} eq 1)
 {
 print 
 \t1 Random URI encoding (non-UTF8)
@@ -119,11 +119,11 @@ sub single
 \t7 Random case sensitivity
 \t8 Use Windows directory separator (\\)\n;
 
-$request{'whisker'}{'encode_anti_ids'} = ask(Anti-IDS Methods);
-if ($request{'whisker'}{'encode_anti_ids'} eq ) { delete($request{'whisker'}-{'encode_anti_ids'}); }
+$request{'whisker'}{'anti_ids'} = ask(Anti-IDS Methods);
+if ($request{'whisker'}{'anti_ids'} eq ) { delete($request{'whisker'}-{'anti_ids'}); }
 } else
 {
-delete($request{'whisker'}-{'encode_anti_ids'});
+delete($request{'whisker'}-{'anti_ids'});
 }
 
 print - x $width,   Done with questions\n;


Bug#494246: Problem caused by dot in option name

2008-08-13 Thread Olivier Tétard

Hello,

This bug was solved in latest upstream's version[1]. I attach the  
patch that solves the problem.


1.  
http://bazaar.launchpad.net/~bzr/bzr/bzr.1.6/revision/3545.1.1?filter_file_id=rst2html.py-20060817120932-gn177u8v0008txhu-1file_id=tools-20050707102144-fee2fd7fd6ddfc1c


Thanks,
Olivier;

--
gpg --keyserver pgp.mit.edu --recv-keys 0x43CEA851
__
Olivier Tétard - toutoune25
site : http://toutoune25.miskin.fr/
Jabber : [EMAIL PROTECTED]
__


--- bzr-1.5/tools/rst2html.py	2008-05-17 00:21:24.0 +0200
+++ bzr-1.6rc1/tools/rst2html.py	2008-08-06 09:41:35.0 +0200
@@ -19,8 +19,7 @@
 import docutils
 from docutils.core import publish_cmdline, default_description
 
-
-if docutils.__version__ = '0.4.1':
+if True: # this is still required in the distutils trunk as-at June 2008.
 from docutils.parsers.rst.states import Body
 # we have some option names that contain dot; which is not allowed by
 # python-docutils 0.4-4 -- so monkeypatch in a better pattern


Bug#493901: xserver-xorg-core: X fails to start in a Xen DomU (using Xen Framebuffer)

2008-08-06 Thread Olivier Tétard

Quoting Julien Cristau [EMAIL PROTECTED]:


This is supposed to be addressed by patch 47_fbdevhw_magic_numbers.diff.


I didn't see this patch (which was disabled in 1.3.99.0-1). I  
re-enabled it and then recompiled xorg-server and it solves correctly  
this problem.


Thanks,
Olivier;

--
gpg --keyserver pgp.mit.edu --recv-keys 0x43CEA851
__
Olivier Tétard - toutoune25
site : http://toutoune25.miskin.fr/
Jabber : [EMAIL PROTECTED]
__





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#493899: libdirectfb-1.0-0: DirectFB fails to start (Could not initialize 'system' core!)

2008-08-05 Thread Olivier Tétard
Package: libdirectfb-1.0-0
Version: 1.0.1-10
Severity: grave
Justification: renders package unusable

While trying to use libdirectfb-1.0-0, I encountered a big problem
that I resolved by disabling 92_reopen_console.patch. The problem
occurs when I try to use mplayer (both using sdl or directfb as video
output driver) or any directfb aware executable.

,[ dfbinfo using directfb-1.0.1-10 ]
|
|  ===|  DirectFB 1.0.1  |===
|   (c) 2001-2007  The DirectFB Organization (directfb.org)
|   (c) 2000-2004  Convergence (integrated media) GmbH
| 
| 
| (*) DirectFB/Core: Single Application Core. (2008-07-22 17:13) 
| (*) Direct/Memcpy: Using libc memcpy()
| (!) DirectFB/Core: Could not initialize 'system' core!
| -- Access denied!
| (#) DirectFBError [DirectFBCreate() failed]: Access denied!
`

I tried to enable DirectFB's debug output but it wasn't useful. I'm
available if you need more info.

Thanks,
Olivier;

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libdirectfb-1.0-0 depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libsysfs2 2.1.0-4interface library to sysfs
ii  libts-0.0-0   1.0-4  touch screen library

libdirectfb-1.0-0 recommends no packages.

libdirectfb-1.0-0 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#492361: /etc/fiaif/reserved_networks outdated.

2008-07-25 Thread Olivier Tétard
Package: fiaif
Version: 1.20.1-2
Severity: normal

Hello,

Since that /etc/fiaif/reserved_networks is no more updated regularly
with fiaif-update, this file is now outdated and could prevent from
accessing certain hosts. For example, FlickR (yimg.com) could use an
IP starting with 77.* which is considered by fiaif as an IP from a
reserved network and hence is blocked.

Maybe, a new upload of fiaif including updated reserved_networks could
be done in debian-volatile.

Note that this problem was fixed in unstable.

Thanks,
Olivier;

-- Package-specific info:

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages fiaif depends on:
ii  bash3.1dfsg-8The GNU Bourne Again SHell
ii  coreutils   5.97-5.3 The GNU core utilities
ii  cron3.0pl1-100   management of regular background p
ii  debconf [debconf-2.0]   1.5.11etch1  Debian configuration management sy
ii  debianutils 2.17 Miscellaneous utilities specific t
ii  dnsutils1:9.3.4-2etch3   Clients provided with BIND
ii  grep2.5.1.ds2-6  GNU grep, egrep and fgrep
ii  iptables1.3.6.0debian1-5 administration tools for packet fi
ii  logtail 1.2.54   Print log file lines that have not
ii  net-tools   1.60-17  The NET-3 networking toolkit
ii  sed 4.1.5-1  The GNU sed stream editor
ii  wget1.10.2-2 retrieves files from the web

fiaif recommends no packages.

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#470283: nag2: Missing dependency on php-net-imap

2008-03-10 Thread Olivier Tétard
Package: nag2
Version: 2.1.2-1
Severity: important

Hello,

Without having php-net-imap installed, nag2 isn't usable and fails
with this error :

--8---cut here---start-8---
Warning: require_once(Net/IMAP.php) [function.require-once]: failed to
open stream: Aucun fichier ou repertoire de ce type in
/usr/share/horde3/lib/Horde/Kolab.php on line 23

Fatal error: require_once() [function.require]: Failed opening
required 'Net/IMAP.php'
(include_path='/usr/share/horde3/lib:.:/usr/share/php:/usr/share/pear')
in /usr/share/horde3/lib/Horde/Kolab.php on line 23
--8---cut here---end---8---

Thanks,
Olivier;

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-vserver-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages nag2 depends on:
ii  horde3  3.1.3-4etch2 horde web application framework

Versions of packages nag2 recommends:
ii  locales2.3.6.ds1-13etch5 GNU C Library: National Language (
pn  php4-mysql | php4-pgsq none(no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#379347: xen-tools: xen-create image fails at xt-create-image

2006-07-25 Thread Olivier Tétard
Package: xen-tools
Version: 2.2-2
Followup-For: Bug #379347

Hello,

It seems that the proposed patch[1] prevents to create new xen images.

Attached patch should fix the problem.

Thank you,
Olivier;

1. http://lists.cvsrepository.org/xen-tools-commits/Jul06/0432.html

Index: bin/xen-create-image
===
RCS file: /home/cvs/xen-tools/bin/xen-create-image,v
retrieving revision 1.57
diff -u -r1.57 xen-create-image
--- bin/xen-create-image23 Jul 2006 00:56:29 -  1.57
+++ bin/xen-create-image25 Jul 2006 14:39:07 -
@@ -1016,7 +1016,7 @@
 my $count = 0;
 foreach my $key ( qw/debootstrap rpmstrap copy tar/ )
 {
-if ( defined $CONFIG{$key} )
+if ( $CONFIG{$key} )
 {
 $count += 1;
 }


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-xen-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages xen-tools depends on:
ii  debootstrap   0.3.3  Bootstrap a basic Debian system
ii  libtext-template-perl 1.44-1.1   Text::Template perl module
ii  perl-modules  5.8.8-6Core Perl modules

Versions of packages xen-tools recommends:
ii  reiserfsprogs 1:3.6.19-3 User-level tools for ReiserFS file
ii  rpmstrap  0.5.2-2bootstrap a basic RPM-based system
ii  xen-hypervisor-3.0-i386 [ 3.0.2+hg9697-1 The Xen Hypervisor for i386
ii  xfsprogs  2.8.4-1Utilities for managing the XFS fil

-- no debconf information

-- 
gpg --keyserver pgp.mit.edu --recv-keys 0x43CEA851

__
Olivier Tétard
site : http://www.miskin.be
JabberID : [EMAIL PROTECTED]
__