Ampache Translation freeze exception

2010-10-27 Thread Charlie Smotherman
Release Team,

I would like to request a freeze exception for ampache-3.5.4-9 to add
cs.po and vi.po

Attached is a debdiff of the changes.

Best regards

Charlie Smotherman


8to9-diff
Description: Binary data


Re: [pio-develop] New translation update for pioneers

2010-10-27 Thread Bas Wijnen
Op 26-10-10 23:29, Roland Clobus schreef:
 +#if (GTK_MAJOR_VERSION = 2  GTK_MINOR_VERSION = 18 
 GTK_MICRO_VERSION  2)
 GtkWidget *button;
 +#endif

 That check seems broken, it will consider, say, 2.12.12 as fixed.

...

 Roland, I think it's best if I make any required changes for this Debian
 package, and we include them in the next release (which will not go into
 squeeze) separately. What do you think?
 
 The patch for gtkbugs.c was included because Debian Testing (at some
 time Debian Stable) includes a version that is new enough that this code
 doesn't need to be present. The #if part can be removed from the patch,
 it should work anyway.

Indeed, 2.20 is in testing now. However, users may only upgrade pioneers
if they want to, and not libgtk+. According to the package, this is
allowed; it requires 2.12.0. So if we don't do a run-time check, I need
to manually demand 2.18.2 or larger.

I can do this; the question remains if these changes are small enough to
be allowed a freeze exception (which is why debian-release is still in
the loop; sorry for the noise).

 I still think 0.12.3.1 could be included in the new Debian Stable
 release. The translations are better, and a bug that renders half the
 themes unusable is fixed.

Yes, I will push those things in anyway. The question is if I should do
this as a Debian-specific patch to 0.12.3, or by packaging 0.12.3.1. I'd
like an answer from the release team to that.

 A few hours ago I announced a string freeze for 0.12.4, so the next
 release of Debian can include that updated version, I hope the new
 Debian Stable can include 0.12.3.1.

Indeed. The translation and theme fixes should go into squeeze
(currently testing); 0.12.4 will go into wheezy (testing after the
release of squeeze).

Thanks,
Bas Wijnen



signature.asc
Description: OpenPGP digital signature


Bug#601541: Permission to upload expect 5.44.1.15-4

2010-10-27 Thread Sergei Golovan
Package: release.debian.org
Severity: normal

Hi!

I'd like to upload an expect package with patch that fixes a segfault.

The bug was reported to Ubuntu and to comp.lang.tcl Usenet group.
See 
http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/8ea4b666c2f31cac#
and https://bugs.launchpad.net/ubuntu/+source/expect/+bug/608343
and 
https://sourceforge.net/tracker/index.php?func=detailaid=3095935group_id=13179atid=313179

The patch is one-liner, debdiff with 5.44.1.15-3 is attached.

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=ru_RU.CP1251, LC_CTYPE=ru_RU.CP1251 (charmap=CP1251)
Shell: /bin/sh linked to /bin/bash
diff -u expect-5.44.1.15/debian/changelog expect-5.44.1.15/debian/changelog
--- expect-5.44.1.15/debian/changelog
+++ expect-5.44.1.15/debian/changelog
@@ -1,3 +1,10 @@
+expect (5.44.1.15-4) unstable; urgency=low
+
+  * Added patch by upstream which fixes crash during exact string matching
+in expect command if the search pattern contains non-ASCII characters.
+
+ -- Sergei Golovan sgolo...@debian.org  Wed, 27 Oct 2010 10:29:04 +0400
+
 expect (5.44.1.15-3) unstable; urgency=low
 
   * Added patch by upstream (proposed by Per Cederqvist) which fixes
diff -u expect-5.44.1.15/debian/patches/series expect-5.44.1.15/debian/patches/series
--- expect-5.44.1.15/debian/patches/series
+++ expect-5.44.1.15/debian/patches/series
@@ -17,0 +18 @@
+21-match.patch
only in patch2:
unchanged:
--- expect-5.44.1.15.orig/debian/patches/21-match.patch
+++ expect-5.44.1.15/debian/patches/21-match.patch
@@ -0,0 +1,17 @@
+Author: Upstream
+Description: Patch fixes segfault for matching exact string with
+ non-ASCII characters in it.
+Bug: https://sourceforge.net/tracker/?func=detailaid=3095935group_id=13179atid=313179
+
+--- expect-5.44.1.15.orig/expect.c
 expect-5.44.1.15/expect.c
