Bug#560635: Reassigning to ming

2009-12-14 Thread Alejandro Rios P.
Hello

I've done several test and I found that this FTBFS bug happens only when 
building op-panel
against ming-fonts-dejavu fonts. If I use other fdb fonts, the packages builds 
fine.

Also, ming package should include last patches commited to upstream CVS, that 
will fix
other possible bugs that would affect op-panel. See this thread:

http://sourceforge.net/mailarchive/forum.php?thread_name=20091203180230.GG94542%40keybit.netforum_name=ming-devr

Regards,

-- 
Alejandro Rios Peña




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



Bug#556131: ITP: opensips -- very fast and configurable SIP server

2009-11-13 Thread Alejandro Rios P.
Package: wnpp
Severity: wishlist
Owner: Alejandro Rios P. aler...@debian.org

* Package name: opensips
  Version : 1.6.0
  Upstream Author : OpenSIPS Project de...@lists.opensips.org
* URL : http://www.opensips.org
* License : GPL
  Programming Lang: C
  Description : very fast and configurable SIP server

 OpenSIPS is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, OpenSIPS can handle thousands calls
 per second even on low-budget hardware.
 .
 C Shell-like scripting language provides full control over the server's
 behaviour. Its modular architecture allows only required functionality to be
 loaded.
 .
 Among others, the following modules are available: Digest Authentication, CPL
 scripts, Instant Messaging, MySQL support, Presence Agent, Radius
 Authentication, Record Routing, SMS Gateway, Jabber/XMPP Gateway, Transaction
 Module, Registrar and User Location, Load Balaning/Dispatching/LCR,
 XMLRPC Interface.
 .
 This package contains the main OpenSIPS binary along with the principal modules
 and support binaries.


signature.asc
Description: Digital signature


Bug#529829: I'm sorry

2009-11-08 Thread Alejandro Rios P.
Sorry for the very late reply. I hope this kind of unmantainance won't happen 
again.

As you can see, the new 2.1.1 package will be available now on unstable. I 
think the fix
wouldn't be propagated to Lenny so easy/soon, so in the meantime I'll try to 
upload the
new version to Backports. When it gets there, I'll drop the link over here.

Regards,

-- 
Alejandro Rios Peña



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



Bug#522123: Regarding destar vulnerabilities

2009-04-01 Thread Alejandro Rios P.
Hello.

The first vulnerability (CVE-2008-6538) is not present in the debian packages, 
since the packages include a default 'Configurator' user and instructions on 
how to change it on README.Debian, and the exploit requires prior knowledge of 
an administrator IP address that has choosed to use auto-login (disabled by 
default in debian).

The second vulnerability (CVE-2008-6539), is a privilege scalation issue that 
is present in all debian versions available at the moment and here is a patch 
for oldstable that can be used while a new package is released:

---

diff -urN debian-bug-522123/page_user_settings.ptl 
/usr/share/destar/python/page_user_settings.ptl
--- debian-bug-522123/page_user_settings.ptl2009-04-01 18:43:20.0 
-0500
+++ /usr/share/destar/python/page_user_settings.ptl 2009-04-01 
18:43:32.0 -0500
@@ -60,10 +60,10 @@
form.add(StringWidget,   cfto, cfto, title=_(Forward call when 
timeout/unavailable to))
form.add(IntWidget,  dsec, dsec, title=_(Seconds of 
incoming ring time), maxlength=3, size=3)
 #  form.add(CheckboxWidget, vm,   vm,   title=_(Use voice 
mailbox))
-   form.add(StringWidget,   pin, phone.pin, title=_(Voicemail 
pin), len=10)
+   form.add(StringWidget,   pin, phone.pin, title=_(Voicemail 
pin), maxlength=10)
try:
if phone.secret:
-   form.add(StringWidget,  secret, phone.secret, 
title=_(Extension Password), len=10)
+   form.add(StringWidget,  secret, phone.secret, 
title=_(Extension Password), maxlength=10)
except AttributeError:
pass
form.add(SubmitWidget, '_submit', _(Submit), render_br=False)
@@ -79,11 +79,15 @@
manager.setVar('CFBS/%s' % phone.pbx, phone.ext, form['cfbs'] or '')
manager.setVar('CFTO/%s' % phone.pbx, phone.ext, form['cfto'] or '')
 
-   if form[pin]:
+   if form[pin] and not form[pin].__contains__(Cfg):
phone.pin = form[pin]
+   else:
+   return form.render()
try:
-   if form[secret]:
+   if form[secret] and not form[secret].__contains__(Cfg):
phone.secret = form[secret]
+   else:
+   return form.render()
except KeyError:
pass
backend.updateConfiglet(phone)



