Bug#841495: guile: REPL server vulnerable to HTTP inter-protocol attacks

2016-10-21 Thread Matanya Moses
Package: guile-1.8
Severity: normal
Tags: security

GNU Guile, an implementation of the Scheme language, provides a "REPL server" 
which is a command prompt that developers can connect to for live coding and 
debugging purposes. The REPL server is started by the '--listen' command-line 
option or equivalent API.

It was  reported that the REPL server is vulnerable to the HTTP inter-protocol 
attack

This constitutes a remote code execution vulnerability for developers running a 
REPL server that listens on a loopback device or private network. Applications 
that do not run a REPL server, as is usually the case, are unaffected.

References:

http://seclists.org/oss-sec/2016/q4/100

Upstream patch:

http://git.savannah.gnu.org/cgit/guile.git/commit/?h=stable-2.0=08c021916dbd3a235a9f9cc33df4c418c0724e03



Bug#841494: guile: Thread-unsafe umask modification

2016-10-21 Thread Matanya Moses
Package: guile-1.8
Severity: normal
Tags: security

The mkdir procedure of GNU Guile, an implementation of the Scheme programming 
language, temporarily changed the process' umask to zero. During that time 
window, in a multithreaded application, other threads could end up creating 
files with insecure permissions. For example, mkdir without the optional mode 
argument would create directories as 0777.

Upstream bug:

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24659

Upstream patch:

http://git.savannah.gnu.org/cgit/guile.git/commit/?h=stable-2.0=245608911698adb3472803856019bdd5670b6614

References:

http://seclists.org/oss-sec/2016/q4/92



Bug#829009: Wrong upstream URL

2016-06-29 Thread Matanya Moses
Package: 0x
Severity: minor

In debian control the homepage url points at http://gitorious.org/0x/ 
instead of the correct https://github.com/radare/0x url.



Bug#772667: ITP: libtree-xpathengine-perl -- libtree-xpathengine-perl provides a re-usable XPath engine

2014-12-09 Thread Matanya Moses
Package: wnpp
Severity: wishlist
Owner: Matanya Moses mata...@foss.co.il

* Package name: libtree-xpathengine-perl
  Version : 0.05
  Upstream Author : Michel Rodriguez mi...@cpan.org
* URL : http://search.cpan.org/~mirod/Tree-XPathEngine/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : libtree-xpathengine-perl provides a re-usable XPath engine

 Tree::XPathEngine provides an XPath engine, that can be re-used by other
 module/classes that implement trees.
 .
 It is designed to be compatible with Class::XPath, ie it passes its tests if
 you replace Class::XPath by Tree::XPathEngine.


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



Bug#772530: ITP: libxml-treepuller-perl -- Pull interface to work with XML document fragments

2014-12-08 Thread Matanya Moses
Package: wnpp
Severity: wishlist
Owner: Matanya Moses mata...@foss.co.il

* Package name: libxml-treepuller-perl
  Version : 0.1.3
  Upstream Author : Tyler Riddle trid...@cpan.org
* URL : 
http://search.cpan.org/~triddle/XML-TreePuller-0.1.3_01/lib/XML/TreePuller.pm
* License : GPL1 and Artistic1
  Programming Lang: Perl
  Description : Pull interface to work with XML document fragments

This module implements a tree oriented XML pull processor providing fast and 
convenient unmarshalling of extremely large XML documents serially. 
Unmarshalling means the module is intended to turn the XML document into 
datastructures, not transform it. Tree oriented means the data is returned from 
the engine as a tree of data replicating the structure of the original XML 
document. Pull processor means you sequentially ask the engine for more data 
(the opposite of SAX). This engine also supports breaking the document into 
fragments so the trees are small enough to fit into RAM.


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



Bug#772532: ITP: libxml-compacttree-perl -- builder of compact tree structures from XML documents

2014-12-08 Thread Matanya Moses
Package: wnpp
Severity: wishlist
Owner: Matanya Moses mata...@foss.co.il

