Bug#1059163: closed by Debian FTP Masters (reply to Anibal Monsalve Salazar ) (Bug#1059163: fixed in cpio 2.14+dfsg-1)

2023-12-22 Thread Anibal Monsalve Salazar
On Fri, 2023-12-22 08:42:46 +0100, Salvatore Bonaccorso wrote:
> Hi Anibal,
> 
> On Fri, Dec 22, 2023 at 06:21:04AM +, Debian Bug Tracking System wrote:
> >  cpio (2.14+dfsg-1) unstable; urgency=medium
> >  .
> >* New upstream release
> >  Closes: #1049402
> >  Noteworthy changes in this release:
> >  - New option --ignore-dirnlink
> >Valid in copy-out mode, it instructs cpio to ignore the actual number
> >of links reported for each directory member and always store 2
> >instead.
> >  - Changes in --reproducible option
> >The --reproducible option implies --ignore-dirlink.  In other words,
> >it is equivalent to --ignore-devno --ignore-dirnlink 
> > --renumber-inodes.
> >  - Use GNU ls algorithm for deciding timestamp format in -tv mode
> >  - Bugfixes
> >- Fix cpio header verification.
> >- Fix handling of device numbers on copy out.
> >- Fix calculation of CRC in copy-out mode.
> >- Rewrite the fix for CVE-2015-1197.
> >- Fix combination of --create --append --directory.
> >- Fix appending to archives bigger than 2G.
> >* Update uploaders list
> >  Closes: #925021
> >* Standards-Version: 4.6.2
> >* Fix Path traversal vulnerability due to partial revert of fix for 
> > CVE-2015-1197
> >  Closes: #1059163
> 
> Thanks for this upload to unstable. Can you check if the upstream
> redone changes for CVE-2015-1197 are backportable, and if so can you
> address the issue in the upcoming point releases for bookworm and
> bullseye?
> 
> Regards,
> Salvatore

Sure.

The commit in question is at:

https://git.savannah.gnu.org/cgit/cpio.git/commit/?id=376d663340a9dc91c91a5849e5713f07571c1628



Bug#1051822: installed chrony package post-installation script subprocess returned error exit status 1

2023-09-15 Thread Anibal Monsalve Salazar
On Thu, 2023-09-14 13:14:47 +0200, Vincent Blut wrote:

