Bug#861582: ITP: libzc -- Fast, portable and high-quality zip cracking library featuring bruteforce, dictionary and plaintext attack modes.

2017-05-01 Thread Bastien Roucaries


Le 1 mai 2017 04:10:36 GMT+02:00, Marc Ferland  a écrit 
:
>Package: wnpp
>Severity: wishlist
>Owner: Marc Ferland 
>
>* Package name: libzc
>  Version : 0.3.0
>  Upstream Author : Marc Ferland 
>* URL : https://github.com/mferland/libzc
>* License : GPL-3.0
>  Programming Lang: C
>Description : Fast, portable and high-quality zip cracking library
>featuring bruteforce, dictionary and plaintext attack modes.
>
>
>libzc is a fast, portable and high-quality zip breaking library. It
>targets exclusively the earlier PKZIP-2.0 cipher (just like fcrackzip,
>and pkcrack).
>
>It is entirely written in C (no assembly language, so very portable)
>and has very little dependencies. Currently, only zlib and libcheck
>(for unit tests) are required to build it.
>
>The bruteforce algorithm uses threads to scale with the number of
>cores available (unlike fcrackzip) and is written in a way that is
>easily vectorizable by modern compilers.
>
>The library also implements the full plaintext attack described by the
>Biham & Kocher paper (like pkcrack).
>
>Last, a simple dictionary attack is also offered.
>
>As an added bonus, a command line client (yazc, Yet Another Zip
>Cracker) also comes bundled with the library.
>
>So in conclusion, it compares to both fcrackzip and pkcrack, only
>faster, cleaner and more portable.
>
>Benchmark using the zip file from fcrackzip (cpu is an Intel Core i7@
>3GHz):
>
>$ time fcrackzip -b -ca -u noradi.zip
>real   0m18.011s
>user   0m17.972s
>sys0m0.008s
>
>$ time yazc bruteforce -t8 -a noradi.zip
>real   0m1.962s
>user   0m15.440s
>sys0m0.012s
>
>libzc was 9x faster in this test than fcrackzip.
>
>I've never packaged anything for Debian so I need a sponsor 
>to get this uploaded.

Ping me if needed

Bastien
>
>Regards,
>
>Marc

-- 
Envoyé de mon appareil Android avec K-9 Mail. Veuillez excuser ma brièveté.



Bug#861600: ITP: boinc-app-eah-brp -- BOINC extension for Einstein at Home binary pulsar search

2017-05-01 Thread Steffen Möller
Package: wnpp
Owner: Steffen Moeller 
Severity: wishlist

* Package name: boinc-app-eah-brp
* URL : http://www.einsteinathome.org/
* License : GPL-2
  Programming Lang: C++
  Description : BOINC extension for Einstein at Home binary pulsar
search

This project is about about bringing more people (as in "eyeballs",
ideas and options) and more computers (as in non-mainstream computers
with all sorts of thinkable extensions) to the Einstein@Home project.

The packaging is prepared as publicly as possible on
https://github.com/VolunteerComputingHelp/boinc-app-eah-brp



Bug#861615: ITP: multimc -- A free, open source launcher for Minecraft

2017-05-01 Thread Zebulon McCorkle

Package: wnpp
Severity: wishlist

* Package name: multimc
  Version: 0.5.1
  Upstream Author: Petr Mrázek 
* URL: https://multimc.org/
* License: Apache-2.0
  Description: A free, open source launcher for Minecraft

It allows you to have multiple, separate instances of Minecraft (each 
with their own mods, texture packs, saves, etc) and helps you manage 
them and their associated options with a simple interface.


Features:

 * Manage multiple instances of Minecraft at once
 * Start Minecraft with a custom resolution
 * Change Java's runtime options (including memory options)
 * Shows Minecraft's console output in a colour coded window
 * Kill Minecraft easily if it crashes / freezes
 * Custom icons and groups for instances
 * Forge integration (automatic installation, version downloads, mod 
management)

 * Minecraft world management
 * Import and export Minecraft instances to share them with anyone
 * Supports every version of Minecraft that the vanilla launcher does