* Package name: libxml-compacttree-perl
  Version : 0.03
  Upstream Author : Petr Pajas pa...@matfyz.cz
* URL : 
http://search.cpan.org/~pajas/XML-CompactTree-0.03/CompactTree.pm
* License : GPL1+Artistic1
  Programming Lang: Perl
  Description : builder of compact tree structures from XML documents

This module provides functions that use XML::LibXML::Reader to parse an XML 
document into a parse tree formed of nested arrays (and hashes).
It aims to be fast in doing that and to presreve all relevant information from 
the XML (including namespaces, document order, mixed content, etc.). It 
sacrifices user friendliness for speed.


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



Bug#772511: RFP: libmediawiki-dumpfile-perl -- used to parse various dump files from a MediaWiki instance

2014-12-07 Thread Matanya Moses
Package: wnpp
Severity: wishlist

* Package name: libmediawiki-dumpfile-perl
  Version : 0.2.2 
  Upstream Author : Tyler Riddle trid...@gmail.com
* URL : 
http://search.cpan.org/~triddle/MediaWiki-DumpFile-0.2.2/lib/MediaWiki/DumpFile.pm
* License : GPL, Artistic
  Programming Lang: Perl
  Description : used to parse various dump files from a MediaWiki instance

This module is used to parse various dump files from a MediaWiki instance. The 
most likely case is that you will want to be parsing content at 
http://download.wikimedia.org/backup-index.html provided by WikiMedia which 
includes the English and all other language Wikipedias.

This module is the successor to Parse::MediaWikiDump acting as a near full 
replacement in feature set and providing an independent 100% backwards 
compatible API that is faster than Parse::MediaWikiDump is (see the 
MediaWiki::DumpFile::Compat and MediaWiki::DumpFile::Benchmarks documentation 
for details).


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



Bug#769178: drslib: wrong homepage url

2014-11-11 Thread Matanya Moses
Package: drslib
Severity: normal

Hello, the homepage points at http://esgf.org/esgf-drslib-site/ which give 404. 
The correct homepage would be http://esgf.org/esgf-drslib/ or the git repo at 
github: https://github.com/ESGF/esgf-drslib


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



Bug#769179: emoslib: wrong homepage url

2014-11-11 Thread Matanya Moses
Package: emoslib
Severity: minor

hello, the homepage url points at 
http://www.ecmwf.int/products/data/software/interpolation.html while it should 
point at: https://software.ecmwf.int/wiki/display/EMOS/Emoslib


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



Bug#769180: metview: wrong homepage url

2014-11-11 Thread Matanya Moses
Package: metview
Severity: minor

Dear Maintainer,
homepage url points at https://software.ecmwf.int/wiki/display/METV/Home while 
it should point at https://software.ecmwf.int/wiki/display/METV/Metview


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



Bug#769182: silo-llnl: wrong homepage url

2014-11-11 Thread Matanya Moses
Package: silo-llnl
Severity: minor

Dear Maintainer,
homepage url points at https://wci.llnl.gov/codes/silo while it should point at 
https://wci.llnl.gov/simulation/computer-codes/silo


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



Bug#767809: abook: wrong Vcs-Git link

2014-11-02 Thread Matanya Moses
Package: abook
Severity: minor

Vcs-Git points at git://git.deb.at/g/pkg/abook.git but it should point at 
http://sourceforge.net/p/abook/git/ci/master/tree/


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



Bug#767810: abcde: wrong homepage upstream url

2014-11-02 Thread Matanya Moses
Package: abcde
Severity: minor

abcde points to http://code.google.com/p/abcde/ as the homeoage where as 
http://abcde.einval.com/ is the correct link.


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



Bug#767812: abcde: new upstream release

2014-11-02 Thread Matanya Moses
Package: abcde
Severity: wishlist

New upstream release 2.6 is available at 
http://git.einval.com/cgi-bin/gitweb.cgi?p=abcde.git;a=summary or at 
http://abcde.einval.com/download/
Please update to this version. 


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