> diff -Nru chrony-4.4/debian/changelog chrony-4.4/debian/changelog
> --- chrony-4.4/debian/changelog   2023-08-09 17:50:42.0 +0200
> +++ chrony-4.4/debian/changelog   2023-09-14 12:02:21.0 +0200
> @@ -1,3 +1,10 @@
> +chrony (4.4-2) unstable; urgency=medium
> +
> +  * debian/control:
> +- Add version constraint on adduser. (Closes: #1051822)
> +
> + -- Vincent Blut   Thu, 14 Sep 2023 12:02:21 +0200
> +
>  chrony (4.4-1) unstable; urgency=medium
>  
>* Import upstream version 4.4:
> diff -Nru chrony-4.4/debian/control chrony-4.4/debian/control
> --- chrony-4.4/debian/control 2023-08-09 17:50:42.0 +0200
> +++ chrony-4.4/debian/control 2023-09-14 12:02:21.0 +0200
> @@ -25,7 +25,7 @@
>  Package: chrony
>  Architecture: linux-any
>  Pre-Depends: ${misc:Pre-Depends}
> -Depends: adduser,
> +Depends: adduser (>= 3.130),
>   iproute2 [linux-any],
>   tzdata-legacy,
>   ucf,
> diff -Nru chrony-4.4/debian/.gitlab-ci.yml chrony-4.4/debian/.gitlab-ci.yml
> --- chrony-4.4/debian/.gitlab-ci.yml  2023-08-09 17:50:42.0 +0200
> +++ chrony-4.4/debian/.gitlab-ci.yml  2023-09-14 12:02:21.0 +0200
> @@ -4,8 +4,6 @@
>  - 
> https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
>  
>  variables:
> -# chrony now depends on tzdata-legacy which is only available in 
> experimental
> -RELEASE: 'experimental'
>  # Skip the reprotest job as long as it is run as root due to problems 
> with
>  # chrony system tests.
>  SALSA_CI_DISABLE_REPROTEST: 1

That fixed this bug for me.

Thank you,

Aníbal



Bug#1051822: installed chrony package post-installation script subprocess returned error exit status 1

2023-09-13 Thread Anibal Monsalve Salazar
On Wed, 2023-09-13 15:15:10 +0200, Vincent Blut wrote:
> Control: tags -1 + moreinfo
> 
> Hi Anibal,
> 
> Le 2023-09-13 13:52, Anibal Monsalve Salazar a écrit :
>> Package: chrony
>> Version: 4.2-2
>> Severity: critical
>> 
>> # dpkg -i /mnt/apt/archives/chrony_4.4-1_i386.deb
>> (Reading database ... 34682 files and directories currently installed.)
>> Preparing to unpack .../archives/chrony_4.4-1_i386.deb ...
>> Failed to stop chronyd-restricted.service: Unit chronyd-restricted.service 
>> not loaded.
>> Unpacking chrony (4.4-1) over (4.3-4) ...
>> Setting up chrony (4.4-1) ...
>> Unknown option: comment
>> adduser [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
>> [--firstuid ID] [--lastuid ID] [--gecos GECOS] [--ingroup GROUP | --gid ID]
>> [--disabled-password] [--disabled-login] [--add_extra_groups] USER
>>Add a normal user
>> 
>> adduser --system [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
>> [--gecos GECOS] [--group | --ingroup GROUP | --gid ID] [--disabled-password]
>> [--disabled-login] [--add_extra_groups] USER
>>Add a system user
>> 
>> adduser --group [--gid ID] GROUP
>> addgroup [--gid ID] GROUP
>>Add a user group
>> 
>> addgroup --system [--gid ID] GROUP
>>Add a system group
>> 
>> adduser USER GROUP
>>Add an existing user to an existing group
>> 
>> general options:
>>   --quiet | -q  don't give process information to stdout
>>   --force-badname   allow usernames which do not match the
>> NAME_REGEX configuration variable
>>   --help | -h   usage message
>>   --version | -vversion number and copyright
>>   --conf | -c FILE  use FILE as configuration file
>> 
>> dpkg: error processing package chrony (--install):
>>  installed chrony package post-installation script subprocess returned error 
>> exit status 1
>> Processing triggers for man-db (2.11.2-3) ...
>> Errors were encountered while processing:
>>  chrony
> 
> I don't seem to be able to reproduce this issue. Could you please give me more
> information on the system on which you were upgrading chrony? It seems you 
> were
> upgrading from chrony 4.3-4, so I guess this system is running 
> testing/unstable‽
> 
> Cheers,
> Vincent

Dear Vincent,

I tried again to upgrade chrony on another machine and it failed.


Setting up chrony (4.4-1) ...
Unknown option: comment
adduser [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
[--firstuid ID] [--lastuid ID] [--gecos GECOS] [--ingroup GROUP | --gid ID]
[--disabled-password] [--disabled-login] [--add_extra_groups] USER
   Add a normal user

adduser --system [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
[--gecos GECOS] [--group | --ingroup GROUP | --gid ID] [--disabled-password]
[--disabled-login] [--add_extra_groups] USER
   Add a system user

adduser --group [--gid ID] GROUP
addgroup [--gid ID] GROUP
   Add a user group

addgroup --system [--gid ID] GROUP
   Add a system group

adduser USER GROUP
   Add an existing user to an existing group

general options:
  --quiet | -q  don't give process information to stdout
  --force-badname   allow usernames which do not match the
NAME_REGEX configuration variable
  --help | -h   usage message
  --version | -vversion number and copyright
  --conf | -c FILE  use FILE as configuration file

dpkg: error processing package chrony (--configure):
 installed chrony package post-installation script subprocess returned error 
exit status 1
...
Errors were encountered while processing:
 chrony
E: Sub-process /usr/bin/dpkg returned an error code (1)


$ dpkg -l adduser chrony
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---=
ri  adduser3.118all  add and remove users and groups
iF  chrony 4.4-1i386 Versatile implementation of the 
Network Time Protocol


I know updating adduser from 3.118 to 3.137 will fix this bug.

I tried dpkg -i chrony_4.4-1_i386.deb with the same messages above. I
did not upgrade adduser this time.

I suggest to replace line 28 in debian/control as follows:

--- control 2023-09-14 13:52:34.323543535 +1000
+++ control 2023-09-14 13:55:18.960189965 +1000
@@ -25,7 +25,7 @@ Rules-Requires-Root: no
 Package: chrony
 Architecture: linux-any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: adduser,
+Depends: adduser (>= 3.137),
  iproute2 [linux-any],
  tzdata-legacy,
  ucf,

I will not touch the machine and will install any test package from you.

Please let me know what would you like me to do.

Thank you for your time and for helping me with this bug.

Kind regards,

Aníbal



Bug#1051822: installed chrony package post-installation script subprocess returned error exit status 1

2023-09-12 Thread Anibal Monsalve Salazar
Installing adduser (3.137) fixed this bug for me.

Maybe there is a missing dependency on adduser (3.137).



Bug#1051822: installed chrony package post-installation script subprocess returned error exit status 1

2023-09-12 Thread Anibal Monsalve Salazar
Package: chrony
Version: 4.2-2
Severity: critical

# dpkg -i /mnt/apt/archives/chrony_4.4-1_i386.deb
(Reading database ... 34682 files and directories currently installed.)
Preparing to unpack .../archives/chrony_4.4-1_i386.deb ...
Failed to stop chronyd-restricted.service: Unit chronyd-restricted.service not 
loaded.
Unpacking chrony (4.4-1) over (4.3-4) ...
Setting up chrony (4.4-1) ...
Unknown option: comment
adduser [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
[--firstuid ID] [--lastuid ID] [--gecos GECOS] [--ingroup GROUP | --gid ID]
[--disabled-password] [--disabled-login] [--add_extra_groups] USER
   Add a normal user

adduser --system [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
[--gecos GECOS] [--group | --ingroup GROUP | --gid ID] [--disabled-password]
[--disabled-login] [--add_extra_groups] USER
   Add a system user

adduser --group [--gid ID] GROUP
addgroup [--gid ID] GROUP
   Add a user group

addgroup --system [--gid ID] GROUP
   Add a system group

adduser USER GROUP
   Add an existing user to an existing group

general options:
  --quiet | -q  don't give process information to stdout
  --force-badname   allow usernames which do not match the
NAME_REGEX configuration variable
  --help | -h   usage message
  --version | -vversion number and copyright
  --conf | -c FILE  use FILE as configuration file

dpkg: error processing package chrony (--install):
 installed chrony package post-installation script subprocess returned error 
exit status 1
Processing triggers for man-db (2.11.2-3) ...
Errors were encountered while processing:
 chrony



Bug#983508: nfs-common: Bullseys/Kernel 5.10 SAMBA AD/DC NFSv4 Kerberos Problem with rpc.gssd

2021-09-16 Thread Anibal Monsalve Salazar
On Thu, 2021-02-25 11:07:13 +0100, J. Pfennig wrote:
> Package: nfs-common
> Version: 1:1.3.4-2.5+deb10u1
> Severity: important
> Tags: upstream
> 
> Dear Maintainers
> 
> There is a long standing bug (or wrong documentation) in rpc.gssd
> Probably debian uses an outdated version (new upstream version).
> 
> I consider this bug as severe because it breaks backward compa-
> tibility since debian bullseye. It might affect most SAMBA AD/DC
> setups that were working with buster and fail with bulseye.

Thank you for filing this bug#983508.

You tagged it upstream. Do you have a web page address or upstream bug
report reference of this bug when in was reported upstream?

Could you please test the current version of nfs-common in experimental?

> PROBLEM
> 
> The point is the nfs/... SPN (service principle name) that was
> historically used to fill the kerberos machine credential cache.
> 
> The documentation explicitly states that rpc.gssd first tries
> the (windows) machine account $/... then a SPN (or UPN?)
> root/... then some others and FINALLY the nfs/... SPN. But this
> is wrong, only nfs/... is recognized.
> 
> This creates a problem with SAMBA AD/DCs setups. Samba uses heimdal
> kerberos. A difference between heimdal and MIT are the SPNs. So in
> SAMBA you have to add a UPN (like the before mentioned root/...) 
> and to attach the nfs/... SPN to the UPN. This is how it looks:
> 
> samba-tool user create --random-password --gid-number=100 \
>  --gecos="nfs user" --unix-home=/tmp --login-shell=/usr/sbin/nologin \
>  root/myhost.centauri.home
> samba-tool user setexpiry --noexpiry root/myhost.centauri.home
> samba-tool spn add nfs/myhost.centauri.home root/myhost.centauri.home
> 
> The exported keytab works fine (until kernel 5.9) and allows NFS4 with
> kerberos security:
> 
> samba-tool domain exportkeytab xxx.keytab --principal MYHOST$
> samba-tool domain exportkeytab xxx.keytab --principal 
> root/myhost.centauri.home
> samba-tool domain exportkeytab xxx.keytab --principal nfs/myhost.centauri.home
> 
> But as nfs/... SPN seems to be historic SAMBA only exports weak 
> encryption keys for nfs/... whereas the machine account and the root/...
> UPN have strong encryption:
> 
> klist -e -k /etc/krb5.keytab.old
> Keytab name: FILE:/etc/krb5.keytab.old
> KVNO Principal
>  
> --
>1 alpha1$@CENTAURI.HOME (aes256-cts-hmac-sha1-96) 
>1 alpha1$@CENTAURI.HOME (aes128-cts-hmac-sha1-96) 
>1 alpha1$@CENTAURI.HOME (arcfour-hmac) 
>1 alpha1$@CENTAURI.HOME (des-cbc-md5) 
>1 alpha1$@CENTAURI.HOME (des-cbc-crc) 
>2 root/alpha1.centauri.h...@centauri.home (aes256-cts-hmac-sha1-96) 
>2 root/alpha1.centauri.h...@centauri.home (aes128-cts-hmac-sha1-96) 
>2 root/alpha1.centauri.h...@centauri.home (arcfour-hmac) 
>2 root/alpha1.centauri.h...@centauri.home (des-cbc-md5) 
>2 root/alpha1.centauri.h...@centauri.home (des-cbc-crc) 
>2 nfs/alpha1.centauri.h...@centauri.home (arcfour-hmac) 
>2 nfs/alpha1.centauri.h...@centauri.home (des-cbc-md5) 
>2 nfs/alpha1.centauri.h...@centauri.home (des-cbc-crc) 
> 
> 
> SOLUTION
> 
> This was OK until kernel 5.9 only. Since 5.10 somebody disabled weak
> encrytion in the kernel part of GSSAPI. Now debian's old rpc.gssd
> fails. Probably creating a security problem as NFS mount now tries
> NFS 3 (without kerberos).
> 
> The SAMBA documentation explains the SAMBA behaviour here:
> 
>https://wiki.samba.org/index.php/Generating_Keytabs
> 
> The solution is to explicitly set the supported encryption for
> the root/... UPN:
> 
> net ads enctypes set root/myhost.centauri.home 31
> 
> A newly created keytab now contains the required encryptions
> for the nfs/... SPN. And now NFS4 works with 5.10 / bullseye.
> 
> 
> CONCLUSION
> 
> The NFS4 / SAMBA / KERBEROS setup is extremly complacated, debian's
> rpc.gssd is outdated or buggy and someone tried to improve security
> by removing something from the kernel. NFS mounts on bullseye
> systems may fall back to NFS3 without kerberos. Not good.
> 
> 
> PLEASE
> 
> Give users a hint, a usefull error message, or fix rpc.gssd
> It took me a long time to indentify the reported problem and I am
> thankfull for a hint that I found in the univention bug tracker.
> 
> Yours Jürgen
> 
> 
> -- Package-specific info:
> -- rpcinfo --
>program vers proto   port  service
> 104   tcp111  portmapper
> 103   tcp111  portmapper
> 102   tcp111  portmapper
> 104   udp111  portmapper
> 103   udp111  portmapper
> 102   udp111  portmapper
> -- /etc/default/nfs-common --
> NEED_STATD=no
> STATDOPTS=
> NEED_IDMAPD=yes
> NEED_GSSD=yes
> -- /etc/idmapd.conf --
> [General]
> Verbosity = 0
> Pipefs-Directory = /run/rpc_pipefs
> Domain = centauri.home
> [Mapping]
> Nobody-User = nobody
> Nobody-Group = nogroup
> -- /etc/fstab --
> 
> -- System 

Bug#991631: nfs-utils: please update to newer upstream version

2021-09-05 Thread Anibal Monsalve Salazar
On Mon, Sep 6, 2021 at 1:46 AM Salvatore Bonaccorso  wrote:
> On Mon, Sep 06, 2021 at 01:31:35AM +1000, Anibal Monsalve Salazar wrote:
> > On Sat, Sep 4, 2021 at 10:47 PM Hector Oron  wrote:
> > > El ds., 4 de set. 2021, 9:33, Anibal Monsalve Salazar  
> > > va escriure:
> > >>
> > >> Hello Salvatore, Héctor,
> > >>
> > >> Just to let you know that I have been working with version 2.5.4 and the 
> > >> 2.5.5 RCs for the last few days, almost full time. Currently, I'm 
> > >> reviewing once again all the patches.
> > >
> > > Excellent! I worked on it sometime, but my work is not ready, I should 
> > > post it once it is ready for review and testing.
> > >
> > > Anibal, do you have some WIP you can publish (on salsa) for review and/or 
> > > testing?
> > >
> > > I feel we are pretty close for a real update. :-)
> > >
> > > Thanks all for the work
> >
> > I uploaded nfs-utils 1:2.5.4-1~exp1 to experimental. Please try it.
> > I'm using it right now.
> >
> > I plan to keep working on it.
>
> Great thank you, and from now on I guess it will be much easier to
> keep on track.
>
> Can you please push the changes to the packaging repository?
>
> https://salsa.debian.org/kernel-team/nfs-utils/

Sure.



Bug#991631: nfs-utils: please update to newer upstream version

2021-09-05 Thread Anibal Monsalve Salazar
On Sat, Sep 4, 2021 at 10:47 PM Hector Oron  wrote:
> El ds., 4 de set. 2021, 9:33, Anibal Monsalve Salazar  va 
> escriure:
>>
>> Hello Salvatore, Héctor,
>>
>> Just to let you know that I have been working with version 2.5.4 and the 
>> 2.5.5 RCs for the last few days, almost full time. Currently, I'm reviewing 
>> once again all the patches.
>
> Excellent! I worked on it sometime, but my work is not ready, I should post 
> it once it is ready for review and testing.
>
> Anibal, do you have some WIP you can publish (on salsa) for review and/or 
> testing?
>
> I feel we are pretty close for a real update. :-)
>
> Thanks all for the work

I uploaded nfs-utils 1:2.5.4-1~exp1 to experimental. Please try it.
I'm using it right now.

I plan to keep working on it.



Bug#991631: nfs-utils: please update to newer upstream version

2021-09-04 Thread Anibal Monsalve Salazar
On Thu, Jul 29, 2021, 21:42 Salvatore Bonaccorso  wrote:

> Control: forcemerge 917706 991631
>
> Hi Hector,
>
> On Thu, Jul 29, 2021 at 12:21:47PM +0200, Hector Oron wrote:
> > Package: src:nfs-utils
> > Severity: wishlist
> >
> > Dear Maintainer,
> >
> > Hello,
> >
> >   nfs-utils package is quite old, even in SID, what are the plans for
> > this package? Could it be updated to a more recent upstream version?
>
> It should absolutely, there was an attempt to try to do this before
> the bullseye release, but it failed, WIP in
> https://salsa.debian.org/kernel-team/nfs-utils/-/merge_requests/3 .
> Some help welcome!
>
> Debian is lacking too much behind. For after the bullseye release this
> shouldbe tackled ASAP, we should not land in the same situation again
> for bookworm.
>
> Regards,
> Salvatore
>

Hello Salvatore, Héctor,

Just to let you know that I have been working with version 2.5.4 and the
2.5.5 RCs for the last few days, almost full time. Currently, I'm reviewing
once again all the patches.

Kind regards,

Aníbal

>


Bug#925107: Bug#925060,925107: Updating the bzip2 and grep Uploaders list

2019-07-19 Thread Anibal Monsalve Salazar
On Wed, 20 Mar 2019 20:39 Santiago Ruano Rincón 
wrote:

> El 19/03/19 a las 12:44, Pierre-Elliott Bécue escribió:
> > Source: grep
> > Version: 3.3-1 3.1-2
> > Severity: minor
> > User: m...@qa.debian.org
> > Usertags: mia-teammaint
> >
> > anibal has not been working on
> > the grep package for quite some time.
> >
> > We are tracking their status in the MIA team and would like to ask you
> > to remove them from the Uploaders list of the package so we can close
> > that part of the file.
> >
> > (If the person is listed as Maintainer, what we are asking is to please
> > step in as a new maintainer.)
>
> Ping anibal,
>
> Before doing anything in both grep and bzip2, I prefer to give Aníbal a
> couple of weeks to answer.
>
> Cheers,
>
>  -- Santiago
>

I'll start working on my packages within a couple of weeks.

>


Bug#720833: NMU patch for eegdev 0.2-3.1

2014-03-19 Thread Anibal Monsalve Salazar
The NMU patch for eegdev 0.2-3.1 is below.

debdiff eegdev_0.2-3.dsc eegdev_0.2-3.1.dsc
diff -Nru eegdev-0.2/debian/changelog eegdev-0.2/debian/changelog
--- eegdev-0.2/debian/changelog 2012-05-23 20:41:23.0 +0100
+++ eegdev-0.2/debian/changelog 2014-03-19 11:39:19.0 +
@@ -1,3 +1,21 @@
+eegdev (0.2-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS: conflicting types for 'cff_parse'
+Add fix-bison-grammar-file.patch
+Patch by Dejan Latinovic
+Closes: #720833
+  * Include config.h before including system headers
+Add include-config_h.patch
+Patch by Dejan Latinovic
+Closes: #742032
+  * Fix unaligned memory access errors on MIPS systems
+Add fix-unaligned-memory-access.patch
+Patch by Dejan Latinovic
+Closes: #742035
+
+ -- Anibal Monsalve Salazar ani...@debian.org  Wed, 19 Mar 2014 11:39:11 
+
+
 eegdev (0.2-3) unstable; urgency=low
 
   * Fix hangups when closing biosemi. (Closes: #673681)
diff -Nru eegdev-0.2/debian/patches/fix-bison-grammar-file.patch 
eegdev-0.2/debian/patches/fix-bison-grammar-file.patch
--- eegdev-0.2/debian/patches/fix-bison-grammar-file.patch  1970-01-01 
01:00:00.0 +0100
+++ eegdev-0.2/debian/patches/fix-bison-grammar-file.patch  2014-03-17 
13:54:09.0 +
@@ -0,0 +1,81 @@
+From: Dejan Latinovic dejan.latino...@imgtec.com
+Date: Tue, 11 Mar 2014 18:16:39 +0100
+Description: FTBFS: conflicting types for 'cff_parse'
+ Changes to bison input files (src/core/conffile.y and src/core/confline.y),
+ in order to adapt to newer bison version.
+Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720833
+
+--- a/src/core/conffile.y
 b/src/core/conffile.y
+@@ -17,9 +17,11 @@
+ along with this program.  If not, see http://www.gnu.org/licenses/.
+ */
+ %define api.pure
++%no-lines
+ %name-prefix cff_
+ %defines conffile.tab.h
+ %parse-param { struct cfdata *pp }
++%lex-param { yyscan_t cff_scaninfo }
+ %{
+ #if HAVE_CONFIG_H
+ # include config.h
+@@ -28,6 +30,11 @@
+ #include stdio.h
+ #include stdlib.h
+ #include configuration.h
++#ifndef YY_TYPEDEF_YY_SCANNER_T
++#define YY_TYPEDEF_YY_SCANNER_T
++typedef void* yyscan_t;
++#endif
++#include conffile.h
+ %}
+ 
+ %union value {
+@@ -36,9 +43,7 @@
+ 
+ %{
+ #include conffile.lex.h
+-#include conffile.h
+-#define YYLEX_PARAM pp-scaninfo
+-
++#define cff_scaninfo pp-scaninfo
+ static int yyerror(struct cfdata *pp, const char* s);
+ %}
+ 
+--- a/src/core/confline.y
 b/src/core/confline.y
+@@ -17,9 +17,11 @@
+ along with this program.  If not, see http://www.gnu.org/licenses/.
+ */
+ %define api.pure
++%no-lines
+ %name-prefix cfl_
+ %defines confline.tab.h
+ %parse-param { struct cfldata *pp }
++%lex-param { yyscan_t cfl_scaninfo }
+ %{
+ #if HAVE_CONFIG_H
+ # include config.h
+@@ -28,6 +30,11 @@
+ #include stdio.h
+ #include stdlib.h
+ #include configuration.h
++#ifndef YY_TYPEDEF_YY_SCANNER_T
++#define YY_TYPEDEF_YY_SCANNER_T
++typedef void* yyscan_t;
++#endif
++#include confline.h
+ %}
+ 
+ %union value {
+@@ -36,9 +43,7 @@
+ 
+ %{
+ #include confline.lex.h
+-#include confline.h
+-#define YYLEX_PARAM pp-scaninfo
+-
++#define cfl_scaninfo pp-scaninfo
+ static int yyerror(struct cfldata *pp, const char* s);
+ %}
+ 
diff -Nru eegdev-0.2/debian/patches/fix-unaligned-memory-access.patch 
eegdev-0.2/debian/patches/fix-unaligned-memory-access.patch
--- eegdev-0.2/debian/patches/fix-unaligned-memory-access.patch 1970-01-01 
01:00:00.0 +0100
+++ eegdev-0.2/debian/patches/fix-unaligned-memory-access.patch 2014-03-17 
17:20:49.0 +
@@ -0,0 +1,46 @@
+From: Dejan Latinovic dejan.latino...@imgtec.com
+Date: Tue, 11 Mar 2014 18:16:39 +0100
+Description: Fix unaligned memory access errors on MIPS systems
+ This patch fixes unaligned memory access errors on MIPS systems.
+Debian-Bug: 
+
+--- a/src/core/typecast.c  2014-03-17 17:03:03.868239764 +
 b/src/core/typecast.c  2014-03-17 17:07:18.253726412 +
+@@ -37,6 +37,28 @@ static void cast_##tsrc##_##tdst (void*
+   }   \
+ } 
+ 
++// Prototype of a generic type scale and cast function for unaligned memory 
access
++#define DEFINE_CASTUNALIGNED_FN(tsrc, tdst)   \
++static void cast_##tsrc##_##tdst (void* restrict d, const void* restrict s, 
union gval sc, size_t len)  \
++{ \
++  union dstdata   \
++  {   \
++  tdst Data;  \
++  unsigned int intData[2];\
++  };  \
++  const tsrc* src = s;\
++  union dstdata *dst = d

Bug#741943: NMU patch for libdispatch_0~svn197-3.3

2014-03-18 Thread Anibal Monsalve Salazar
The NMU patch for libdispatch_0~svn197-3.3 is below.

debdiff libdispatch_0~svn197-3.2.dsc libdispatch_0~svn197-3.3.dsc
diff -Nru libdispatch-0~svn197/debian/changelog
libdispatch-0~svn197/debian/changelog
--- libdispatch-0~svn197/debian/changelog   2013-11-12
16:52:18.0 +
+++ libdispatch-0~svn197/debian/changelog   2014-03-17
15:37:28.0 +
@@ -1,3 +1,13 @@
+libdispatch (0~svn197-3.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build successfully on mips/mipesl
+Add -fPIC flag for mips/mipsel
+Patch by Dejan Latinovic
+Closes: #741943
+
+ -- Anibal Monsalve Salazar ani...@debian.org  Mon, 17 Mar 2014
15:36:52 +
+
 libdispatch (0~svn197-3.2) unstable; urgency=low

   * Non-maintainer upload.
diff -Nru libdispatch-0~svn197/debian/rules libdispatch-0~svn197/debian/rules
--- libdispatch-0~svn197/debian/rules   2011-06-29 03:08:06.0 +0100
+++ libdispatch-0~svn197/debian/rules   2014-03-06 11:25:54.0 +
@@ -1,5 +1,11 @@
 #!/usr/bin/make -f

+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+ifneq (,$(filter $(DEB_BUILD_ARCH), mips mipsel))
+   CFLAGS+=-fPIC
+   export CFLAGS
+endif
+
 #override_dh_auto_configure:
 #  CC=clang ./configure --prefix=/usr


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



Bug#705653: ITP: numatop -- display Linux processes on a NUMA system

2013-04-17 Thread Anibal Monsalve Salazar
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: numatop
  Version : 1.0
  Upstream Author : Jin Yao
* URL : https://01.org/numatop
* License : See below
  Description : display Linux processes on a NUMA system


Description

NumaTOP is an observation tool for runtime memory locality
characterization and analysis of processes and threads running on a NUMA
system. It helps the user characterize the NUMA behavior of processes
and threads and identify where the NUMA-related performance bottlenecks
reside.


License

Copyright (c) 2013, Intel Corporation

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

  * Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
  * Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
  * Neither the name of Intel Corporation nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.


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



Bug#633034: nfs-utils: /run transition: Please switch to /run/sendsigs.omit.d

2011-12-07 Thread Anibal Monsalve Salazar
On Wed, Dec 07, 2011 at 02:41:39PM +, Ben Hutchings wrote:
I would be quite happy for you to do the NMU if you've tested the
result.  Anibal, Luk, any objection to that?

I'm planning to work on the nfs-utils /run transition after I finish the
same transition for rpcbind.


signature.asc
Description: Digital signature


Bug#633035: rpcbind: /run transition: Please switch to /run/sendsigs.omit.d

2011-12-06 Thread Anibal Monsalve Salazar
On Tue, Dec 06, 2011 at 11:38:54AM +, Roger Leigh wrote:
On Thu, Jul 07, 2011 at 11:34:49PM +0100, Roger Leigh wrote:
Source: rpcbind
Version: 0.2.0-6
Severity: important

Your package is currently using/lib/init/rw/sendsigs.omit.d
which is now deprecated and pending removal.  Please update your
package to use /run/sendsigs.omit.d with a versioned dependency
on initscripts, as detailed below.

Ping?  Has any work been done on this?  A patch has been available
for over two months.

/lib/init/rw is being removed in the next week or so.  This bug
is blocking the /run transition completion.  Please fix this
now, or it will require an NMU.

Hello Roger,

I've been working on this and other rpcbind bugs. I'll plan an upload
within the next couple of days.

Cheers,

Anibal

Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#651032: /usr/sbin/rpc.idmapd: rpc.idmapd referring to none existing library

2011-12-05 Thread Anibal Monsalve Salazar
Hello Steve and Kevin,

To fix Debian Bug#649491[1], I moved the .so files to /lib and applied
the following patch:

--- a/libnfsidmap.c 2010-12-09 04:07:53.0 +1100
+++ b/libnfsidmap.c 2011-12-05 11:23:46.0 +1100
@@ -61,7 +61,7 @@ static struct mapping_plugin **nfs4_plug
 static struct mapping_plugin **gss_plugins = NULL;
 
 #ifndef PATH_PLUGINS
-#define PATH_PLUGINS /usr/lib/libnfsidmap
+#define PATH_PLUGINS /lib/libnfsidmap
 #endif
 #define PLUGIN_INIT_FUNC libnfsidmap_plugin_init
 
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649491

As Michael reported, libnfsidmap is still looking for the plugins in
/usr/lib/libnfsidmap.

What do I need to change in libnfsidmap to make it find the plugins in
/lib/libnfsidmap?

Please see Michael's report below.

Cheers,

Anibal

As Michael has reported, libnfsidmap2 is still looking 
On Mon, Dec 05, 2011 at 08:18:08AM +0100, Michael Rasmussen wrote:
 Package: nfs-common
 Version: 1:1.2.5-2+b1
 Severity: grave
 File: /usr/sbin/rpc.idmapd
 Justification: renders package unusable
 
 rpc.idmapd -v
 rpc.idmapd: libnfsidmap: using domain: midgaard
 
 rpc.idmapd: libnfsidmap: Unable to load plugin:
 /usr/lib/libnfsidmap/nsswitch.so: cannot open shared object file: No
 such file or directory
 
 rpc.idmapd: libnfsidmap: requested translation method, 'nsswitch', is
 not available
 
 rpc.idmapd: Unable to create name to user id mappings.
 
 rpc.idmapd is searching for libnfsidmap plugins in the wrong directory
 so bug #650904 must be reopen since the provided change made to
 libnfsidmap2 does not make any difference rpc.idmapd still uses
 /usr/lib/libnfsidmap.
 
 
 -- Package-specific info:
 -- rpcinfo --
program vers proto   port  service
 104   tcp111  portmapper
 103   tcp111  portmapper
 102   tcp111  portmapper
 104   udp111  portmapper
 103   udp111  portmapper
 102   udp111  portmapper
 172   udp785  ypbind
 171   udp785  ypbind
 172   tcp786  ypbind
 171   tcp786  ypbind
 -- /etc/default/nfs-common --
 NEED_STATD=no
 STATDOPTS=
 NEED_IDMAPD=yes
 NEED_GSSD=
 -- /etc/idmapd.conf --
 [General]
 Verbosity = 0
 Pipefs-Directory = /var/lib/nfs/rpc_pipefs
 Domain = midgaard 
 [Mapping]
 Nobody-User = nobody
 Nobody-Group = nogroup
 -- /etc/fstab --
 balder:/home  /home   nfs4
 defaults,proto=tcp,retry=5,hard,intr,async,_netdev,rsize=32768,wsize=32768 0  
   0
 -- /proc/mounts --
 rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
 balder:/home/ /home nfs4 
 rw,relatime,vers=4,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.2.79,minorversion=0,local_lock=none,addr=192.168.2.2
  0 0
 
 -- System Information:
 Debian Release: wheezy/sid
   APT prefers unstable
   APT policy: (990, 'unstable'), (1, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages nfs-common depends on:
 ii  adduser 3.113
 ii  initscripts 2.88dsf-13.13
 ii  libc6   2.13-21
 ii  libcap2 1:2.22-1
 ii  libcomerr2  1.42-1
 ii  libdevmapper1.02.1  2:1.02.67-2
 ii  libevent-2.0-5  2.0.16-stable-1
 ii  libgssapi-krb5-21.10+dfsg~alpha1-6
 ii  libgssglue1 0.3-3.1
 ii  libk5crypto31.10+dfsg~alpha1-6
 ii  libkeyutils11.5.2-2
 ii  libkrb5-3   1.10+dfsg~alpha1-6
 ii  libnfsidmap20.24-3
 ii  libtirpc1   0.2.2-5
 ii  libwrap07.6.q-21
 ii  lsb-base3.2-28
 ii  rpcbind 0.2.0-6
 ii  ucf 3.0025+nmu2
 
 Versions of packages nfs-common recommends:
 ii  python  2.7.2-9
 
 nfs-common suggests no packages.
 
 -- no debconf information



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



Bug#651032: /usr/sbin/rpc.idmapd: rpc.idmapd referring to none existing library

2011-12-05 Thread Anibal Monsalve Salazar
On Mon, Dec 05, 2011 at 10:52:18AM -0500, Steve Dickson wrote:
Why not just use the --with-pluginpath configuration flag?
That's how we do it in Fedora...

The --with-pluginpath configuration option isn't in 0.24.

I run

 ./configure --help

and it doesn't list the --with-pluginpath configuration option.

The configure commands doesn't unrecognize the --with-pluginpath option.
See below.

 CFLAGS=-Wall -g -O2 ./configure --host=i486-linux-gnu \
 --build=i486-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man \
 --infodir=\${prefix}/share/info --with-pluginpath=/lib/libnfsidmap
 configure: WARNING: unrecognized options: --with-pluginpath

The git repo has patches to add the --with-pluginpath configuration
option. Do you plan to release libnfsidmap 0.25 soon?



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



Bug#649491: Bug#651032: /usr/sbin/rpc.idmapd: rpc.idmapd referring to none existing library

2011-12-05 Thread Anibal Monsalve Salazar
On Mon, Dec 05, 2011 at 06:42:06PM +, Anibal Monsalve Salazar wrote:
The git repo has patches to add the --with-pluginpath configuration
option.

Hello Michael, Rares, Bjoern and Steven,

I added the upstream patches to add the --with-pluginpath configuration
option. Please test libnfsidmap 0.24-4 and post your results.

Thank you,

Anibal


signature.asc
Description: Digital signature


Bug#650904: Found the cause to the problem

2011-12-04 Thread Anibal Monsalve Salazar
reassign 650904 libnfsidmap2 0.24-2
stop

On Sun, Dec 04, 2011 at 11:48:45AM +0100, Michael Rasmussen wrote:
 dpkg -L libnfsidmap2
 /.
 /usr
 /usr/share
 /usr/share/doc
 /usr/share/doc/libnfsidmap2
 /usr/share/doc/libnfsidmap2/copyright
 /usr/share/doc/libnfsidmap2/changelog.Debian.gz
 /usr/share/doc/libnfsidmap2/changelog.gz
 /usr/share/man
 /usr/share/man/man5
 /usr/share/man/man5/idmapd.conf.5.gz
 /lib
 /lib/libnfsidmap.so.0.3.0
 /lib/libnfsidmap
 /lib/libnfsidmap/nsswitch.so
 /lib/libnfsidmap/static.so
 /lib/libnfsidmap/umich_ldap.so
 /lib/libnfsidmap.so.0
 
 But rpc.idmapd expects nsswitch.so to be located in
 /usr/lib/libnfsidmap
 
 A quick temporary fix:
 ln -s /lib/libnfsidmap /usr/lib

I'll fix libnfsidmap.

 -- 
 Hilsen/Regards
 Michael Rasmussen
 
 Get my public GnuPG keys:
 michael at rasmussen dot cc
 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
 mir at datanom dot net
 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
 mir at miras dot org
 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
 --


signature.asc
Description: Digital signature


Bug#651032: /usr/sbin/rpc.idmapd: rpc.idmapd referring to none existing library

2011-12-04 Thread Anibal Monsalve Salazar
reassign 651032 libnfsidmap2 0.24-3
found 651032 0.24-3
stop



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



Bug#643588: acl FTBFS if autoconf2.13 is installed

2011-12-03 Thread Anibal Monsalve Salazar
On Tue, Sep 27, 2011 at 04:02:47PM +0100, Wookey wrote:
Package: acl
Version: 2.2.51
Severity: normal
Tags: upstream patch

acl is not compatible with autoconf2.13 but specifies neither a
build-conflicts nor an AC_PREREQ to set a minimum autoconf version.

if autoconf2.13 is installed it fails (both for native builds and for
cross-builds) like this:
aclocal -I m4
autoconf
autoconf: Undefined macros:
configure.in:18:AC_CONFIG_MACRO_DIR([m4])
configure.in:22:AC_PROG_LIBTOOL
configure.in:39:AC_PACKAGE_GLOBALS(acl)
configure.in:40:AC_PACKAGE_UTILITIES(acl)
configure.in:41:AC_PACKAGE_NEED_ATTR_XATTR_H
configure.in:42:AC_PACKAGE_NEED_ATTR_ERROR_H
configure.in:43:AC_MULTILIB($enable_lib64)
configure.in:44:AC_PACKAGE_NEED_GETXATTR_LIBATTR
configure.in:45:AC_MANUAL_FORMAT
configure.in:47:AC_FUNC_GCC_VISIBILITY
make[1]: *** [configure] Error 1
make[1]: Leaving directory
/home/wookey/debian/unstable/crossfixes/origs/acl-2.2.51'
make: *** [.census] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


This can be fixed in various ways:
1) specify a build-conflicts on autoconf2.13
2) Add AC_PREREQ([minimumversion])
3) Rename configure.in to configure.ac

Fix 1 is debian-specific, and sometimes will simply stop the build
starting, rather than automatically DTRT

Fix 2 or 3 both indicate to the scripts which try to run the correct
version of autoconf that this is 'modern autoconf' not 'ancient
autoconf'.

I have included a patch for fix2 as it is simple, and effective both
upstream and in Debian, but upstream should also consider renaming
the configure file to the modern form.

This issue and fix has been checked on squeeze and wheezy and natty
with versions 2.2.49 and 2.2.51. 

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing'), (1, 
 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Description: Fix for incompatibility with autoconf2.13
 This package will not build if autconf2.13 is installed.
 Adding AC_PREREQ allows the automatic checks to run the correct
 version of autconf, whichever is installed, or to get a clear error
 message about the problem.
 
Author: Wookey woo...@linaro.org
Signed-off-by: Wookey woo...@debian.org
Acked-by: Anibal Monsalve Salazar ani...@debian.org

--- acl-2.2.49.orig/configure.in
+++ acl-2.2.49/configure.in
@@ -13,6 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see http://www.gnu.org/licenses/.
 #
+AC_PREREQ([2.59])
 AC_INIT(include/acl.h)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])



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



Bug#631018: [RFC] libevent 2.0 transition

2011-11-24 Thread Anibal Monsalve Salazar
On Thu, Nov 24, 2011 at 11:56:16PM +0100, Julien Cristau wrote:
 On Tue, Nov 22, 2011 at 00:22:57 +0100, Julien Cristau wrote:
  On Sun, Jun 19, 2011 at 16:30:19 +0200, Leo 'costela' Antunes wrote:
  
   I uploaded a new version of libevent to experimental which I'd like to
   migrate to unstable as soon as possible. Since I'm the new guy helping
   out with libevent and since this would be my first bigish transition,
   I'd like to run it by the release team to make sure I'm not stepping on
   anyone's toes.
   
  Sorry for the delay.  I'd like iceweasel 8 to get to testing first, but
  once that's done we should finally be able to do this.
  
 Should be all good now.
 
 Cheers,
 Julien

I'll upload 2.0.x to upstable soon.


signature.asc
Description: Digital signature


Bug#638359: libevent-1.4-2: Add Hip-Hop patches

2011-08-27 Thread Anibal Monsalve Salazar
On Thu, Aug 18, 2011 at 04:05:55PM -0400, Mark A. Hershberger wrote:
 Severity: normal
 Package: libevent-1.4-2
 
 Please add the patch so that we can begin to build hiphop:
 
 https://raw.github.com/facebook/hiphop-php/master/src/third_party/libevent-1.4.13.fb-changes.diff
 https://raw.github.com/facebook/hiphop-php/master/src/third_party/libevent-1.4.14.fb-changes.diff
 
 Thanks.

Thank you for the pointers to the patches.

Are the patches merged upstream?


signature.asc
Description: Digital signature


Bug#574257: libpng: Libpng 1.4.3 production released (2010-06-26)

2010-09-07 Thread Anibal Monsalve Salazar
On Tue, Sep 07, 2010 at 12:43:56PM +0200, Cosme Domínguez Díaz wrote:
Please, package it.

Sure.

FreeImage need a 1.4.x release of libpng to work.

http://ftp-master.debian.org/new.html

I'll upload it to experimental (when I have some time) but it'll spend
some time in NEW (see web address above).

See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595559#38



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



Bug#594733: bzip2: missing symlink

2010-09-07 Thread Anibal Monsalve Salazar
On Tue, Sep 07, 2010 at 07:46:30AM +1000, Aníbal Monsalve Salazar wrote:
On Mon, Sep 06, 2010 at 02:20:48PM -0400, Michael Gilbert wrote:

attached is a patch for lib64bz2-1.0 also.

best wishes,
mike

Thank you. I already knew it. Your patch is already in bzip2_1.0.5-5.
I'm working on it as it doesn't work.

When I checked the build logs for i386[0], powerpc[1], s390[2] and
sparc[3], the link wasn't created in the binary package lib64bz2-1.0[4].

If you see the log for amd64[5], the link was created in the binary
package lib32bz2-1.0[6].

I don't know why is that.

I tried to build bzip2_1.0.5-5 using my i386 unstable pbuilder chroot
and it failed. I then installed gcc-multilib in my chroot manually and
was able to build lib64bz2-1.0_1.0.5-5_i386.deb with the symlink.

dpkg -c lib64bz2-1.0_1.0.5-5_i386.deb | grep /usr/lib64/libbz2.so.1
-rw-r--r-- root/root 66208 2010-09-07 18:01 ./usr/lib64/libbz2.so.1.0.4
lrwxrwxrwx root/root 0 2010-09-07 18:01 ./usr/lib64/libbz2.so.1.0 - 
libbz2.so.1.0.4
lrwxrwxrwx root/root 0 2010-09-07 18:01 ./usr/lib64/libbz2.so.1 - 
libbz2.so.1.0.4

Does someone know why the auto builders [i386 powerpc s390 sparc]
don't create the symlink? Is it related to gcc-multilib?

[0] 
https://buildd.debian.org/fetch.cgi?pkg=bzip2arch=i386ver=1.0.5-5stamp=1283691193file=logas=raw
[1] 
https://buildd.debian.org/fetch.cgi?pkg=bzip2arch=powerpcver=1.0.5-5stamp=1283691516file=logas=raw
[2] 
https://buildd.debian.org/fetch.cgi?pkg=bzip2arch=s390ver=1.0.5-5stamp=1283691252file=logas=raw
[3] 
https://buildd.debian.org/fetch.cgi?pkg=bzip2arch=sparcver=1.0.5-5stamp=1283691817file=logas=raw
[4] http://packages.debian.org/search?keywords=lib64bz2-1.0
[5] 
https://buildd.debian.org/fetch.cgi?pkg=bzip2arch=amd64ver=1.0.5-5stamp=1283691154file=logas=raw
[6] http://packages.debian.org/search?keywords=lib32bz2-1.0



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



Bug#590240: acl: Please move binaries to /bin (from /usr/bin)

2010-08-11 Thread Anibal Monsalve Salazar
On Sat, Aug 07, 2010 at 08:42:14AM +1000, Nathan Scott wrote:
- Julien BLACHE jbla...@debian.org wrote:
Nathan Scott nath...@aconex.com wrote:

Hi Nathan,

I tend to think this will be the simplest way to fix it, like you,
just need to sort out where Anibal is at... Anibal?

Just a thought, not knowing what you did for the move to /bin: you
may
want to keep symlinks in /usr/bin so as to not break anything that
would
use the absolute path.

Yep, the patch does that.  Still haven't heard from Anibal.  I'm
unlikely to get any time this weekend to look at it, but may have
to try to merge in all his stuff if I don't hear anything soon...
should have some time next week.

Still, would prefer to hear from Anibal... yoohoo, Anibal?

I've been away from home during the last week (DebConf in New York
City) and this week (LinuxCon in Boston).

I'll be back at home on Sunday. Julien, could you please wait a few
days until I get home?

cheers.

-- 
Nathan



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



Bug#499193: Still a problem [Re: gparted: 100% cpu usage]

2010-08-11 Thread Anibal Monsalve Salazar
Hello Curtis,

Please have a look at

  http://bugs.debian.org/499193

I'll bounce you the last mail message in the bug report soon.

Thanks,

Anibal



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



Bug#591515: ssmtp: CVE-2008-7258 buffer overflow

2010-08-09 Thread Anibal Monsalve Salazar
On Mon, Aug 09, 2010 at 11:10:46AM -0400, Michael Gilbert wrote:
that means that the info hasn't yet been populated in their database.
it was assigned on oss-security, and sometimes it takes a many days to
enter the database after that.

Please don't forget we're talking about CVE-2008-7258. A CVE from the
year 2008.



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



Bug#591515: ssmtp: CVE-2008-7258 buffer overflow

2010-08-08 Thread Anibal Monsalve Salazar
On Tue, Aug 03, 2010 at 01:47:15PM -0400, Michael Gilbert wrote:
package: ssmtp
version: 2.64-4
severity: serious
tags: security

a buffer overflow in ssmtp:
https://bugs.launchpad.net/ubuntu/+source/ssmtp/+bug/282424

note that current code is slightly different than ubuntu, so its not
entirely clear whether debian is affected.  please check.

thanks,
mike

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-7258

CVE-2008-7258 at the address above seems empty.

http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-7258

The web page above reads:

  ERROR, CVE-2008-7258 is valid CVE format, but CVE was not found.



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



Bug#570735: Please update pidgin-sipe to 1.8.1

2010-02-23 Thread Anibal Avelar
Hi,
Yes, I'm trying to upload. The problem is I need a sponsor.


Riku,
There is another upstream version waiting for upload [1]. Could yo
upload it, please? thank you.


[1] http://mentors.debian.net/debian/pool/main/p/pidgin-sipe/


On Sat, Feb 20, 2010 at 8:39 PM, Roger wen...@gmail.com wrote:
 Package: pidgin-sipe
 Version: 1.8.0-1
 Severity: wishlist


 Please update it to 1.8.1, so pidgin won't crash often.

 Thanks in advance.

 -- System Information:
 Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
 Architecture: i386 (i686)

 Kernel: Linux 2.6.32.8 (SMP w/2 CPU cores; PREEMPT)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash

 Versions of packages pidgin-sipe depends on:
 ii  libc6                  2.10.2-5          Embedded GNU C Library: Shared 
 lib
 ii  libglib2.0-0           2.22.4-1          The GLib library of C routines
 ii  libgssapi-krb5-2       1.8+dfsg~alpha1-7 MIT Kerberos runtime libraries - 
 k
 ii  libkrb5-3              1.8+dfsg~alpha1-7 MIT Kerberos runtime libraries
 ii  libpurple0             2.6.6-1           multi-protocol instant messaging 
 l
 ii  pidgin                 2.6.6-1           graphical multi-protocol instant 
 m

 pidgin-sipe recommends no packages.

 pidgin-sipe suggests no packages.

 -- no debconf information






-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#526155: subtitleeditor: diff for NMU version 0.30.0-1.1

2009-12-24 Thread Anibal Avelar
Hi.

I was preparing a upload with the new releasese 0.34 for this weekend.
I would like to wait for the new package instead this NMU.

Thank you.

Regards.


On Thu, Dec 24, 2009 at 7:49 AM, Filippo Giunchedi fili...@debian.org wrote:
 tag 526155 + pending
 thanks

 Dear maintainer,

 I've prepared an NMU for subtitleeditor (versioned as 0.30.0-1.1) and
 uploaded it to DELAYED/4. Please feel free to tell me if I
 should delay it longer.

 Regards.

 filippo
 --
 Filippo Giunchedi - http://esaurito.net - 0x6B79D401

 Frustra fit per plura, quod fieri potest per pauciora.
 It is vain to do with more what can be done with less.
 -- W. of Ockham




-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#526155: subtitleeditor: diff for NMU version 0.30.0-1.1

2009-12-24 Thread Anibal Avelar
Hi again.

Of course the upload depend of I could find an sponsor for upload the
package. Unfortunately I'm a simple mantainer. Could be more time.

Regards.


 I was preparing a upload with the new releasese 0.34 for this weekend.
 I would like to wait for the new package instead this NMU.

 cool! I've canceled the upload



-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#536100: Please update pidgin-sipe to 1.5.0

2009-07-12 Thread Anibal Avelar
Hi.

Yes, I know about the latest changes (I'm the upstream for sipe).  I
hope to upload soon the latest version.

Please be patient.

Regards.


On Tue, Jul 7, 2009 at 10:57 AM, Marcos Maradomarcos.mar...@sonae.com wrote:
 Package: pidgin-sipe
 Severity: wishlist


 Hi there,

 There's a new upstream version, 1.5.0, and I would appreciate if you would
 consider packaging it. It adds features (making it usable for me) and fixes
 bugs. Since there's no easy way on its website to see the changelog, here it 
 is
 so you can easily see that.

 Thank you and best regards,
 --
 Marcos Marado


 version 1.5.0 (2009-06-24)
       - Fixed bug #2800325 for crash if wrong IP manually typed into Pidgin.
       - New Security Framework: dedicated to use plug-able security 
 mechanisms.
         + Added Kerberos/NTLM SSPI for Windows
         + Added Kerberos MIT for Linux
         + Fixed the NTLM native implementation for Linux
       - New options on Advanced tab: Use Kerberos and Single Sign-on (for both
  kerberos implements).
       - Fixed the --with-krb5 compilation option. Now pidgin-sipe can be 
 compiled with krb5 support again.
       - To send presence subscribe requests to poolFqdn servers
       - Record-Route header can contain multiple routes. For CHOWA clients.
       - Fixed 2 bugs with INVITE messages from incoming CHOWA clients.
       - FreeBSD compatibility
       - Fixed for 'same conversation ID' issue
       - Fixed for Reuters(LCS2005) frequent disconnects
       - Fixed many warnings on compilation.
       - Fixed many potential memory leaks. Thank you Stefan
       - Fixed I18n support and sync from launchpad
         + Added 'it' and 'ru' translations
         + Updated 'zh', 'cs', 'es' and 'nb' translations.

 version 1.4.1 (2009-06-01)
       - Patch for spaces in Login's username
       - Fixed bugs #2793431, #2793688 for crash in 
 process_incoming_notify_rlmi_resub
       - Fixed the correct presence for contacts with the presenceMode=msrtc.
       - Simplify keep alive timeout setting code
       - Fixed the resubscription process in LCS2005 and OCS2005.
       - Fixed the support for batched subscription
       - Fixed a problem when you added a new contact on OCS2007
       - Fixed potential memory leaks. Thank you Stefan

 version 1.4.0 (2009-05-17)
       - Simplified Account Settings Basic screen
       - Full support for presence using Batched Category Subscription for
         OCS2007. [MS-PRES]
       - Full support for presence usgin Batched Simple Subscription for
         LCS2005. [MS-SIP]
       - Active Directory search for 'Get Info' screen.
       - Buddy URI are replaced with Display Name.
       - Added non sensitive support between the client and servers answers.
       - Support for deregistration [MS-SIPREGE]
       - Support for 2007 R2 client message formatting.
       - Re-subscription after expiration. LCS2005
       - Added escaping to SOAP request parameters
       - Implemented a new scheduling system
       - Cleanup status id handling
       - NOTIFY and BENOTIFY similarly handled
       - Implemented piggy-back for buddy subscription.
       - Request for functions only supported for each kind of servers
         (Allow-Events) OCS2007 and LCS2005. (may be LCS2003?)
       - Fixed many warnings on compilation.
       - Fixed many potential memory leaks. Thank you Stefan
       - Fixed bug #2786479: some messages could not be delivered to all users.
       - Fixed bug #2779386: fix for invalid NTLM signature.

 version 1.3.4 (2009-04-13)
       - Fix segmentation fault caused by redirect
       - Added check for zlib.h, com_err and purple version on configure 
 script,
       - Added note to tooltip
       - Added timeout of security association after eight hours as described
         in [MS-SIPAE] 3.2.2 Timers.
       - Updates to enable compilation in a Cygwin/MinGW environments
       - Fix a problem with the function purple_get_host_name() in libpurple
         versions   2.5.x
       - Support for responses with m=x-ms-message rather than m=message
       - Support for Reuters Messaging environment (LCS2005 like)
       - Support for message formatting (font face, style, color).
       - Introduced invisible mode (Appear Offline). Better status support.
         official clients
       - Richer status support with reference to [MS-PRES] and work of
       - Fix for bug #2528391: Accepts the first message from the first packet 
 (INVITE). Counterparty's first message now can appear up to 2 sec earlier.
       - Fixed the offline contacts problem in OCS2007 following [MS-PRES]
       - Added notification support for undelivered messages.

 -- System Information:
 Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
 Architecture: i386 (i686)

 Kernel: Linux 2.6.29-bpo.2-686 (SMP w/2 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash






-- 
Anibal Avelar (FixXxeR) http

Bug#522205: centerim-utf8: Contact names not retrieved from server

2009-05-13 Thread Anibal Avelar
Hi Martin,

Could you enter to the centerim's bugzilla site and give us more
details about your problem?

The bug is the 131[1] (follow the link, register, and to write more info).

Regards.

[1] http://bugzilla.centerim.org/show_bug.cgi?id=131


On Wed, Apr 1, 2009 at 4:33 PM, Martin Clauss m...@skynet.com.es wrote:
 Hi,

 Could you test the program centerim (not centerim-utf8)? please.

 I want to discard the problem is only for that program.

 No problem, just tried it: Same behaviour for centerim like for centerim-utf8.

 Br,
 Martin





-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#527754: gsetroot: FTBFS: libtool errors

2009-05-13 Thread Anibal Avelar
Thank you Daniel.

I will update the package soon.

Regards.




On Fri, May 8, 2009 at 3:13 PM, Daniel Schepler dschep...@gmail.com wrote:
 Package: gsetroot
 Version: 1.1-2
 Severity: serious

 From my pbuilder build log:

 ...
 /bin/sh ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -Wall -g    -o 
 gsetroot  support.o main.o interface.o callbacks.o -lgtk-x11-2.0 -latk-1.0 
 -lpangoft2-1.0 -lfreetype -lfontconfig -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm -
 lpangocairo-1.0 -lgio-2.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 
 -lglib-2.0
 ../libtool: line 642: X--tag=CC: command not found
 ../libtool: line 675: libtool: ignoring unknown tag : command not found
 ../libtool: line 642: X--mode=link: command not found
 ../libtool: line 792: *** Warning: inferring the mode of operation is 
 deprecated.: command not found
 ../libtool: line 793: *** Future versions of Libtool will require -mode=MODE 
 be specified.: command not found
 ../libtool: line 1946: X-Wall: command not found
 ../libtool: line 1946: X-g: command not found
 ../libtool: line 2110: Xgsetroot: command not found
 ../libtool: line 2115: X: command not found
 ../libtool: line 2122: Xgsetroot: command not found
 ../libtool: line 2130: mkdir /.libs: No such file or directory
 mkdir: cannot create directory `/.libs': Permission denied
 make[3]: *** [gsetroot] Error 1
 make[3]: Leaving directory `/tmp/buildd/gsetroot-1.1/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/tmp/buildd/gsetroot-1.1'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/tmp/buildd/gsetroot-1.1'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

 This kind of error is usually a sign that the autoconf macro and ltmain.sh
 components of libtool are out of sync.
 --
 Daniel Schepler







-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#523720: RM: chbg -- ROM; abandoned upstream; low popcon; RC and RG bugs; better alternatives available

2009-04-12 Thread Anibal Avelar
Package: ftp.debian.org
Severity: normal

Please remove package chbg from experimental; source and
binaries. It is dead upstream (no release since 2001), and since I
uploaded it to Debian better alternatives have appeared (such as
gsetroot, gbackground, idesk, ...).

Some Debian-local work has been done in the past to fix
bugs in it, I tried to port it to gtk2 (instead gtk1), but the porting
needs too work for a program with low popcon.
Also the package was removed from testing and unstable one year ago
(bug  #477686).

--

Regards.



-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#522205: Forwarded to the upstream

2009-04-09 Thread Anibal Avelar
tags 522205 + confirmed upstream
forwarded 522205 http://bugzilla.centerim.org/show_bug.cgi?id=131
thanks

-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#522205: centerim-utf8: Contact names not retrieved from server

2009-04-01 Thread Anibal Avelar
package centerim-utf8
severity  522205 important
thanks

The problem seems only to affect the Jabber's users that uses contacts
with transports. The aplication still is usable for others. For that I
downgrade the severity from grave (unusable for all users in all
protocols) to important (only affect a specific group of people).

I will check with the upstreams. I will open a new bug in the
bugzilla's centerim.

Regards,

-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#522205: centerim-utf8: Contact names not retrieved from server

2009-04-01 Thread Anibal Avelar
Hi Martin.

Could you test the program centerim (not centerim-utf8)? please.

I want to discard the problem is only for that program.

Regards,





-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#520376: RFS: centerim (updated package)

2009-03-21 Thread Anibal Avelar
Hi Dmitry


 first of all i want to ask you: what do you think in order to
 place centerim into the git.debian.org? in this case i (and not only
 i) could nessesary changes myself

I agree. I have access to alioth with my guest account
(fixxxer-guest). I will push the debian dir in git.debian.org
tomorrow.


 DEO     MPL (You must to include the full text of MPL into Your 
 debian/copyright)

 I have a few packages under MPL-license. And a few discussions with
 ftp-masters led to the fact that _full_ text of MPL license must be
 included into debian/copyright. You have also forgotten to close
 the bug which i opened when you wrote me about mail problems.
 Please add closes directive (#520376) into your changelog.

Ok, Sorry I don't see about the new bug.

But I fixed and the package is here:

http://mentors.debian.net/debian/pool/main/c/centerim/centerim_4.22.7-1.dsc

Regards.



-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#517173: centerim: Please update centerim to 4.22.7

2009-03-02 Thread Anibal Avelar
Hi.

Yes, I will upload the package this week, I hope before the weekend.

Regards.


On Thu, Feb 26, 2009 at 2:08 AM,  quadris...@ubuntu.com wrote:
 Package: centerim
 Version: 4.22.5-1
 Severity: wishlist


 Please update to centerim [1] 4.22.7, it contains severl bugfixes and a good
 number of new features.





 [1] http://www.centerim.org/

 -- System Information:
 Debian Release: lenny/sid
 APT prefers intrepid-updates
 APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500,
 'intrepid-backports'), (500, 'intrepid')
 Architecture: amd64 (x86_64)

 Kernel: Linux 2.6.27-11-generic (SMP w/1 CPU core)
 Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash

 Versions of packages centerim depends on:
 pn  centerim-common none                   (no description available)
 ii  libc6           2.8~20080505-0ubuntu9    GNU C Library: Shared libraries
 ii  libcomerr2      1.41.3-1ubuntu1          common error description
 library
 ii  libcurl3-gnutls 7.18.2-1ubuntu4          Multi-protocol file transfer
 libra
 ii  libgcc1         1:4.3.2-1ubuntu12        GCC support library
 ii  libgcrypt11     1.4.1-1ubuntu1           LGPL Crypto library - runtime
 libr
 ii  libgnutls26     2.4.1-1ubuntu0.2         the GNU TLS library - runtime
 libr
 ii  libgpg-error0   1.4-2ubuntu7             library for common error values
 an
 ii  libgpgme11      1.1.6-2ubuntu1           GPGME - GnuPG Made Easy
 ii  libidn11        1.8+20080606-1           GNU libidn library,
 implementation
 ii  libkrb53        1.6.dfsg.4~beta1-3       MIT Kerberos runtime libraries
 ii  libldap-2.4-2   2.4.11-0ubuntu6.1        OpenLDAP libraries
 ii  libncurses5     5.6+20071124-1ubuntu2    Shared libraries for terminal
 hand
 ii  libstdc++6      4.3.2-1ubuntu12          The GNU Standard C++ Library v3
 ii  libtasn1-3      1.4-1                    Manage ASN.1 structures
 (runtime)
 ii  zlib1g          1:1.2.3.3.dfsg-12ubuntu1 compression library - runtime

 Versions of packages centerim recommends:
 ii  epiphany 2.24.1-0ubuntu1                 Intuitive GNOME web browser -
 Geck
 ii  firefox- 3.0.6+nobinonly-0ubuntu0.8.10.1 safe and easy web browser from
 Moz
 ii  sox      14.0.1-2build2                  Swiss army knife of sound
 processi
 ii  w3m [www 0.5.2-2build1                   WWW browsable pager with
 excellent

 --
 Alessio Treglia quadris...@ubuntu.com
 Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
 0FEC 59A5 E18E E04F 6D40  593B 45D4 8C7C DCFC 3FD0





-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#517173: centerim: Please update centerim to 4.22.7

2009-03-02 Thread Anibal Avelar
Hi Boris.

Then,  do I wait for 4.22.8? or can i upload the package with 4.22.7?

Also, please Can you release a .gz file? I see you only release a .bz2
file for 4.22.7.

On Debian the origin source file only should be a .GZ file, then I
need to unpackage the .bz2 file and repackage how .gz.

Please, release both formats.

Regards.


On Thu, Feb 26, 2009 at 3:51 AM, Boris Petersen transa...@centerim.org wrote:
 We are concidering releasing 4.22.8 soon, probably in some days. It
 contains some more fixes for AIM.

 regards
   Boris transacid Petersen



 --
 jabber: transa...@0x7fff.net
 pgp-public-key: 0x13794A82
 Fingerprint: FCE5 1A34 7527 0F2B 7531 F917 FBF0 7A8B 1379 4A82
 hp: http://transacid.de
 blog: http://blog.transacid.de
 IRC: foobar.i7c.org:6667 #welcome (ssl port 6697)






-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#511685: Please use autoreconf instead of calling auto* manually at build time

2009-03-02 Thread Anibal Avelar
Thank you by the patch.

I was some busy all January but I'm back ;)

I will update this package (and others ) soon.

Regards.


On Tue, Jan 13, 2009 at 7:05 AM, James Westby
james.wes...@canonical.com wrote:
 Package: bio2jack
 Version: 0.9-1
 Severity: normal
 Tags: patch
 User: ubuntu-de...@lists.ubuntu.com
 Usertags: origin-ubuntu intrepid ubuntu-patch

 Hi,

 The attached patch makes debian/rules call autoreconf instead of the
 individual auto* commands, to ensure that everything is updated that
 needs to be, in the right order.

 The failure that hit me was a build failure caused by version skew
 between the in-tree libtool macros and the /usr/bin/libtool script,
 as Ubuntu (like experimental) has the new libtool.

 Thanks,

 James




-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#508221: pidgin-sipe: Please package new upstream version

2009-03-02 Thread Anibal Avelar
Hi.

Hi Riku.

Yes, I need a sponsor.

Indeed the new release stable is 1.3.3. I'm the upstream.

I will contact you soon (this week) looking for sponsorship.

Thank you.


On Mon, Jan 12, 2009 at 3:07 AM, Riku Voipio riku.voi...@iki.fi wrote:
 Hi,

 1.3.2 is now out. Do you need a sponsor for the upload?

 --
 rm -rf only sounds scary if you don't have backups






-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#511244: setting package to debian-maintainers, tagging 511244

2009-01-13 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.52) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Michael Hanke. Closes: #511244 

package debian-maintainers
tags 511244 + pending




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



Bug#511294: setting package to debian-maintainers, tagging 511294

2009-01-13 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.52) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Jan Hauke Rahm. Closes: #511294 

package debian-maintainers
tags 511294 + pending




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



Bug#510982: setting package to debian-maintainers, tagging 510982

2009-01-12 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.52) UNRELEASED; urgency=low
#
#  * admins keyring. Closes: #510982
#- Remove Marc Brockschmidt
#- Add Wouter Verhelst
#- Add Bernd Zeimetz
#

package debian-maintainers
tags 510982 + pending




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



Bug#508763: setting package to debian-maintainers, tagging 508763

2008-12-19 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.51) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Tiago Bortoletto Vaz. Closes: #508763 

package debian-maintainers
tags 508763 + pending




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



Bug#507509: subtitleeditor: crashes when opening any subtitle file

2008-12-18 Thread Anibal Avelar
Hi George.

I'm packaging the latest version 0.30. I hope this version will fix
your problem.  Please, be patient.

Regards


On Mon, Dec 1, 2008 at 4:52 PM, George Kiagiadakis gkiag...@csd.uoc.gr wrote:
 Package: subtitleeditor
 Version: 0.21.1-2+b1
 Severity: grave
 Justification: renders package unusable

 subtitleeditor crashes for me every time I try to open a subtitle file.
 I have tried with many files, so it's not a file-specific problem.
 I have generated a backtrace, although it still seems to lack some -dbg
 packages, but I don't know which ones. Please ask me any more information
 that you wish to know. I am not familiar with the gtk libraries, so I don't
 really know how to help more.




-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#507181: setting package to debian-maintainers, tagging 507181

2008-12-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.50) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Eugene V. Lyubimkin. Closes: #507181 

package debian-maintainers
tags 507181 + pending




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



Bug#508221: pidgin-sipe: Please package new upstream version

2008-12-10 Thread Anibal Avelar
Hi. Yes, Of course. I will do the package this weekend.
I'm the upstream of sipe, but I was waiting for the version 1.3.1
(that I will release it this weekend). The version 1.3.0 was beta. The
version 1.3.1 has a lot of bug fixed and new functionalty.

Please be patient. The worse case will be a backport package.

Regards.



On Mon, Dec 8, 2008 at 3:54 PM, dann frazier [EMAIL PROTECTED] wrote:
 Package: pidgin-sipe
 Version: 1.2-1
 Severity: wishlist

 Me and several of my coworkers are pretty interested in the 1.3 release
 because it will let us begin to use our new corporate-standard instant
 messaging system natively on linux. I know we're still in the lenny freeze,
 but any chance we can get a new upstream version in experimental?

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

 Kernel: Linux 2.6.26-1-mckinley (SMP w/1 CPU core)
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 Shell: /bin/sh linked to /bin/bash

 Versions of packages pidgin-sipe depends on:
 ii  libc6.1   2.7-16 GNU C Library: Shared libraries
 ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
 ii  pidgin2.4.3-4graphical multi-protocol instant 
 m

 pidgin-sipe recommends no packages.

 pidgin-sipe suggests no packages.

 -- debconf-show failed






-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#507687: subtitleeditor: Subtitle Editor 0.30.0 has been released

2008-12-10 Thread Anibal Avelar
Yes, sorry.

I was very busy the last months. But I will update my packages these
days (in this case subtitleeditor this weekend, if I found a
sponsor/uploader).

I have 16 packages but I'm not debian mantainer (offcial DM), for that
I need a sponsor. ;)

Regards.


On Wed, Dec 3, 2008 at 10:09 AM, darren [EMAIL PROTECTED] wrote:
 Package: subtitleeditor
 Version: 0.21.1-2+b2
 Severity: wishlist


 It's a new upstream release.
 Debian's package hasn't been update for a while.






-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#505844: setting package to debian-maintainers, tagging 505844

2008-11-21 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.49) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Jörg Sommer. Closes: #505844 

