This is work-in-progress. Supplemental hooks will be added when they
become necessary.
The goal is to permit separate subsystems to tweak the package building
process slightly. This should help e.g., python or qt2, for instance.
Documentation will come when it's tested more thoroughly...
---
Date::Handler is a container for dates that holds all the methods
to transform itself from Timezone to Timezone and format itself.
Date::Handler is implemented in pure Perl using POSIX modules, it
encapsulates the environment variable TZ for it's time zone management
so you don't have to play with it externally in the implementation.
It uses operator overloading and Delta date objects to calculates
time differences.
Submitted by maintainer Joshua Stein <jcs@rt.fm>.
- Hostname panel can also display system name
- Move krells out of the way only if data is displayed in panels
- Bugfixes:
- Close open files before launching panel commands and net timer
command.
- Allow "owner" as well as "user" for fstab mounting.
- Added a Polish translation.
.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.