Bug#767816: acpid: wrong homepage url

2014-11-02 Thread Matanya Moses
Package: acpid
Version: 1:2.0.16-1+deb7u1
Severity: minor

The homepage url points at http://www.tedfelix.com/linux/acpid-netlink.html but 
it should point at http://sourceforge.net/projects/acpid2/


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



Bug#767812: closed by Steve McIntyre st...@einval.com (Re: Bug#767812: abcde: new upstream release)

2014-11-02 Thread matanya
 

face palm, I looked at weezy, not sid. Sorry :/ 

On 2014-11-03 00:15, ow...@bugs.debian.org wrote: 

 This is an automatic notification regarding your Bug report
 which was filed against the abcde package:
 
 #767812: abcde: new upstream release
 
 It has been closed by Steve McIntyre st...@einval.com.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Steve McIntyre 
 st...@einval.com by
 replying to this email.
 
 Received: (at 767812-done) by bugs.debian.org; 2 Nov 2014 22:13:16 +
 X-Spam-Checker-Version: SpamAssassin 3.3.2-bugs.debian.org_2005_01_02
 (2011-06-06) on buxtehude.debian.org
 X-Spam-Level: 
 X-Spam-Status: No, score=-7.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
 autolearn=ham version=3.3.2-bugs.debian.org_2005_01_02
 X-Spam-Bayes: score:0. Tokens: new, 8; hammy, 112; neutral, 44; spammy, 0.
 spammytokens: hammytokens:0.000-+--H*u:1.5.21, 0.000-+--H*UA:1.5.21,
 0.000-+--H*u:2010-09-15, 0.000-+--H*UA:2010-09-15,
 0.000-+--H*RU:217.10.144.130
 Return-path: st...@einval.com
 Received: from cheddar.halon.org.uk ([217.10.144.130])
 by buxtehude.debian.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128)
 (Exim 4.80)
 (envelope-from st...@einval.com)
 id 1Xl3Oe-0002zI-4W
 for 767812-d...@bugs.debian.org; Sun, 02 Nov 2014 22:13:16 +
 Received: from bsmtp by cheddar.halon.org.uk with local-bsmtp (Exim 4.80)
 (envelope-from st...@einval.com)
 id 1Xl3OY-0001Bi-3I; Sun, 02 Nov 2014 22:13:10 +
 Received: from steve by tack.local with local (Exim 4.80)
 (envelope-from st...@einval.com)
 id 1Xl3OI-0005PR-GL; Sun, 02 Nov 2014 22:12:54 +
 Date: Sun, 2 Nov 2014 22:12:54 +
 From: Steve McIntyre st...@einval.com
 To: Matanya Moses mata...@foss.co.il, 767812-d...@bugs.debian.org
 Subject: Re: Bug#767812: abcde: new upstream release
 Message-ID: 20141102221254.gv7...@einval.com
 References: 20141102193059.15970.56759.report...@debian.foss.co.il
 MIME-Version: 1.0
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 In-Reply-To: 20141102193059.15970.56759.report...@debian.foss.co.il
 X-attached: unknown
 User-Agent: Mutt/1.5.21 (2010-09-15)
 
 On Sun, Nov 02, 2014 at 09:30:59PM +0200, Matanya Moses wrote:
 
 Package: abcde Severity: wishlist New upstream release 2.6 is available at 
 http://git.einval.com/cgi-bin/gitweb.cgi?p=abcde.git;a=summary [1] or at 
 http://abcde.einval.com/download/ [2] Please update to this version.
 
 Thanks for watching and caring about this - I guess you didn't notice
 that I uploaded the new upstream and the new Debian version on the
 same day...? :-)
 
 Received: (at submit) by bugs.debian.org; 2 Nov 2014 19:41:14 +
 X-Spam-Checker-Version: SpamAssassin 3.3.2-bugs.debian.org_2005_01_02
 (2011-06-06) on buxtehude.debian.org
 X-Spam-Level: 
 X-Spam-Status: No, score=-9.2 required=4.0 tests=BAYES_00,HAS_PACKAGE,
 RDNS_NONE autolearn=ham version=3.3.2-bugs.debian.org_2005_01_02
 X-Spam-Bayes: score:0. Tokens: new, 11; hammy, 64; neutral, 29; spammy, 3.
 spammytokens:0.958-+--H*r:bugs.debian.org, 0.906-+--H*rp:D*co.il,
 0.903-+--H*F:D*co.il hammytokens:0.000-+--H*M:reportbug,
 0.000-+--H*MI:reportbug, 0.000-+--Severity, 0.000-+--UD:git,
 0.000-+--UD:gitweb.cgi
 Return-path: mata...@foss.co.il
 Received: from [5.28.148.173] (helo=foss.co.il)
 by buxtehude.debian.org with esmtp (Exim 4.80)
 (envelope-from mata...@foss.co.il)
 id 1Xl11W-0004Yg-7p
 for sub...@bugs.debian.org; Sun, 02 Nov 2014 19:41:14 +
 Content-Type: text/plain; charset=us-ascii
 MIME-Version: 1.0
 Content-Transfer-Encoding: 7bit
 From: Matanya Moses mata...@foss.co.il
 To: Debian Bug Tracking System sub...@bugs.debian.org
 Subject: abcde: new upstream release
 Message-ID: 20141102193059.15970.56759.report...@debian.foss.co.il
 Date: Sun, 02 Nov 2014 21:30:59 +0200
 Delivered-To: sub...@bugs.debian.org
 
 Package: abcde
 Severity: wishlist
 
 New upstream release 2.6 is available at 
 http://git.einval.com/cgi-bin/gitweb.cgi?p=abcde.git;a=summary [1] or at 
 http://abcde.einval.com/download/ [2]
 Please update to this version.
 