package debian-maintainers
tags 505844 + pending




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



Bug#505775: setting package to debian-maintainers, tagging 505775

2008-11-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.48) UNRELEASED; urgency=low
#
#  * Grep the first '^gpg: key' from jetring-apply's output. Closes:
##505775
#

package debian-maintainers
tags 505775 + pending




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



Bug#476804: setting package to debian-maintainers, tagging 476804

2008-11-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.48) UNRELEASED; urgency=low
#
#  * Update Jon Dowland's public key. Closes: #476804 

package debian-maintainers
tags 476804 + pending




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



Bug#498805: setting package to debian-maintainers, tagging 498805

2008-11-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.48) UNRELEASED; urgency=low
#
#  * Update Daniel Leidert's public key. Closes: #498805 

package debian-maintainers
tags 498805 + pending




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



Bug#502088: setting package to debian-maintainers, tagging 502088

2008-11-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.48) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Giuseppe Iuculano. Closes: #502088 

package debian-maintainers
tags 502088 + pending




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



Bug#503726: setting package to debian-maintainers, tagging 503726

2008-11-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.48) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Thorsten Glaser. Closes: #503726 

package debian-maintainers
tags 503726 + pending




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



Bug#505232: setting package to debian-maintainers, tagging 505232

2008-11-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.48) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Franck Joncourt. Closes: #505232 