This would be my first Debian package, so I will need a sponsor to 
upload. I am currently working on getting the package building, should 
be done soon.




Bug#834540: RFA: cgmanager -- Central cgroup manager daemon

2017-05-01 Thread Michael Biebl
On Tue, 16 Aug 2016 15:26:46 -0500 "Serge E. Hallyn" 
wrote:
> Package: wnpp
> Severity: normal
> 
> I'd like to pass cgmanager along to a new maintainer, if anyone has
> an interest in keeping it up.  Upstream (mainly myself) is essentially
> no longer active, as its use has been supplanted by lxcfs.
> 
> If noone has need of it, then perhaps removing it will be the better
> option.  I will continue to maintain the package in the short term,
> until either someone takes over or I decide that it can be removed
> without adversely affecting anyone.
> 

I guess the main reason for keeping cgmanager in Debian is to keep
systemd-shim, thus logind under sysvinit functional.
So CCing the sysvinit maintainers. Maybe they have an interest in taking
over the package.

There is elogind [1], which is a standalone logind implementation which
doesn't require systemd-shim and cgmanager.
This might be an alternative approach to provide the logind interfaces
under sysvinit.

Regards,
Michael

[1] https://github.com/wingo/elogind
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#834540: RFA: cgmanager -- Central cgroup manager daemon

2017-05-01 Thread Serge E. Hallyn
On Mon, May 01, 2017 at 04:47:17PM +0200, Michael Biebl wrote:
> On Tue, 16 Aug 2016 15:26:46 -0500 "Serge E. Hallyn" 
> wrote:
> > Package: wnpp
> > Severity: normal
> > 
> > I'd like to pass cgmanager along to a new maintainer, if anyone has
> > an interest in keeping it up.  Upstream (mainly myself) is essentially
> > no longer active, as its use has been supplanted by lxcfs.
> > 
> > If noone has need of it, then perhaps removing it will be the better
> > option.  I will continue to maintain the package in the short term,
> > until either someone takes over or I decide that it can be removed
> > without adversely affecting anyone.
> > 
> 
> I guess the main reason for keeping cgmanager in Debian is to keep
> systemd-shim, thus logind under sysvinit functional.
> So CCing the sysvinit maintainers. Maybe they have an interest in taking
> over the package.

For what it's worth, we had retired cgmanager upstream, but I'm now
considering either picking it back up, or actually starting from scratch
(mainly to drop the 'libnih' dependency which is pretty problematic)

> There is elogind [1], which is a standalone logind implementation which
> doesn't require systemd-shim and cgmanager.
> This might be an alternative approach to provide the logind interfaces
> under sysvinit.
> 
> Regards,
> Michael
> 
> [1] https://github.com/wingo/elogind
> -- 
> Why is it that all of the instruments seeking intelligent life in the
> universe are pointed away from Earth?
> 



Bug#861615: ITP: multimc -- A free, open source launcher for Minecraft

2017-05-01 Thread Zebulon McCorkle

Here's a list of patches it's looking like I'm going to have to make so far:

 * Disable auto-updater
 * Make the build system install shared libraries to /usr/lib instead 
