.orig leftovers before applying the local ones.
- Rename patches to make update-patches work.
prc-tools is still broken. new version 2.0 has binutils issues
Jesred is a redirector for the Squid proxy. It was derived from
Squirm 1.0 betaB and some parts of squid. Author claims that it's
about two or three times faster than original Squirm, and has some
added features.
MAINTAINER= Couderc Damien <couderc.damien@wanadoo.fr>
the 1.0.4 release and because the problem was later fixed in 1.0.5 (and
later versions). Here is a quote from the NEWS file about this issue:
--cut--
* WARNING: The semantics of --verify have changed to address a
problem with detached signature detection. --verify now ignores signed
material given on stdin unless this is requested by using a "-" as the
name for the file with the signed material. Please check all your
detached signature handling applications and make sure that they don't
pipe the signed material to stdin without using a filename together with
"-" on the the command line.
--cut--
The patch introduce a problem in the way verifying a signature returned
a value of 2 instead of 0 (when the signature was properly verified).
The symptom showed itself in mutt for example.
This problem was found by Anders Arnholm <anders@arnholm.nu>
markus@ asked me to commit this.
---
GnuPGInterface is a Python module to interface with GnuPG. It
concentrates on interacting with GnuPG via filehandles, providing
access to control GnuPG via versatile and extensible means.
CADUBI is an application written in Perl that allows you to
draw text-based images that are viewable on typical unix-based
consoles. Usually the applications that emulate these
consoles support various text modes, such as background and
foreground colors, bold, and inverse. This text art, commonly
called "ASCII art", is used in various places such as online
BBSes, email and login prompts.
MAINTAINER= Joshua Stein <jcs@rt.fm>
Maintainer : Maurice Nonnekes <maurice@amaze.nl>
---
psycopg is a PostgreSQL database adapter for the Python programming
language (just like pygresql and popy.) It was written from scratch
with the aim of being very small and fast, and stable as a rock.