pkgsrc/security
heinz 6b57ac466e Updated to version 1.03
Adapted to buildlink3
No INTERACTIVE_STAGE anymore

Changes sinces 0.17
===================

1.03 2002.12.09
    - Makefile.PL now uses ExtUtils::AutoInstall. Thanks to Autrijus Tang
      for the note.
    - SIGNATURE file now included with distribution.
    - Added --version to bin/pgplet, which lists supported ciphers, digests,
      etc., along with version information.
    - Added Crypt::OpenPGP::KeyBlock::save_armoured, to save an armoured
      version of the keyblock (useful for exporting public keys).
    - encrypt and verify no longer fail if there are no public keyrings,
      in case lookup in a keyserver is desired.
    - Added Crypt::OpenPGP::Digest::supported and
      Crypt::OpenPGP::Cipher::supported.
    - Fixed bug where signed cleartext has \r characters in the header.

1.02 2002.10.12
    - encrypt and verify now support auto-retrieval of public keys from
      an HKP keyserver, if the keys are not found in the local keyring.
    - Added support for the SHA-1 integrity checks on secret keys used
      by gnupg 1.0.7. Thanks to Chip Turner for the spot.
    - Added a --local-user|-u option to bin/pgplet to support using a
      different secret key for signing. Thanks to Joseph Pepin for the
      patch.
    - new() now accepts Crypt::OpenPGP::KeyRing objects for the PubRing
      and SecRing parameters.
    - Fixed a bug in decrypt where passing in a "Key" param to decrypt a
      message encrypted to multiple recipients did not work. Thanks to
      rdailey for the spot.
    - ElGamal self-signatures no longer cause an error.
    - Added LWP::UserAgent and URI::Escape to prereqs, for keyserver.
    - Added Crypt::OpenPGP::Signature::digest accessor. Thanks to Bob
      Mathews for the patch.

1.01 2002.07.15
    - Added Crypt::OpenPGP::handle, a DWIM wrapper around the other
      high-level interface methods. Given data, it determines whether the
      data needs to be decrypted, verified, or both. And then it does what
      it's supposed to do.
    - Added Crypt::OpenPGP::Signature::timestamp to return the created-on
      time for a signature. Also, Crypt::OpenPGP::decrypt and
      Crypt::OpenPGP::verify now return the Crypt::OpenPGP::Signature object
      if called in list context (and, in the case of decrypt, if there is
      a signature). Thanks to Erik Arneson for the patches.
    - Fixed a bug in decrypt with uncompressed encrypted signed data.
      Thanks to Erik Arneson for the spot.
    - Fixed a bug in Crypt::OpenPGP::Message with clearsigned messages, if
      the text and signature were contained in a block of text containing
      more PGP messages/signatures.
    - Fixed a nasty, evil, stupid compatibility bug with canonical text.
      Namely, pgp2 and pgp5 do not trim trailing whitespace from "canonical
      text" signatures, only from cleartext signatures. This was causing
      invalid signatures which should not have been invalid. Thanks to
      Erik Arneson for the spot.
    - Added Crypt::OpenPGP::KeyServer, which does lookups against an HKP
      keyserver.

1.00 2002.02.26
    - CAST5 is now supported thanks to Crypt::CAST5_PP from Bob Mathews.
    - bin/pgplet now supports encrypting and decrypting symmetrically-
      encrypted messages.
    - The PassphraseCallback argument to Crypt::OpenPGP::decrypt can now
      be used to supply a callback for symmetrically-encrypted packets,
      as well as public-key-encrypted packets.
    - Fix a bug with encrypted, signed text--the signature was being
      armoured, which led to errors from the process trying to decrypt and
      verify.
    - Fix a bug with symmetric-encrypted session keys w/r/t generation for
      PGP2--PGP2 doesn't understand symmetric-encrypted session keys, so we
      need to leave them out when Compat is PGP2. Also, we need to use the
      'Simple' S2k rather than the default, 'Salt_Iter'.
    - Fix a key generation bug where GnuPG will not import generated public
      keys, because the self-signature is invalid; signature needs to be on
      key data *and* user ID. Thanks to Joel Rowles for the spot.
    - Fix bug in ElGamal encryption and k generation.

