Bug#1039365: Fedora has systemd-unit files for sendmail

2023-07-31 Thread Marco
On Sun, 30 Jul 2023 18:46:11 + Marco  wrote:
> On Mon, 26 Jun 2023 08:28:22 +0000 Marco  wrote:
> > Fedora has some systemd unit files included, maybe these are helpful
> > here:
> > https://packages.fedoraproject.org/pkgs/sendmail/sendmail/fedora-rawhide.html#files
> 
> Is anybody here working on that issue?
 
It seems that the sysvinit script is being partially generated by
sendmailconfig. Is the goal of Debian to still provide that or to
deprecate sendmailconfig?

If it should be kept, I assume it needs to be changed to native
integrate with systemd without using start-stop-daemon.

Deprecating this sendmailconfig functionality makes integrating with
systemd much easier. Configuring queue runner and daemon mode would be
easier in a special file that is being read by the systemd unit.


-- 
kind regards
Marco



Bug#1039365: Fedora has systemd-unit files for sendmail

2023-08-02 Thread Marco
Am 02.08.2023 um 18:26:01 Uhr schrieb Andreas Beckmann:

> Maybe we could introduce a sendmail-systemd package to allow running 
> sendmail "the modern way" without breaking "the classic way".
> We probably need to split the sendmail-bin and sendmail-base packages
> to decouple the sysv and sendmailconfig bits from the parts that are
> shared with sendmail-systemd.
> 
> Patches welcome!

Writing the systemd unit is rather easy if not using the Sys V init
script.
I could do that, but other people should it test too.

I could also try to find a way that the systemd unit just calls the
sysvinit script if you are interested.



Bug#1039365: Fedora has systemd-unit files for sendmail

2023-08-11 Thread Marco
On Wed, 2 Aug 2023 18:07:52 +0200 Andreas Beckmann 
wrote:
> On 30/07/2023 20.46, Marco wrote:
> > On Mon, 26 Jun 2023 08:28:22 +0000 Marco  wrote:
> >> Fedora has some systemd unit files included, maybe these are
> >> helpful here:
> >> https://packages.fedoraproject.org/pkgs/sendmail/sendmail/fedora-rawhide.html#files
> > 
> > Is anybody here working on that issue?
> 
> As sendmail has no maintainer in Debian, I'm afraid this is not being 
> worked on.

I tried to contact the maintainer of sendmailconfig, neither a reply
nor a bounce. Does anybody here have another contact address?
I think deprecating sendmailconfig (at least for configuring the
daemon) and using a native systemd unit that starts the service directly
is the only reasonable way.

It is possible to use variables from a file in the systemd unit to
offer some configuration options for the user.

-- 
Gruß
Marco



Bug#1039365: Fedora has systemd-unit files for sendmail

2023-09-28 Thread Marco
On Fri, 11 Aug 2023 16:07:23 + Marco  wrote:
> On Wed, 2 Aug 2023 18:07:52 +0200 Andreas Beckmann 
> wrote:
> > On 30/07/2023 20.46, Marco wrote:
> > > On Mon, 26 Jun 2023 08:28:22 + Marco  wrote:
> > >> Fedora has some systemd unit files included, maybe these are
> > >> helpful here:
> > >> https://packages.fedoraproject.org/pkgs/sendmail/sendmail/fedora-rawhide.html#files
> > > 
> > > Is anybody here working on that issue?
> > 
> > As sendmail has no maintainer in Debian, I'm afraid this is not
> > being worked on.
> 
> I tried to contact the maintainer of sendmailconfig, neither a reply
> nor a bounce. Does anybody here have another contact address?

I also posted that to comp.mail.sendmail - no response. sendmailconfig
seems to be abandonware.

I think the only reasonable solution to that is to remove
sendmailconfig and only ship a systemd unit with configuration options
for the administrator.

@anbe
Can you build DEB packages without it, please?
Even if they don't have a systemd unit included, I will create one you
can later include.
I am willing to test these packages on my test machines.


-- 
kind regards
Marco



Bug#1039704: Sendmail does not notice when /etc/resolv.conf changes

2023-11-03 Thread Marco
On Wed, 28 Jun 2023 12:13:07 + Alain Knaff
 wrote:
> Package: sendmail-base
> Version: 8.17.1.9-2
> 
> As far as I understood, since Debian 12, isc-dhcp-client is
> considered obsolete, and dhcpcd is recommended instead.
> 
> However, dhcpcd appears to be slightly slower, with the result that
> on startup sendmail sees an empty /etc/resolv.conf file.

Please check how network is handled. Sendmail must be started after
all networking stuff is set up. Maybe check the discussing about moving
from sysvinit startscripts to systemd, so relevant parts can be
included in the systemd unit.

> Apparently, sendmail only reads this file once at startup (and on 
> reload), meaning that it won't be able to process outbound mails, as
> it can't look any domain names up.

How is nsswitch.conf set?
Is a caching server like systemd-resolve or dnsmasq active?
Is nscd being used?

Maybe ask in newsgroup comp.mail.sendmail how sendmail handles DNS
lookups (does it really look up the resolv.conf or does it use glibc?).

From the sendmail 4th edition:

|But even if your sendmail binary supports DNS, site configuration
|might not. If your host supports a service-switch file, for instance,
|make sure that file lists dns as the method used to fetch information
|about hosts.

For met it looks like it doesn't directly read resolv.conf, so it might
be a general DNS problem on your system.