package debian-maintainers
tags 505232 + pending




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



Bug#502190: setting package to debian-maintainers, tagging 502190

2008-10-24 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.47) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Olly Betts. Closes: #502190 

package debian-maintainers
tags 502190 + pending




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



Bug#501112: setting package to debian-maintainers, tagging 501112

2008-10-23 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.47) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Mehdi Dogguy. Closes: #501112 

package debian-maintainers
tags 501112 + pending




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



Bug#424957: portmap includes non-DFSG-compliant code

2008-10-13 Thread Anibal Monsalve Salazar
On Mon, Oct 13, 2008 at 03:58:55PM -0700, Mark Reinhold wrote:
Date: Tue, 14 Oct 2008 08:31:37 +1100
From: Aníbal Monsalve Salazar [EMAIL PROTECTED]

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=424957

The URL above has the discussion thread.

I'm asking Branden because he was involved with this issue before.

Branden, do you know if this issue was sent to somebody in Sun?

Does anyone know someone in Sun that could help fixing this issue?

Suggest you ask Simon Phipps [EMAIL PROTECTED].  He should be
able to point you in the right direction.

Thank you.

Mark could you please help us with the license issue discussed in the
URL above?

TIA.


signature.asc
Description: Digital signature


Bug#460645: setting package to debian-maintainers, tagging 460645