Links:
--
[1] http://git.einval.com/cgi-bin/gitweb.cgi?p=abcde.git;a=summary
[2] http://abcde.einval.com/download/


Bug#767848: ibm-3270: New upstream release

2014-11-02 Thread Matanya Moses
Package: ibm-3270
Severity: wishlist

New upstream release is available at http://x3270.bgp.nu/download.html


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



Bug#767852: goo: Wrong homepage URL

2014-11-02 Thread Matanya Moses
Package: goo
Severity: minor

The URL for goo home page points at http://www.googoogaga.org/ but it should 
point at http://people.csail.mit.edu/jrb/goo/


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



Bug#767854: powerpc-ibm-utils: New upstream release

2014-11-02 Thread Matanya Moses
Package: powerpc-ibm-utils
Severity: wishlist

Version 1.2.23 is available at: 
http://sourceforge.net/projects/powerpc-utils/files/powerpc-utils/


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



Bug#767856: crrcsim: Wrong homepage url

2014-11-02 Thread Matanya Moses
Package: crrcsim
Severity: minor

The home page usl points at http://crrcsim.berlios.de but it should point at 
http://sourceforge.net/projects/crrcsim


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



Bug#745747: cutesdr:Wrong upstream Homepage URL

2014-04-24 Thread Matanya Moses
Package: cutesdr
Severity: minor

cutesdr Homepage in the control file should point at 
http://www.rfspace.com/RFSPACE/OtherApps.html
instead of the wrong http://www.rfspace.com/RFSPACE/CuteSDR.html which is 
currently in use 


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



Bug#745750: cynthiune.app: Wrong upstream Homepage URL

2014-04-24 Thread Matanya Moses
Package: cynthiune.app
Severity: minor

cynthiune.app Homepage in the control file should point at 
http://www.nongnu.org/gap/cynthiune/index.html
instead of the wrong http://organact.mine.nu/~wolfgang/cynthiune/ which is 
currently in use


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



Bug#745751: cynthiune.app: newer upstream version available

2014-04-24 Thread Matanya Moses
Package: cynthiune.app
Severity: wishlist