0.18  2002.01.29
    - Added IsPacketStream parameter to Crypt::OpenPGP::Message; this turns
      off armour detection when initializing the message, and can be used
      when you *know* that the message is a stream of packets, and not an
      ASCII-armoured stream of packets.
    - When unarmouring, remove \r characters from the armoured text end
      of lines.
    - Added Crypt::OpenPGP::KeyRing::save method. Thanks to Ben Xain for
      the idea and a patch.
    - Added compatibility with symmetric-key-encrypted files that do not
      have a symmetric-key session key packet. The assumption with these
      encrypted messages is that they are PGP2-encrypted, using the IDEA
      cipher, MD5 digests, and a Simple s2k. So that is how the fix has
      been implemented. Thanks to Ben Xain for the bug report.
    - Win32 fixes: use binmode when reading files that might be binary.
    - Added --symmetric and --digest options to Makefile.PL to set
      symmetric and digest algorithms when using --sdk.
    - Fixed subkey IDs in list-keys with bin/pgplet.
    - Check for errors when reading keyring.
2004-03-07 03:28:44 +00:00
..
AiCA COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
aide COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
aide06 Avoid some dodgy string pasting - makes this compile with gcc3. 2003-12-19 12:34:30 +00:00
AiSSLtelnet Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
amavis COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
amavis-perl s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
apg s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
arirang s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
audit-packages Update security/audit-packages to 1.29. Changes from version 1.28 include 2004-02-09 03:56:34 +00:00
avcheck Work around non-termination of the build when using Solaris sed. 2003-10-02 09:50:26 +00:00
beecrypt LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs 2004-02-14 17:21:49 +00:00
bitstir whitespace fixes 2003-09-01 10:13:08 +00:00
cfs Convert the rc.d script to the rc.subr framework and use RCD_SCRIPTS from 2003-07-31 10:05:52 +00:00
chkrootkit Import chkrootkit from pkgsrc-wip. Packaged by Adrian Portelli and 2004-02-17 15:33:52 +00:00
crack Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
cy-login PKGLIBTOOL and PKGSHLIBTOOL are no more. 2004-02-08 03:00:29 +00:00
cy2-login Add a note to cyrus-sasl2/Makefile.common about which package Makefiles 2004-02-14 14:43:51 +00:00
cy2-ntlm Add a note to cyrus-sasl2/Makefile.common about which package Makefiles 2004-02-14 14:43:51 +00:00
cyrus-sasl replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:00:22 +00:00
cyrus-sasl2 Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
cyrus-saslauthd If we're using the LDAP authentication backend, we pull in <sasl/sasl.h>, 2004-02-19 07:11:16 +00:00
ddos-scan COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
destroy Correct a minor mistake in previous commit, to actually get it 2004-01-23 23:45:55 +00:00
dropbear replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:00:22 +00:00
dsniff Allow this to build and run with OpenSSL >= 0.9.7 (des -> DES API changes). 2003-10-29 18:10:10 +00:00
egd s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
flawfinder Update to 1.24: 2004-02-14 14:21:17 +00:00
fortify Update a mirror site URL; might fix bulk build. 2003-11-11 07:55:14 +00:00
fprot-workstation-bin Update fprot-workstation-bin to version 4.3.3. 2004-02-10 14:21:38 +00:00
fragroute Remove forgotten patch from last commit (what it did is now in patch-ac). 2004-02-07 10:52:08 +00:00
fressh Make the package build when using gcc 3.3. 2003-10-31 23:38:46 +00:00
fsh USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
gnupg Make build on m68kelf, and honour M68060 variable for quite a bit 2004-03-01 19:12:25 +00:00
gnutls Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
gpa bl3ify and add explicit dependency on pkgconfig. 2004-02-25 19:15:44 +00:00
gpg2dot this package doesn't use a compiler, so USE_LANGUAGES= # empty 2004-02-24 13:49:29 +00:00
gpgme Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
gpgme03 Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
gsasl Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
gss Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
gtk-systrace Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
hackbot Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
heimdal Let the rc.d script start kdc detached, as is the default for 2004-02-23 12:35:11 +00:00
ike-scan MAINTAINER should be tech-pkg@NetBSD.org instead of packages@netbsd.org. 2004-02-28 15:29:20 +00:00
isakmpd Get rid of -DNO_RSA in CFLAGS. This causes newer openssl headers to 2003-12-30 15:57:53 +00:00
john Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
keychain Updated keychain to 2.0.3 2003-07-18 03:59:49 +00:00
kssh USE_LANGUAGES= c c++. 2004-02-25 22:16:23 +00:00
kth-krb4 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs 2004-02-14 17:21:49 +00:00
libbf Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
libcrack Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
libdes Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
libgcrypt Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
libgpg-error Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
libidea Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
libident s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
libksba Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
libksba04 Make ksba-config --libs emit the runtime linker search path. 2004-01-25 22:29:50 +00:00
libmcrypt LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs 2004-02-14 17:21:49 +00:00
libnasl Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
libtasn1 Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
libtcpa Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
logcheck Master site has moved to sourceforge. 2004-01-22 10:11:49 +00:00
lsh USE_GNU_TOOLS should be appended to with += 2004-02-14 22:41:17 +00:00
mcrypt LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs 2004-02-14 17:21:49 +00:00
mhash LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs 2004-02-14 17:21:49 +00:00
mirrordir COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
msu s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
msudir s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
nessus Upgrade nessus and friends to 2.0.9. 2003-11-08 07:40:17 +00:00
nessus-core Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
nessus-libraries LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs 2004-02-14 17:21:49 +00:00
nessus-plugins Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
netramet Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
nfsbug bl3ify 2004-02-22 19:30:52 +00:00
nikto Initial import of nikto-1.32 from pkgsrc-wip, packaged by Adrian Portelli. 2003-12-05 17:45:23 +00:00
opencdk Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
openssh Force manual pages installation, because some systems like IRIX will 2004-02-21 06:26:41 +00:00
openssh+gssapi Don't set LD=${CC} globally, but only pass it to CONFIGURE_ENV, which is 2004-02-07 23:58:49 +00:00
openssl include mk/compiler.mk before testing ${CC} 2004-02-29 00:36:45 +00:00
otpcalc replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:00:22 +00:00
p0f Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
p5-Authen-SASL Whitespace. 2003-09-09 09:59:29 +00:00
p5-Authen-SASL-Cyrus Remove reference to wip. (hi xtraeme!) 2003-09-09 09:58:11 +00:00
p5-Crypt-Blowfish COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
p5-Crypt-CAST5_PP Initial import of Crypt::CAST5_PP. 2004-02-25 00:25:02 +00:00
p5-Crypt-CBC Updated to version 2.08 2004-02-22 16:54:56 +00:00
p5-Crypt-DES s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
p5-Crypt-DES_EDE3 Taking maintainership. 2004-02-24 22:26:28 +00:00
p5-Crypt-DSA Adapted to buildlink3. 2004-02-24 23:34:59 +00:00
p5-Crypt-IDEA Updated to version 1.02. 2004-02-22 17:07:18 +00:00
p5-Crypt-OpenPGP Updated to version 1.03 2004-03-07 03:28:44 +00:00
p5-Crypt-OpenSSL-Bignum Import of p5-Crypt-OpenSSL-Bignum. 2003-12-03 21:50:20 +00:00
p5-Crypt-OpenSSL-DSA Import of p5-Crypt-OpenSSL-DSA. 2003-12-03 22:07:21 +00:00
p5-Crypt-OpenSSL-Random Import of p5-Crypt-OpenSSL-Random. 2003-12-03 21:56:36 +00:00
p5-Crypt-OpenSSL-RSA Convert to buildlink3. 2004-02-18 21:57:35 +00:00
p5-Crypt-Primes Updated to version 0.50. 2004-02-22 22:24:38 +00:00
p5-Crypt-Random Updated to version 1.13. 2004-02-22 22:18:10 +00:00
p5-Crypt-Rijndael COMMENT should start with a capital letter. 2003-07-21 17:20:17 +00:00
p5-Crypt-RIPEMD160 Added HOMEPAGE and adapted to buildlink3. 2004-02-24 23:09:42 +00:00
p5-Crypt-RSA Updated to version 1.50. 2004-02-24 23:05:08 +00:00
p5-Crypt-Twofish Added HOMEPAGE and adapted to buildlink3. 2004-02-24 22:29:40 +00:00
p5-Digest bl3ify 2004-01-12 15:59:35 +00:00
p5-Digest-BubbleBabble Import of Digest::BubbleBabble 0.1 2003-12-03 19:53:28 +00:00
p5-Digest-Hashcash Initial import of the Digest::Hashcash Perl module. 2003-12-28 01:07:58 +00:00
p5-Digest-HMAC bl3ify 2004-01-05 22:16:24 +00:00
p5-Digest-MD2 Update to version 2.03 2003-12-10 22:00:28 +00:00
p5-Digest-MD4 Add HOMEPAGE 2003-12-10 21:56:21 +00:00
p5-Digest-MD5 bl3ify 2004-01-05 22:16:24 +00:00
p5-Digest-Nilsimsa Remove redundant TEST_TARGET definition that matches the default one in 2003-09-13 06:22:49 +00:00
p5-Digest-SHA1 bl3ify 2004-01-05 22:16:24 +00:00
p5-IO-Socket-SSL bl3ify 2004-01-05 22:16:24 +00:00
p5-Net-DNS-SEC USE_PKGINSTALL instead of including bsd.pkg.install.mk and get rid of 2004-01-31 21:12:23 +00:00
p5-Net-SSLeay bl3ify 2004-01-05 22:16:24 +00:00
p5-SHA COMMENT should start with a capital letter. 2003-07-21 17:20:17 +00:00
p5-SSLeay PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
p5-Tie-EncryptedHash COMMENT should start with a capital letter. 2003-07-21 17:20:17 +00:00
pakemon Bump PKGREVISION after libnids update. 2003-10-28 16:59:14 +00:00
PAM Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the 2004-02-18 16:35:27 +00:00
pam-ldap patch-ab for previous distinfo commit 2003-11-05 13:10:27 +00:00
pam-smbpass Use correct Makefile.common 2004-01-12 07:59:28 +00:00
pgp2 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
pgp5 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
pgpdump Update pgpdump pacakge to 0.22. 2004-01-23 14:49:35 +00:00
php4-mcrypt appears the CONFIGURE_ENV+= MCRYPT_DIR=... isn't necessary anymore - it 2003-09-01 16:28:51 +00:00
php4-mhash Update PHP to final 4.3.3 2003-08-31 19:55:21 +00:00
php4-openssl PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
pinepgp Initial import of PinePGP into pkgsrc: 2003-12-08 17:44:49 +00:00
pks s/it's/its/ 2004-01-20 22:15:21 +00:00
portsentry Fix build problem with gcc 3.X. 2004-01-26 11:16:11 +00:00
priv Update to priv-1.0-beta2. 2004-03-04 02:57:00 +00:00
pscan s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
py-amkCrypto PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
py-cryptkit Needs USE_BUILDLINK2 to get dependency on python correctly 2003-09-18 04:17:12 +00:00
py-gnupg Add USE_BUILDLINK2 so this picks up a proper depend 2003-09-21 09:39:21 +00:00
py-gnutls Bump PKGREVISION due to libtasn1 and gnutls updates. 2004-03-01 15:19:41 +00:00
py-m2crypto Update to version 0.12, include new homepage and thusly fix problem seen 2004-01-11 19:06:46 +00:00
py-OpenSSL Import py-OpenSSL from pkgsrc-wip. Packaged by mjasm at users dot 2004-02-19 01:18:52 +00:00
pyca PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
qident s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
racoon Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rats bl3ify; fixes build on Solaris with SunPro. 2004-01-28 11:35:00 +00:00
rc5des Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rid This needs libpcap. Do not bump revision since the package does not change 2003-09-23 13:15:17 +00:00
rsaref Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
ruby-acl s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
ruby-digest Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ruby-openssl Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ruby-tcpwrap Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
scanssh Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
seahorse bl3ify and use pkgsrc intltool. 2004-02-20 13:08:21 +00:00
sfs In the new compiler selection framework, GCC_REQD is appended to, not 2004-02-01 01:43:28 +00:00
skey no need to include perl5/buildlink2.mk, in fact, it breaks 2004-01-28 02:52:43 +00:00
smimemsg Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
smtpd move CFLAGS and LD_LIBS to pkgsrc Makefile and clean up install 2004-02-08 14:27:35 +00:00
sniff Sniff needs to depend on the libpcap package on non-NetBSD systems, so 2003-10-06 07:53:04 +00:00
snortsnarf s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
srm Initial import of srm, version 1.2.8 into the NetBSD Package Collection, 2004-03-01 09:43:06 +00:00
srp_client fix HOMEPAGE 2003-09-19 02:02:07 +00:00
ssh This package uses X11 includes/libraries, so USE_X11 must be "yes" for 2004-02-23 03:51:47 +00:00
ssh-askpass s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
ssh-ip-tunnel
ssh2 From the log for rev. 1.1260 of bsd.pkg.mk: 2004-01-07 02:21:16 +00:00
ssh2-nox11 Initial import of ssh2-nox11 into the NetBSD Packages Collection. 2003-05-10 10:05:50 +00:00
ssldump replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:00:22 +00:00
sslwrap link against socket libs on Solaris. 2004-02-08 13:44:12 +00:00
stunnel Updated stunnel to 4.05 2004-02-16 11:48:38 +00:00
sudo bl3ify 2004-01-05 11:28:07 +00:00
tcp_wrappers include <sys/types.h> before <sys/socket.h>, allowing this to build 2004-02-10 09:17:22 +00:00
tct Make PLIST work if different perl version is used (version was hard-coded 2004-01-06 17:28:16 +00:00
tkpasman PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
tripwire don't override variables which pkgsrc already sets in MAKE_ENV. 2004-02-08 13:36:20 +00:00
uvscan Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
winbind This package should try to build samba2 if it needs a samba package 2004-01-13 20:45:50 +00:00
xdm-krb4 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
zebedee replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:00:22 +00:00
Makefile Enable and note addition of srm version 1.2.8. 2004-03-01 09:45:31 +00:00