2008-10-12 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.46) UNRELEASED; urgency=low
#
#  * Add Debian maintainer David Paleino. Closes: #460645 

package debian-maintainers
tags 460645 + pending




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



Bug#501350: setting package to debian-maintainers, tagging 501350

2008-10-11 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.46) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Samuel Thibault. Closes: #501350 

package debian-maintainers
tags 501350 + pending




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



Bug#500471: setting package to debian-maintainers, tagging 500471

2008-10-10 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.46) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Emmanuel Bouthenot. Closes: #500471 

package debian-maintainers
tags 500471 + pending




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



Bug#498560: setting package to debian-maintainers, tagging 498560

2008-09-24 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.45) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Trent W. Buck. Closes: #498560 

package debian-maintainers
tags 498560 + pending




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



Bug#498725: setting package to debian-maintainers, tagging 498725

2008-09-24 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.45) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Rogério Brito. Closes: #498725 

package debian-maintainers
tags 498725 + pending




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



Bug#496554: setting package to debian-maintainers, tagging 496554

2008-09-07 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.44) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Christoph Göhre. Closes: #496554 

package debian-maintainers
tags 496554 + pending




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



Bug#497080: setting package to debian-maintainers, tagging 497080

2008-09-07 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.44) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Jan-Pascal van Best. Closes: #497080 

