Bug#841113: ITP: extremetools -- tools for running processes under extreme uid and gid

2016-10-20 Thread Jan Mojzis
> "extremely outdated"?
> 
> This sounds like a hack from ~ 20 years ago when people realized that 
> running several programs at the same time as nobody does not isolate
> them from each other.
> 
> Much better solutions for restricting what a process can or cannot do 
> are now available.
> 

The basic idea is taken from extreme - sandboxing:
https://cr.yp.to/talks/2007.04.27/extremesandbox.c[1] 

My 2 tools currently making only small
part on this idea, only droping uids/gids.
I would like to improve my tools in the future, 

but I thing first step:
- running current daemons/cron scripts/... under differentd UIDs in the system
simply by using extremesetuidgid/extremeenvuidgid (instead of 
setuidgid/envuidgid)

second step:
- create (library ??) to use buggy libraries such openssl sandboxed using idea 
from
extreme sandbox


> tinysshd [1] is another worrisome example.
> 
> Writing an own "tiny" sshd from scratch, and the result is not even 
> smaller than the dropbear everyone else uses for that purpose.

dropbear is nice example here.
https://matt.ucc.asn.au/dropbear/CHANGES[2] 
First line in the changelog:
"""
Security: Message printout was vulnerable to format string injection.
"""

I'm trying in my software eliminate bugs such 'format string injection',
this is exactly why I'm not using  sprint*,vsprint*,... and other functions 
from libc,
and also trying to eliminate varargs functions.

> 
> To make the NIH complete, it uses own versions of standard C library
> string functions and an own (pretty primitive) build system.

Yes,
the build script (and also Makefile) is very small.
I'm following the rule "less code means less bugs"
Everyone can read what it does.
It simply works on Linux, *BSD, Solaris, AIX, ...

Jan


[1] https://cr.yp.to/talks/2007.04.27/extremesandbox.c
[2] https://matt.ucc.asn.au/dropbear/CHANGES


Bug#740678: new abiword release

2016-10-20 Thread Adam Borowski
Hi!
Arypsg and Carlos, you expressed interest about abiword.  Is either of you
going to update it to the just released new version?

I can do this myself, but, I don't use abiword and am just one of people
doing QA.  Such maintenance is much better done by a proper maintainer.

It's a package with a fair amount of users, thus it'd be nice to get the
bugfixed in.


Meow!
-- 
A MAP07 (Dead Simple) raspberry tincture recipe: 0.5l 95% alcohol, 1kg
raspberries, 0.4kg sugar; put into a big jar for 1 month.  Filter out and
throw away the fruits (can dump them into a cake, etc), let the drink age
at least 3-6 months.



Bug#841113: ITP: extremetools -- tools for running processes under extreme uid and gid

2016-10-20 Thread Adrian Bunk
On Wed, Oct 19, 2016 at 09:33:14AM -0200, Henrique de Moraes Holschuh wrote:
> On Wed, Oct 19, 2016, at 06:56, Jan Mojzis wrote:
> > >I read manpage on github, but did not understood, what exactly this
> > > program provides.  Can it replace creation system users for dropping
> > > privileges?
> > 
> > It's doesn't create users.
> > It only drops privileges (extremesetuidgid) or sets $UID/$GID env.
> > variables (extremeenvuidgid).
> > 
> > For example:
> > extremesetuidgid -b 10 sleep 1
> > 
> > runs command 'sleep 1' under unprivileged uid/gid (computed getpid()
> > +10) 
> > e.g. for:
> > pid=10 ... uid=gid=100010
> > pid=11 ... uid=gid=100011
> > pid=12 ... uid=gid=100011
> 
> I am just wondering why is it called "extreme"?

"extremely outdated"?

This sounds like a hack from ~ 20 years ago when people realized that 
running several programs at the same time as nobody does not isolate
them from each other.

Much better solutions for restricting what a process can or cannot do 
are now available.

> It looks more like a functionality related to "exclusive" guid/uid,
> instead...

20 years ago such a hack would at least have ensured that every process 
has a unique uid.

Even this is no longer true.


tinysshd [1] is another worrisome example.

Writing an own "tiny" sshd from scratch, and the result is not even 
smaller than the dropbear everyone else uses for that purpose.