---


-- 
Alejandro Rios Peña




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



Bug#423701: ITP: libunicall -- An abstration layer for telephony signalling

2008-07-14 Thread Alejandro Rios P.
Great news!!!  I'll put the package back in shape again


On Sun, Jul 13, 2008 at 11:37:40PM +0300, Tzafrir Cohen wrote:
 Update on the license of hashtable.c: upstream has confirmed that this
 is the same file as:
 
   http://www.callweaver.org/browse/callweaver/trunk/corelib/hashtable.c
 
 and will include the explicit notice on the next version.
 
 -- 
Tzafrir Cohen
 icq#16849755  jabber:[EMAIL PROTECTED]
 +972-50-7952406   mailto:[EMAIL PROTECTED]
 http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
 
 

-- 
Alejandro Rios Peña
Avatar Ltda.



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



Bug#410866: Upgrading destar rewrites /etc/asterisk/destar_cfg.py if it's already present.

2007-02-13 Thread Alejandro Rios P.
Package: destar
Version: 0.2.0-3
Severity: grave

The file /etc/asterisk/destar_cfg.py contains configuration information
modified by the user, rewriting it with an example will cause its data loss.

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


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



Bug#410715: asterisk or asterisk-config should create /etc/asterisk/manager.d directory on installation

2007-02-12 Thread Alejandro Rios P.
Package: asterisk
Version: 1:1.2.14~dfsg-4
Severity: normal

In order to have a /etc/asterisk/manager.d directory as an 'standard' for all 
asterisk related packages that need a manager conf, asterisk or asterisk-config 
should create that directory.

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

Versions of packages asterisk depends on:
ii  adduser  3.102   Add and remove users and groups
ii  asterisk-classic 1:1.2.14~dfsg-4 Open Source Private Branch Exchang

asterisk recommends no packages.

-- no debconf information


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



Bug#410501: destar: Conf files are not saved if there's not writing access to zaptel.conf

2007-02-11 Thread Alejandro Rios P.
Package: destar
Version: 0.2.0-3
Severity: grave
Tags: patch
Justification: renders package unusable

There was a bad conditional expresion on one dpatch file edited on last
package upload. Here's the fix to the bug:

--- zaptel.dpatch   2007-02-11 00:05:55.0 -0500
+++ zaptel.dpatch.patch 2007-02-11 01:59:41.0 -0500
@@ -12,7 +12,7 @@
for _fn,cnf in configlets.asterisk_configfiles:
if _fn == 'op_server.cfg' and panelutils.isConfigured() != 1:
continue
-+  if not os.access(/etc/zaptel.conf, os.O_RDWR):
++  if _fn == 'zaptel.conf' and not os.access(/etc/zaptel.conf, 
os.O_RDWR):
 +  continue
try:
cnf.write()




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

Versions of packages destar depends on:
ii  asterisk 1:1.2.14~dfsg-4 Open Source Private Branch Exchang
ii  python   2.4.4-2 An interactive high-level object-o
ii  python-medusa0.5.4+clean-1   Framework for implementing asynchr
ii  python-pychart   1.39-5  Python library for creating high q
ii  python-pysqlite2 2.3.2-2 python interface to SQLite 3
ii  python-quixote1  1.2-4   A highly Pythonic Web application 
ii  sqlite3  3.3.8-1 A command line interface for SQLit

Versions of packages destar recommends:
ii  op-panel 0.26.dfsg-5 switchboard type application for t

-- no debconf information


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



Bug#398467: destar: Fails to write configuration for /etc/zaptel.conf

2006-11-13 Thread Alejandro Rios P.
Package: destar
Version: 0.2.0-3
Severity: important

After choosing the save all changes option, the first time destar is
used, I got this error on the browser:

Traceback (most recent call last):
File /var/lib/python-support/python2.4/quixote/publish.py, line 522,
in process_request
output = self.try_publish(request, env.get('PATH_INFO', ''))
File /var/lib/python-support/python2.4/quixote/publish.py,
line 457, in try_publish
output = object(request)
File /usr/share/destar/python/page_admin_viewconf.ptl,
line 110, in _q_index
if backend.writeAsteriskConfig():
File /usr/share/destar/python/backend.py, line
402, in writeAsteriskConfig
cnf.write()
File /usr/share/destar/python/configlets.py,
line 65, in write
f = open(self.fn, w)
IOError: [Errno 13] Permission denied:
'/etc/zaptel.conf'

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