package debian-maintainers
tags 497080 + pending




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



Bug#496603: [linux-image-2.6.26-1-686] module sata_sis has been disable

2008-08-25 Thread Anibal Fenoglio
Package: linux-image-2.6.26-1-686
Version: 2.6.26-3
Severity: normal

--- Please enter the report below this line. ---

This module has been disable due to a problem between the pata_sis and 
sis5513 modules with same PCI ID, but this problem it does not affect 
at sata_sis module.

The sata_sis module can drive SATA Controler SiS with PCI ID 1039:1183.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.25-2-amd64

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.us.debian.org 
  500 unstabledebian.o-hand.com 
  500 stable  security.debian.org 
  500 stable  ftp.debian.org 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-=
module-init-tools | 3.4-1
initramfs-tools(= 0.55)  | 0.92f
 OR yaird(= 0.0.13)  | 
 OR linux-initramfs-tool  | 

--- Output from package bug script ---

(xfce4-terminal:4419): Pango-WARNING **: Error loading GPOS table 5503




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



Bug#485609: sata_sis module in linux-image-2.6.26-1-686

2008-08-23 Thread Anibal Fenoglio
El sáb, 23-08-2008 a las 10:53 +0200, maximilian attems escribió:
 On Sat, Aug 23, 2008 at 12:23:29AM -0300, Anibal Fenoglio wrote:
  Hi,
  
  I can't boot my notebook because this kernel package
  (linux-image-2.6.26-1-686) don't have enable sata_sis module, which in
  the previous kernels contained sata_sis.
  
  Best regards,
  Anibal Fenoglio
 
 adjust your root boot param, pata_sis can handle the sata_sis hardware.