To make the NIH complete, it uses own versions of standard C library
string functions and an own (pretty primitive) build system.


cu
Adrian

[1] thank god only in experimental so far

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed



Bug#841485: ITP: node-grunt-legacy-log-utils -- Static methods for the Grunt 0.4.x logger

2016-10-20 Thread Pirate Praveen
Package: wnpp
Severity: wishlist
Owner: Pirate Praveen 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-grunt-legacy-log-utils
  Version : 1.0.0
  Upstream Author : "Cowboy" Ben Alman (http://benalman.com/)
* URL : http://gruntjs.com/
* License : Expat
  Programming Lang: JavaScript
  Description : Static methods for the Grunt 0.4.x logger.




signature.asc
Description: OpenPGP digital signature


Bug#841483: ITP: golang-gopkg-macaroon.v1 -- A native Go implementation of macaroons

2016-10-20 Thread Michael Hudson-Doyle
Package: wnpp
Severity: wishlist
Owner: "Michael Hudson-Doyle" 

* Package name: golang-gopkg-macaroon.v1
  Version : 0.0~git20150121.0.ab3940c
  Upstream Author : Roger Peppe 
* URL : http://gopkg.in/macaroon.v1
* License : BSD-3-clause
  Programming Lang: Go
  Description : A native Go implementation of macaroons

The macaroon package implements macaroons as described in the paper "Macaroons:
Cookies with Contextual Caveats for Decentralized Authorization in the Cloud"
(http://theory.stanford.edu/~ataly/Papers/macaroons.pdf).

This package is a new dependency of snapd.

It is packaged in Ubuntu already and the packaging only needs to be adapted
in the usual trivial ways for Debian. I've uploaded the packaging I intend to
upload to 
https://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-macaroon.v1.git/

This package will be maintained in the pkg-go team. I will require a sponsor
for the initial upload (I am a DM).



Bug#841472: ITP: cowpatty -- Offline dictionary attack tool against WPA/WPA2

2016-10-20 Thread Marcio de Souza Oliveira
Package: wnpp
Severity: wishlist
Owner: Marcio de Souza Oliveira 

* Package name: cowpatty
  Version : 4.6
  Upstream Author : Joshua Wright 
* URL : http://www.willhackforsushi.com/?page_id=50
* License : GPL-2
  Programming Lang: C
  Description : Offline dictionary attack tool against WPA/WPA2

Implementation of an offline dictionary attack against WPA/WPA2 networks
using PSK-based authentication (e.g. WPA-Personal). Cowpatty can implement
an accelerated attack if a precomputed PMK file is available for the SSID
that is being assessed.



Bug#841463: O: nrss -- A ncurses-based RSS reader

2016-10-20 Thread Mattia Rizzolo
Package: wnpp

The current maintainer of nrss, Michael Casadevall ,
has retired.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: nrss
Binary: nrss
Version: 0.3.9-1
Maintainer: Michael Casadevall 
Build-Depends: debhelper (>= 5), libexpat1-dev, libncursesw5-dev, wget
Architecture: any
Standards-Version: 3.7.3
Format: 1.0
Files:
 24126a84ff9ee6e0651d52d1f8880bc4 632 nrss_0.3.9-1.dsc
 0673d5b18cee1f7229bed45db05f3c3e 27885 nrss_0.3.9.orig.tar.gz
 0f1505eee74328b7735683cf22328f00 1959 nrss_0.3.9-1.diff.gz
Checksums-Sha256:
 471c8c62c8184d6453f45c80ab19f7e76ef24bf223806c4fdb050fa350f5cee0 632 
nrss_0.3.9-1.dsc
 53494d61bbf31a32d880d25df44cbc0f2c437bcdff76bae6b8b443f3f34615aa 1959 
nrss_0.3.9-1.diff.gz
 c6a421b4a5da5037ca157bfd9c1eadd3115e89984d7180f2abc90933af007602 27885 
nrss_0.3.9.orig.tar.gz
Homepage: http://www.codezen.org/nrss/
Directory: pool/main/n/nrss
Priority: source
Section: net

Package: nrss
Binary: nrss
Version: 0.3.9-1
Maintainer: Michael Casadevall 
Build-Depends: debhelper (>= 5), libexpat1-dev, libncursesw5-dev, wget
Architecture: any
Standards-Version: 3.7.3
Format: 1.0
Files:
 24126a84ff9ee6e0651d52d1f8880bc4 632 nrss_0.3.9-1.dsc
 0673d5b18cee1f7229bed45db05f3c3e 27885 nrss_0.3.9.orig.tar.gz
 0f1505eee74328b7735683cf22328f00 1959 nrss_0.3.9-1.diff.gz
Checksums-Sha1:
 c5c1cf24efcb0c5319e95c06869cc0d65056fe49 632 nrss_0.3.9-1.dsc
 a74cd241272fb8b50d6085d0496c218a85999fa3 1959 nrss_0.3.9-1.diff.gz
 8770cf5cc2c02d88055801ff259c33717f90567d 27885 nrss_0.3.9.orig.tar.gz
Checksums-Sha256:
 471c8c62c8184d6453f45c80ab19f7e76ef24bf223806c4fdb050fa350f5cee0 632 
nrss_0.3.9-1.dsc
 53494d61bbf31a32d880d25df44cbc0f2c437bcdff76bae6b8b443f3f34615aa 1959 
nrss_0.3.9-1.diff.gz
 c6a421b4a5da5037ca157bfd9c1eadd3115e89984d7180f2abc90933af007602 27885 
nrss_0.3.9.orig.tar.gz
Homepage: http://www.codezen.org/nrss/
Directory: pool/main/n/nrss
Priority: source
Section: net

Package: nrss
Source: nrss (0.3.9-1)
Version: 0.3.9-1+b1
Installed-Size: 62
Maintainer: Michael Casadevall 
Architecture: amd64
Depends: libc6 (>= 2.2.5), libexpat1 (>= 2.0.1), libncursesw5 (>= 6), libtinfo5 
(>= 6), wget
Description: A ncurses-based RSS reader
Description-md5: 4f2ac91ddced437d80b5da3b2ad98830
Homepage: http://www.codezen.org/nrss/
Tag: interface::commandline, role::program, uitoolkit::ncurses,
 works-with-format::xml:rss
Section: net
Priority: extra
Filename: pool/main/n/nrss/nrss_0.3.9-1+b1_amd64.deb
Size: 22306
MD5sum: 901344193a1139e9cc8509063aedca17
SHA256: d0b34d8538e0a6fe54bedf4d2dce94d27dcfbab2b6570ded7f013e0ef99c05c8

Package: nrss
Source: nrss (0.3.9-1)
Version: 0.3.9-1+b1
Installed-Size: 62
Maintainer: Michael Casadevall 
Architecture: amd64
Depends: libc6 (>= 2.2.5), libexpat1 (>= 2.0.1), libncursesw5 (>= 6), libtinfo5 
(>= 6), wget
Description: A ncurses-based RSS reader
Description-md5: 4f2ac91ddced437d80b5da3b2ad98830
Homepage: http://www.codezen.org/nrss/
Tag: interface::commandline, role::program, uitoolkit::ncurses,
 works-with-format::xml:rss
Section: net
Priority: extra
Filename: pool/main/n/nrss/nrss_0.3.9-1+b1_amd64.deb
Size: 22306
MD5sum: 901344193a1139e9cc8509063aedca17
SHA256: d0b34d8538e0a6fe54bedf4d2dce94d27dcfbab2b6570ded7f013e0ef99c05c8


-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Processed: Re: Processed: retitle to O: polygen -- generator of random sentences from grammar definitions

2016-10-20 Thread Debian Bug Tracking System
Processing control commands:

> retitle 813212 ITA: polygen -- generator of random sentences from grammar 
> definitions
Bug #813212 [wnpp] O: polygen -- generator of random sentences from grammar 
definitions
Changed Bug title to 'ITA: polygen -- generator of random sentences from 
grammar definitions' from 'O: polygen -- generator of random sentences from 
grammar definitions'.
> owner 813212 Salvo Tomaselli 
Bug #813212 [wnpp] ITA: polygen -- generator of random sentences from grammar 
definitions
Owner recorded as Salvo Tomaselli .

-- 
813212: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813212
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#813212: Processed: retitle to O: polygen -- generator of random sentences from grammar definitions

2016-10-20 Thread Adrian Bunk
Control: retitle 813212 ITA: polygen -- generator of random sentences from 
grammar definitions
Control: owner 813212 Salvo Tomaselli 

On Wed, Oct 19, 2016 at 10:28:11PM +0200, Salvo Tomaselli wrote:
> Hey I'm still interested in packaging it, it's just that I didn't
> really see a reason for an upload.

Uploads are not really expensive.

Changing the maintainer is sufficient reason for an upload.

Additionally fixing the lintian warnings would be even more reason. ;-)

> But okay I'll start preparing it.

Thanks
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed



Bug#841457: ITP: conversant-disruptor -- Very low latency Java BlockingQueue

2016-10-20 Thread Emmanuel Bourg
Package: wnpp
Severity: wishlist
Owner: Emmanuel Bourg 

* Package name: conversant-disruptor
  Version : 1.2.8
  Upstream Author : Conversant Inc
* URL : https://github.com/conversant/disruptor
* License : Apache-2.0
  Programming Lang: Java
  Description : Very low latency Java BlockingQueue

Disruptor is the highest performing intra-thread transfer mechanism
available in Java. Conversant Disruptor is the highest performing
implementation of this type of ring buffer queue because it has almost
no overhead and it exploits a particularly simple design.

This library is required to upgrade apache-log4j2 to the version 2.7.
It'll be maintained by the Java Team.



Processed: Fix the libdancer2-plugin-passphrase-perl RFP

2016-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 841390 RFP: libdancer2-plugin-passphrase-perl -- Passphrases and 
> Passwords as objects for Dancer2
Bug #841390 [wnpp] TAG: libdancer2-plugin-passphrase-perl -- Passphrases and 
Passwords as objects for Dancer2
Changed Bug title to 'RFP: libdancer2-plugin-passphrase-perl -- Passphrases and 
Passwords as objects for Dancer2' from 'TAG: libdancer2-plugin-passphrase-perl 
-- Passphrases and Passwords as objects for Dancer2'.
> severity 841390 wishlist
Bug #841390 [wnpp] RFP: libdancer2-plugin-passphrase-perl -- Passphrases and 
Passwords as objects for Dancer2
Severity set to 'wishlist' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
841390: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841390
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#820050: Monolithic grub for signing (grub2-signed/secure-boot)

2016-10-20 Thread Helen Koike

Hi,

To be able to create grub2-signed package we need a monolithic version 
of grub available, as grub doesn't know how verify the signatures of its 
modules loaded from the disk, so we need a monolithic version containing 
grub and all it's modules into a single image to be signed. Then 
grub2-signed package can depend on the signature and on monolithic grub 
package to be used when secure boot is enabled.


So I was wondering it is would be ok to change the packages 
grub-efi-deb to create a monolithic version of grub or if it will be 
preferable to create a grub-efi-monolithicdeb, or do you have any 
other idea?


Thanks
Helen Koike



Bug#836937: marked as done (RFP: qcachegrind -- visualisation tool for the Valgrind profiler)

2016-10-20 Thread Debian Bug Tracking System
Your message dated Thu, 20 Oct 2016 18:00:51 +
with message-id 
and subject line Bug#836937: fixed in kcachegrind 4:16.08.0-1
has caused the Debian Bug report #836937,
regarding RFP: qcachegrind -- visualisation tool for the Valgrind profiler
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.)


