This package contains a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage
would not really be high enough to warrant the use of a keyword,
and the size so small such that being individual extensions would
be wasteful.
Class::Data::Inheritable is for creating accessor/mutators to class
data. That is, if you want to store something about your class as
a whole (instead of about a single object). This data is then
inherited by your subclasses and can be overriden.
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason",
in which the Compiler, Lexer, Interpreter, Resolver, Component,
Buffer, and several other objects must create each other transparently,
passing the appropriate parameters to the right class, possibly
substituting their own subclass for any of these objects.
lopster-1.0.1 release is eternally broken, both server_t and metaserver
changes have led to a broken port. This version revives the port and will
be substituted for the release when it comes out. I am normally against
any dev version going into the ports tree, but in this case the code has
tested more stable then the release (probably due to metaserver framework
changes) and it provides a working port as opposed to a broken one. We
will rotate back to release when the author provides an update that solves
server side issues have been resolved as such. I tried to back patch the
1.0.1 release, and it would require a substantial rewrite.
Features:
+ threaded connection implementation (connect to multiple networks at once)
+ framework for supporting other protocols although opennap is all that seems
to work
+ patch-src_server_c is a back patch from cvs repo of napigator's changed url,
without it, none of this comes together.
Tested on macppc (me), i386 (jolan), sparc64 (brad@) -- ok dev on this
approach rather then breaking port, brad@.
from Wesley Griffin <wgriffin@jtan.com>
This module implements the Digital Signature Algorithm (DSA) using
a thin XS wrapper to the DSA functions in OpenSSL.
from Wesley Griffin <wgriffin@jtan.com>
This module is an XS perl module designed to provide basic RSA
functionality. It does this by providing a glue to the RSA functions
in the OpenSSL library.
Largely rewritten by Rudiger Kuhlmann includes support for version 8
of the protocol, internationalization, file transfer, etc. License
now GPL, see http://www.micq.org
From new maintainer David Krause
- cast NULL to (void *) in execl call to make sure it is 64 bit
on 64 bit address systems; per new gcc warning
- Respect ${SYSCONFDIR}, ${LOCALBASE}
- fix some formatting
---
The MigrationTools are a set of Perl scripts for migrating users,
groups, aliases, hosts, netgroups, networks, protocols, RPCs, and
services from existing nameservices (flat files, NIS, and NetInfo)
to LDAP.
WWW: http://www.padl.com/OSS/MigrationTools.html
A security vulnerability has been confirmed to exist in Apache Tomcat
4.0.x releases (including Tomcat 4.0.5), which allows to use a specially
crafted URL to return the unprocessed source of a JSP page, or, under
special circumstances, a static resource which would otherwise have been
protected by security constraint, without the need for being properly
authenticated. This is based on a variant of the exploit that was
disclosed on 09/24/2002.