+@@ -946,6 +946,9 @@
+ 	expDiagLogU(expPrintify(Tcl_GetString(e-pat)));
+ 	expDiagLog(\? );
+ 	if (p) {
++	/* Bug 3095935. Go from #bytes to #chars */
++	patLength = Tcl_NumUtfChars (pat, patLength);
++
+ 	e-simple_start = p - str;
+ 	o-e = e;
+ 	o-matchlen = patLength;


Bug#599255: marked as done (unblock: zabbix/1.8.3-2)

2010-10-27 Thread Debian Bug Tracking System
Your message dated Wed, 27 Oct 2010 10:16:53 +0200
with message-id 4cc7dff5.9080...@debian.org
and subject line Re: Bug#599255: unblock: zabbix/1.8.3-2
has caused the Debian Bug report #599255,
regarding unblock: zabbix/1.8.3-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
599255: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599255
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package zabbix

Zabbix 1.8.3 includes a security fix (CVE-2010-2790) plus a series of
important packaging fixes.

zabbix  (1:1.8.3-2) unstable; urgency=low

   * Added versioned build depdency on autotools-dev (closes: #598578)

 -- Christoph Haas h...@debian.org  Thu, 30 Sep 2010 21:59:34 +0200

zabbix (1:1.8.3-1) unstable; urgency=low

   * New upstream release fixes security issue CVE-2010-2790 (closes: #594304)
   * Removed flash clock applet that upstream ships without source
 (closes: #591967)
   * Removed bashism from zabbix agent init.d file (closes: #581148)
   * Removed bashism from zabbix proxy mysql init.d file (closes: #581149)
   * Removed bashism from zabbix proxy pgsql init.d file (closes: #581150)
   * Removed bashism from zabbix server mysql init.d file (closes: #581151)
   * Removed bashism from zabbix server pgsql init.d file (closes: #581152)
   * Added weak dependency on mysql/postgresql in the LSB section of the
 init.d scripts for zabbix-server-mysql and zabbix-server-pgsql
 (closes: #578879)

 -- Christoph Haas h...@debian.org  Sat, 21 Aug 2010 15:41:19 +0200 

unblock zabbix/1.8.3-2

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: lang=ca_es.ut...@valencia, lc_ctype=ca_es.ut...@valencia (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
On 10/26/2010 11:55 PM, Christoph Haas wrote:
 Hi Mehdi
 
 Am 18.10.2010 22:44, schrieb Mehdi Dogguy:
 On 10/10/2010 01:50 PM, Christoph Haas wrote:

 Okay, I'm talking to the upstream about a minimal patch to fix this
 very issue.

 I'd appreciate an upload fixing #598578, #594304, #591967, various bugs
 about bashism and #578879.
 
 Done!
 

Approved.

The changelog is missing:

   * Added weak dependency on mysql/postgresql in the LSB section of the
 init.d scripts for zabbix-server-mysql and zabbix-server-pgsql
 (closes: #578879).

I've marked #578879 as fixed in 1:1.8.2-1squeeze1.

Thanks for your work,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/

---End Message---


Bug#599255: unblock: zabbix/1.8.3-2

2010-10-27 Thread Mehdi Dogguy
On 10/27/2010 10:16 AM, Mehdi Dogguy wrote:
 
 The changelog is missing:
 
* Added weak dependency on mysql/postgresql in the LSB section of the
  init.d scripts for zabbix-server-mysql and zabbix-server-pgsql
  (closes: #578879).
 
 I've marked #578879 as fixed in 1:1.8.2-1squeeze1.
 

Hum… no, I'm just blind. Anyway…

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4cc7e080.5080...@debian.org



Re: Request to upload iftop 0.17-18 to unstable (and unblock it to testing)

2010-10-27 Thread Alexander Reichle-Schmehl
Hi!

Am 26.10.2010 23:55, schrieb Adam D. Barratt:

 I've uploaded the complete debdiff between 0.17-6 (currently in Squeeze)
 and the proposed 0.17-8 upload at
 http://people.debian.org/~tolimar/tmp/iftop-debdiff_0.17-6_0.17-8.diff.
 I can't make sense of this.  lenny has 0.17-8, squeeze has 0.17-16.
 The changelog stanzas are for 0.17-17 and 0.17-18, so I assume both the
 message and URL and missing several 1s.

Yes, I would like to upload 0.17-18 to replace the existing 0.17-16 in
Squeeze.

Sorry for the confusion,
  Alexander


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4cc7f0b6.9020...@debian.org



Re: Request to upload iftop 0.17-8 to unstable (and unblock it to testing)

2010-10-27 Thread Julien Cristau
On Mon, Oct 18, 2010 at 13:07:01 +0200, Alexander Reichle-Schmehl wrote:

 Hi!
 
 I would like to upload iftop to unstable and let it migrate to
 testing.  The most important change would be added IPv6 support.
 
 
 Overall, I would like to upload with the following changes:
 
  debian/patches/07-spelling-and-usage-text.patch|   87 +
 Fixes some spelling error in the manpage
 
  debian/patches/08-segfault-duplicate-options.patch |   55 +
 Fixes #425488/#598376 a sefault when using the same command line
 argument twice.
 
  debian/patches/09-incomplete-hash-func.patch   |   51 
 Fixes #595169, which is actually only wishlist, but quite nasty.
 
  debian/patches/10-lladdr-inclusion-kfreebsd.patch  |   37 
 Fixes #598367, an usage problem on kfreebds-*
 
I don't think this is correct.  The usual way to detect kfreebsd is
__FreeBSD_kernel__, not 'defined __GNUC__  ! defined __linux__'.

  debian/patches/11-implement-ipv6-support.patch | 1120 
 +
 Is the missig IPv6 support.
 
I'm not convinced it's the right time to make that sort of changes...

Besides, why does this add seemingly random __inline__ attributes
instead of letting the compiler do its job?

++  struct tcphdr *thdr = ((void *) ip6tr) + 40;

this wants to be char *, not void *.  (void pointer arithmetic is a
gcc-ism)

The code seems to assume an interface has only one ipv4 or ipv6 address
(e.g. packet_init)?

This:
++/* If the upper three (network byte order) uint32-parts
++ * are null, then there ought to be an IPv4 address here.
++ * Any such IPv6 would have to be '::'. Neglectable? */
++probe = (uint32_t *) addr;
++af = (probe[1] || probe[2] || probe[3]) ? AF_INET6 : AF_INET;

is confusing.  It talks about the upper three bytes, and then goes to
check the lower three?

 All these patches have been reviewsed and accepted by upstream in the
 meantime.
 
 The laste change I seek your approval would be the following:
  iftop-0.17/debian/rules|3 
  debian/NEWS|   11 
 
 Here I disabled an quite unexpected feature of iftop:  It allows you to
 open a subshell.  As iftop is often used in combination with sudo,
 sysadmins might be suprised, to give other users full root by granting
 them access to iftop (granted; only if the don't configure sudo
 properly); but as it is only a minimal change, I hope you allow that,
 too.
 
I don't think this warrants a news entry, but oh well.
 
 Just for completness, I also changed the following files:
  debian/watch   |4 
  iftop-0.17/debian/changelog|   27 
  iftop-0.17/debian/control  |2 
  iftop-0.17/debian/patches/series   |5 
 
 
 I've uploaded the complete debdiff between 0.17-6 (currently in Squeeze)
 and the proposed 0.17-8 upload at
 http://people.debian.org/~tolimar/tmp/iftop-debdiff_0.17-6_0.17-8.diff.
 
Cheers,
Julien


signature.asc
Description: Digital signature


Re: New clamav upstream version: Should it go into squeeze?

2010-10-27 Thread Julien Cristau
On Tue, Oct 26, 2010 at 23:18:47 +0200, Moritz Muehlenhoff wrote:

 Since the planned way to keep clamav updated in Squeeze will be by
 updating to the latest current clamav stable release, the same should
 naturally apply during the freeze?
 
Yes.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: Freeze exception for yaWP 0.3.5?

2010-10-27 Thread Kai Wasserbäch
[Please CC me on all replies, I'm not subscribed to debian-release.]

Dear Julien,
Kai Wasserbäch schrieb am 27.10.2010 12:41:
 Dear Julien,
 Julien Cristau schrieb am 26.10.2010 22:18:
 On Tue, Oct 26, 2010 at 21:39:12 +0200, Kai Wasserbäch wrote:
 sorry for being in-concise: I just wanted a ok for adding the copyright 
 change
 the way I did. As the added notices were part of upstream's diff between 
 0.3.4
 and 0.3.5 and you said the whole 0.3.5 changes wouldn't be ok for Squeeze, 
 I put
 just those changes (adding the copyright notices) in a patch, which gets 
 applied
 by dpkg-source.

 Oh, sorry, I didn't mean to say they wouldn't be ok, just that without a
 description of what they were supposed to fix I didn't know whether they
 would be acceptable or not.  Anyway, if you'd like to upload with just
 the copyright fix, then go ahead.
 
 Ah, ok. Then I try to explain the other changes, because it would be much 
 easier
 for me to just have the latest upstream version in Squeeze. ;)
 First of all: the remaining changes are very minor wrt their impact on how
 stable yaWP is. Most of them are replacing (KDE_VERSION_MINOR == 3 
 KDE_VERSION_RELEASE = 70) || KDE_VERSION_MINOR == 4 with the macro provided 
 by
 KDE (KDE_IS_VERSION(4,3,70)) in #if…#else…#endif parts of the code. And
 nothing (from the code path chosen) will change for Debian.
 Then there is one bug fixed, which is present in the current Debian version: 
 the
 determination of when sunrise/-set will occur wasn't working all the time as
 expected.
 The remaining changes only affect builds against a KDE = 4.5.{0,2}, which 
 isn't
 in Squeeze (4.4.3).

Sorry: should have been KDE 4.4.5.

 So I'd say the risk for Debian would be minimal. But in case KDE 4.5 will 
 enter
 Debian Squeeze at a later point (e.g. point-release), then yaWP would be ready
 already.

Kind regards,
Kai Wasserbäch

P.S.: I just noticed, that I've sent the last e-mail to you instead of the list,
therefore I'm citing it here almost in full.



-- 

Kai Wasserbäch (Kai Wasserbaech)

E-Mail: deb...@carbon-project.org
Jabber (debianforum.de): Drizzt
URL: http://wiki.debian.org/C%C3%B9ran
GnuPG: 0xE1DE59D2  0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2
(http://pgpkeys.pca.dfn.de/pks/lookup?search=0xE1DE59D2fingerprint=onhash=onop=vindex)



signature.asc
Description: OpenPGP digital signature


Bug#601563: RM: libnet-nationalrail-livedepartureboards-perl/0.02-1

2010-10-27 Thread Tim Retout
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: rm

ROM; please remove from testing.  See bug #601553 for why I don't
think this should go into a stable release for now.

Thanks,

Tim



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101027111053.4323.50202.report...@arneb.retout.co.uk



Bug#601563: marked as done (RM: libnet-nationalrail-livedepartureboards-perl/0.02-1)

2010-10-27 Thread Debian Bug Tracking System
Your message dated Wed, 27 Oct 2010 13:35:27 +0200
with message-id 4cc80e7f.3040...@dogguy.org
and subject line Re: Bug#601563: RM: 
libnet-nationalrail-livedepartureboards-perl/0.02-1
has caused the Debian Bug report #601563,
regarding RM: libnet-nationalrail-livedepartureboards-perl/0.02-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
601563: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601563
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: rm

ROM; please remove from testing.  See bug #601553 for why I don't
think this should go into a stable release for now.

Thanks,

Tim


---End Message---
---BeginMessage---
On 27/10/2010 13:10, Tim Retout wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: rm
 
 ROM; please remove from testing.  See bug #601553 for why I don't
 think this should go into a stable release for now.
 

Removal hint added.

Thanks,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/

---End Message---


Bug#601570: unblock: omhacks/0.11-2

2010-10-27 Thread Enrico Zini
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package omhacks: it fixes #601321.

unblock omhacks/0.11-2

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

Kernel: Linux 2.6.32-5-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



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101027121339.20941.99424.report...@localhost



Bug#601572: unblock: libept/1.0.4

2010-10-27 Thread Enrico Zini
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package libept

It fixes #601417.

unblock libept/1.0.4

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

Kernel: Linux 2.6.32-5-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



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101027121753.24074.24090.report...@localhost



Bug#601580: unblock: live-boot/2.0.10-1

2010-10-27 Thread Daniel Baumann
Package: release.debian.org

live-boot (2.0.10-1) unstable; urgency=medium

  * Don't do anything in initscript when using toram (Closes: #601575).

 -- Daniel Baumann dan...@debian.org  Wed, 27 Oct 2010 14:54:58 +0200

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4cc825bd.1080...@debian.org



Bug#601541: marked as done (Permission to upload expect 5.44.1.15-4)

2010-10-27 Thread Debian Bug Tracking System
Your message dated Wed, 27 Oct 2010 19:33:58 +0200
with message-id 4cc86286.3010...@dogguy.org
and subject line Re: Bug#601541: Permission to upload expect 5.44.1.15-4
has caused the Debian Bug report #601541,
regarding Permission to upload expect 5.44.1.15-4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
601541: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601541
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal

Hi!

I'd like to upload an expect package with patch that fixes a segfault.

The bug was reported to Ubuntu and to comp.lang.tcl Usenet group.
See 
http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/8ea4b666c2f31cac#
and https://bugs.launchpad.net/ubuntu/+source/expect/+bug/608343
and 
https://sourceforge.net/tracker/index.php?func=detailaid=3095935group_id=13179atid=313179

The patch is one-liner, debdiff with 5.44.1.15-3 is attached.

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=ru_RU.CP1251, LC_CTYPE=ru_RU.CP1251 (charmap=CP1251)
Shell: /bin/sh linked to /bin/bash
diff -u expect-5.44.1.15/debian/changelog expect-5.44.1.15/debian/changelog
--- expect-5.44.1.15/debian/changelog
+++ expect-5.44.1.15/debian/changelog
@@ -1,3 +1,10 @@
+expect (5.44.1.15-4) unstable; urgency=low
+
+  * Added patch by upstream which fixes crash during exact string matching
+in expect command if the search pattern contains non-ASCII characters.
+
+ -- Sergei Golovan sgolo...@debian.org  Wed, 27 Oct 2010 10:29:04 +0400
+
 expect (5.44.1.15-3) unstable; urgency=low
 
   * Added patch by upstream (proposed by Per Cederqvist) which fixes
diff -u expect-5.44.1.15/debian/patches/series expect-5.44.1.15/debian/patches/series
--- expect-5.44.1.15/debian/patches/series
+++ expect-5.44.1.15/debian/patches/series
@@ -17,0 +18 @@
+21-match.patch
only in patch2:
unchanged:
--- expect-5.44.1.15.orig/debian/patches/21-match.patch
+++ expect-5.44.1.15/debian/patches/21-match.patch
@@ -0,0 +1,17 @@
+Author: Upstream
+Description: Patch fixes segfault for matching exact string with
+ non-ASCII characters in it.
+Bug: https://sourceforge.net/tracker/?func=detailaid=3095935group_id=13179atid=313179
+
+--- expect-5.44.1.15.orig/expect.c
 expect-5.44.1.15/expect.c
+@@ -946,6 +946,9 @@
+ 	expDiagLogU(expPrintify(Tcl_GetString(e-pat)));
+ 	expDiagLog(\? );
+ 	if (p) {
++	/* Bug 3095935. Go from #bytes to #chars */
++	patLength = Tcl_NumUtfChars (pat, patLength);
++
+ 	e-simple_start = p - str;
+ 	o-e = e;
+ 	o-matchlen = patLength;
---End Message---
---BeginMessage---
On 27/10/2010 08:45, Sergei Golovan wrote:
 Package: release.debian.org
 Severity: normal
 
 Hi!
 
 I'd like to upload an expect package with patch that fixes a segfault.
 

I've seen the upload and unblocked the package.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/

---End Message---


Bug#601594: unblock: tipcutils/1.0.4-6

2010-10-27 Thread Martin Peylo
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception


Hi,

Please unblock package tipcutils

the new version adds Spanish and Danish Debconf translations and
introductes a dependency to Linux kernel  2.6.34 in description 
and buid-depends as this packet is not compatible to later kernels.

The other minor changes are fixing complaints by the current Lintian
version.

Thanks,
Martin

unblock tipcutils/1.0.4-6

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101027174016.20480.37129.report...@testing.localdomain



Bug#601595: unblock: pnm2ppa/1.12-16.3

2010-10-27 Thread Samuel Thibault
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package pnm2ppa

pnm2ppa (1.12-16.3) unstable; urgency=low

  * Non-maintainer upload to fix bloated Printer server task.
  * Replace gs by ghostscript in pnm2ppa Depends (Closes: Bug#539667).

 -- Samuel Thibault sthiba...@debian.org  Wed, 27 Oct 2010 19:13:08 +0200

This avoids spurious X11 stuff installation for the Print server task
(and drops the use of the deprecated gs dependency).

unblock pnm2ppa/1.12-16.3

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

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

-- 
Samuel Thibault samuel.thiba...@fnac.net
 jr J'ai fait.
 Ne bougez pas, l'aide soignante va venir nettoyer.
 -+- FF in GNU - Le vieil homme et la merde -+-



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101027174313.ga5...@const.famille.thibault.fr



Bug#601594: unblock: tipcutils/1.0.4-6

2010-10-27 Thread Mehdi Dogguy
On 27/10/2010 19:40, Martin Peylo wrote:
 
 Please unblock package tipcutils
 

Could you please re-upload and remove the .pc folder left in the
source package?

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4cc86b7f.3050...@dogguy.org



Bug#601595: marked as done (unblock: pnm2ppa/1.12-16.3)

2010-10-27 Thread Debian Bug Tracking System
Your message dated Wed, 27 Oct 2010 20:13:46 +0200
with message-id 4cc86bda.8040...@dogguy.org
and subject line Re: Bug#601595: unblock: pnm2ppa/1.12-16.3
has caused the Debian Bug report #601595,
regarding unblock: pnm2ppa/1.12-16.3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
601595: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601595
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package pnm2ppa

pnm2ppa (1.12-16.3) unstable; urgency=low

  * Non-maintainer upload to fix bloated Printer server task.
  * Replace gs by ghostscript in pnm2ppa Depends (Closes: Bug#539667).

 -- Samuel Thibault sthiba...@debian.org  Wed, 27 Oct 2010 19:13:08 +0200

This avoids spurious X11 stuff installation for the Print server task
(and drops the use of the deprecated gs dependency).

unblock pnm2ppa/1.12-16.3

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

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

-- 
Samuel Thibault samuel.thiba...@fnac.net
 jr J'ai fait.
 Ne bougez pas, l'aide soignante va venir nettoyer.
 -+- FF in GNU - Le vieil homme et la merde -+-


---End Message---
---BeginMessage---
On 27/10/2010 19:43, Samuel Thibault wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: freeze-exception
 
 Please unblock package pnm2ppa
 
 pnm2ppa (1.12-16.3) unstable; urgency=low
 

Unblocked.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/

---End Message---


Bug#601436: unblock: mldonkey/3.0.3-3

2010-10-27 Thread Adam D. Barratt
On Tue, 2010-10-26 at 08:09 +0200, Mehdi Dogguy wrote:
  mldonkey (3.0.3-3) unstable; urgency=low
  .
* Do not erase existing configuration on upgrades (Closes: #601332, 
 #522900),
  (LP: #478206).
* Recursively chown /var/{log,run}/mldonkey (Closes: #593091).
* Remove /var/{log,run}/mldonkey on purge.

The postrm removes /var/_lib_/mldonkey, not /var/log/mldonkey.

Regards,

Adam




-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1288209489.31613.743.ca...@hathi.jungle.funky-badger.org



Bug#601616: unblock: icedove/3.0.9-1

2010-10-27 Thread Moritz Muehlenhoff
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package icedove. It fixes several vulnerabilities.

unblock icedove/3.0.9-1

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101027202012..17508.report...@localhost.localdomain



Re: Please approve upload of tomboy 1.2.2

2010-10-27 Thread Mehdi Dogguy
On 10/27/2010 12:42 AM, Iain Lane wrote:
 Hi,
 
 There's a new data-loss-bugfix tomboy release out, which we should get
 into Squeeze.
 

Unblocked.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4cc8903d.1060...@dogguy.org



please unblock ember/0.5.7-1.1

2010-10-27 Thread Ricardo Mones

  Hi release team,

  Just sponsored Etienne's NMU for fixing #598288.

  regards,
-- 
 Ricardo Mones
 ~
 Never send a human to do a machine's job.   Agent Smith


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101027234700.14381...@sumiciu



Re: Permission to upload remmina_0.8.3-1

2010-10-27 Thread Mehdi Dogguy
On 10/26/2010 10:44 PM, Luca Falavigna wrote:
 Hi,
 
 I ask permission to upload to unstable (and to be granted subsequent
 unblock) for remmina_0.8.3-1.
 

Unblocked.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4cc89d82.5030...@dogguy.org



Re: please unblock ember/0.5.7-1.1

2010-10-27 Thread Mehdi Dogguy
On 10/27/2010 11:47 PM, Ricardo Mones wrote:
 
   Hi release team,
 
   Just sponsored Etienne's NMU for fixing #598288.
 

and just unblocked it :)

   regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4cc89e11.60...@dogguy.org



Re: [php-maint] Bug#601619: CVE-2010-3710: DoS in filter_var()

2010-10-27 Thread Ondřej Surý
Hi Moritz and Adam,

I have prepared 5.3.3-3 in the git, but I would like to seek
debian-release(Adam) advice how to proceed. Adam has unblocked 5.3.3-2
(with prolonged delay to 15 days)... btw thanks for that ...  so
should I upload 5.3.3-3 with this fix or wait for 5.3.3-2 to go to
testing and then upload 5.3.3-3 with urgency=high and request an
unblock again?

Ondrej

On Wed, Oct 27, 2010 at 22:37, Moritz Muehlenhoff j...@debian.org wrote:
 Package: php5
 Severity: important
 Tags: security

 Please pull this in for Squeeze:
 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-3710

 Cheers,
        Moritz

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

 Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
 Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
 Shell: /bin/sh linked to /bin/bash

 Versions of packages php5 depends on:
 pn  libapache2-mod-php5 | libapac none     (no description available)
 pn  php5-common                   none     (no description available)

 php5 recommends no packages.

 php5 suggests no packages.



 ___
 pkg-php-maint mailing list
 pkg-php-ma...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-php-maint




-- 
Ondřej Surý ond...@sury.org
http://blog.rfc1925.org/


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktim_etttwbgkgrtk7�mhyv+nyixeg9tjfuq...@mail.gmail.com



Re: please unblock ember/0.5.7-1.1

2010-10-27 Thread Ricardo Mones
El Wed, 27 Oct 2010 23:48:01 +0200
Mehdi Dogguy me...@dogguy.org escribió:
Just sponsored Etienne's NMU for fixing #598288.

 
 and just unblocked it :)

  That has been really fast! thanks! :)
-- 
 Ricardo Mones
 ~
 Never send a human to do a machine's job.   Agent Smith


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101028001237.53946...@sumiciu



Bug#601436: marked as done (unblock: mldonkey/3.0.3-3)

2010-10-27 Thread Debian Bug Tracking System
Your message dated Wed, 27 Oct 2010 23:48:23 +0100
with message-id 1288219704.6010.998.ca...@hathi.jungle.funky-badger.org
and subject line Re: Bug#601436: unblock: mldonkey/3.0.3-3
has caused the Debian Bug report #601436,
regarding unblock: mldonkey/3.0.3-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
601436: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601436
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mldonkey

The last changelog entry reads as follows:

 mldonkey (3.0.3-3) unstable; urgency=low
 .
   * Do not erase existing configuration on upgrades (Closes: #601332, #522900),
 (LP: #478206).
   * Recursively chown /var/{log,run}/mldonkey (Closes: #593091).
   * Remove /var/{log,run}/mldonkey on purge.

- #593091 is experienced on upgrades from Lenny to Squeeze.
- #601332 (RC) should have been fixed before but... ENOTIME.

unblock mldonkey/3.0.3-3

Regards,

-- 
Mehdi Dogguy

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

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


---End Message---
---BeginMessage---
On Wed, 2010-10-27 at 20:58 +0100, Adam D. Barratt wrote:
 On Tue, 2010-10-26 at 08:09 +0200, Mehdi Dogguy wrote:
   mldonkey (3.0.3-3) unstable; urgency=low
   .
 * Do not erase existing configuration on upgrades (Closes: #601332, 
  #522900),
   (LP: #478206).
 * Recursively chown /var/{log,run}/mldonkey (Closes: #593091).
 * Remove /var/{log,run}/mldonkey on purge.
 
 The postrm removes /var/_lib_/mldonkey, not /var/log/mldonkey.

-4 unblocked.

Regards,

Adam


---End Message---


Bug#601638: please unblock libidn/1.18-1

2010-10-27 Thread Aníbal Monsalve Salazar
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
Owner: Simon Josefsson si...@josefsson.org

please unblock libidn/1.18-1

it has been in unstable since 15 Feb 2010 and wasn't built on mips and
mipsel until a month ago

Date: Mon, 15 Feb 2010 13:36:58 +0100
Source: libidn
Binary: idn libidn11-dev libidn11 libidn11-java
Architecture: source i386 all
Version: 1.18-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Simon Josefsson si...@josefsson.org
Description: 
 idn- Command line and Emacs interface to GNU Libidn
 libidn11   - GNU Libidn library, implementation of IETF IDN specifications
 libidn11-dev - Development files for GNU Libidn, an IDN library
 libidn11-java - Java port of the GNU Libidn library, an IDN implementation
Changes: 
 libidn (1.18-1) unstable; urgency=low
 .
   [ Simon Josefsson ]
   * New upstream version.
   * libidn11.symbols: Fix based on upstream changes.
   * Moved from experimental to unstable after testing.


signature.asc
Description: Digital signature


Re: [Debian-med-packaging] Bug#600997: imagej: cannot quit imagej when an image was changed

2010-10-27 Thread Charles Plessy
Le Wed, Oct 27, 2010 at 06:58:05PM +0200, Mehdi Dogguy a écrit :
 On 27/10/2010 17:48, Charles Plessy wrote:
  
  I attached the debdiff. Would it be suitable for an upload to
  testing-proposed-updates ? Version 1.44e, still affected, is already in
  Unstable…
  
 
 It looks ok but the changelog is missing a Closes statement.

I wonder if it would close the bug for the later version (1.44e-1), which is
affected as well. My plan is to use BTS control commands instead, unless the
changelog will do the right thing.

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101028023134.ga20...@merveille.plessy.net



Bug#601647: unblock: slack/0.15.2-4

2010-10-27 Thread Andrew Pollock
Package: release.debian.org
Severity: wishlist

Hi,

I've just uploaded slack 0.15.2-4, the purpose was purely to include some
additional upstream documentation, which weren't being included in
/usr/share/doc/slack, but I also bumped the standards version and addressed
some Lintian-related issues

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

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



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101028044313.16402.86037.report...@caesar.andrew.net.au



Bug#601648: unblock: pacparser/1.2.6-1

2010-10-27 Thread Andrew Pollock
Package: release.debian.org
Severity: normal

Hi,

I just realised pacparser 1.2.6-1 had run into the freeze. It should contain an
upstream fix for #596796 (you can see it built successfully on powerpc).

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

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



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101028044803.16991.13495.report...@caesar.andrew.net.au