Hi,

In my notebook I run following command:
# lscpi -nnv
...
00:05.0 IDE interface [0101]: Silicon Integrated Systems [SiS] SATA
Controller / IDE mode [1039:1183] (rev 03) (prog-if 8f [Master SecP SecO
PriP PriO])
Subsystem: Silicon Integrated Systems [SiS] SATA Controller / IDE mode
[1039:1183]
Flags: bus master, medium devsel, latency 32, IRQ 17
I/O ports at 10c8 [size=8]
I/O ports at 10bc [size=4]
I/O ports at 10c0 [size=8]
I/O ports at 10b8 [size=4]
I/O ports at 10a0 [size=16]
Capabilities: [58] Power Management version 2
Kernel driver in use: sata_sis
Kernel modules: sata_sis
...

and I can see SATA Controler has PCI ID 1039:1183

I found PCI ID in kernel 2.6.25-2-686 
# grep 1039.*1183 /lib/modules/2.6.25-2-686/modules.pcimap
sata_sis 0x1039 0x1183 0x 0x
0x 0x 0x0

but, I can't find PCI ID in kernel 2.6.26-1-686
# grep 1039.*1183 /lib/modules/2.6.26-1-686/modules.pcimap
(none)

How to configure boot paremeters for use para_sis instead of sata_sis?

