Bug#760803: ITP: strip-nondeterminism -- tool for stripping non-determinism from files

2014-09-07 Thread Andrew Ayer
Package: wnpp
Severity: wishlist
Owner: Andrew Ayer 

* Package name: strip-nondeterminism
  Version : 0.001
  Upstream Author : Andrew Ayer 
* URL : 
https://anonscm.debian.org/cgit/reproducible/strip-nondeterminism.git
* License : GPL-3+
  Programming Lang: Perl
  Description : tool for stripping non-determinism from files

strip-nondeterminism is a tool to strip bits of non-deterministic
information, such as timestamps, from files.  It can be used as
a post-processing step to make a build reproducible, when the build
process itself cannot be made deterministic.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140908015844.13355.25439.report...@wagg.int.beanwood.com



Bug#742973: ITP: libndp -- Library for IPv6 Neighbor Discovery Protocol

2014-03-29 Thread Andrew Ayer
Package: wnpp
Severity: wishlist
Owner: Andrew Ayer 

* Package name: libndp
  Version : 1.2
  Upstream Author : Jiri Pirko 
* URL : http://libndp.org/
* License : GPL-2+
  Programming Lang: C
  Description : Library for IPv6 Neighbor Discovery Protocol

libndp is a library which provides an implementation of the IPv6 Neighbor
Discovery Protocol (NDP).  It allows userspace applications to easily
talk NDP, and could be used, for example, by a userspace implementation
of stateless address auto-configuration (SLAAC).


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140329155256.19862.52910.report...@wagg.int.beanwood.com



Bug#785346: ITP: git-crypt -- Transparent file encryption in Git

2015-05-14 Thread Andrew Ayer
Package: wnpp
Severity: wishlist
Owner: Andrew Ayer 

* Package name: git-crypt
  Version : 0.4.2
  Upstream Author : Andrew Ayer 
* URL : https://www.agwa.name/projects/git-crypt
* License : GPL3+ with OpenSSL linking exception
  Programming Lang: C++
  Description : Transparent file encryption in Git

git-crypt enables transparent encryption and decryption of files in
a git repository. Files which you choose to protect are encrypted when
committed, and decrypted when checked out. git-crypt lets you freely share
a repository containing a mix of public and private content. git-crypt
gracefully degrades, so developers without the secret key can still clone
and commit to a repository with encrypted files. This lets you store
your secret material (such as keys or passwords) in the same repository
as your code, without requiring you to lock down your entire repository.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150515035122.15317.65413.report...@wagg.int.beanwood.com



Bug#796401: ITP: disorderfs -- FUSE filesystem that introduces non-determinism

2015-08-21 Thread Andrew Ayer
Package: wnpp
Severity: wishlist
Owner: Andrew Ayer 

* Package name: disorderfs
  Version : 0.1.0
  Upstream Author : Andrew Ayer 
* License : GPL-3+
  Programming Lang: C++
  Description : FUSE filesystem that introduces non-determinism

disorderfs is an overlay FUSE filesystem that introduces non-determinism
into filesystem metadata.  For example, it can randomize the order
in which directory entries are read.  This is useful for detecting
non-determinism in the build process.