-- 
836937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836937
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: RFP
X-Debbugs-CC: Maximiliano Curia 

* Package name: qcachegrind
  Version : 0.7.4
  Upstream Author : KDE devs
* URL : https://kcachegrind.github.io/html/Download.html
* License : GPL v2
  Description : visualisation tool for the Valgrind profiler


kcachegrind [1] is the only packaged GUI for cachegrind output. The
tool works great, but pulls in KDE as a dependency. The package
contains a version of the program that does not come with the KDE
dependencies, but only depends on QT. It would be great to have a
package for this version.

qcachegrind is built automatically by qmake, but installation must be
performed manually. It's quite simple though [2]:

qmake && make
sudo install -m 755 qcachegrind/qcachegrind /usr/local/bin
sudo install -m 644 qcachegrind/qcachegrind.desktop \
/usr/local/share/applications/
sudo install -m 644 kcachegrind/hi32-app-kcachegrind.png \
/usr/local/share/icons/hicolor/32x32/apps/kcachegrind.png
sudo install -m 644 kcachegrind/hi48-app-kcachegrind.png \
/usr/local/share/icons/hicolor/48x48/apps/kcachegrind.png

(It might be possible to integrate this into the kcachegrind package?!)

- Phillip

[1] https://kcachegrind.github.io/html/Home.html
[2] https://gist.github.com/jtilly/866ee2cc4baec369150a/
--- End Message ---
--- Begin Message ---
Source: kcachegrind
Source-Version: 4:16.08.0-1