Please package version 1.0.0 from http://www.nongnu.org/gap/cynthiune/index.html


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



Bug#745752: d-feet: Worng upstream URL

2014-04-24 Thread Matanya Moses
Package: d-feet
Severity: minor

d-feet Homepage in the control file should point at 
https://wiki.gnome.org/Apps/DFeet
instead of the wrong http://live.gnome.org/DFeet/ which is currently in use


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



Bug#745753: daemonlogger: Wrong upstream URL

2014-04-24 Thread Matanya Moses
Package: daemonlogger
Severity: minor

daemonlogger Homepage in the control file should point at 
http://www.snort.org/snort-downloads/additional-downloads#daemonlogger or at 
http://sourceforge.net/projects/daemonlogger/ instead of the wrong 
http://www.snort.org/users/roesch/Site/Daemonlogger/Daemonlogger.html which is 
currently in use


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



Bug#745755: datapm: Worng upstream URL

2014-04-24 Thread Matanya Moses
Package: datapm
Severity: minor

Homepage in the control file should point at https://github.com/okfn/dpm-old
instead of the wrong http://okfn.org/projects/dpm which is currently in use, 
not to be confused with https://github.com/okfn/dpm


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



Bug#739101: ccseapps: Wrong upstream Homepage URL

2014-02-15 Thread Matanya Moses
Package: ccseapps
Severity: minor

ccseapps Homepage in the control file should point at 
https://ccse.lbl.gov/BoxLib/index.html 
instead of the wrong https://ccse.lbl.gov/Software/index.html which is 
currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#739103: clamsmtp: Wrong upstream Homepage URL

2014-02-15 Thread Matanya Moses
Package: clamsmtp
Severity: minor

clamsmtp Homepage in the control file should point at 
http://thewalter.net/stef/software/clamsmtp/ 
instead of the wrong http://memberwebs.com/nielsen/software/clamsmtp which is 
currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#739105: clog: Wrong upstream Homepage URL

2014-02-15 Thread Matanya Moses
Package: clog
Severity: minor

clog Homepage in the control file should point at 
http://tasktools.org/projects/clog.html 
instead of the wrong http://tasktools.org/projects/clog/ which is currently in 
use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#739108: cpufrequtils: Wrong upstream Homepage URL

2014-02-15 Thread Matanya Moses
Package: cpufrequtils
Severity: minor

cpufrequtils Homepage in the control file should point at 
https://www.kernel.org/pub/linux/utils/kernel/cpufreq/
instead of the wrong 
https://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html which 
is currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738808: libbeansbinding-java: Wrong upstream Homepage URL

2014-02-13 Thread matanya
Please note the tailing / breaks the link. You may change the 
http://beansbinding.dev.java.net/ to http://beansbinding.dev.java.net 
and the link will work.


Thanks

:כתב Emmanuel Bourg, 2014-02-13 09:51 בתאריך

Le 13/02/2014 08:22, Matanya Moses a écrit :

libbeansbinding-java Homepage in the control file should point at 
https://java.net/projects/beansbinding/
instead of the wrong http://beansbinding.dev.java.net/ which is 
currently in use


http://beansbinding.java.net works too.



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



Bug#738820: bopm: Wrong upstream Homepage URL

2014-02-13 Thread Matanya Moses
Package: bopm
Severity: minor

bopm Homepage in the control file should point at 
http://sourceforge.net/projects/bopm/
instead of the wrong http://wiki.blitzed.org/BOPM which is currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738822: bsl: Wrong upstream Homepage URL

2014-02-13 Thread Matanya Moses
Package: bsl
Severity: minor

bsl Homepage in the control file should point at http://buzztrax.org/ 
instead of the wrong http://www.buzztard.org/ which is currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738823: buzztard: Wrong upstream Homepage URL

2014-02-13 Thread Matanya Moses
Package: buzztard
Version: Wrong upstream Homepage URL
Severity: minor