of /usr/bin (Why does upstream do this? Maybe I'm just installing it wrong.)
 * Use `~/.multimc` instead of `/usr/bin` as the data directory (Again, 
why does upstream do this? This one might be a large patch, but I'll 
probably pull request it upstream.)


As I work through these, I'll probably find more things that need 
fixing, but for now that's all that's evident to me.




Processed: retitle to RFP: premailer -- Turns CSS blocks into style attributes

2017-05-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 810942 RFP: premailer -- Turns CSS blocks into style attributes
Bug #810942 [wnpp] ITP: premailer -- Turns CSS blocks into style attributes
Changed Bug title to 'RFP: premailer -- Turns CSS blocks into style attributes' 
from 'ITP: premailer -- Turns CSS blocks into style attributes'.
> noowner 810942
Bug #810942 [wnpp] RFP: premailer -- Turns CSS blocks into style attributes
Removed annotation that Bug was owned by Geoffrey Thomas 
.
> stop
Stopping processing here.

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



Processed: ddcutil: block ITP 858510 by RFS 861617

2017-05-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 858510 by 861617
Bug #858510 [wnpp] ITP: ddcutil -- control monitor settings
858510 was not blocked by any bugs.
858510 was not blocking any bugs.
Added blocking bug(s) of 858510: 861617
> stop
Stopping processing here.

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



Bug#861621: ITP: alfanous -- Quranic search engine

2017-05-01 Thread Abdellah Chelli
Package: wnpp
Severity: wishlist
Owner: Abdellah Chelli 

* Package name: alfanous
  Version : 0.7.29
  Upstream Author : Assem Chelli 
* URL : http://www.alfanous.org/
* License : AGPL
  Programming Lang: Python
  Description : Quranic search engine

Alfanous is a Quranic search engine offers simple and advanced
 search services in the whole information that Holy Qur’an contains.
 It is based on the modern approach of information retrieval to get a
 good-stability and a high-speed search.


This project provides advanced arabic linguistic search. AFAIK,
 no open-source tool was released having same features.

I'm going to maintain it with support from upstream developer. And
I would like to get a Debian sponsor.

Currently, the Debian package is built fine in Ubuntu 16.04.



Bug#861622: ITP: alfanous -- Quranic search engine

2017-05-01 Thread Abdellah Chelli
Package: wnpp
Severity: wishlist
Owner: Abdellah Chelli 

* Package name: alfanous
  Version : 0.7.29
  Upstream Author : Assem Chelli 
* URL : http://www.alfanous.org/
* License : AGPL
  Programming Lang: Python
  Description : Quranic search engine

Alfanous is a Quranic search engine offers simple and advanced
 search services in the whole information that Holy Qur’an contains.
 It is based on the modern approach of information retrieval to get a
 good-stability and a high-speed search.


This project provides advanced arabic linguistic search. AFAIK,
 no open-source tool was released having same features.

I'm going to maintain it with support from upstream developer. And
I would like to get a Debian sponsor.

Currently, the Debian package is built fine in Ubuntu 16.04.



Bug#861622: marked as done (ITP: alfanous -- Quranic search engine)

2017-05-01 Thread Debian Bug Tracking System
Your message dated Mon, 1 May 2017 19:06:32 +0100
with message-id 

and subject line 
has caused the Debian Bug report #861622,
regarding ITP: alfanous -- Quranic search engine
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.)


-- 
861622: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861622
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Abdellah Chelli 

* Package name: alfanous
  Version : 0.7.29
  Upstream Author : Assem Chelli 
* URL : http://www.alfanous.org/
* License : AGPL
  Programming Lang: Python
  Description : Quranic search engine

Alfanous is a Quranic search engine offers simple and advanced
 search services in the whole information that Holy Qur’an contains.
 It is based on the modern approach of information retrieval to get a
 good-stability and a high-speed search.


This project provides advanced arabic linguistic search. AFAIK,
 no open-source tool was released having same features.

I'm going to maintain it with support from upstream developer. And
I would like to get a Debian sponsor.

Currently, the Debian package is built fine in Ubuntu 16.04.
--- End Message ---
--- Begin Message ---
Duplicate of #861621
--- End Message ---


Bug#858510: ITP: ddcutil -- control monitor settings

2017-05-01 Thread Sanford Rockowitz
Stephen,

I'd very much appreciate your help as co-maintainer and sponsor.  This
is my first attempt to submit a package to debian.   ddcutil has been
packaged on OBS and Launchpad for some time now, but I spent hours this
morning lost in the proverbial "maze of twisty little passages, all
alike", trying to figure out how to submit the package. I'm sure there's
a lot of cruddy details to be fixed up.

The ddcci driver is an interesting project.   It hides the gory details
of building and sending DDC packets.  But there also seems to be a lot
of missing functionality: e.g. EDID reads on slave address x50, only a
few DDC commands are supported.The ddccii driver   implementation of
the capabilities inquiry returns an error if any write/read sub-exchange
fails.  In my experience with marginal monitors, you need retry logic
for both the individual sub-exchanges and the entire meta exchange, what
ddcutil calls multi-part-exchanges - otherwise you just don't get lucky.

