Re: Firefox ESR large text file rendering problem

2017-05-08 Thread Jari Ruusu
On 5/7/17, Marc SCHAEFER  wrote:
> I cannot reproduce that problem on:
>
> $ cat /etc/debian_version
> 7.11
>
> firefox 52.1.1-ESR, installed manually from
> http://ftp.mozilla.org/pub/firefox/releases/52.1.1esr/linux-x86_64/en-US/firefox-52.1.1esr.tar.bz2

I can confirm that the Mozilla pre-compiled version works OK. But the Debian
pre-compiled stable or LTS version (45.9.0-ESR) does fail when when those
"offmainthread" setting are default TRUE. Self compiled version fails too,
same as Debian pre-compiled version.

The difference seem to be that Mozilla pre-compiled version embeds one more
shared library. This is the diff of "ls *.so" files between self compiled
and mozilla pre-compiled version:

--- foo1.txt2017-05-08 09:56:45.0 +0300
+++ foo2.txt2017-05-08 09:56:51.0 +0300
@@ -2,6 +2,7 @@
 liblgpllibs.so
 libmozavcodec.so
 libmozavutil.so
+libmozgtk.so
 libmozsandbox.so
 libmozsqlite3.so
 libnspr4.so

The menus also look little bit different on mozilla pre-compiled version.

-- 
Jari Ruusu  4096R/8132F189 12D6 4C3A DCDA 0AA4 27BD  ACDF F073 3C80 8132 F189



Bug#862091: ITP: golang-github-nebulouslabs-fastrand -- golang-github-nebulouslabs-fastrand-dev - 10x faster than crypto/rand

2017-05-08 Thread Bjorn Dolk
Package: wnpp
Severity: wishlist
Owner: Bjorn Dolk 

* Package name: golang-github-nebulouslabs-fastrand
  Version : 
  Upstream Author : 
* URL : https://github.com/NebulousLabs/fastrand
* License : MIT/X
  Programming Lang: golang
  Description : golang-github-nebulouslabs-fastrand-dev - 10x faster than 
crypto/rand

fastrand implements a cryptographically secure pseudorandom number generator. 
The generator is seeded using the system's default entropy source, and 
thereafter 
produces random values via repeated hashing. As a result, fastrand can generate 
randomness much faster than crypto/rand, and generation cannot fail beyond a 
potential panic during init().

Depedency for package sia >=1.2.0

https://mentors.debian.net/package/golang-github-nebulouslabs-fastrand



Bug#862104: ITP: fastnetmon -- fast DDoS analyzer with sflow/netflow/mirror support

2017-05-08 Thread Benjamin Drung
Package: wnpp
Severity: wishlist
Owner: Benjamin Drung 

* Package name: fastnetmon
  Version : 1.1.3
  Upstream Author : Pavel Odintsov 
* URL : https://fastnetmon.com/
* License : GPL-2
  Programming Lang: C++
  Description : fast DDoS analyzer with sflow/netflow/mirror support
 FastNetMon is a very high performance distributed denial-of-service
 attack
 (DDoS attack) detector built on top of multiple packet capture
 engines:
 NetFlow, IPFIX, sFLOW.
 .
 It can detect hosts in your networks sending or receiving large
 volumes of
 packets/bytes/flows per second. It can call an external script to
 notify you,
 switch off a server, or blackhole the client.
 .
 To enable sFLOW, simply specify IP of the server running
 FastNetMon and specify
 (configurable) port 6343. To enable netflow, simply specify IP
 of the server
 running FastNetMon and specify (configurable) port 2055.

I will maintain this package under collab-maint and I am looking for
co-maintainers (or even hand it over to someone else).

-- 
Benjamin Drung
System Developer
Debian & Ubuntu Developer

ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin

Email: benjamin.dr...@profitbricks.com
Web: https://www.profitbricks.com

Sitz der Gesellschaft: Berlin.
Registergericht: Amtsgericht Charlottenburg, HRB 125506B.
Geschäftsführer: Achim Weiss.


Bug#862106: ITP: node-wide-align -- wide-character aware text alignment function

2017-05-08 Thread Pirate Praveen
Package: wnpp
Severity: wishlist
Owner: Pirate Praveen 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-wide-align
  Version : 1.1.0
  Upstream Author : Rebecca Turner  (http://re-becca.org/)
* URL : https://github.com/iarna/wide-align#readme
* License : ISC
  Programming Lang: JavaScript
  Description : wide-character aware text alignment function

 Wide-character aware text alignment function for use on the console or with
 fixed width fonts.
 .
 .
 Node.js is an event-based server-side JavaScript engine.

Dependency for webpack



signature.asc
Description: OpenPGP digital signature


Bug#862117: ITP: ignition-math3 -- A small, fast, and high performance math library (v3)

2017-05-08 Thread Jose Luis Rivero
Package: wnpp
Severity: wishlist
Owner: Jose Luis Rivero 

* Package name: ignition-math3
  Version : 3.1.0
  Upstream Author : Open Source Robotics Foundation
* URL : http://ignitionrobotics.org/libraries/math
* License : Apache
  Programming Lang: C++
  Description : A small, fast, and high performance math library (v3)


Small, fast, and high performance math library. This library is a
self-contained set of classes and functions suitable for robot
applications.

Designed to be co-installable with ignition-math2, already present in
Debian.



Bug#862142: ITP: python-sparse -- multidimensional sparse arrays for Python

2017-05-08 Thread Ghislain Antony Vaillant
Package: wnpp
Severity: wishlist
Owner: Ghislain Antony Vaillant 

* Package name: python-sparse
  Version : 0.1.0
  Upstream Author : Matthew Rocklin 
* URL : https://github.com/mrocklin/sparse
* License : BSD
  Programming Lang: Python
  Description : multidimensional sparse arrays for Python

Long-Description:
 This package implements sparse multidimensional arrays on top of NumPy
 and scipy.sparse. It generalizes the scipy.sparse.coo_matrix layout but
 extends beyond just rows and columns to an arbitrary number of
 dimensions. The original motivation is for machine learning algorithms,
 but it is intended for somewhat general use.
 .
 It supports:
 .
   - NumPy ufuncs (where zeros are preserved)
   - Arithmetic with scalars (where zeros are preserved)
   - Reductions (sum, max)
   - Reshape
   - Transpose
   - Tensordot
   - Slicing with integers, lists, and slices (with no step value)
   - Concatenation and stacking
   - Addition with other sparse arrays of the same shape

This package is a dependency to the newer versions of the dask stack. It will
be co-maintained by the DPMT alongside dask.