buzztard Homepage in the control file should point at http://buzztrax.org/ 
instead of the wrong http://www.buzztard.org/ which is currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738825: camorama: Wrong upstream Homepage URL

2014-02-13 Thread Matanya Moses
Package: camorama
Severity: minor

camorama Homepage in the control file should point at 
https://git.gnome.org/browse/camorama/
instead of the wrong http://camorama.fixedgear.org/ which is currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738917: caveconverter: Wrong upstream Homepage URL

2014-02-13 Thread Matanya Moses
Package: caveconverter
Severity: minor

caveconverter Homepage in the control file should point at 
http://wscc.darkgem.com/caveconverter/ 
instead of the wrong 
http://www.darkgem.com/wscc/caving-talk/index.php?title=CaveSurveyDataConverter 
which is currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738755: acpitool: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: acpitool
Version: 0.5.1
Severity: minor

acpitool Homepage should point at http://sourceforge.net/projects/acpitool/ 
instead of the wrong http://freeunix.dyndns.org:8088/site2/acpitool.shtml which 
is currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738756: aewm++: rong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: aewm++
Version: 1.1.2
Severity: minor

cpitool Homepage should point at https://github.com/frankhale/aewmpp 
instead of the wrong http://code.google.com/p/aewmpp/ which is currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738761: afflib: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: afflib
Version: 3.6.6
Severity: minor

afflib Homepage should point at https://github.com/simsong/AFFLIBv3 
instead of the wrong www.afflib.org which is currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738762: ajaxterm: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: ajaxterm
Version: 0.10
Severity: minor


ajaxterm Homepage should point at 
https://github.com/antonylesuisse/qweb/tree/master/ajaxterm 
instead of the wrong http://antony.lesuisse.org/qweb/trac/wiki/AjaxTerm which 
is currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738763: ale: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: ale
Version: 0.9.0.3
Severity: minor

ale Homepage in the control file should point at https://gitorious.org/ale 
instead of the wrong http://auricle.dyndns.org/ALE/ which is currently in use


-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738766: ampache-themes: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: ampache-themes
Version: 3.6.1
Severity: minor

ampache-themes Homepage in the control file should point at 
https://github.com/ampache/ampache-contrib/tree/master/themes 
instead of the wrong https://gitorious.org/ampache/contrib/source/ which is 
currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738767: anarchism: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: anarchism
Version: 14.0
Severity: minor

anarchism Homepage in the control file should point at 
http://www.infoshop.org/AnAnarchistFAQ 
instead of the wrong http://www.infoshop.org/page/AnAnarchistFAQ which is 
currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738768: angband-doc: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: angband-doc
Version: 3.0.3.5
Severity: minor

angband-doc Homepage in the control file should point at http://rephial.org/
instead of the wrong ftp://clockwork.dementia.org/angband which is currently in 
use


-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738769: anomaly: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: anomaly
Version: 1.1.0
Severity: minor

anomaly Homepage in the control file should point at 
http://tasktools.org/projects/anomaly.html
instead of the wrong http://tasktools.org/projects/anomaly/ which is currently 
in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738771: aptfs: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: aptfs
Version: 1:0+git201108031956-38fb8dc-2
Severity: minor

aptfs Homepage in the control file should point at 
https://chris-lamb.co.uk/projects/aptfs 
instead of the wrong https://chris-lamb.co.uk/projects/aptfs/ which is 
currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738772: apvlv: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: apvlv
Version: 0.1.1-1.2
Severity: minor

apvlv Homepage in the control file should point at 
http://naihe2010.github.io/apvlv/ 
instead of the wrong http://code.google.com/p/apvlv/ which is currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738786: libasync-http-client-java: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: libasync-http-client-java
Version: 1.6.5
Severity: minor

libasync-http-client-java Homepage in the control file should point at 
https://github.com/AsyncHttpClient/async-http-client 
instead of the wrong https://github.com/sonatype/async-http-client which is 
currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738788: autoclass: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: autoclass
Version: 3.3.6.dfsg.1-1 and others
Severity: minor