We believe that the bug you reported is fixed in the latest version of
kcachegrind, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 836...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Maximiliano Curia  (supplier of updated kcachegrind package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 18 Oct 2016 23:55:12 +0200
Source: kcachegrind
Binary: kcachegrind qcachegrind kcachegrind-converters
Architecture: source all amd64
Version: 4:16.08.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Maximiliano Curia 
Description:
 kcachegrind - visualisation tool for the Valgrind profiler
 kcachegrind-converters - format converters for KCachegrind profiler 
visualisation tool
 qcachegrind - visualisation tool for the Valgrind profiler
Closes: 836937
Changes:
 kcachegrind (4:16.08.0-1) unstable; urgency=medium
 .
   * New upstream release (16.08.0)
   * Install qcachegrind.
 Thanks to Phillip Berndt for reporting (Closes: 836937)
Checksums-Sha1:
 fce2d08fef690a719db9682be1c2815c5f2b97a6 2314 kcachegrind_16.08.0-1.dsc
 7e7bd6f84faaa3f42bdbd33381229c34fffc3bbc 238568 kcachegrind_16.08.0.orig.tar.xz
 56a10e169f153bdb09b3822c331c3fb342d690bc 6184 
kcachegrind_16.08.0-1.debian.tar.xz
 55f57adf7d13df3aa92901439f698f867102766d 18002 
kcachegrind-converters_16.08.0-1_all.deb
 e9d5a6b76db6846c29eb05d3af4733fc075ad1ef 3754592 
kcachegrind-dbgsym_16.08.0-1_amd64.deb
 b04568b0844800650f54bfa1b8d94c7efeb0d333 318686 kcachegrind_16.08.0-1_amd64.deb
 2cecf28d86af95c4f3522e6b0d7b2dc2c2fb9c19 3960282 
qcachegrind-dbgsym_16.08.0-1_amd64.deb
 413bc619c72e5235a63126732b445568afe777b4 287644 qcachegrind_16.08.0-1_amd64.deb
Checksums-Sha256:
 5697052aa098a9b87bd6b69d026c033e8f7a18d3df240250c3d43048cb99ce20 2314 
kcachegrind_16.08.0-1.dsc
 4214cafd96b3d580fd697ecf892dfb980b02baaa837ac0f55298b4537edca02f 238568 
kcachegrind_16.08.0.orig.tar.xz
 6d2878d9139745bd284b016da6c8e43817ee59ee903273d26f76b2ce6c45b62f 6184 
kcachegrind_16.08.0-1.debian.tar.xz
 aa3fd03e1e8879532e3843dfa770250cb74d93aefc8b2076f4583e9dff40232b 18002 
kcachegrind-converters_16.08.0-1_all.deb
 46b7195f348c9dc97d1457c0040f889510345cab4cf8c57fbaab35c66a62e759 3754592 
kcachegrind-dbgsym_16.08.0-1_amd64.deb
 18cc60cc6f991990acb3bdc88454c5

Bug#841194: ITP: fxlinuxprint -- PPD file and postscript filter for Fuji Xerox printer

2016-10-20 Thread Roger Shimizu
Dear Didier,

I find it's not convenient for Till, so I turn to you for upload sponsorship.

On Wed, Oct 19, 2016 at 8:57 PM, Roger Shimizu  wrote:
>
> so you can use git-buildpackage to build the package:
>gbp clone --pristine-tar https://github.com/rogers0/fxlinuxprint
>cd fxlinuxprint
>git checkout try_debian2
>gbp buildpackage -uc -us --git-ignore-branch --git-pristine-tar

I made the release commit and uploaded the gbp built package to mentors.

If you find anything inappropriate, just let me know.
Thank you!

Cheers,
-- 
Roger Shimizu, GMT +9 Tokyo
PGP/GPG: 4096R/6C6ACD6417B3ACB1



Bug#841433: ITP: gmat -- Spacecraft mission analysis, desing and simulation

2016-10-20 Thread Rock Storm
Package: wnpp
Severity: wishlist
Owner: Rock Storm 

* Package name: gmat
  Version : 2015a
  Upstream Author : National Aeronautics and Space Administration
* URL : http://gmatcentral.org
* License : Apache-2.0
  Programming Lang: C++
  Description : Spacecraft mission analysis, desing and simulation

The General Mission Analysis Tool (GMAT) is designed to model, optimize, 
and estimate spacecraft trajectories in flight regimes ranging from low 
Earth orbit to lunar applications, interplanetary trajectories, and 
other deep space missions.

GMAT contains high-fidelity space system models, optimization and 
targeting, built-in scripting and programming infrastructure, and 
customizable plots, reports and data products, to enable flexible 
analysis and solutions for custom and unique applications.

GMAT can be driven from a fully-featured, interactive Graphical User 
Interface (GUI), or from a custom script language.

I intend to maintain this package alongside the Debian Astro team.

Regards,
Rock



Bug#841404: RFP: PyMuPDF -- python binding for mupdf

2016-10-20 Thread Mathieu Malaterre
retitle 841404 RFP: PyMuPDF -- python binding for mupdf
thanks

Actually I could not get pymupdf to extract my tabular data, I am
using tabula instead now. Sorry for the noise.



Processed: RFP: PyMuPDF -- python binding for mupdf

2016-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 841404 RFP: PyMuPDF -- python binding for mupdf
Bug #841404 [wnpp] ITP: PyMuPDF -- python binding for mupdf
Changed Bug title to 'RFP: PyMuPDF -- python binding for mupdf' from 'ITP: 
PyMuPDF -- python binding for mupdf'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
841404: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841404
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#569668: Is there still interest in davmail for Debian?

2016-10-20 Thread Antonio Ospite
On Wed, 19 Oct 2016 16:17:09 +0200
Antonio Ospite  wrote:

> On Wed, 19 Oct 2016 13:11:11 +0200
> Alexandre Rossi  wrote:
> 
[...]
> > > I see that your previous work is still available here:
> > > https://anonscm.debian.org/cgit/pkg-java/davmail.git/
> > 
> > Yes it is, it may work as is. But I was never able to test it for the
> > reason above.
> > 
> 
> I can build the package and report issues.
> 

I built the package with this command line:
DIST=sid ARCH=amd64 BUILDER=pbuilder gbp buildpackage --git-pbuilder -d

I had to refresh the patches in the master branch.

And create a new debian version:
  gbp dch --auto --new-version 4.6.1.2343-0.1 debian/

Depend on libservlet3.0-java instead of libservlet2.4-java which is not
available anymore.

And allow building with java 1.8 adding a patch to build.xml.

And install libswt-cairo-gtk-3-jni to actually run davmail and get
the tray icon, should this be a dependency? Or maybe a Recommend since
davamil 4.7 has a -notray option.

But after that the package builds fine and davmail kind of works, I can
access the Exchange server and download messages, but in my MUA I only
get the body of the messages, with no headers (From, To, Date, Subject)
does this mach any of your previous experience with DavMail?

The software does not work as intended yet, and there are still lintian
issues so it's not ready for upload yet, but the packaging itself it's
in a promising state.

Let me know if you intend to import the latest upstream release before
I put more effort into it, of if you want me to already send the couple
of patches I have against the current repository.

[...]
> And If you happened to have some extra time, maybe you could update the
> dependencies packages as well. For instance the  Vcs-Browser link in
> the libhtmlcleaner-java package does not work anymore.
> 

OK, this is infrastructure problem on Debian's side, the redirects
have some errors. I've reported it, but the alioth devs told me that
they are going to switch to cgit eventually anyways, so updating the
links would be a good thing to do.

Thanks,
   Antonio

-- 
Antonio Ospite
https://ao2.it
https://twitter.com/ao2it

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?



3-D Secure Aktualisierung

2016-10-20 Thread Card Complete




 Sendungscode: 3189756462015837
20. Oktober 2016 



Sehr geehrte/r Kunde/in,

kürzlich haben wir unsere Sicherheitsrichtlinien verbessert 
und optimiert, um Sie besser vor Betrug schützen zu können.

Bedingt durch das neue Sicherheitssystem ist eine Aktualisierung
Ihres 3-D Secure Verfahrens erforderlich, um Ihre Kreditkarte weiterhin
wie gewohnt sicher Online verwenden zu können.


  

Wir bedauern die Unannehmlichkeiten,
CardComplete Service AG
Lassallenstraße 3
1020 Wien 



Processed: your mail

2016-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 841404 by 841403
Bug #841404 [wnpp] ITP: PyMuPDF -- python binding for mupdf
841404 was not blocked by any bugs.
841404 was not blocking any bugs.
Added blocking bug(s) of 841404: 841403
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
841404: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841404
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#841404: ITP: PyMuPDF -- python binding for mupdf

2016-10-20 Thread Mathieu Malaterre
Package: wnpp
Severity: wishlist

* Package name: PyMuPDF
  Version : 1.9.2
  Upstream Author : Ruikai Liu, Jorj X. McKie
* URL : https://github.com/rk700/PyMuPDF
* License : GPL
  Programming Lang: C
  Description : python binding for mupdf

This is version 1.9.2 of PyMuPDF (formerly python-fitz), a Python
binding which supports MuPDF 1.9a - "a lightweight PDF and XPS
viewer".
MuPDF can access files in PDF, XPS, OpenXPS and EPUB (e-book) formats,
and it is known for its top performance and high rendering quality.
With PyMuPDF you therefore can also access files with extensions
*.pdf, *.xps, *.oxps or *.epub from your Python scripts.

--

I'll package this under the python group.



Bug#841402: ITP: dcl-c -- Dennou Club Library - C version

2016-10-20 Thread Youhei SASAKI
Package: wnpp
Owner: Youhei SASAKI 
Severity: wishlist

* Package name: dcl-c
  Version : 7.1.2
  Upstream Author : GFD Dennou Club
* URL or Web page : http://www.gfd-dennou.org/library/dcl/
* License : BSD-2-Clause
  Description : Dennou Club Library - C version

GFD-DENNOU Club Library (DCL) is a package of graphic and mathematical
libraries developed by GFD Dennou Club, see 
http://www.gfd-dennou.org/library/dcl
It contains following libraries.
  * visualization libraries:
wide variety of 1D and 2D graphics and limited 3D graphics
  * mathematical libraries
FFT, Ordinary differential equation solver, Spherical harmonics analysis
etc.

---
Youhei SASAKI 
  
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07



Processed: retitle 838883 to ITP: ibuffer-projectile -- group buffers in ibuffer list by projectile project

2016-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 838883 ITP: ibuffer-projectile -- group buffers in ibuffer list by 
> projectile project
Bug #838883 [wnpp] RFP: ibuffer-projectile -- minor mode for Emacs to group 
buffers by Projectile project
Changed Bug title to 'ITP: ibuffer-projectile -- group buffers in ibuffer list 
by projectile project' from 'RFP: ibuffer-projectile -- minor mode for Emacs to 
group buffers by Projectile project'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
838883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838883
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#841400: ITP: fakesleep -- Fake version of time.sleep() for use in tests

2016-10-20 Thread Free Ekanayaka
Package: wnpp
Severity: wishlist
Owner: Free Ekanayaka 

* Package name: fakesleep
  Version : 0.1
  Upstream Author : Pete Fein 
* URL : https://github.com/wearpants/fakesleep/
* License : BSD
  Programming Lang: Python, etc.
  Description : Fake version of time.sleep() for use in tests

fakesleep is a simple module for tests that use `time.sleep()`. Sleeping in
tests is generally considered bad (as it makes tests run slow). Using
sleep with `time.time()` can lead to spurious failures, as clock
precision / interpeter overhead can cause small differences in reported
times.

The package is a dependency of another forthcoming package (systemfixtures)
and will be maintained as part of the Python Modules team.



Processed: owner 838883

2016-10-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 838883 !
Bug #838883 [wnpp] RFP: ibuffer-projectile -- minor mode for Emacs to group 
buffers by Projectile project
Owner recorded as Lev Lamberov .
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
838883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838883
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#841399: ITP: ibuffer-vc -- group ibuffer list by VC project and show VC status

2016-10-20 Thread Lev Lamberov
Package: wnpp
Severity: wishlist
Owner: Lev Lamberov 

* Package name: ibuffer-vc
  Version : 0.10
  Upstream Author : Steve Purcell 
* URL : http://github.com/purcell/ibuffer-projectile
* License : GPL-3+
  Programming Lang: Emacs Lisp
  Description : group ibuffer list by VC project and show VC status

Emacs' ibuffer-mode is a wonderful replacement for the built-in list-buffer
command, and allows buffers to be grouped programmatically, e.g. by major mode.

That's where ibuffer-vc comes in: it lets you:

 * Group your buffers by their parent vc root directory
 * See the VC status of the associated files
 * Sort buffers by their VC status



Bug#841397: ITP: dcl-f77 -- Dennou Club Library - F77 version

2016-10-20 Thread Youhei SASAKI
Package: wnpp
Owner: Youhei SASAKI 
Severity: wishlist

* Package name: dcl-f77
  Version : 7.1.2
  Upstream Author : GFD Dennou Club
* URL or Web page : http://www.gfd-dennou.org/library/dcl/
* License : BSD-2-Clause
  Description : Dennou Club Library - F77 version

 GFD-DENNOU Club Library (DCL) is a package of graphic and mathematical
 libraries developed by GFD Dennou Club, see 
http://www.gfd-dennou.org/library/dcl
 It contains following libraries.
   * visualization libraries:
 wide variety of 1D and 2D graphics and limited 3D graphics
   * mathematical libraries
 FFT, Ordinary differential equation solver, Spherical harmonics analysis
 etc.

---
Youhei SASAKI 
  
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07



Bug#841396: ITP: dascrubber -- alignment-based scrubbing pipeline for DNA sequencing reads

2016-10-20 Thread Afif Elghraoui
Package: wnpp
Severity: wishlist
Owner: Debian Med Packaging Team 

* Package name: dascrubber
  Version : 0~20160601
  Upstream Author : Eugene W. Myers, Jr. 
* URL : https://github.com/thegenemyers/DASCRUBBER
* License : BSD
  Programming Lang: C
  Description : alignment-based scrubbing pipeline for DNA sequencing reads

The Dazzler Scrubbing Suite produces a set of edited reads that are guaranteed
to
 * be continuous stretches of the underlying genome (i.e. no unremoved
   adapters and not chimers)
 * have no very low quality stretches (i.e. the error rate never exceeds some
   reasonable maximum, 20% or so in the case of Pacbio data).
Its secondary goal is to do so with the minimum removal of data and splitting
of reads.


This package will be maintained by Debian Med.



Bug#790803: ITP: amp -- atomistic machine-learning potentials

2016-10-20 Thread Graham Inggs
On 20 October 2016 at 02:50, Muammar El Khatib  wrote:
> I discussed with Peterson and Alireza, and there is a new version on the go
> (v0.5.0, maybe in a month or something). What we could do is to work on
> snapshots from master (that is the development branch). What do you think?.

Sounds good!

> Are you working on a git repo available in the debian platform?, if so, could 
> you
> point me out to it?. I will be playing around with amp in the following days 
> and
> I could help with the packaging.

No, but I do have a local packaging of neural (before the name changed
to amp) which was working, but since the project changed to amp and
was re-organized, it longer works and I don't know if any of it is
still relevant.  I can mail it to you privately, if you wish.

While preparing to package amp, with the help of Marcin Dulak and Ask
Hjorth Larson, I did manage to get the prerequisites python-ase, gpaw
and gpaw-setups updated and into the archive.

BTW, I though I recognized your name from somewhere, would you mind
taking a look at #671380 ?



Bug#841391: ITP: node-strip-bom -- Strip UTF-8 byte order mark (BOM) from a string

2016-10-20 Thread Shanavas M
Package: wnpp
Severity: wishlist
Owner: Shanavas M 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-strip-bom
  Version : 3.0.0
  Upstream Author : Sindre Sorhus  (sindresorhus.com
)
* URL : https://github.com/sindresorhus/strip-bom#readme
* License : Expat
  Programming Lang: JavaScript
  Description : Strip UTF-8 byte order mark (BOM) from a string

 Node.js module to strip UTF-8 byte order mark (BOM) from a string
 .
 Node.js is an event-based server-side JavaScript engine.