> There actually *is* a /usr/share/sendmail/dynamic script meant to
> reload sendmail when the network changes (i.e. nameservers become
> available), but unfortunately it only leaves 2 choices:
>   1. DAEMON_NETMODE="Static"  => do not reload sendmail on network
> change
> 
>   2. DAEMON_NETMODE="Dynamic" => recompile the entire configuration,
> and reload sendmail on network change
> 
> Not only is Static the default (which means that people having newly 
> upgraded to Debian 12 might miss it), but Dynamic is over the top (we 
> don't need a complete recompilation of the configuration: it never 
> mentions the server's anywhere)

Can you change it and provide a patch?


-- 
Gruß
Marco Moock



Bug#730562: e16: Bad focus handling with Java applications

2013-11-26 Thread Marco Herrn
Package: e16
Version: 1.0.0-4
Severity: important

e16 seems to have a bogus focus handling. 
It happens (especially in java applications and Java 7 ) that a window 
has the focus, but no input cursor is appearing, so typing characters 
doesn't do anything. This seems to be a problem with the WM_TAKE_FOCUS
event.
See these bugreports for more information:


https://netbeans.org/bugzilla/show_bug.cgi?id=238446

A bugreport for netbeans describing the problem. There is also a video
attached that shows the problem.

http://bugs.sun.com/view_bug.do?bug_id=6798064

A bugreport against Java, where it is described that the problem results
from a wrong WM implementation. Look especially at the latest comment.

http://code.google.com/p/xmonad/issues/detail?id=177

A bugreport agains xmonad, that had (or has) the same problem.


-- System Information:
Debian Release: 7.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages e16 depends on:
ii  e16-data1.0.0-4
ii  libaudiofile0   0.3.2-1
ii  libc6   2.13-38
ii  libdbus-1-3 1.6.8-1+deb7u1
ii  libesd0 0.2.41-10+b1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libice6 2:1.0.8-2
ii  libimlib2   1.4.5-1
ii  libpango1.0-0   1.30.0-1
ii  libsm6  2:1.2.1-2
ii  libx11-62:1.5.0-1+deb7u1
ii  libxcomposite1  1:0.4.3-2
ii  libxdamage1 1:1.1.3-2
ii  libxext62:1.3.1-2+deb7u1
ii  libxfixes3  1:5.0-4+deb7u1
ii  libxft2 2.3.1-1
ii  libxinerama12:1.1.2-1+deb7u1
ii  libxrandr2  2:1.3.2-2+deb7u1
ii  libxrender1 1:0.9.7-1+deb7u1
ii  libxxf86vm1 1:1.1.2-1+deb7u1

Versions of packages e16 recommends:
pn  esound  
ii  menu2.1.46

Versions of packages e16 suggests:
pn  e16keyedit  
pn  e16menuedit2
ii  lxterminal [x-terminal-emulator]0.1.11-4
ii  rxvt-unicode [x-terminal-emulator]  9.15-2
ii  xterm [x-terminal-emulator] 278-4

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20131126153402.29145.59899.reportbug@denkbrett.herrn.local



Bug#743444: errors in the man page of adjtimex

2014-04-02 Thread Marco Marongiu
Package: adjtimex
Version: 1.29-2.2
Severity: minor

There are errors in the man page of adjtimex. A research on
manpages.debian.org shows they are there since ages. For this bug I am
referring to the version we have in Wheezy: http://tinyurl.com/koxklkj

The section about the option -t says that one tick is roughly equivalent
to 100ppm (in the case illustrated). A bit below, the section about the
option -f says:

>-f newfreq, --frequency newfreq
>   Set the system clock frequency offset to newfreq.  newfreq can
>   be negative or positive, and gives a much finer adjustment than
>   the --tick switch.  When USER_HZ=100, the value is scaled such
>   that newfreq = 65536 speeds up the system clock by about 1 ppm,
>   or .0864 sec/day.  Thus, all of these are about the same:
>--tick  9995 --frequency  32768000
>--tick 1 --frequency   6553600
>--tick 10001 --frequency 0
>--tick 10002 --frequency  -6553600
>--tick 10005 --frequency -32768000
>   To see the acceptable range for newfreq, use --print and look at
>   "tolerance", or try an illegal value (e.g. --tick 0).


Now, the five cases are not equivalent.

The first is subtracting 500ppm with -t (9995-1)x100ppm, and adding
500ppm with the frequency (65535x5)x100ppm. It is equivalent and
symmetric with the fifth case, where 5 ticks are added (=500ppm) and
500ppm are reduced via the frequency. Both result in a no change to the
clock speed (0ppm added/subtracted)

The second, third and fourth case are all equivalent, but they add
100ppm to the clock speed instead:

- the second keeps the ticks at 1, but adds 65535x100 to the
frequency, so 100ppm

- the second adds one tick (100ppm), but sets the frequency at 0, so 100ppm

- the third adds two ticks (200ppm) but subtracts 65535x100 to the
frequency, so 100ppm; the total is again 100ppm

There are many ways to make the five cases equivalent, e.g.: either
change 1, 5 to match 2, 3, 4, or vice versa. I'll leave it to the author
of the man page to decide which change fits best.

Kind Regards
-- Marco


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/533c5eb5.8020...@gmail.com



Bug#640812: How can I reproduce this?

2014-08-16 Thread Marco d'Itri
tag 640812 - unreproducible moreinfo
thanks

On Sep 10, Guido Trotter  wrote:

> I tried to reproduce this with something like p11tool --provider
> /usr/lib/pkcs11/libopencryptoki.so --list-tokens but it doesn't fail.
> Can you please tell me what command exactly you're running, and how it fails?
This can be trivially reproduced with a command like:

strace -e trace=open pkcsconf -s

Which will show that dlopen(3) looks for the modules only in the default 
library path.

Unless /usr/lib/opencryptoki/stdll/ is in $LD_LIBRARY_PATH then errors 
like this will be logged:

Aug 16 04:41:40 bongo openCryptokiModule[5636]: DL_Load: dlopen() failed for 
[libpkcs11_sw.so]; dlerror = [libpkcs11_sw.so: impossibile aprire il file 
oggetto condiviso: File o directory non esistente]

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#1066420: sendmail: FTBFS: ./debian/./debian/conftest.c:37:(.text.startup+0xb): undefined reference to `__res_query'

2024-03-13 Thread Marco Moock
Am 13.03.2024 um 13:05:34 Uhr schrieb Lucas Nussbaum:

> Source: sendmail
> Version: 8.18.1-1
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org

configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sendmail"
| #define PACKAGE_TARNAME "sendmail"
| #define PACKAGE_VERSION "8.17.1" 
| #define PACKAGE_STRING "Sendmail 8.17.1"
| #define PACKAGE_BUGREPORT "bug/reportbug or sendm...@packages.debian.org"
| #define PACKAGE_URL ""
| #define PACKAGE "sendmail"
| #define VERSION "8.17.1"

Is there something wrong with the version numbers?

-- 
kind regards
Marco

Send spam to 1710331534mu...@cartoonies.org



Bug#1067412: sendmail: Add DANE compile time option

2024-03-21 Thread Marco Moock
Package: sendmail
Version: 8.18.1-2
Severity: wishlist

Dear Maintainer,

can you include the compile time option -DDANE in an experimental build?
That enables DANE support in the compiled binary. Although, DANE must be 
enabled in the .mc confiuration if needed, so it should not affect users who 
don't want it.



Bug#1070190: (no subject)

2024-05-01 Thread Marco Moock
> I have patched sendmail in order to enable O RejectNUL=True directive,

Is that already included in 8.18.1?
A grep over all files shows _FFR_REJECT_NUL_BYTE.

> but I do not achieved the fact to enable it by default.

What was the reason for that?

-- 
kind regards
Marco

Send unsolicited bulk mail to 1714574365mu...@cartoonies.org



Bug#1076222: tcpd,tcm: install program with same name (tcpd)

2024-07-12 Thread Marco d'Itri
reassign -1 tcm

On Jul 12, Chris Hofstaedtler  wrote:

> Please find a solution for your packages. Ideas:
/usr/sbin/tcpd has been there since 1990 and is basically a public API.
tcm is unmaintained abandonware and its popcon count has been declining 
for 15 years.

-- 
ciao,
Marco


signature.asc
Description: PGP signature


Bug#1039365: Fedora has systemd-unit files for sendmail

2023-10-24 Thread Marco M.
These are files that run the sendmailconfig script from a native unit,
although only tested with a very basic configuration.

I haven't checked the DEB scripts, so maybe changes are also needed
there.


sendmail.tar
Description: Unix tar archive


Bug#1031140: (no subject)

2024-01-28 Thread Marco Moock

closed in current release in experimental.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039365#57



Información sobre vacantes disponibles en España

2009-05-05 Thread marco amaral
Hola Buenas Tardes,

 Me gostaria de saber se estan contratando personas para trabajar en vuestra
compania,

 Un saludo

 Marco Amaral
00351 966398999


>
>


Bug#288559: Reassigning bugs from hping2 to hping3

2009-06-19 Thread Marco Rodrigues
reassign 288559 hping3
reassign 406420 hping3
reassign 248273 hping3
reassign 409391 hping3
thanks

Version: 2.rc3-7+rm

The hping2 package has been removed from Debian. We are reassigning 
its bugs to the hping3 package. Please have a look at them, 
and close them if they don't apply to hping3 anymore.

Don't hesitate to reply to this mail if you have any question.

Kind regards,
--
Marco Rodrigues



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



broadcom package

2009-10-25 Thread marco bernich
hi !
i can't find the pacages : broadcom-sta-source_5.10.91.9-3_all.deb &
broadcom-sta-common_5.10.91.9-3_all.deb.

can you help me?

thank you

marco, from mar del plata


Bug#532071: Yabasic for linux cant open graphic window

2010-01-12 Thread Marco Achury

The same bug affect a lot of linux distributions.

Yabasic official site: www.yabasic.de says that development stops on
2005.  Windows
platform keeps stable API and interpreter have not problems, but linux
have continuous
changes each year and the interpreter need to be recompiled to run with
updated libraries.

As I understand on message error, the problem has relation with the
outdated version of
glib used on the original program.

There is a yabasic project on source forge but appear to have not
relation with the
yabasic.

There is someone working on an updated yabasic?

Marco Achury
www.achury.com.ve






-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#566317: remotefs: Installation for rfs-server is broken

2010-01-22 Thread Marco Rodrigues
Package: remotefs
Version: 0.11+debian-3
Severity: grave
Justification: renders package unusable

$ apt-get install rfs-server
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  rfs-client
The following NEW packages will be installed:
  rfs-server
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/38.1kB of archives.
After this operation, 127kB of additional disk space will be used.
Selecting previously deselected package rfs-server.
(Reading database ... 22972 files and directories currently installed.)
Unpacking rfs-server (from .../rfs-server_0.11+debian-3_amd64.deb) ...
Processing triggers for man-db ...
Setting up rfs-server (0.11+debian-3) ...
Starting rfsd:WARNING: You are listening on interface outside of private 
network (0.0.0.0).
WARNING: Exports file should be readable/writeable only by user which is 
running rfsd (`chmod 600 /etc/rfs-exports`)
INFO: Please consider SECURITY NOTES section of rfsd man page (`man rfsd`)
ERROR: Warning considered as error, exiting. (use -q to disable this)
 failed!
invoke-rc.d: initscript rfs-server, action "start" failed.
dpkg: error processing rfs-server (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 rfs-server
E: Sub-process /usr/bin/dpkg returned an error code (1)


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

Kernel: Linux 2.6.31-17-generic (SMP w/3 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#187369: libcdparanoia0: libraries not correctly linked

2003-04-02 Thread Marco d'Itri
Package: libcdparanoia0
Version: 3a9.8-7
Severity: normal

[This is a standard text.]

One or more libraries in this package are buggy.
All libraries need to be linked against other libraries which they
reference. You can check this by running this command:

LD_TRACE_LOADED_OBJECTS=1 LD_BIND_NOW=1 LD_TRACE_PRELINKING=t \
  /lib/ld-linux.so.2 /usr/lib/libYOUR-LIBRARY.so | grep ^undefined

Then you will have to find which other libraries contain the undefined
symbols and rebuild your library by explicitly linking it against them
(e.g. -lglib).

The broken libraries are:

/usr/lib/libcdda_paranoia.so.0  -lcdda_interface




Bug#272819: too strong webmin-sendmail dependencies

2004-09-22 Thread Marco Colnaghi



Package: webmin-sendmail
Version: stable,testing
 
The package depends on sendmail causing removal of 
other mta packages (i.e. postfix).
In a production server this can be very dangerous 
because installing a control tool modules can force removal of intalled, needed 
and used packages. 
This should be done only for strictly 
necessary packages really conflicting with webmin but not extended to 
modules.
Installing all webmin modules should be possible 
without (except warning) put at risk the system 
exactly as the original webmin (www.webmin.com) 
does.
In other words if I have a server using postfix I 
want to be able to install webmin-sendmail without harming the system; the 
webmin-sendmail simply will not work.
 
The problem is present in stable, testing and 
unstable versions.
 


Bug#328034: Acknowledgement (twutils: Depends on libtw0 that is waiting in the new pkgs list)

2005-09-12 Thread Marco Presi

..I set up also a src rep:

deb-src http://people.debian.org/~zufus twin/

Regards

Marco




-- 
"I videogiochi non influenzano i bambini. Voglio dire, se Pac-Man avesse
influenzato la nostra generazione, staremmo tutti saltando in sale
scure, masticando pillole magiche e ascoltando musica elettronica
ripetitiva."

"Videogames do not influence kids. I mean, if Pac-Man influenced our
generation, we were all jumping in dark rooms, chomping pills and
listening to electronic repeating music."

Kristian Wilson, Nintendo Inc. 1989


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



Bug#463346: Please add watch file to cadium

2008-01-30 Thread Marco Rodrigues

Package: caudium
Severity: wishlist
Tags: patch

How about to add watch file ? So we'll know when there is a new version.

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org
version=3
ftp://ftp.caudium.net/caudium/source/caudium-(.*)\.tar\.gz


Bug#486911: Please change /bin/sh to /bin/bash in .sh files

2008-06-18 Thread Marco Rodrigues

Package: galrey
Version: 1.0.2-2
Severity: normal

Hi!

Please change /bin/sh to /bin/bash at extra directory files.

In this case: massscale.sh and rennum.sh

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#492334: must not depend on makedev

2008-07-25 Thread Marco d'Itri
Package: tvtime
Severity: normal

Packages which need to create a device node must depend on udev | makedev.

OTOH this package tries to create V4L devices which we can assume
exist on every Debian system which has not been broken by the local
administrator, so I suggest you just remove the MAKEDEV invocation.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


mod-security license changes

2008-08-04 Thread Marco Gatti
Few days ago it has been released a new version of ModSecurity
(http://www.modsecurity.org/) that contains licensing exceptions to
let Apache license and GPL license cooperate without problems.
ModSecurity was packaged in debian but it was removed due to this
license problems (see
http://packages.qa.debian.org/liba/libapache-mod-security/news/20060204T220856Z.html
and 
http://packages.qa.debian.org/liba/libapache-mod-security/news/20060313T020552Z.html).
Below you can see the licensing exceptions of the new version of
ModSecurity: do you think is now possible to have an official package
(well not in lenny of course)? Any volunteer?

Regards
Marco Gatti

-- 
Linux Registered User #398764 - http://counter.li.org/
[EMAIL PROTECTED] User - http://www.boincstats.com/signature/user_833490.gif




MODSECURITY LICENSING EXCEPTION
===

Version 1.0, 29 July 2008

As a special exception ("Exception") to the terms and conditions of version 2
of the GPL, Breach Security, Inc. hereby grants you the rights described
below, provided you agree to the terms and conditions in this Exception,
including its obligations and restrictions on use.


Exception Intent


We want specified Free/Libre and Open Source Software ("FLOSS") programs to be
able to use ModSecurity (the "Program") despite the fact that not all FLOSS
licenses are compatible with version 2 of the GNU General Public License (the
"GPLv2").


Legal Terms and Conditions
==

You are free to distribute a Derivative Work that is formed entirely from the
Program and one or more works (each, a "FLOSS Work") licensed under one or
more of the licenses listed below in section 1, as long as all of the
following conditions are met:

  1. You obey the GPLv2 in all respects for the Program and the Derivative
 Work, except for identifiable sections of the Derivative Work which are

 1. not derived from the Program, and

 2. are not designed to interact with the Program, and

 3. which can reasonably be considered independent and separate works in
themselves.

  2. All such identifiable sections of the Derivative Work are

 1. distributed subject to one of the FLOSS licenses listed below, and

 2. the object code or executable form of those sections are accompanied
by the complete corresponding machine-readable source code for those
sections on the same medium and under the same FLOSS license as the
corresponding object code or executable forms of those sections.

  3. Any works which are aggregated with the Program or with a Derivative Work
 on a volume of a storage or distribution medium in accordance with the
 GPLv2, can reasonably be considered independent and separate works in
 themselves which are not derivatives of either the Program, a Derivative
 Work or a FLOSS Work, and are not designed to interact with the Program.

If the above conditions are not met, then the Program may only be copied,
modified, distributed or used under the terms and conditions of the GPLv2
or another valid licensing option from Breach Security, Inc.


FLOSS License List
==

License nameVersion(s)/Copyright Date
---
Academic Free License  2.0
Apache Software License1.0/1.1/2.0
Apple Public Source License2.0
Artistic license   From Perl 5.8.0
BSD license"July 22 1999"
Common Development and Distribution License (CDDL) 1.0
Common Public License  1.0
Eclipse Public License 1.0
GNU Library or "Lesser" General Public License (LGPL)  2.0/2.1/3.0
Jabber Open Source License 1.0
MIT License (As listed in file MIT-License.txt)-
Mozilla Public License (MPL)   1.0/1.1
Open Software License  2.0
OpenSSL license (with original SSLeay license) "2003" ("1998")
PHP License3.0
Python license (CNRI Python License)   -
Python Software Foundation License 2.1.1
Sleepycat License  "1999"
University of Illinois/NCSA Open Source License-
W3C License"2001"
X11 License"2001"
Zlib/libpng License-
Zope Public License2.0

Due to the many variants of some of the above licenses, we require that for
any version of the listed FLOSS licenses to 

Bug#497703: Removal of python-happydoc

2008-09-08 Thread Marco Rodrigues

Chris Lamb wrote:
> Hi debian-qa,
> 
> I plan to remove python-happydoc which was orphaned in April. For the
> rationale and a short discussion with upstream, please see the (RC) bug:
> 
>   http://bugs.debian.org/497703
> 
> Any objections?
> 
> 
> Regards,
> 

+1 from me. Go ahead.. it has many problems, not only license issues, so it will
be removed soon if not this time.

-- 
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#428977: CIPE is abandoned upstream, icompatible with all unstable kernels, low popcon and obsoleted by openvpn

2007-06-15 Thread Marco Nenciarini
Package: cipe-source
Severity: grave

The cipe-source does works with any kernel supported by debian.

The latest upstream version (1.6.0) does not works too (last code
update was January 2002 because developer themself gave up the project
since cipe has no real reason to continue)

OpenVPN is more simple in config, uses existing kernel modules
(tun/tap modules), and the link is more reliable. On top of that
OpenVPN does not have "by design" weaknesses like the cipe protocol
has.

Due to very low popcon I think there is no reason to keep this
software in debian.

Regards

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#434165: must not depend on makedev

2007-07-21 Thread Marco d'Itri
Package: camstream
Severity: normal

Packages which need to create a device node must depend on udev |
makedev.

Also, MAKEDEV must be called as /dev/MAKEDEV, not /sbin/MAKEDEV (and you
should remove the [ ! -c /dev/video0 ] test which is meaningless with
udev, and the devfs test which has been useless for a few years now).

-- 
ciao,
Marco


signature.asc
Description: Digital signature


stupid dependencies on update-inetd

2007-07-28 Thread Marco d'Itri
I don't know exactly how it happened, but a large number of maintainers
apparently ignored the discussions on this list and added to their
packages a dependency on update-inetd.
This is *TOTALLY WRONG* because the /usr/sbin/update-inetd interface is
guaranteed to be provided by whatever implements the inet-superserver
virtual package and not by the update-inetd package currently depended
on by some inetd packages.
Indeed, the update-inetd package does not depend on a daemon package nor
it provides one itself.

Some of these packages instead are only slightly less broken and depend
both on inet-superserver and update-inetd, making impossible to install
a future xinetd package providing its own /usr/sbin/update-inetd.

For the same reason the dependency on netbase must be removed,
especially now that it does not depend anymore on inet-superserver.
(I know that in theory I should have waited for all packages to be fixed
before removing the dependency, but realistically this would not have
happened before lenny or lenny+1...)


grep-dctrl -s Package,Depends --field=Depends update-inetd \
  --and --not --field=Provides inet-superserver /var/lib/dpkg/available

Richard A Nelson (Rick) <[EMAIL PROTECTED]>
   sendmail

Masayuki Hatta (mhatta) <[EMAIL PROTECTED]>
   ebnetd

Jari Aalto <[EMAIL PROTECTED]>
   micro-httpd

Russ Allbery <[EMAIL PROTECTED]>
   kftgt
   remctl
   sident

Chris Butler <[EMAIL PROTECTED]>
   wu-ftpd

Debian CUPS Maintainers <[EMAIL PROTECTED]>
   cupsys

Debian Qt/KDE Maintainers <[EMAIL PROTECTED]>
   kdenetwork

Debian Samba Maintainers <[EMAIL PROTECTED]>
   samba

Ludovic Drolez <[EMAIL PROTECTED]>
   atftp

Turbo Fredriksson <[EMAIL PROTECTED]>
   midentd

Debian QA Group <[EMAIL PROTECTED]>
   ffingerd

Sam Hartman <[EMAIL PROTECTED]>
   krb5

Michael Holzt <[EMAIL PROTECTED]>
   gwhois

John H. Robinson, IV <[EMAIL PROTECTED]>
   nullidentd

Alberto Gonzalez Iniesta <[EMAIL PROTECTED]>
   linux-ftpd

LTSP Debian/Ubuntu Maintainers <[EMAIL PROTECTED]>
   ltsp

Martin Loschwitz <[EMAIL PROTECTED]>
   gidentd

Francesco Paolo Lovergine <[EMAIL PROTECTED]>
   proftpd-dfsg

Robert Luberda <[EMAIL PROTECTED]>
   solid-pop3d

Rene Mayorga <[EMAIL PROTECTED]>
   afbackup

Steve McIntyre <[EMAIL PROTECTED]>
   cvs

Pedro Zorzenon Neto <[EMAIL PROTECTED]>
   fakepop

Anibal Monsalve Salazar <[EMAIL PROTECTED]>
   bootp
   bsd-finger
   pidentd

Steve McIntyre <[EMAIL PROTECTED]>
   cvs

Pedro Zorzenon Neto <[EMAIL PROTECTED]>
   fakepop

Anibal Monsalve Salazar <[EMAIL PROTECTED]>
   bootp
   bsd-finger
   pidentd

Martin Schulze <[EMAIL PROTECTED]>
   sendfile

Jonas Smedegaard <[EMAIL PROTECTED]>
   uw-imap

paul cannon <[EMAIL PROTECTED]>
   hotway

-- 
ciao,
Marco


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



sdcc package...

2007-08-01 Thread Marco Rodrigues
Please update sdcc package to version 2.7.0

Thanks!

https://bugs.launchpad.net/ubuntu/+source/sdcc/+bug/129842

-- 
Marco Rodrigues

http://Marco.Tondela.org


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



Hi! please add this to the package..

2007-08-02 Thread Marco Rodrigues
Hi!

The package crywrap was removed from Debian, so stunnel4 must be updates at
debian/control with these:

Provides: crywrap
Replaces: crywrap

Thanks!

-- 
Marco Rodrigues

http://Marco.Tondela.org


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



Bug#415451: xautomation: xte misinterprets '/' as '7'.

2007-09-24 Thread Marco Steinacher
tags 415451 patch
thanks

Hi,

The problem is the following:

xte needs to convert the user input, e.g. the string '/', to key events.
On a German keyboard this would be the following sequence: press the
shift key, press the '7'-key, release the '7'-key, release the shift
key. The same is the case for a US keyboard with the character '&'.
Therefore xte needs to know the current keyboard layout in order to map
'input string' to 'sequence of key events'.

Currently, this is implemented using a hard-coded table for the US
keyboard layout. So it works for many characters that are generated
using the shift key on a US keyboard (e.g. all capital
letters,':','?','!' etc.), but it does not for other keyboard layouts.
There is also a table for the German keyboard layout, but you have
choose one at compile time, and the Debian package is compiled with the
US layout. This is not very nice.

A workaround would be to send commands with the explicit key sequence.
For example instead of

  str http://foo.com/

the following sequence must be sent:

  str http:
  keydown Shift_L
  key 7
  keyup Shift_L
  keydown Shift_L
  key 7
  keyup Shift_L
  str foo.com
  keydown Shift_L
  key 7
  keyup Shift_L

However, this is quite ugly.

Here I provide a patch to get rid of the hard-coded conversion table.
With this patch, xte queries the current keyboard layout from the
X-server and generates a table with the current mapping at startup. When
processing the 'key' and 'str' commands, it generates the correct key
event sequence for each character.

Additionally, I implemented Unicode support, which means that now you
can send UTF-8 encoded strings with the 'key' and 'str' commands. This
is required, for example, to send the character 'ä', which is frequently
used in German.

PS: Because this package seems the be orphaned, I will try to build a
package with this patch and ask a sponsor to upload it to the archive.
I'm willing to become the maintainer of this package later, if that's in
demand.

Kind regards,
Marco Steinacher
diff -rupN xautomation-0.96/configure.in xautomation-0.96-new/configure.in
--- xautomation-0.96/configure.in	2004-05-13 23:49:02.0 +0200
+++ xautomation-0.96-new/configure.in	2007-09-24 17:34:30.0 +0200
@@ -9,20 +9,6 @@ AC_ARG_ENABLE(debug,
 			in slower binaries]),
 AC_DEFINE(DEBUG_A_LOO))
 
-AC_ARG_ENABLE(keyboard,
-	AC_HELP_STRING([--enable-keyboard=keyboard],
-			[Use different keyboard map, default is 'us'.  Can be any
-			of the kbd_*.h]),
-	)
-
-if test "x$enable_keyboard" = "x" ; then
-	enable_keyboard=us
-fi
-
-AC_MSG_NOTICE([Using '$enable_keyboard' as keyboard map])
-rm -f kbd.h
-ln -s kbd_$enable_keyboard.h kbd.h
-
 # Checks for programs.
 AC_PROG_CC
 
@@ -33,14 +19,14 @@ AC_CHECK_LIB(png, png_read_info)
 
 # Checks for header files.
 AC_PATH_X
-AC_CHECK_HEADERS([stdlib.h unistd.h])
+AC_CHECK_HEADERS([stdlib.h unistd.h wchar.h locale.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 
 # Checks for library functions.
 AC_FUNC_MALLOC
-AC_CHECK_FUNCS([bzero])
+AC_CHECK_FUNCS([bzero wmemset mbstowcs])
 
 if test "1$x_libraries" = "1"
 then
diff -rupN xautomation-0.96/debian/rules xautomation-0.96-new/debian/rules
--- xautomation-0.96/debian/rules	2007-09-20 18:51:20.0 +0200
+++ xautomation-0.96-new/debian/rules	2007-09-24 17:33:41.0 +0200
@@ -45,7 +45,6 @@ clean:
 	dh_testdir
 	dh_testroot
 	-$(MAKE) distclean
-	-rm -f kbd.h 
 	-rm -f *-stamp 
 
 	dh_clean 
diff -rupN xautomation-0.96/kbd_german.h xautomation-0.96-new/kbd_german.h
--- xautomation-0.96/kbd_german.h	2003-02-11 00:54:08.0 +0100
+++ xautomation-0.96-new/kbd_german.h	1970-01-01 01:00:00.0 +0100
@@ -1,65 +0,0 @@
-/* Contributed by Stefan Nickl */
-
-/* Map for German keyboards */
-#define KBDMAP "German"
-
-char *problems[] = { " ", NULL, "space",
- ":", "Shift_L", "colon",
- ";", "Shift_L", "semicolon",
- "<", NULL, "less",
- ">", "Shift_L", "greater",
- "?", "Shift_L", "question",
- "/", "Shift_L", "slash",
- "+", NULL, "plus",
- ",", NULL, "comma",
- "-", NULL, "minus",
- ".", NULL, "period",
- "!", "Shift_L", "exclam",
- "#", NULL, "number",
- "$&

Bug#449120: Please add makedepend as Build Depends...

2007-11-03 Thread Marco Rodrigues
Package: xeji

Hi!

Please add "makedepend" as Build Depends...

Thanks!

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#449120: closed by Matej Vela <[EMAIL PROTECTED]> (Re: Bug#449120: Please add makedepend as Build Depends...)

2007-11-03 Thread Marco Rodrigues
> Marco Rodrigues <[EMAIL PROTECTED]> writes:
> 
>> Please add "makedepend" as Build Depends...
> 
> xeji build-depends on xutils, which depends on xutils-dev, which
> provides makedepend(1).
> 
> Cheers,
> 
> Matej
> 

Hi!

Thanks for your explanation :-) Now it can be synced on Ubuntu again..

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#450536: Please add some packages to Build-Depends...

2007-11-07 Thread Marco Rodrigues
Package: wmbinclock

Hi!

Please add " x11proto-xext-dev, libxt-dev, libxext-dev " to Build-Depends.

Thanks!

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#450536:

2007-11-07 Thread Marco Rodrigues
Hi!

The packages I asked to be added, it's because of..

https://bugs.launchpad.net/ubuntu/+source/wmbinclock/+bug/135571

https://launchpad.net/ubuntu/+source/wmbinclock

It does FTBFS because of the missing packages.. They're added to Ubuntu.

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#447464: The building error...

2007-11-21 Thread Marco Rodrigues
It FTBFS on ia64 arch:

http://buildd.debian.org/fetch.cgi?pkg=libfoundation1.0;ver=1.0.84-2;arch=ia64;stamp=1195344917

Please fix it. Thanks!

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#452427: Please bump debhelper and compat to version 5

2007-11-22 Thread Marco Rodrigues
Package: netdude
Severity: wishlist

When building it... please bump debhelper and compat to version 5.

...

dh_installdocs: Compatibility levels before 4 are deprecated.
dh_installmenu
dh_installmenu: Compatibility levels before 4 are deprecated.
dh_installman
dh_installman: Compatibility levels before 4 are deprecated.

...

and Standards-Version to 3.7.2 :-)

Thanks

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#453013: Please add libxext-dev to Build Depends...

2007-11-26 Thread Marco Rodrigues
Package: plotmtv
Severity: wishlist

Hi!

Please add libxext-dev to Build-Depends.

At Ubuntu: http://patches.ubuntu.com/p/plotmtv/plotmtv_1.4.4t-9ubuntu2.patch

Thanks!

-- 
Marco Rodrigues

http://Marco.Tondela.org



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



Bug#459892: New upstream version 1.2.9pre4

2008-01-09 Thread Marco Rodrigues

Package: gringotts
Severity: wishlist
Usertags: origin-ubuntu hardy

Hi!

There is a new upstream version, please update to it.

Last changes:
* Applied a patch from wwp to remember the main window size better invocations. 
* Fixed "configure.ac" (and by implication - "configure") to require gtk+ 
version 2.12.0 and above, to avoid compilation problems with older and 
incompatible gtk+'s.

* Integrated the README.Debian into the README with a note of my own.
* Added a note about the SUID-root problem to the error message of the 
mlock-memory.

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#449781: A working watch file...

2008-01-09 Thread Marco Rodrigues

Tags: patch
Usertags: ubuntu-patch hardy

I'll attach a working watch file.

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org
version=3
opts=dversionmangle=s/\~dfsg// \
http://www-masu.ist.osaka-u.ac.jp/~kakugawa/download/TypeHack/VFlib3-(.*)\.tar\.gz


Bug#459989: New upstream version 3.6.14

2008-01-09 Thread Marco Rodrigues

Package: vflib3
Severity: wishlist
Usertags: origin-ubuntu hardy

Hi!

Changelog:
   * Enhanced vflmkcaptex for searching dvips config files.
   * Upgrade to T1Lib 5.1.

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#459990: New upstream version 0.7.2

2008-01-09 Thread Marco Rodrigues

Package: tapiir
Severity: wishlist
Usertags: origin-ubuntu hardy

Hi!

Please update to the latest upstream version...

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#460318: New upstream version 2.4

2008-01-11 Thread Marco Rodrigues

Package: mxml
Severity: wishlist

Hi!

Please update to latest upstream to fix Bug 442416.

http://www.minixml.org/software.php?VERSION=2.4&FILE=mxml/2.4/mxml-2.4.tar.gz

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org




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



Bug#347958: Fails to establish pppoe connection

2006-01-14 Thread Marco d'Itri
On Jan 14, Andreas Tille <[EMAIL PROTECTED]> wrote:

> Well, do you think this is caused by a broken config file?
Yes.

> Well, my question is quite simple: How can I get a solid working
> configuration?

auto isp
iface dsl-provider inet ppp
pre-up ip link set eth1 up
provider dsl-provider

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#347958: Fails to establish pppoe connection

2006-01-14 Thread Marco d'Itri
On Jan 14, Andreas Tille <[EMAIL PROTECTED]> wrote:

>2. I can not start pon with 2.4.4 at all
> 
> What further information would you need?
A detailed log showing what does not work (tcpdump and ppp.log are a
good start).

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#347958: Fails to establish pppoe connection

2006-01-14 Thread Marco d'Itri
On Jan 14, Andreas Tille <[EMAIL PROTECTED]> wrote:

> Attached is the promissed tcpdump output.  Just ask me for further
> infromation.
The ppp_2.4.4 dump is not clear.
If you will open it in ethereal you will see a first successful PPP
connections, which is not terminated until later (packet 41-42), then
(starting from packet 30) an attempt to estabilish a new connection
which fails because the remote server is not sending back the PADS
packet (because it's already engaged in a PPP session with you?),
and finally a new PPP session is almost estabilished but killed from
your side still in the LCP phase.
Your precedent syslog log shows that there are multiple PPP sessions
started a few seconds after each other, so it looks like something is
wrong with your system.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#347958: Fails to establish pppoe connection

2006-01-19 Thread Marco d'Itri
On Jan 16, Andreas Tille <[EMAIL PROTECTED]> wrote:

> ping 193.175.81.44
> ---> failed
I do not know what your problem is, but the PPP session is successfully
negotiated and even DNS queries are exachanged. Your pings to
193.175.81.44 are rejected by 193.175.81.253 which is on the same
network, so the PPP link is working.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#356373: ipw2200-source: new 1.1.2 debian package available: does not build

2006-05-15 Thread Marco Solieri
I tried to compile your source packackage, but Makefile does not find
some .mod files. I searched in my file system for such files (in order
to change their path in the Makefile), but... no results.

I attacched the module-assistant buildlog where the error is reported.

I'm on a sid machine with linux 2.6.16-12 and all packages up to date,
including ieee80211.

I really appreciate your work. It answers (or try to answer) many Debian
users desires. Thanks.

--
Marco Solieri
aka SoujaK


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



Bug#233810: yaboot does not recognizes RAID file systems

2006-06-27 Thread Marco d'Itri
On Jun 27, Aurélien GÉRÔME <[EMAIL PROTECTED]> wrote:

> I am really tempted to apply that patch, it seems so trivial, despite
I can confirm that I have been using it without any problem on multiple
systems for more than two years.

> the fact Ethan is very reluctant to do so. :(
Ethan just does not understand that denying users new features in yaboot
will not persuade them to work on yaboot2.

> I will first test it on a G5 with 2 harddisks in RAID-1 and see if
> it works... However, other non-linear RAID personalities will not
> work for sure.
This is not relevant, other RAID methods will not work with yaboot
even when in a type 82 partition (which is currently accepted).

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#347958: Fails to establish pppoe connection

2006-07-23 Thread Marco d'Itri
On Jul 24, Gregory Colpart <[EMAIL PROTECTED]> wrote:

> Then, this pppoeconf bug will be closed (or reassign to ppp
> package if you want) except you have new informations for
Don't. This behaviour is a feature.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#391719: fbtv: segfaults on AMD64

2006-10-08 Thread Marco Herrn
Package: fbtv
Version: 3.95-5
Severity: important

fbtv (and also xawtv) segfault on startup on an AMD64 machine. That must
have been introduced by the last upgrade, since 2 days ago it worked fine.

error message:
$ fbtv
fbtv[21410]: segfault at  rip 2b08bca63a39 rsp 
705404f0 error 4
Segmentation fault

I tried to build the package to provide a backtrace, but not even
compilation of the package works. The last lines are:

libng/plugins/write-qt.c: In function 'qt_video':
libng/plugins/write-qt.c:130: warning: pointer targets in assignment differ in 
signedness
libng/plugins/write-qt.c:131: warning: pointer targets in assignment differ in 
signedness
libng/plugins/write-qt.c: In function 'qt_audio':
libng/plugins/write-qt.c:167: warning: pointer targets in passing argument 2 of 
'quicktime_write_audio' differ in signedness
libng/plugins/write-qt.c: In function 'video_list':
libng/plugins/write-qt.c:351: error: 'lqt_codec_info_t' has no member named 
'num_encoding_colormodels'
libng/plugins/write-qt.c:353: error: 'lqt_codec_info_t' has no member named 
'encoding_colormodels'
libng/plugins/write-qt.c:354: error: 'lqt_codec_info_t' has no member named 
'encoding_colormodels'
libng/plugins/write-qt.c:381: error: 'lqt_codec_info_t' has no member named 
'num_encoding_colormodels'
libng/plugins/write-qt.c:382: error: 'lqt_codec_info_t' has no member named 
'encoding_colormodels'
make[1]: *** [libng/plugins/write-qt.o] Error 1
make[1]: Leaving directory `/tmp/xawtv-3.95'
make: *** [build-stamp] Error 2





-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages fbtv depends on:
ii  libasound2   1.0.13-1ALSA library
ii  libc62.3.6.ds1-5 GNU C Library: Shared libraries
ii  libfs6   2:1.0.0-4   X11 Font Services library
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  liblircclient0   0.8.0-7 LIRC client library
ii  libncurses5  5.5-4   Shared libraries for terminal hand
ii  v4l-conf 3.95-5  tool to configure video4linux driv
ii  xawtv-plugins3.95-5  plugins for xawtv and motv

fbtv recommends no packages.

-- no debconf information


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



Bug#625796: Bug still here...

2016-04-04 Thread Marco Gaiarin

Just upgraded to jessie:

 tank:~# apt-cache show arpwatch | grep ^Version:
 Version: 2.1a15-1.3

Bug is still here.



Bug#860523: python-dogtail: /bin/sniff fails to start on a merged-/usr system

2018-08-06 Thread Marco d'Itri
Control: severity -1 grave

On Apr 18, intrig...@debian.org wrote:

> It looks like sniff is assuming too much wrt. the location of icons
> relatively to the location of the executable.
Since merged-/usr is now the default, I am raising accordingly the 
priority of this bug.
This is the last package in Debian still to be fixed.

-- 
ciao,
Marco


signature.asc
Description: PGP signature


Bug#979231: the new mailcap entry breaks mutt

2021-01-04 Thread Marco d'Itri
Package: a2ps
Version: 1:4.14-6
Severity: critical
Tags: newcomer
X-Debbugs-Cc: vagr...@debian.org

The recent NMU of a2ps converted the package to dh, and this enabled 
dh_installmime which was present in debian/rules but commented.

The installed file adds to mailcap an entry for "text/plain", which
breaks mutt and probably other software in fun ways.

Solution: override dh_installmime to stop installing the file until 
somebody will figure out a better plan.

It may be worth considering removing a2ps from the archive since its 
last upstream release and non-NMU uploads were from 2008 and I am being 
told that it does not support UTF-8.
paps has been mentioned as a replacement.

-- 
ciao,
Marco


signature.asc
Description: PGP signature


Bug#979231: the new mailcap entry breaks mutt

2021-01-04 Thread Marco d'Itri
On Jan 04, Vagrant Cascadian  wrote:

> Removal sounds like a reasonable fix as well, although there are a
> handful of reverse dependencies of various forms:
> 
> $ apt rdepends a2ps
> a2ps
> Reverse Depends:
>   Depends: apsfilter
QA
>   Recommends: magicfilter
QA
>   Suggests: jed-extra
barely related
>   Depends: ifhp
QA
>   Suggests: gabedit
I am not sure about why it depends on a2ps.
>   Recommends: foomatic-filters
Yet anoter filter.

ifhp looks like something very obsolete, and the other programs probably 
could easily replace a2ps with paps.
Maybe apsfilter and magicfilter could be replaced by foomatic-filters as 
well, which is maintained.

-- 
ciao,
Marco


signature.asc
Description: PGP signature


Bug#245460: gnome-keyboard-properties breaks my keyboard configuration

2004-04-23 Thread Marco d'Itri
Package: capplets
Version: 1:2.6.0.3-2
Severity: normal
Tags: experimental upstream

The problem is that I set some bindings with xmodmap in .xsession, but
when starting gnome gnome-keyboard-properties will override them when
loading a new layout.
The workaround I'm using is removing all layouts from the "selected 
layouts" list, but this will cause an error every time the session
starts.
If there is no easy way to have local xmodmap settings then it should be
possible to disable gnome-keyboard-properties.


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux wonderland 2.6.4 #3 Thu Mar 11 14:02:33 CET 2004 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages capplets depends on:
ii  capplets-data   1:2.6.0.3-2  configuration applets for GNOME 2 
ii  gnome-control-center1:2.6.0.3-2  The GNOME Control Center for GNOME
ii  gnome-desktop-data  2.6.0-4  Common files for GNOME 2 desktop a
ii  gnome-icon-theme1.2.0-2  GNOME Desktop icon theme
ii  gnome-panel 2.6.0-5  Launch and/or dock GNOME 2 applica
ii  gnome-session   2.6.0-3  The GNOME 2 Session Manager
ii  libart-2.0-22.3.16-4 Library of functions for 2D graphi
ii  libasound2  1.0.2-1  Advanced Linux Sound Architecture 
ii  libatk1.0-0 1.6.0-2  The ATK accessibility toolkit
ii  libaudiofile0   0.2.6-3  Open-source version of SGI's audio
ii  libbonobo2-02.6.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.6.0-1  The Bonobo UI library
ii  libc6   2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libeel2-2   2.6.0-1  Eazel Extensions Library (for GNOM
ii  libesd0 0.2.29-1 Enlightened Sound Daemon - Shared 
ii  libfontconfig1  2.2.2-1  generic font configuration library
ii  libfreetype62.1.7-2  FreeType 2 font engine, shared lib
ii  libgail-common  1.4.1-1  GNOME Accessibility Implementation
ii  libgail17   1.4.1-1  GNOME Accessibility Implementation
ii  libgconf2-4 2.6.0-2  GNOME configuration database syste
ii  libgcrypt7  1.1.90-1.1   LGPL Crypto library - runtime libr
ii  libglade2-0 1:2.3.6-4Library to load .glade files at ru
ii  libglib2.0-02.4.0-2  The GLib library of C routines
ii  libgnome-desktop-2  2.6.0-4  Utility library for loading .deskt
ii  libgnome-keyring0   0.2.0-3  GNOME keyring services library
ii  libgnome2-0 2.6.0-4  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.6.0-3  A powerful object-oriented display
ii  libgnomeui-02.6.0-9  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  2.6.0-5  The GNOME virtual file-system libr
ii  libgnutls10 1.0.4-3  GNU TLS library - runtime library
ii  libgpg-error0   0.7-1library for common error values an
ii  libgtk2.0-0 2.4.0-2  The GTK+ graphical user interface 
ii  libice6 4.3.0-7  Inter-Client Exchange library
ii  libjpeg62   6b-9 The Independent JPEG Group's JPEG 
ii  libmetacity01:2.8.0-3Common library of lightweight GTK2
ii  libnautilus2-2  2.6.0-2  libraries for nautilus components 
ii  liborbit2   1:2.10.0-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.4.0-1  Layout and rendering of internatio
ii  libpopt01.7-4lib for parsing cmdline parameters
ii  libsm6  4.3.0-7  X Window System Session Management
ii  libstartup-notification00.6-2library for program launch feedbac
ii  libtasn1-2  0.2.7-1  Manage ASN.1 structures (runtime)
ii  libx11-64.3.0-7  X Window System protocol client li
ii  libxext64.3.0-7  X Window System miscellaneous exte
ii  libxft2 2.1.2-6  FreeType-based font drawing librar
ii  libxklavier81.00-1.1 X Keyboard Extension high-level AP
ii  libxml2 2.6.8-1  GNOME XML library
ii  libxrandr2  4.3.0-7  X Window System Resize, Rotate and
ii  libxrender1 0.8.3-7  X Rendering Extension client libra
ii  nautilus2.6.0-2  file manager and graphical shell f
ii  xlibs   4.3.0-7  X Window System client libraries m
ii  zlib1g  1:1.2.1-5compression library - runtime

-- no debconf information


-- 
ciao, |
Marco | [5923 st1Hj/SBHBnes]



Bug#951010: signify and signify-openbsd names

2024-10-05 Thread Marco d'Itri
On Oct 05, Simon Josefsson  wrote:

> I would like that 'apt install signify' install OpenBSD's signify (from
> the Debian 'signify-openbsd' package) and not the 2003 mail-related
> signify perl script from the Debian 'signify' source package.
Agreed: the current signify package is a niche tool maintained by QA and 
last updated upstream in 2004: it should be renamed without wasting any 
more time.

> To make this happen for trixie, I don't see how to do it.  Anyone having
> the old 'signify' package on their system would get OpenBSD's signify
> instead of the new 'signify-mail' package after an upgrade.  Is that
> problem really worth caring about?
No: popcon == 58.

-- 
ciao,
Marco


signature.asc
Description: PGP signature


Bug#1086178: sendmail: FEATURE(`sts') fails to validate some SANs, causing temp rejects

2024-10-28 Thread Marco Moock
Am 28.10.2024 um 12:38:49 Uhr schrieb Bjørn Mork:

> I have been running with FEATURE(`sts') for a while, until I noticed
> suspicious temporary failures like:
> 
>  reject=450 4.7.0 ...
> outlook-com.olc.protection.outlook.com not listed in SANs

> In any case, I have disabled STS for now.  And I suggest careful
> log monitoring if you decide to enable this feature.

If you think this is a problem in either sendmail or
postfix-sts-resolver, please start a discussion in comp.mail.sendmail.
If you don't have Usenet access, use this: 
https://www.novabbs.com/computers/thread.php?group=comp.mail.sendmail

-- 
Gruß
Marco

Send unsolicited bulk mail to 1730115529mu...@cartoonies.org



Bug#1101508: sendmail: provide tools form /contrib

2025-03-28 Thread Marco Moock
Package: sendmail
Version: 8.18.1-6
Severity: wishlist

Dear Maintainer,

the sendmail tarball provides tools in /contrib. Please include them in the 
Debian package, so they can be used as commands and the manpages exist in the 
system.



-- Package-specific info:
Output of /usr/share/bug/sendmail/script:

ls -alR /etc/mail:
/etc/mail:
total 380
drwxr-sr-x   7 smmta smmsp  4096 Jan 16 16:07 .
drwxr-xr-x 172 root  root  12288 Mar 28 14:05 ..
-rwxr-xr--   1 root  smmsp 11551 Jan 16 16:07 Makefile
-rw---   1 root  root   4265 Jan 16 16:07 access
-rw-r-   1 smmta smmsp 12288 Jan 16 16:07 access.db
-rw-r--r--   1 root  root281 Jan 11  2023 address.resolve
lrwxrwxrwx   1 root  smmsp10 Jun  7  2023 aliases -> ../aliases
-rw-r-   1 smmta smmsp 12288 Jan 16 16:07 aliases.db
-rw---   1 root  smmsp82 Jun  7  2023 authinfo
-rw-r-   1 smmta smmsp 12288 Jan 16 16:07 authinfo.db
-rw-r--r--   1 root  root   3335 Jan 16 16:07 databases
-rw-r-   1 smmta smmsp45 Jun  7  2023 default-auth-info
-rw-r--r--   1 root  root   5988 Jun 11  2023 helpfile
-rw-r--r--   1 root  smmsp14 Jun  7  2023 local-host-names
drwxr-sr-x   2 smmta smmsp  4096 Jun  7  2023 m4
-rw-r--r--   1 root  smmsp   111 Mar 12  2024 mailertable
-rw-r-   1 root  smmsp 12288 Jan 16 16:07 mailertable.db
drwxr-xr-x   2 root  root   4096 Aug  5  2024 peers
drwxr-xr-x   2 smmta smmsp  4096 Jun  7  2023 sasl
-rw-r--r--   1 root  smmsp 63716 Jan 16 16:07 sendmail.cf
-rw-r--r--   1 root  root  63727 Jan 16 16:07 sendmail.cf.old
-rw-r--r--   1 root  root  12235 Jan 16 16:07 sendmail.conf
-rw-r--r--   1 root  smmsp  3919 Jan 16 16:07 sendmail.mc
-rw-r--r--   1 root  root148 Jan 11  2023 service.switch
-rw-r--r--   1 root  root179 Jan 11  2023 service.switch-nodns
drwxr-sr-x   2 smmta smmsp  4096 Jun  7  2023 smrsh
-rw-r--r--   1 root  smmsp 45535 Jan 16 16:07 submit.cf
-rw-r--r--   1 root  root  45546 Jan 16 16:07 submit.cf.old
-rw-r--r--   1 root  smmsp  2380 Jan 16 16:07 submit.mc
drwxr-xr-x   2 smmta smmsp  4096 Jun  7  2023 tls
-rw-r--r--   1 root  smmsp 0 Jun  7  2023 trusted-users

/etc/mail/m4:
total 8
drwxr-sr-x 2 smmta smmsp 4096 Jun  7  2023 .
drwxr-sr-x 7 smmta smmsp 4096 Jan 16 16:07 ..
-rw-r- 1 root  smmsp0 Jun  7  2023 dialup.m4
-rw-r- 1 root  smmsp0 Jun  7  2023 provider.m4

/etc/mail/peers:
total 12
drwxr-xr-x 2 root  root  4096 Aug  5  2024 .
drwxr-sr-x 7 smmta smmsp 4096 Jan 16 16:07 ..
-rw-r--r-- 1 root  root   328 Jan 11  2023 provider

/etc/mail/sasl:
total 16
drwxr-xr-x 2 smmta smmsp 4096 Jun  7  2023 .
drwxr-sr-x 7 smmta smmsp 4096 Jan 16 16:07 ..
-rw-r- 1 smmta smmsp  885 Jun  7  2023 Sendmail.conf.2
-rwxr--r-- 1 root  root  3661 Jan 16 16:07 sasl.m4

/etc/mail/smrsh:
total 8
drwxr-sr-x 2 smmta smmsp 4096 Jun  7  2023 .
drwxr-sr-x 7 smmta smmsp 4096 Jan 16 16:07 ..
lrwxrwxrwx 1 root  smmsp   32 Jun  7  2023 mail.local -> 
/usr/libexec/sendmail/mail.local
lrwxrwxrwx 1 root  smmsp   17 Jun  7  2023 procmail -> /usr/bin/procmail

/etc/mail/tls:
total 48
drwxr-xr-x 2 smmta smmsp 4096 Jun  7  2023 .
drwxr-sr-x 7 smmta smmsp 4096 Jan 16 16:07 ..
-rw-r--r-- 1 root  root 7 Jun  7  2023 no_prompt
-rw--- 1 root  root  1188 Jun  7  2023 sendmail-client.cfg
-rw-r--r-- 1 root  smmsp 1168 Jun  7  2023 sendmail-client.crt
-rw--- 1 root  root   980 Jun  7  2023 sendmail-client.csr
-rw-r- 1 root  smmsp 1704 Jun  7  2023 sendmail-common.key
-rw-r- 1 root  smmsp 1642 Jun  7  2023 sendmail-common.prm
-rw--- 1 root  root  1188 Jun  7  2023 sendmail-server.cfg
-rw-r--r-- 1 root  smmsp 1168 Jun  7  2023 sendmail-server.crt
-rw--- 1 root  root   980 Jun  7  2023 sendmail-server.csr
-rwxr--r-- 1 root  root  3236 Jan 16 16:07 starttls.m4

sendmail.conf:
DAEMON_NETMODE="Static";
DAEMON_NETIF="eth0";
DAEMON_MODE="Daemon";
DAEMON_PARMS="";
DAEMON_HOSTSTATS="No";
DAEMON_MAILSTATS="No";
QUEUE_MODE="${DAEMON_MODE}";
QUEUE_INTERVAL="10m";
QUEUE_PARMS="";
MSP_MODE="Cron";
MSP_INTERVAL="20m";
MSP_PARMS="";
MSP_MAILSTATS="${DAEMON_MAILSTATS}";
MISC_PARMS="";
CRON_MAILTO="root";
CRON_PARMS="";
LOG_CMDS="No";
HANDS_OFF="No";
AGE_DATA="";
DAEMON_RUNASUSER="No";
DAEMON_STATS="${DAEMON_MAILSTATS}";
MSP_STATS="${MSP_MAILSTATS}";


sendmail.mc:
divert(-1)dnl
divert(0)dnl
define(`_USE_ETC_MAIL_')dnl
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
VERSIONID(`$Id: sendmail.mc, v 8.17.1.9-2 2023-01-11 23:26:28 cowboy Exp $')
OSTYPE(`debian')dnl
DOMAIN(`debian-mta')dnl
undefine(`confHOST_STATUS_DIRECTORY')dnl#DAEMON_HOSTSTATS=
FEATURE(`mailertable')dnl
FEATURE(`no_default_msa')dnl
DAEMON_OPTIONS(`Family=inet6, Name=MTA-v6, Port=smtp, Addr=::1')dnl
DAEMON_OPTIONS(`Family=inet,  Name=MTA-v4, Port=smtp, Addr=127.0.0.1')dnl
define(`confPRIVACY_FLAGS',dnl
`needmailhelo,needexpnhelo,needvrfyhelo,restrictqrun,restrictexpand,nobodyreturn,authwarnings')dnl
FEATURE(`use_cw_file')dnl
FEATURE(`access_db', , `skip')dnl
define(`confBAD_RCPT_THROTTLE',`3')dnl
include(`/etc/mail/tls/starttls.m4')

Bug#1097870: sendmail: ftbfs with GCC-15

2025-02-17 Thread Marco Moock
Am 17.02.2025 um 17:53:07 Uhr schrieb Matthias Klose:

> The package fails to build in a test rebuild on at least amd64 with
> gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
> severity of this report will be raised before the forky release.

This seems to be a general issue and not only limited to Debian
https://www.novabbs.com/computers/article-flat.php?id=1240&group=comp.mail.sendmail#1240
https://bugzilla.redhat.com/show_bug.cgi?id=2336394

Did someone already test the suggestions there?

-- 
kind regards
Marco

Send unsolicited bulk mail to 1739811187mu...@cartoonies.org



Package gstalker in stable superceded by qtstalker

2004-07-20 Thread Marco van Zwetselaar

Hello QA-team,

I am the maintainer of qtstalker, which has just entered unstable. 
Qtstalker is upstream's successor to gstalker which is now orphaned in 
woody (and not present in sarge/sid).  One of gstalker's ex-maintainers 
suggested I create a transitional package so users can migrate to qtstalker.


I'd like your opinion on how to go about this (I am in the NM-process, 
so pardon my ignorance).  Do I adopt gstalker, then create a new empty 
Debian-only package (so as to not pull orig.tgz into unstable), with no 
other function than a Depends on qtstalker, and upload that to unstable?


Note that there is no compatibility between Gstalker and Qtstalker, 
except in the sense of the general functionality offered.


Hope you can help me on this.

Best regards,
Marco



Bug#328034: twutils: Depends on libtw0 that is waiting in the new pkgs list

2005-09-12 Thread Marco Presi (Zufus)
Package: twutils
Version: uninstallable
Severity: important

twutils is now built against libtw0, that is waiting for approval (being
a NEW pkg).

In the meantime, to test the new version of twin-0.5.1 and libtw0 (for
i386 only, sorry), pkgs are available here:

deb http://people.debian.org/~zufus twin/

Regards

Marco

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])


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



Bug#649500: emacspeak: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2011-11-21 Thread Marco Juliano e Silva
Package: emacspeak
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards,
 
Marco Juliano e Silva

pt_BR.po
Description: Binary data


Bug#326116: Shift+PgUp on screen on rxvt doesn't work

2005-09-01 Thread Marco Tulio Gontijo e Silva
Package: rxvt
Version: 1:2.6.4-6.2
Severity: normal

When I'm on screen in rxvt and I try to do Shift+PgUp it doesn't work.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1)

Versions of packages rxvt depends on:
ii  base-passwd  3.5.9   Debian base system master password
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#387664: libghc6-haskelldb-dev: Should include API doc and test sources

2006-09-15 Thread Marco Túlio Gontijo e Silva

Package: libghc6-haskelldb-dev
Version: 0.9.cvs.601-11
Severity: wishlist

It should include the API and possible other docs and the test sources, maybe
in another package from the same source.

-- System Information:
Debian Release: testing/unstable
 APT prefers unstable
 APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1)

Versions of packages libghc6-haskelldb-dev depends on:
ii  ghc6  6.4.2-2GHC - the Glasgow Haskell Compilat
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libghc6-hsql-dev  1.6-8.1Multi-Database Interface System fo
ii  libghc6-hsql-mysql-dev1.6-8.1Multi-Database Interface System fo
ii  libghc6-hsql-odbc-dev 1.6-8.1Multi-Database Interface System fo
ii  libghc6-hsql-postgresql-d 1.6-8.1Multi-Database Interface System fo
ii  libghc6-hsql-sqlite-dev   1.6-8.1Multi-Database Interface System fo
ii  libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library
ii  libmysqlclient15off   5.0.24a-3  mysql database client library
ii  libpq48.1.4-6PostgreSQL C client library
ii  libsqlite02.8.16-1   SQLite shared library
ii  unixodbc  2.2.11-13  ODBC tools libraries
ii  zlib1g1:1.2.3-13 compression library - runtime

libghc6-haskelldb-dev recommends no packages.

-- no debconf information


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