autoclass omepage in the control file should point at 
http://ti.arc.nasa.gov/tech/rse/synthesis-projects-applications/autoclass/ 
instead of the wrong http://ti.arc.nasa.gov/project/autoclass/ which is 
currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738792: avw.lv2: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: avw.lv2
Version: 0.1.6~dfsg0-1 and others
Severity: minor

avw.lv2 Homepage in the control file should point at 
https://github.com/mfisher31/avwlv2 
instead of the wrong http://sourceforge.net/projects/avwlv2/ which is currently 
in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738807: battery-stats: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: battery-stats
Version: 0.3.6
Severity: minor

battery-stats Homepage in the control file should point at 
https://github.com/krf/battery-stats
instead of the wrong http://theforest.dyne.org/battery-stats/ which is 
currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738808: libbeansbinding-java: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: libbeansbinding-java
Version: 1.2.1
Severity: minor

libbeansbinding-java Homepage in the control file should point at 
https://java.net/projects/beansbinding/ 
instead of the wrong http://beansbinding.dev.java.net/ which is currently in use


-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738809: bfm: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: bfm
Version: 0.6.4
Severity: minor

bfm Homepage in the control file should point at https://github.com/JNRowe/bfm 
instead of the wrong http://www.jnrowe.ukfsn.org/projects/bfm.html which is 
currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738810: bignumber.js: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: bignumber.js
Severity: minor

bignumber.js Homepage in the control file should point at 
https://github.com/MikeMcl/bignumber.js/
instead of the wrong https://github.com/visionmedia/bignumber/ which is 
currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738812: blktool: No upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: blktool
Version: 4
Severity: minor

blktool Homepage in the control file should point at 
http://sourceforge.net/projects/gkernel/ 

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738813: blobandconquer: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: blobandconquer
Version: 1.11
Severity: minor

blobandconquer Homepage in the control file should point at 
http://sourceforge.net/projects/blobandconquer/
instead of the wrong 
http://www.parallelrealities.co.uk/projects/blobAndConquer.php which is 
currently in use

Per this blog post: http://www.parallelrealities.co.uk/2011/09/new-home.html

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#738814: bml: Wrong upstream Homepage URL

2014-02-12 Thread Matanya Moses
Package: bml
Version: 0.6.1
Severity: minor

bml Homepage in the control file should point at http://buzztrax.org/ 
instead of the wrong http://www.buzztard.org/ which is currently in use

-- System Information:
Debian Release: 6.0.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


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



Bug#730424: ITP: ruby-parallel -- Run any code in parallel Processes

2013-11-24 Thread Matanya Moses
Package: wnpp
Severity: wishlist
Owner: Matanya Moses mata...@foss.co.il


* Package name: ruby-parallel
  Version : 0.9.0
  Upstream Author : Michael Grosser mich...@grosser.it
* URL : https://github.com/grosser/parallel
* License : MIT
  Programming Lang: Ruby
  Description : Run any code in parallel Processes

Run any code in parallel Processes( use all CPUs) or Threads( speedup 
blocking operations).
Best suited for map-reduce or e.g. parallel downloads/uploads.OA


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



Bug#675927: ITP: libmoosex-has-options-perl -- Succinct options for Moose

2012-06-04 Thread matanya
Package: wnpp
Severity: wishlist
Owner: matanya matanya.mo...@gmail.com


* Package name: libmoosex-has-options-perl
  Version : 0.002
  Upstream Author : Peter Shangov pshan...@yahoo.com
* URL : 
http://search.cpan.org/~pshangov/MooseX-Has-Options-0.002/lib/MooseX/Has/Options.pm
* License : GPL 1, Artistic 1
  Programming Lang: Perl
  Description : Succinct options for Moose



This module provides a succinct syntax for declaring options for Moose 
attributes. It hijacks the has function imported by Moose and replaces it with 
one that understands the options syntax.



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