Because of the early experimentation, the layer that reads and writes
I2C packets is designed to be swapped, so it should be possible to use
ddcci as an alternative strategy.   However, ddcutil would still need to
use the i2c-dev interface for things the ddcci driver does not do, and
I'd prefer not to add a dependency on a driver that can't be relied on
to always be there. 

Given all these issues, I think the best relationship between ddcutil
and the ddcci driver would be to use ddcutil as a testing framework for
the driver.

I'll install the ddcci driver and play with it a bit. 

Sanford



On Sun, 26 Mar 2017 16:42:01 +0200 Stephen Kitt  wrote:
> Hi Sanford,
>
> On Wed, 22 Mar 2017 19:11:38 -0400, Sanford Rockowitz

> wrote:
> > * Package name : ddcutil
> > Version : 0.7.3
> > Upstream Author : Sanford Rockowitz 
> > * URL : http://www.ddcutil.com
> > * License : GPL
> > Programming Lang: C
> > Description : control monitor settings
> >
> > ddcutil is a Linux program for querying and changing monitor
settings, such
> > as brightness and color levels.
> [...]
> > I am the developer and presently the sole maintainer. maintain it?
inside a
> > packaging team
>
> This is very cool, thanks for developing ddcutil! I’m the maintainer of
> ddcci-driver-linux, and if you’re looking for a co-maintainer (and
sponsor)
> for ddcutil I’d be up for it.
>
> Incidentally, is there any chance ddcutil could support the ddcci module?
>
> Regards,
>
> Stephen



Bug#861615: ITP: multimc -- A free, open source launcher for Minecraft

2017-05-01 Thread Zebulon McCorkle
On the following patches:

> * Make the build system install shared libraries to /usr/lib instead 
of /usr/bin (Why does upstream do this? Maybe I'm just installing it
wrong.)
> * Use `~/.multimc` instead of `/usr/bin` as the data directory
(Again, 
why does upstream do this? This one might be a large patch, but I'll 
probably pull request it upstream.)

I'm just going to set /opt/multimc to be the installation prefix, as
that seems to be what the .deb downloadable from multimc.org does.
(though that .deb just installs a script which downloads MMC... guess
that's why I'm doing this)



Bug#624806: marked as done (RFP: insight -- GDB gui)

2017-05-01 Thread Debian Bug Tracking System
Your message dated Mon, 01 May 2017 22:19:56 +
with message-id 
and subject line closing RFP: insight -- GDB gui
has caused the Debian Bug report #624806,
regarding RFP: insight -- GDB gui
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.)


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

Package: wnpp
Severity: wishlist

Insight is THE gdb gui, and much better and faster than the all other 
ones because gdb
is directly integrated in its source. It can also display the source 
very nicely as c++ mixed

with assembler.

It was in the repository in the past, and removed due to mysterious 
reasons, you should

put back


--- End Message ---
--- Begin Message ---
RFP 624806 has no visible progress for a long time, so closing.--- End Message ---


Processed: retitle to O: crafty -- state-of-the-art chess engine,

2017-05-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 835321 O: crafty -- state-of-the-art chess engine,
Bug #835321 [wnpp] ITA: crafty -- state-of-the-art chess engine,
Changed Bug title to 'O: crafty -- state-of-the-art chess engine,' from 'ITA: 
crafty -- state-of-the-art chess engine,'.
> noowner 835321
Bug #835321 [wnpp] O: crafty -- state-of-the-art chess engine,
Removed annotation that Bug was owned by geert.braekm...@gmail.com.
> stop
Stopping processing here.

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



Bug#654527: marked as done (RFP: papercrop -- Converts PDF documents so that they can be read on a small screen of e-book devices)

2017-05-01 Thread Debian Bug Tracking System
Your message dated Mon, 01 May 2017 22:19:56 +
with message-id 
and subject line closing RFP: papercrop -- Converts PDF documents so that they 
can be read on a small screen of e-book devices
has caused the Debian Bug report #654527,
regarding RFP: papercrop -- Converts PDF documents so that they can be read on 
a small screen of e-book devices
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.)