Versions of packages destar depends on:
ii  asterisk 1:1.2.13~dfsg-2 Open Source Private Branch Exchang
ii  python-medusa0.5.4+clean-1   Framework for implementing asynchr
ii  python-pychart   1.39-5  Python library for creating high q
ii  python-pysqlite2 2.3.2-1 python interface to SQLite 3
ii  python-quixote1  1.2-4   A highly Pythonic Web application 
ii  sqlite3  3.3.8-1 A command line interface for SQLit

Versions of packages destar recommends:
ii  op-panel 0.26.dfsg-5 switchboard type application for t

-- no debconf information


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



Bug#381992: ITP: libming-fonts-openoffice -- Fonts for use with the Ming Library for SWF Creation

2006-08-08 Thread Alejandro Rios P.
Package: wnpp
Severity: wishlist
Owner: Alejandro Rios P. [EMAIL PROTECTED]

* Package name: libming-fonts-openoffice
  Version : 0.1
  Upstream Author : OpenOffice.org dev@openoffice.org
* URL : http://www.openoffice.org/
* License : GPL
  Description : Fonts for use with the Ming Library for SWF Creation

 These are the OpenOffice Fonts converted for use with libming,
.which is a library for SWF (Flash) File creation.
.These fonts canNOT be used with X11 or for printing.

-- System Information:
Debian Release: testing/unstable
  APT prefers breezy-updates
  APT policy: (500, 'breezy-updates'), (500, 'breezy-security'), (500, 'breezy')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-9-686
Locale: LANG=es_CO.UTF-8, LC_CTYPE=es_CO.UTF-8 (charmap=UTF-8)


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



Bug#364795: ITP: gwhere -- Manage a catalog of removable media contents

2006-04-25 Thread Alejandro Rios P.
Package: wnpp
Severity: wishlist
Owner: Alejandro Rios P. [EMAIL PROTECTED]

* Package name: gwhere
  Version : 0.2.0
  Upstream Author : Sébastien LECACHEUR [EMAIL PROTECTED]
* URL : http://www.gwhere.org/
* License : GPL
  Description : Manage a catalog of removable media contents

GWhere allows you to manage a catalog of your CDs and any other
removable media (such as hard disks, floppy disks, Zip disks, CD-ROMs,
etc...) indexed in a database. With GWhere it is easy to browse your CDs
or to make a quick search without needing to insert each CD one after
another.

-- System Information:
Debian Release: testing/unstable
  APT prefers breezy-updates
  APT policy: (500, 'breezy-updates'), (500, 'breezy-security'), (500, 'breezy')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-10-386
Locale: LANG=es_CO, LC_CTYPE=es_CO (charmap=ISO-8859-1)



Bug#341242: ITP: minisip -- SIP phone, with GTK+ interface

2005-11-29 Thread Alejandro Rios P.
Package: wnpp
Severity: wishlist

* Package name: minisip
  Version : 0.7.0 
  Upstream Author : Erik Eliasson [EMAIL PROTECTED]
Johan Bilien [EMAIL PROTECTED]
* URL : http://www.minisip.org/
* License : (GPL, LGPL)
  Description : SIP phone, with GTK+ interface

 minisip is a soft telephone which uses the SIP protocol. It provides
 additional security, such as encryption and authentication, by using
 the SRTP (RFC3711) and MIKEY (RFC 3830) protocols. It uses GTK+ for
 the graphical interface.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.10-5-386
Locale: LANG=es_CO, LC_CTYPE=es_CO (charmap=ISO-8859-1)


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



Bug#323689: ITP: op-panel -- switchboard type application for the Asterisk PBX.

2005-08-17 Thread Alejandro Rios P.
Package: wnpp
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: op-panel
  Upstream Author : Nicolás Gudiño [EMAIL PROTECTED]  
* URL : http://www.asternic.org/
* License : GPL
  Description : switchboard type application for the Asterisk PBX.

 Flash Operator Panel is a switchboard type application for
 the Asterisk PBX. It runs on a web browser with the flash plugin.
 .
 It is able to display information about your PBX activity in real time.
 The layout is configurable (button sizes and colors, icons, etc). You can 
 have more than 100 buttons active per screen.
 .
 It also supports contexts: you can have one server running and many
 different client displays (for hosted PBX, different departments,
 etc). It can integrate with CRM software, by poping up a web page
 (and passing the CLID) when a specified button is ringing.

- -- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1-3-386
Locale: LANG=es_CO, LC_CTYPE=es_CO

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFDA7yloby7LzBs3/MRApTCAKCPesl+5FTRorTW1d7unq9a1oeqWQCgyf+w
fOyfKtHvK4uR3sgqeFIyNE8=
=QjHm
-END PGP SIGNATURE-


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