Best regards,
Anibal Fenoglio





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



Bug#492454: setting package to debian-maintainers, tagging 492454

2008-08-23 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.43) UNRELEASED; urgency=low
#
#  * A successful name search is a warning. Closes: #492454 

package debian-maintainers
tags 492454 + pending




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



Bug#495409: setting package to debian-maintainers, tagging 495409

2008-08-23 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.43) UNRELEASED; urgency=low
#
#  * Added Debian maintainer John Sullivan. Closes: #495409 

package debian-maintainers
tags 495409 + pending




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



Bug#485609: sata_sis module in linux-image-2.6.26-1-686

2008-08-22 Thread Anibal Fenoglio
Hi,

I can't boot my notebook because this kernel package
(linux-image-2.6.26-1-686) don't have enable sata_sis module, which in
the previous kernels contained sata_sis.

Best regards,
Anibal Fenoglio





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



Bug#491303: setting package to debian-maintainers, tagging 491303

2008-07-26 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.42) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Luca Bigliardi. Closes: #491303 

package debian-maintainers
tags 491303 + pending




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



Bug#491304: setting package to debian-maintainers, tagging 491304

2008-07-26 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.42) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Ludovico Gardenghi. Closes: #491304 

package debian-maintainers
tags 491304 + pending




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



Bug#491371: setting package to debian-maintainers, tagging 491371

2008-07-26 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.42) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Artur R. Czechowski. Closes: #491371 

package debian-maintainers
tags 491371 + pending




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



Bug#490920: setting package to debian-maintainers, tagging 490920

2008-07-19 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.41) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Andreas Putzo. Closes: #490920 

package debian-maintainers
tags 490920 + pending




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



Bug#489451: O: unclutter -- hides the cursor in X after a period of inactivity

2008-07-14 Thread Anibal Avelar
Hi.

Yes, I'm.

Unfortunally I changed my location for that my ADSL connection is down
in my new house.  I hope in a week my connection will be ready again.

Indeed I have a new package for unclutter with two bugs fixed. Please
be patient.

Regards,


On Mon, Jul 7, 2008 at 5:41 AM, Daniel Baumann [EMAIL PROTECTED] wrote:
 Joey Hess wrote:
 I intend to orphan the unclutter package.

 Anibal,

 are you adopting unclutter?

 --
 Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
 Email:  [EMAIL PROTECTED]
 Internet:   http://people.panthera-systems.net/~daniel-baumann/




-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742 D6AA CEEA F9F3 83B6 4656



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



Bug#489788: setting package to debian-maintainers, tagging 489788

2008-07-13 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.40) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Iustin Pop. Closes: #489788 

package debian-maintainers
tags 489788 + pending




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



Bug#489054: setting package to debian-maintainers, tagging 489054

2008-07-08 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.39) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Andrew Ruthven. Closes: #489054 

package debian-maintainers
tags 489054 + pending




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



Bug#489343: setting package to debian-maintainers, tagging 489343

2008-07-08 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.39) UNRELEASED; urgency=low
#
#  * Added Debian maintainer John Ferlito. Closes: #489343 

package debian-maintainers
tags 489343 + pending




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



Bug#489345: setting package to debian-maintainers, tagging 489345

2008-07-08 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.39) UNRELEASED; urgency=low
#
#  * Updated Ben Finney's key. Closes: #489345 

package debian-maintainers
tags 489345 + pending




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



Bug#488347: setting package to gparted, tagging 488347

2008-06-30 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.33
# via tagpending 
#
# gparted (0.3.7-3) unstable; urgency=low
#
#  * Build depends on libparted1.8-dev; closes: #488347 

package gparted
tags 488347 + pending




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



Bug#487348: setting package to debian-maintainers, tagging 487348

2008-06-29 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.38) UNRELEASED; urgency=low
#
#  * Replaced key for Debian maintainer Deng Xiyue. Closes: #487348 

package debian-maintainers
tags 487348 + pending




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



Bug#487723: setting package to debian-maintainers, tagging 487723

2008-06-29 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.38) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Luca Falavigna. Closes: #487723 

package debian-maintainers
tags 487723 + pending




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



Bug#487959: setting package to debian-maintainers, tagging 487959

2008-06-29 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.38) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Ben Finney. Closes: #487959 

package debian-maintainers
tags 487959 + pending




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



Bug#487018: setting package to debian-maintainers, tagging 487018

2008-06-21 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.38) UNRELEASED; urgency=low
#
#  * Fix cross-certifification issue. Closes: #487018 

package debian-maintainers
tags 487018 + pending




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



Bug#464704: Problem still present

2008-06-15 Thread Anibal Avelar
Yes, the bug is related to the package libpcre3 version 7.4. When the
package libpcre3  version 7.6 will come to testing the bug will be
fix. For now the bug is only for lenny  (on sid was fixed).
My package can avoid this behavior while  the package libpcre3 will not update.

Regards.


On Sat, Jun 14, 2008 at 10:40 AM, Tourneur Henry-Nicolas
[EMAIL PROTECTED] wrote:
 Hi,

 I still have that problem with a complete up to date system (Lenny).
 The error:
 [EMAIL PROTECTED]:~$ subtitleeditor
 subtitleeditor: symbol lookup error: subtitleeditor: undefined symbol:
 _ZN7pcrecpp2RE6no_argE




-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742 D6AA CEEA F9F3 83B6 4656



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



Bug#484508: setting package to debian-maintainers, tagging 484508

2008-06-12 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.28
#
# debian-maintainers (1.36) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Peter Collingbourne. Closes: #484508 

package debian-maintainers
tags 484508 + pending




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



Bug#484672: setting package to debian-maintainers, tagging 484672

2008-06-12 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.28
#
# debian-maintainers (1.36) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Martin Meredith. Closes: #484672 

package debian-maintainers
tags 484672 + pending




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



Bug#464704: subtitleeditor doesn't start

2008-06-09 Thread Anibal Avelar
Hi Vasco.

Could you uograde your testing machine? The problem is related to not
upgrade machines due to the package libpcre3 is not updated.

apt-get update
apt-get upgrade

This bug is fixed but you need to upgrade your machine.

Regards.


On Sun, Jun 8, 2008 at 2:19 PM, Vasco Pita [EMAIL PROTECTED] wrote:
 Package: subtitleeditor
 Version: 0.21.1-2
 Followup-For: Bug #464704

 hi,

 i get this message:

 subtitleeditor: symbol lookup error: subtitleeditor: undefined symbol:
 _ZN7pcrecpp2RE6no_argE

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

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

 Versions of packages subtitleeditor depends on:
 ii  gstreamer0.10-plugins-base 0.10.19-2 GStreamer plugins from the base
 ii  gstreamer0.10-plugins-good 0.10.8-2  GStreamer plugins from the good
 ii  gstreamer0.10-x0.10.19-2 GStreamer plugins for X11 and 
 Pang
 ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
 ii  libc6  2.7-10GNU C Library: Shared libraries
 ii  libcairo2  1.6.4-1+b1The Cairo 2D vector graphics 
 libra
 ii  libcairomm-1.0-1   1.6.0-1   C++ wrappers for Cairo (shared 
 lib
 ii  libenchant1c2a 1.3.0-5+b1a wrapper library for various 
 spel
 ii  libgcc11:4.3.0-5 GCC support library
 ii  libglade2-01:2.6.2-1 library to load .glade files at 
 ru
 ii  libglademm-2.4-1c2a2.6.6-1   C++ wrappers for libglade2 
 (shared
 ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
 ii  libglibmm-2.4-1c2a 2.16.2-1  C++ wrapper for the GLib toolkit 
 (
 ii  libgstreamer-plugins-base0 0.10.19-2 GStreamer libraries from the 
 base
 ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and 
 eleme
 ii  libgtk2.0-02.12.9-3  The GTK+ graphical user interface
 ii  libgtkmm-2.4-1c2a  1:2.12.7-1C++ wrappers for GTK+ 2.4 (shared
 ii  libpango1.0-0  1.20.2-2  Layout and rendering of 
 internatio
 ii  libpcre3   7.4-1+lenny1  Perl 5 Compatible Regular 
 Expressi
 ii  libpcrecpp07.4-1+lenny1  Perl 5 Compatible Regular 
 Expressi
 ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for 
 C++
 ii  libstdc++6 4.3.0-5   The GNU Standard C++ Library v3
 ii  libxml++2.6-2  2.22.0-1  A C++ interface to the GNOME XML 
 l
 ii  libxml22.6.32.dfsg-2 GNOME XML library

 subtitleeditor recommends no packages.

 -- no debconf information






-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742 D6AA CEEA F9F3 83B6 4656



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



Bug#483944: setting package to debian-maintainers, tagging 483944

2008-06-06 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.28
#
# debian-maintainers (1.36) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Dominique Belhachemi. Closes: #483944 

package debian-maintainers
tags 483944 + pending




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



Bug#482477: setting package to debian-maintainers, tagging 482477

2008-05-30 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.28
#
# debian-maintainers (1.35) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Anuradha Weeraman. Closes: #482477 

package debian-maintainers
tags 482477 + pending




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



Bug#482130: setting package to debian-maintainers, tagging 482130

2008-05-24 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.27
#
# debian-maintainers (1.34) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Bart Samwel. Closes: #482130 

package debian-maintainers
tags 482130 + pending




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



Bug#481175: setting package to debian-maintainers, tagging 481175

2008-05-22 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.27
#
# debian-maintainers (1.34) UNRELEASED; urgency=low
#
#  * Added Debian maintainer LI Daobing. Closes: #481175 

package debian-maintainers
tags 481175 + pending




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



Bug#481669: setting package to debian-maintainers, tagging 481669

2008-05-22 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.27
#
# debian-maintainers (1.34) UNRELEASED; urgency=low
#
#  * Added Debian maintainer John Stamp. Closes: #481669 

package debian-maintainers
tags 481669 + pending




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



Bug#479883: setting package to debian-maintainers, tagging 479883

2008-05-11 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.26
#
# debian-maintainers (1.33) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Xavier Lüthi. Closes: #479883 

package debian-maintainers
tags 479883 + pending




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



Bug#479511: setting package to debian-maintainers, tagging 479511

2008-05-09 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.26
#
# debian-maintainers (1.33) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Nobuhiro Iwamatsu. Closes: #479511 

package debian-maintainers
tags 479511 + pending




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



Bug#479584: setting package to debian-maintainers, tagging 479584

2008-05-09 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.26
#
# debian-maintainers (1.33) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Helge Kreutzmann. Closes: #479584 

package debian-maintainers
tags 479584 + pending




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



  1   2   3   4   >