-- 
654527: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654527
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name: papercrop
  Version : 0.47
  Upstream Author : Taesoo Kwon 
* URL : http://code.google.com/p/papercrop/
* License : GPL + LGPL
  Programming Lang: C++, lua
  Description : Converts PDF documents so that they can be read on the
small screen of e-book devices


--- End Message ---
--- Begin Message ---
RFP 654527 has no visible progress for a long time, so closing.--- End Message ---


Processed: retitle to RFP: python-libxdo -- Python bindings for libxdo

2017-05-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 812903 RFP: python-libxdo -- Python bindings for libxdo
Bug #812903 [wnpp] ITP: python-libxdo -- Python bindings for libxdo
Changed Bug title to 'RFP: python-libxdo -- Python bindings for libxdo' from 
'ITP: python-libxdo -- Python bindings for libxdo'.
> noowner 812903
Bug #812903 [wnpp] RFP: python-libxdo -- Python bindings for libxdo
Removed annotation that Bug was owned by Daniel Kahn Gillmor 
.
> stop
Stopping processing here.

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



Bug#861635: ITP: et -- Remote terminal for the busy and impatient

2017-05-01 Thread Jason Gauci
Package: wnpp
Severity: wishlist

* Package name: et
  Upstream Author : Jason Gauci
* URL : https://mistertea.github.io/EternalTCP/
* License : Apache 2.0
  Programming Lang: C++
  Description : Eternal Terminal (ET) is a remote shell that automatically
reconnects without interrupting the session.


Processed: owner 848398

2017-05-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 848398 tmanc...@debian.org
Bug #848398 [wnpp] ITP: libafterburnerfx-java -- Minimalistic JavaFX MVP 
framework based on Convention over Configuration and Dependency Injection
Owner recorded as tmanc...@debian.org.
> thanks
Stopping processing here.

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



Processed: retitle 848398 to ITP: libafterburnerfx-java -- Minimalistic JavaFX MVP framework based on Convention over Configuration and Dependency Injection

2017-05-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 848398 ITP: libafterburnerfx-java -- Minimalistic JavaFX MVP 
> framework based on Convention over Configuration and Dependency Injection
Bug #848398 [wnpp] RFP: libafterburnerfx-java -- Minimalistic JavaFX MVP 
framework based on Convention over Configuration and Dependency Injection.
Changed Bug title to 'ITP: libafterburnerfx-java -- Minimalistic JavaFX MVP 
framework based on Convention over Configuration and Dependency Injection' from 
'RFP: libafterburnerfx-java -- Minimalistic JavaFX MVP framework based on 
Convention over Configuration and Dependency Injection.'.
> thanks
Stopping processing here.

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



Processed: ITP: et -- Remote terminal for the busy and impatient

2017-05-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 861635 Jason Gauci 
Bug #861635 [wnpp] ITP: et -- Remote terminal for the busy and impatient
Owner recorded as Jason Gauci .
> stop
Stopping processing here.

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



Processed: multimc: block ITP 861615 by RFS 861634

2017-05-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 861615 by 861634
Bug #861615 [wnpp] ITP: multimc -- A free, open source launcher for Minecraft
861615 was not blocked by any bugs.
861615 was not blocking any bugs.
Added blocking bug(s) of 861615: 861634
> stop
Stopping processing here.

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



Bug#861639: ITP: node-elliptic -- fast elliptic curve cryptography in pure javascript

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

* Package name: node-elliptic
  Version : 6.4.0
  Upstream Author : Fedor Indutny 
* URL : https://github.com/indutny/elliptic
* License : Expat
  Programming Lang: JavaScript
  Description : faster elliptic curve cryptography in pure javascript

 Fast elliptic-curve cryptography in a plain javascript implementation.
 Incentive for Elliptic: ECC (another library with comparable features) is
 much slower than regular RSA cryptography, the JS implementations are even
 more slower.
 .
 Node.js is an event-based server-side JavaScript engine.



signature.asc
Description: OpenPGP digital signature