Bug#1002686: ITP: python-aiocron -- Crontabs for asyncio
Package: wnpp Severity: wishlist Owner: Adam Cecile X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: python-aiocron Version : 1.8 Upstream Author : Gael Pasgrimaud * URL : https://github.com/gawel/aiocron * License : MIT Programming Lang: Python Description : Crontabs for asyncio Unix-style crontab support for Python asyncio framework. I intend to maintain this package withing the Python packaging team at Salsa.
Bug#991882: ITP: aiohttp-remotes -- Set of useful tools for Python aiohttp.web server
Package: wnpp Severity: wishlist Owner: Adam Cecile X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: aiohttp-remotes Version : 1.0.0 Upstream Author : Andrew Svetlov * URL : https://github.com/aio-libs/aiohttp-remotes * License : MIT Programming Lang: Python Description : Set of useful tools for Python aiohttp.web server This library is a set of useful tools for aiohttp.web server. . The full list of tools is: . * AllowedHosts -- restrict a set of incoming connections to allowed hosts only * BasicAuth -- protect web application by basic auth authorization * Cloudflare -- make sure that web application is protected by CloudFlare * ForwardedRelaxed and ForwardedStrict -- process Forwarded HTTP header and modify corresponding scheme, host, remote attributes in strong secured and relaxed modes * Secure -- ensure that web application is handled by HTTPS (SSL/TLS) only, redirect plain HTTP to HTTPS automatically * XForwardedRelaxed and XForwardedStrict -- the same as ForwardedRelaxed and ForwardedStrict but process old-fashion X-Forwarded-* headers instead of new standard Forwarded I intend to maintain this module within the Python Module Team.
Bug#986140: ITP: aiohttp-jwt -- Aiohttp middleware and helpers for working with JSON web tokens
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: aiohttp-jwt Version : 0.6.1 Upstream Author : Kuchuk Oleh * URL : https://github.com/hzlmn/aiohttp-jwt * License : Expat Programming Lang: Python Description : Aiohttp middleware and helpers for working with JSON web tokens This module inspired by official auth0/express-jwt middleware and express-jwt- permissions extension. I intend to maintain this package withing the Debian Python Module Team.
Bug#985291: ITP: python-dictknife -- Armyknife of handling dict object
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-dictknife Version : 0.13.0 Upstream Author : Podhmo * URL : https://github.com/podhmo/dictknife * License : Expat Programming Lang: Python Description : Armyknife of handling dict object Utility set to handle Python dicts. . Include command line tools as well. This package is a dependency of swagger-marshmallow-codegen (ITP: #985275).
Bug#985280: ITP: python-prestring -- Source code generation library (with overuse with-syntax)
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-prestring Version : 0.9.0 Upstream Author : Podhmo * URL : https://github.com/podhmo/prestring * License : Expat Programming Lang: Python Description : Source code generation library (with overuse with-syntax) Python to module to generate source code inspired by srcgen. This module will be maintained withing the Debian Python Module Team. This package is a dependency of swagger-marshmallow-codegen (ITP: #985275) and requires python-evilunit package (ITP: #985278).
Bug#985279: ITP: python-magicalimport -- Importing a Python module by its physical file path
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-magicalimport Version : 0.9.1 Upstream Author : Podhmo * URL : https://github.com/podhmo/magicalimport * License : Expat Programming Lang: Python Description : Importing a Python module by its physical file path Python to module to import other modules using there file path. . Example: import_from_physical_path("bar.py", here="/tmp/foo", as_="bar") This module will be maintained withing the Debian Python Module Team. This package is a dependency of python-prestring which is a dependency of swagger-marshmallow-codegen (ITP: #985275).
Bug#985278: ITP: python-evilunit -- Alternative unittests framework for Python
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-evilunit Version : 0.2.1 Upstream Author : Podhmo * URL : https://github.com/podhmo/evilunit * License : Expat Programming Lang: Python Description : Alternative unittests framework for Python This package contains a unittests module for Python with the following features: . * Shortcuts, * Parameterized, * Nested. This module will be maintained withing the Debian Python Module Team. This package is a dependency of python-prestring which is a dependency of swagger-marshmallow-codegen (ITP: #985275).
Bug#985275: ITP: swagger-marshmallow-codegen -- Generate Marshmallow's schema from Swagger/OpenAPI 3.0 definitions
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: swagger-marshmallow-codegen Version : 0.6.4 Upstream Author : Podhmo * URL : https://github.com/podhmo/swagger-marshmallow-codegen * License : Expat Programming Lang: Python Description : Generate Marshmallow's schema from Swagger/OpenAPI 3.0 definitions Command line utility converting Swagger or OpenAPI 3.0 YAML schemas into Marshmallow schemas. . Concepts: . * Code generation is better than meta programming * Don't touch me (generated code) if you can This module will be maintained withing the Debian Python Module Team.
Bug#983501: ITP: python-asyncache -- Helpers to use cachetools with asyncio
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-asyncache Version : 0.1.1 Upstream Author : Hepehx * URL : https://github.com/hephex/asyncache * License : Expat Programming Lang: Python Description : Helpers to use cachetools with asyncio This package contains async wrapper to use Python cachetools module in asynchronous code. This package will be maintained within the Debian Python Module Team (DPMT).
Bug#980452: ITP: aiohttp-retry -- Simple aiohttp retry client
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: aiohttp-retry Version : 2.3 Upstream Author : Dmitry Inyutin * URL : https://github.com/inyutin/aiohttp_retry * License : Expat Programming Lang: Python Description : Simple aiohttp retry client This library add retrying feature to aiohttp HTTP client and provides an API being exactly the same as original ClientSession object. . You can define your own timeouts logic or use: - ExponentialRetry with exponential backoff - RandomRetry for random backoff - ListRetry with backoff you predefine by list I intend to maintain this package within the Debian Python Modules Team.
Bug#976464: ITP: python-docstring-parser -- Parse Python docstrings (ReST, Google and Numpydoc)
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-docstring-parser Version : 0.7.3 Upstream Author : Marcin Kurczewski * URL : https://github.com/rr-/docstring_parser * License : Expat Programming Lang: Python Description : Parse Python docstrings (ReST, Google and Numpydoc) Parse Python docstrings. . Currently support ReST, Google, and Numpydoc-style docstrings I intend to maintain this package withing the Debian Python Team and the package is already available here: https://salsa.debian.org/python-team/packages/python-docstring-parser
Bug#976444: ITP: python-xsdata -- Naive XML Bindings for Python
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-xsdata Version : 20.11.1 Upstream Author : Christodoulos Tsoulloftas * URL : https://github.com/tefra/xsdata * License : Expat Programming Lang: Python Description : Naive XML Bindings for Python xsData is a complete XML data binding library for python allowing developers to access and use XML documents as simple objects rather than using DOM. . It ships with a code generator for XML Schema definitions and WSDL 1.1 with SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't depend on the library itself in order to reduce the learning curve for users that have to write the binding models manually. . The included xml parser and serializer are highly optimized and adaptable with handlers based on native python and lxml. The parser configuration offers the ability to skip unknown properties and to process xinclude statements. . xsData is constantly tested against the W3C XML Schema 1.1 test suite. This package is waiting for python-click-default-group (#976443) and python-docformatter (#976442). I intend to maintain this package withing the Debian Python Team and the package is already available here: https://salsa.debian.org/python-team/packages/python-xsdata
Bug#976443: ITP: python-click-default-group -- Extension for Python click adding default subcommand to group
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-click-default-group Version : 1.2.2 Upstream Author : Heungsub Lee * URL : https://github.com/click-contrib/click-default-group * License : BSD Programming Lang: Python Description : Extension for Python click adding default subcommand to group DefaultGroup is a sub class of click.Group. But it invokes a default subcommand instead of showing a help message when a subcommand is not passed. This package is a dependency of python-xsdata. I intend to maintain this package withing the Debian Python Team and the package is already available here: https://salsa.debian.org/python-team/packages/python-click-default-group
Bug#976442: ITP: python-docformatter -- Formats docstrings to follow Python PEP 257
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-docformatter Version : 1.3.1 Upstream Author : Steven Myint * URL : https://github.com/myint/docformatter * License : Expat Programming Lang: Python Description : Formats docstrings to follow Python PEP 257 Docformatter currently automatically formats docstrings to follow a subset of the PEP 257 conventions. . Below are the relevant items quoted from PEP 257: . * For consistency, always use triple double quotes around docstrings, * Triple quotes are used even though the string fits on one line, * Multi-line docstrings consist of a summary line just like a one-line docstring, followed by a blank line, followed by a more elaborate description, * Unless the entire docstring fits on a line, place the closing quotes on a line by themselves. . Docformatter also handles some of the PEP 8 conventions: . * Don't write string literals that rely on significant trailing whitespace Such trailing whitespace is visually indistinguishable and some editors (or more recently, reindent.py) will trim them. This package is a dependency of python-xsdata and is currently waiting on python-untokenize (#976441). I intend to maintain this package withing the Debian Python Team and the package is already available here: https://salsa.debian.org/python-team/packages/python-docformatter
Bug#976441: ITP: python-untokenize -- Untokenize transforms tokens into source code
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-untokenize Version : 0.1.1 Upstream Author : Steven Myint * URL : https://github.com/myint/untokenize * License : Expat Programming Lang: Python Description : Untokenize transforms tokens into source code Untokenize transforms tokens into source code. . Unlike the standard library's tokenize.untokenize(), it preserves the original whitespace between tokens. This package is a dependency of python-docformatter which is a dependency of python-xsdata. I intend to maintain this package withing the Debian Python Team and the package is already available here: https://salsa.debian.org/python-team/packages/python-untokenize
Bug#966377: ITP: aioftp -- FTP client and server for asyncio
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: aioftp Version : 0.13.0 Upstream Author : Nikita Melentev * URL : https://github.com/aio-libs/aioftp * License : Apache Programming Lang: Python Description : FTP client and server for asyncio Library implementing FTP protocol, both client and server for Python asyncio module. . Supported commands as client: USER, PASS, ACCT, PWD, CWD, CDUP, MKD, RMD, MLSD, MLST, RNFR, RNTO, DELE, STOR, APPE, RETR, TYPE, PASV, ABOR, QUIT, REST, LIST (as fallback) . Supported commands as server: USER, PASS, QUIT, PWD, CWD, CDUP, MKD, RMD, MLSD, LIST (non-standard), MLST, RNFR, RNTO, DELE, STOR, RETR, TYPE ("I" and "A"), PASV, ABOR, APPE, REST
Bug#964088: ITP: python-rios -- Raster I/O Simplification for Python
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-rios Version : 1.4.10 Upstream Author : Sam Gillingham * URL : https://github.com/ubarsc/rios * License : GPL3 Programming Lang: Python Description : Raster I/O Simplification for Python Set of Python modules which makes it easy to write raster processing. . Built on top of GDAL, it handles the details of opening and closing files, checking alignment of projection and raster grid, stepping through the raster in small blocks, etc., allowing the programmer to concentrate on the processing involved. I intend to maintain this module within the DPMT.
Bug#964085: ITP: python-keycloak -- Python package providing access to the Keycloak API
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-keycloak Version : 0.21.0 Upstream Author : Marcos Pereira * URL : https://github.com/marcospereirampj/python-keycloak * License : MIT Programming Lang: Python Description : Python package providing access to the Keycloak API This Python module provides keycloak API access for both OpenID authentication and admin API. I intend to maintain this package within the DPMT. It depends on python-jose package which is already packaged on Salsa.
Bug#964074: ITP: python-jose -- JavaScript Object Signing and Encryption (JOSE) for Python
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-jose Version : 3.1.0 Upstream Author : Michael Davis * URL : https://github.com/mpdavis/python-jose * License : MIT Programming Lang: Python Description : JavaScript Object Signing and Encryption (JOSE) for Python Implement the following features: - JSON Web Signature (JWS), - JSON Web Encryption (JWE), - JSON Web Key (JWK), - and JSON Web Algorithms (JWA). I intend to maintain this package within the DPMT.
Bug#963747: ITP: aiortsp -- Asyncio library for RTSP server with basic RTP/RTCP support
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: aiortsp Version : 1.3.3 Upstream Author : MARSS S.A.M. * URL : https://github.com/marss/aiortsp * License : LGPL Programming Lang: Python Description : Asyncio library for RTSP server with basic RTP/RTCP support Very simple asyncio library for interacting with an RTSP server, with basic RTP/RTCP support. . The intended use case is to provide a pretty low level control of what happens at RTSP connection level, all in Python/asyncio. . This library does not provide any decoding capability, it is up to the client to decide what to do with received RTP packets. I intended to maintain this package within the DPMT.
Bug#963479: ITP: geojson2vt -- Converts GeoJSON to vector tiles
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: geojson2vt Version : 1.0.1 Upstream Author : Samuel Kurath * URL : https://github.com/geometalab/geojson2vt * License : ISC Programming Lang: Python Description : Converts GeoJSON to vector tiles Python port of MapBox JS GeoJSON-VT to convert GeoJSON into vector tiles. . Further, it provides the ability to convert the generate vector tiles to separate GeoJSONs I intend to package this module within the DPMT.
Bug#961109: ITP: python-retry -- Easy to use retry decorator
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-retry Version : 0.9.2 Upstream Author : invl * URL : https://github.com/invl/retry * License : Apache2 Programming Lang: Python Description : Easy to use retry decorator Decorator (or function) to retry failing code featuring: . - No external dependency (stdlib only) - Preserve function signatures (pip install decorator) - Original traceback, easy to debug . This package installs the library for Python 3. I intend to package this module inside DPMT.
Bug#956546: ITP: json-schema-test-suite -- Language agnostic test suite for the JSON Schema specifications
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: json-schema-test-suite Version : 2.0.0 Upstream Author : Julian Berman * URL : https://github.com/json-schema-org/JSON-Schema-Test-Suite * License : Expat Programming Lang: YAML Description : Language agnostic test suite for the JSON Schema specifications This package contains a set of JSON objects that implementors of JSON Schema validation libraries can use to test their validators. . It is meant to be language agnostic and should require only a JSON parser. . The conversion of the JSON objects into tests within your test framework of choice is still the job of the validator implementor.
Bug#951616: ITP: python-libais -- Library for decoding maritime Automatic Identification System messages
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-libais Version : 0.17+git.20190917.master.e464cf8 Upstream Author : Kurt Schwehr * URL : https://github.com/schwehr/libais * License : Apache-2.0 / BSD-3-Clause Programming Lang: C++ / Python Description : Library for decoding maritime Automatic Identification System messages There are two interfaces to libais, one high-level iterator based one and a low-level fast C++ only one. . To use the low-level C++ interface directly, you need to handle multi-line messages and padding yourself. I intend to maintain this package within the DPMT.
Bug#951193: ITP: tiledb-py -- Python interface to the TileDB storage manager
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: tiledb-py Version : 0.5.6 Upstream Author : TileDB Inc * URL : https://github.com/TileDB-Inc/TileDB-Py/releases * License : Expat/MIT Programming Lang: Python Description : Python interface to the TileDB storage manager TileDB allows you to store and access very large multi-dimensional array data, the data currency of Data Science. It is a powerful storage engine that introduces a novel format that can effectively store both dense and sparse array data with support for fast updates and reads. Currently waiting on TileDB package: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951122 I intend to maitain this package within DPMT.
Bug#951122: ITP: tiledb -- Store and access very large multi-dimensional array data
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: tiledb Version : 1.7.5 Upstream Author : TileDB, Inc * URL : https://tiledb.com/ * License : Expat Programming Lang: C++ Description : Store and access very large multi-dimensional array data TileDB allows you to store and access very large multi-dimensional array data, the data currency of Data Science. It is a powerful storage engine that introduces a novel format that can effectively store both dense and sparse array data with support for fast updates and reads.
Bug#948968: ITP: python-fastjsonschema -- Validation of JSON documents by JSON schema drafts 04/06/07
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-fastjsonschema Version : 2.14.2 Upstream Author : Michal Horejsek * URL : https://horejsek.github.io/python-fastjsonschema/ * License : BSD Programming Lang: Python Description : Validation of JSON documents by JSON schema drafts 04/06/07 Fastjsonschema implements validation of JSON documents by JSON schema. The library implements JSON schema drafts 04, 06 and 07. The main purpose is to have a really fast implementation. I intend to maintain this package as part of the DPMT.
Bug#948303: ITP: aionotify -- Simple, asyncio-based inotify library for Python
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: aionotify Version : 0.2.0 Upstream Author : The aionotify project * URL : https://github.com/rbarrois/aionotify * License : BSD-2-Clause Programming Lang: Python Description : Simple, asyncio-based inotify library for Python Asyncio library to create watchers on filesystem using inotify API and generate events from changes. I intend to maintain this package as part of the DPMT.
Bug#948282: ITP: djangorestframework-api-key -- API key permissions for Django REST Framework
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: djangorestframework-api-key Version : 1.4.1 Upstream Author : Florimond Manca * URL : https://florimondmanca.github.io/djangorestframework-api- key/ * License : MIT Programming Lang: Python Description : API key permissions for Django REST Framework Django REST Framework API Key is a powerful library for allowing server-side clients to safely use your API. These clients are typically third-party backends and services (i.e. machines) which do not have a user account but still need to interact with your API in a secure way. I intend to package this module within the Python team.
Bug#946820: ITP: rtsp-server -- Lightweight RTSP/RTP streaming media server
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: rtsp-server Version : 0.06 Upstream Author : Mischa Spiegelmock * URL : https://github.com/revmischa/rtsp-server * License : GPL-1+ or Artistic Programming Lang: Perl Description : Lightweight RTSP/RTP streaming media server This module is designed to accept a number of sources to connect and transmit audio and video streams. Clients can connect and send RTSP commands to receive RTP data. This was designed to make rebroadcasting audio and video data over a network simple.
Bug#946527: ITP: hostess -- Idempotent command-line utility for managing your /etc/hosts file
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: hostess Version : 0.3.0-1 Upstream Author : Chris Bednarski * URL : https://github.com/cbednarski/hostess * License : MIT Programming Lang: Go Description : Idempotent command-line utility for managing your /etc/hosts file This tool can help to edit /etc/hosts for development, testing, and debugging, to workaround DNS issues, or to integrate provisioning scripts on cloud plateforms. I intend to maintain this package withing the debian go-team.
Bug#944811: ITP: python-suntime -- Simple sunset and sunrise time calculation Python library
Package: wnpp Severity: wishlist Owner: Adam Cecile * Package name: python-suntime Version : 1.2.5 Upstream Author : Krzysztof Stopa * URL : https://github.com/SatAgro/suntime * License : LGPL Programming Lang: Python Description : Simple sunset and sunrise time calculation Python library Python library doing sunrise and sunset time calculation. . Takes a WGS84 (GPS) latitude/longitude as input as well as an UTC or localized datetime object. This packaging will be maintained within the Python Module Team.
Re: Bug#862727: RFP: libjasper -- JasPer JPEG-2000 runtime library
Hi, Thanks for the feedback. I think the CVEs have been addressed upstream but ofc, it has to be verified first. Btw, I'not involved at all in OpenCV so sadly, my biggest concern is to have a working python3 OpenCV package... Regards, Adam. On 05/16/2017 12:05 PM, Mathieu Malaterre wrote: Hi, On Tue, May 16, 2017 at 11:40 AM, Adam Cecile wrote: Package: wnpp Severity: wishlist X-Debbugs-CC: debian-devel@lists.debian.org Package name: libjasper Just keep the old naming convention please: 'jasper'. Version: 2.0.12 Upstream: Michael David Adams License: JasPer License Description: This package has been scheduled for removal after Stretch release but is very important to me as it can be used to add JPEG 2000 to OpenCV (many satellite images comes as JPEG 2000). The new upstream on GitHub provides frequent updates as well as a decent CMake build system so I see no reason to not get it back in the archive :) At the very least you'll need to address the old CVEs in that case: https://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=no&src=jasper - CVE-2016-8693 - CVE-2016-8691 - CVE-2016-8692 - CVE-2016-8690 I personally fought against having duplicate JPEG 2000 libraries in Debian (esp. since jasper seems dead upstream). I still believe you should invest some time in replace jasper with OpenJPEG throughout your OpenCV codebase, since OpenJPEG is used to manipulate satellite image in professional environment. 2cts -M
Bug#862727: RFP: libjasper -- JasPer JPEG-2000 runtime library
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-devel@lists.debian.org Package name: libjasper Version: 2.0.12 Upstream: Michael David Adams License: JasPer License Description: This package has been scheduled for removal after Stretch release but is very important to me as it can be used to add JPEG 2000 to OpenCV (many satellite images comes as JPEG 2000). The new upstream on GitHub provides frequent updates as well as a decent CMake build system so I see no reason to not get it back in the archive :) In the meanwhile, I made my own package to rebuild OpenCV and it's available here: https://cloud.le-vert.net/index.php/s/2Ci3X1ARrZiONK4 I could easily finish the package to get it in a perfect state but are no DM and got no sponsor so if someone is interrested in uploading the package for me, just drop me a mail and I'll make a proper release. Best regards, Adam.
Bug#415676: ITP: stymulator -- Curses based player and converter for the YM chiptune format
Package: wnpp Severity: wishlist Owner: Adam Cécile (Le_Vert) <[EMAIL PROTECTED]> * Package name: stymulator Version : 0.21.dfsg Upstream Author : Grzegorz Tomasz Stanczyk <[EMAIL PROTECTED]> * URL : http://atariarea.krap.pl/stymulator/ * License : GPL Programming Lang: C Description : Curses based player and converter for the YM chiptune format STYMulator is an Open Source (GPL License) player which plays music files in the YM chiptune format. In particular the YM files are Yamaha YM2149 soundchip music datas (registers) dumped from the ATARI 16-bit computers. . The YM chiptune 'standard' has been introduced in the middle of 90's by Arnaud Carré aka Leonard/OXG. His sensational ST-Sound player has been released for Windows only. Ten years after the first ST-Sound creation he released ST-Sound library under GPL license. . STYMulator has a very simple terminal GUI. It has been written in pure ANSI C code with ncurses library. Sounds are generated through ALSA. . This package contains both ymplayer (curse based player) and ym2wav, a console YM to Wave converter. . Homepage: http://atariarea.krap.pl/stymulator/ -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (900, 'testing'), (400, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Bug#413735: ITP: mdk2 -- Destructive 802.11 wireless network hacking tool
Package: wnpp Severity: wishlist Owner: Adam Cecile <[EMAIL PROTECTED]> * Package name: mdk2 Version : 0.0.0+v33 Upstream Author : Pedro Larbig "ASPj" <[EMAIL PROTECTED]> * URL : http://homepages.tu-darmstadt.de/~p_larbig/wlan/ * License : GPL, needs to be confirmed Programming Lang: C Description : Destructive 802.11 wireless network hacking tool mdk2 is a tool designed to crash 802.11 wireless network. . It includes nice features like : * Bruteforce hidden SSIDs (small SSID wordlist included), * Probe networks for checking if they can hear you, * Authentication-DoS to freeze APs (with checking for success), * Beacon Flooding with channel hopping, * Disconnects everything found with DeAuth and DisAssoc packets. * WPA TKIP Denial-of-Service. . Homepage: http://homepages.tu-darmstadt.de/~p_larbig/wlan/ -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (900, 'testing'), (400, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#387385: ITP: shed -- Hex editor using ncurses, with a friendly pico-style interface
Package: wnpp Severity: wishlist Owner: Adam Cecile <[EMAIL PROTECTED]> * Package name: shed Version : 1.13 Upstream Author : Alex Sisson <[EMAIL PROTECTED]> * URL : http://shed.sourceforge.net/ * License : GPL Description : Hex editor using ncurses, with a friendly pico-style interface Shed (simple hex editor) is a ncurse based hex editor. . It includes the following features : - Displays each byte as ascii, hex, decimal, octal and binary. - Allows changes to be input in all of the above. - Simple Pico-style interface. - Search. - Dump to file. - Small memory requirments because file is not loaded into memory. - Can handle files up to 2Gb. . Homepage: http://shed.sourceforge.net/ -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (900, 'testing'), (400, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.17-2-686-aircrack Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]