pkgsrc/security
heinz 120c892176 Updated to version 0.14.
Pkgsrc changes:
  - Added support for installation to DESTDIR.
  - p5-Digest-SHA is a new requirement.

Changes since version 0.12:
===========================
0.14 February 14, 2005

   FIX: The introducion of the keytag warning triggered a bug with RSAMD5
        keys, causing RSAMD5 keys not to be loaded.

0.13 December 9, 2005

   FEAT: rt.cpan.org 14588
        Added support for passing (a reference to) an array of keys to the
	RRSIG verify function.

   FIX/FEAT:
	The Net::DNS::SEC::Private function will for RSA based keys verify if
	the keytag in the filename is actually correct.
	Since at parsing the value of the DNSKEY RR flags is not known we
	test against the currently defined flag values 256 and 257.

	If we cannot find a keytag match a warning is printed and Private
	key generation fails

        This inconsistency was spotted by Jakob Shlyter.

   FEAT: Added support for SHA256 to the DS RR. Assigned the expected
        digest type2 for SHA256 type hashes.

        Note that this makes the Net::DNS::SEC depend on Digest::SHA instead
        of Digest::SHA1.

        The default digest type is still set to 1.

        NB. The code makes assumptions about the IANA assignment of the
            digest type. The assignment may change. Do not use SHA256 in
	    production zones!!

   FIX: rt.cpan.org #15662
	Roy Arends noticed and patched the label counting did not ignore
        an initial asterisk label.

   FIX: Wes Hardaker noticed the default TTL values for created signatures to
        be different from the TTLs from the data that is being signed.

   FIX: Wes Hardaker reported there was a problem with validating
        RRsets that had ownernames with capitals.
	The fix depends on a fix in Net::DNS::RR that is available in
	version 0.53_03 or later of the Net::DNS distribution.


  FEAT: Propper dealing with mnemonics for algorithm and digest type
	added to DS

  FIX/FEAT: Mnemonics were written as RSA/MD5 and RSA/SHA1. This has been
        corrected tp RSASHA1 and RSAMD5, as in the IANA registry.

0.12_02 June 6, 2005 (beta 2 release for 0.13)

   Bug: new_from_hash would not correctly create the RR since internally
	typebm is used to store the data this has been fixed so that
        the following works

        Net::DNS::RR->new(name=>$name,
                    ttl=>$ttl,
                    type=>"NSEC",
                    nxtdname=>$nxtdname,
                    typelist=>join(" ",@types)
                   );

   FEAT: Introduced the "use bytes" pragma to force character interpretation
         of all the scalars. Any utf processing by perl makes the code behave
         unpredictable.

0.12_01 April 18, 2005. (beta release for version 0.13)

   FEAT (!!!): Changed the symantics of the Net::DNS::Keyset::verify method.
	 Read the perldoc for details. The requirement that each key in a
         keyset has to be selfsigned has been loosened.

   FEAT: Added a "carp" to the new methods of the NXT RR. Warning that
	 that record is depricated.

   FEAT: Cleaned the tests so that RRSIG and DNSKEY are used except for
         SIG0 based tests.

   FEAT: Changed the name of the siginceptation[SIC] to siginception.
	 Thanks Jakob Schlyter for notifying me of this mistyping.
	 An alias for the method remains available.

   FEAT: Renamed unset_sep() to clear_sep().


   NOTE: To avoid confusion the Net::DNS::SIG::Private class has been
         removed. Use Net::DNS::SEC::Private!

   DOC:  Added references to RFC 4033, RFC 4034 and RFC 4035. Rewrote parts
         of the perlpod.
2007-05-17 17:30:21 +00:00
..
AiCA Modify the pkginstall framework so that it manages all aspects of 2006-03-14 01:14:26 +00:00
aide Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
aide06 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
AiSSLtelnet Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
amap Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
amavis-perl Fixed PKGMANDIR and Perl interpreter. PKGREVISION++ 2006-11-12 02:56:41 +00:00
amavisd-new p5-Net is not needed anymore as ghen@ reported, bump PKGREVISION. 2007-05-10 12:58:27 +00:00
antonym give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
ap-modsecurity Sort PLIST 2006-10-21 12:59:20 +00:00
ap-modsecurity2 Update to 2.1.0 2007-03-18 10:35:13 +00:00
apg Use custom install rules to get user-destdir ready and most likely 2006-11-03 09:07:30 +00:00
arirang Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
audit-packages regen. 2006-12-23 09:35:01 +00:00
avcheck Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
base Update to 1.2.7 2007-02-17 19:18:24 +00:00
bcrypt Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
beecrypt Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
bitstir Made the package work for unprivileged users. Moved the man page to 2006-11-09 11:08:01 +00:00
botan pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev. 2007-02-22 19:30:02 +00:00
caff Update security/caff to 0.4.9 2007-01-15 21:34:43 +00:00
cfs Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
chkrootkit Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
courier-authlib Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
crack pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
crypto++ Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
CSP Rename "SITES_* to "SITES.*" for file-specific lists of sites from which 2006-07-27 18:48:02 +00:00
cvm Quell pkglint: add QMAILDIR to BUILD_DEFS. 2007-03-24 07:25:28 +00:00
cy2-anonymous Update security/cy2-* plugin packages to code from cyrus-sasl-2.1.21. 2006-04-18 17:42:12 +00:00
cy2-crammd5 Update security/cy2-* plugin packages to code from cyrus-sasl-2.1.21. 2006-04-18 17:42:12 +00:00
cy2-digestmd5 Update security/cy2-digestmd5 to code from cyrus-sasl-2.1.21. This 2006-04-18 17:41:51 +00:00
cy2-gssapi Update security/cy2-* plugin packages to code from cyrus-sasl-2.1.21. 2006-04-18 17:42:12 +00:00
cy2-ldapdb Import cy2-ldapdb version 2.1.22. 2006-11-25 13:35:25 +00:00
cy2-login Update security/cy2-* plugin packages to code from cyrus-sasl-2.1.21. 2006-04-18 17:42:12 +00:00
cy2-ntlm Update security/cy2-* plugin packages to code from cyrus-sasl-2.1.21. 2006-04-18 17:42:12 +00:00
cy2-otp Update security/cy2-* plugin packages to code from cyrus-sasl-2.1.21. 2006-04-18 17:42:12 +00:00
cy2-plain Update security/cy2-* plugin packages to code from cyrus-sasl-2.1.21. 2006-04-18 17:42:12 +00:00
cy2-sql Disable expressly database drivers which is not specified by option. 2006-10-22 09:25:58 +00:00
cyrus-sasl Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
cyrus-saslauthd Use md5.h in distfile instead of system provided file. 2006-11-13 15:47:14 +00:00
ddos-scan Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
destroy Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
dirb tv@ pointed out that curl-7.16.0 had a shlib major bump -- 2006-11-19 11:50:23 +00:00
dirmngr Updated embedded libassuan to 1.0.1 2007-05-12 11:19:18 +00:00
dropbear update to 0.49 2007-03-23 20:07:02 +00:00
dsniff buildlink updates and patches to handle the new libnet package structure 2007-02-18 18:54:23 +00:00
dsniff-nox11 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
EasyPG Fix PLIST. Bump revision. 2007-02-02 16:03:07 +00:00
egd Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
flawfinder Update to 1.27 2007-01-17 21:48:25 +00:00
fprot-workstation-bin Download URLs have moved, update MASTER_SITES. Fixes PR/35710. 2007-03-02 09:15:24 +00:00
fragroute Bump PKGREVISIONs to chase update of devel/libevent. 2007-04-25 16:39:40 +00:00
fsh List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-07 15:28:49 +00:00
fwbuilder These conflict with with libfwbuilder21 and fwbuilder21 because 2006-11-09 19:10:17 +00:00
fwbuilder21 Update fwbuilder and libfwbuilder to 2.1.10. 2007-03-24 18:37:19 +00:00
gnome-keyring update to 0.8.1 2007-04-10 18:30:05 +00:00
gnome-keyring-manager update to 2.18.0 2007-04-11 17:59:48 +00:00
gnu-crypto give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
gnupg update to 1.4.7, from Christian Gall per PR pkg/35940 2007-03-07 11:31:24 +00:00
gnupg2 Update to Version 2.0.4. Changes are not described in release announcement. 2007-05-12 11:08:31 +00:00
gnutls Update to 1.6.2: 2007-04-20 06:07:15 +00:00
gpa Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
gpass Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
gpg2dot Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
gpgme Fix build on DragonFly. 2007-03-25 00:48:08 +00:00
gpgme03 Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make 2007-01-17 03:11:18 +00:00
gsasl Update gsasl to 0.2.15, based on patch provided by PR 33638. 2006-12-09 14:06:13 +00:00
gss Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
gtk-systrace Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
hackbot Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
hashcash give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
heimdal Fixed the build on IRIX 6.5. 2007-02-20 10:17:14 +00:00
honeyd Bump PKGREVISIONs to chase update of devel/libevent. 2007-04-25 16:39:40 +00:00
honeyd-arpd Bump PKGREVISIONs to chase update of devel/libevent. 2007-04-25 16:39:40 +00:00
hydan Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
hydra devel/apr: 2007-01-24 19:46:45 +00:00
ike-scan pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
ipsec-tools Update to ipsec-tools 0.6.7. 2007-04-11 06:51:19 +00:00
isakmpd Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
jessie give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
john Update to john-1.7.2 and enable per-arch optimization for NetBSD and 2007-02-03 17:09:20 +00:00
keychain Updated security/keychain to 2.6.8 2007-01-14 08:32:32 +00:00
kssh Update icons location of KDE apps. Bump PKGREVISION 2007-01-26 04:25:46 +00:00
kth-krb4 Modular Xorg support. 2007-01-30 20:41:32 +00:00
libassuan Update to version 1.0.1. Changes not provided in release announcement. 2007-05-12 11:11:25 +00:00
libbf Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
libcrack Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
libdes Fix NO_MTREE. 2007-03-28 13:26:55 +00:00
libfwbuilder These conflict with with libfwbuilder21 and fwbuilder21 because 2006-11-09 19:10:17 +00:00
libfwbuilder21 Update fwbuilder and libfwbuilder to 2.1.10. 2007-03-24 18:37:19 +00:00
libgcrypt PR 36233: Make libgcrypt build on NetBSD/hp700. From David H. Gutteridge. 2007-04-28 17:46:21 +00:00
libgpg-error Remove share/common-lisp/source/gpg-error directory tree on deinstall. 2007-01-24 19:38:16 +00:00
libidea Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libident Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
libksba Make this package build on Darwin. Patch from Darwinports. 2007-01-11 00:02:53 +00:00
libksba04 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libmcrypt Changes 2.5.8: 2007-04-30 19:26:23 +00:00
libnasl Update to version 2.2.9 2006-12-17 21:06:22 +00:00
libprelude Update to 0.9.14. Changes: 2007-05-15 22:40:19 +00:00
libpreludedb Update to 0.9.12. Changes: 2007-04-09 12:48:09 +00:00
libssh Make this build on Darwin. 2007-02-25 00:57:54 +00:00
libtasn1 Update to 0.3.9: 2007-03-08 18:23:42 +00:00
libtcpa Quell pkglint: BUILD_DIRS doesn't need to be preceded by ${WRKSRC}. 2007-03-24 07:16:41 +00:00
logcheck Converted to the SUBST framework. 2006-06-16 09:20:32 +00:00
lsh Upgrade lsh to version 2 (from lsh2) and remove lsh2. 2007-04-01 21:26:48 +00:00
mcrypt Changes 2.6.5: 2007-04-30 19:28:34 +00:00
md4-collision Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
md5-collision Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
mhash Doesn't create subdirectory, premake. 2007-05-08 15:51:32 +00:00
mirrordir Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
mit-krb5 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
mixminion Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
msf Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
msu Update msu to 1.08: 2006-08-14 13:19:54 +00:00
msudir Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
MyPasswordSafe Modular Xorg support. 2007-01-13 00:16:40 +00:00
nessus Update to version 2.2.9 2006-12-17 21:06:22 +00:00
nessus-core Update to version 2.2.9 2006-12-17 21:06:22 +00:00
nessus-libraries Update to version 2.2.9 2006-12-17 21:06:22 +00:00
nessus-plugins Update to version 2.2.9 2006-12-17 21:06:22 +00:00
netramet Make this package build on platforms without native pcap. 2006-06-06 16:54:47 +00:00
nfsbug Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
nikto Minor pkglint cleanup, from Sergey Svishchev. 2007-03-08 19:25:32 +00:00
ocaml-ssl Added the buildlink3.mk file, which was requested in PR 36057. 2007-03-22 10:06:24 +00:00
opencdk Update to 0.5.13: 2007-02-05 22:59:00 +00:00
openpam Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
openssh Update openssh pacakge to 4.6.1. 2007-03-18 12:38:44 +00:00
openssh+gssapi Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
openssl Fix typo in "SUBST_MESSAGE.dl". 2007-05-03 14:23:42 +00:00
otpCalc Reimport optCalc-0.96 under its PKGNAME (from otpcalc before). 2007-03-25 06:12:29 +00:00
p0f Update to 2.0.8 2007-03-05 20:31:51 +00:00
p5-Authen-PAM Imported p5-Authen-PAM. 2007-03-15 12:18:29 +00:00
p5-Authen-SASL Update p5-Authen-SASL to 2.10. 2006-10-17 14:20:21 +00:00
p5-Authen-SASL-Cyrus Update path from cyrus-sasl2 to cyrus-sasl. 2006-04-13 21:45:12 +00:00
p5-Crypt-Blowfish Updated to version 2.10. 2006-09-10 13:44:28 +00:00
p5-Crypt-CAST5_PP Update to 1.04: 2007-02-22 11:57:11 +00:00
p5-Crypt-CBC Updated to version 2.19. 2006-09-10 13:04:46 +00:00
p5-Crypt-CipherSaber Update to 1.00: 2007-02-27 09:07:04 +00:00
p5-Crypt-DES Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Crypt-DES_EDE3 PKGREVISION should've been bumped, DEPENDS changed. 2006-02-15 13:46:10 +00:00
p5-Crypt-DH Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Crypt-DSA Update to 0.14: 2007-02-22 12:04:50 +00:00
p5-Crypt-GeneratePassword Add security/p5-Crypt-GeneratePassword version 0.03 2007-03-12 11:51:38 +00:00
p5-Crypt-IDEA Update to 1.08: 2007-02-22 12:07:34 +00:00
p5-Crypt-OpenPGP Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
p5-Crypt-OpenSSL-Bignum
p5-Crypt-OpenSSL-DSA Updated to version 0.13. 2006-02-15 22:08:19 +00:00
p5-Crypt-OpenSSL-Random
p5-Crypt-OpenSSL-RSA Updated to version 0.24. 2007-05-17 16:40:18 +00:00
p5-Crypt-PasswdMD5 Imported p5-Crypt-PasswdMD5. 2006-10-02 17:30:26 +00:00
p5-Crypt-Primes
p5-Crypt-Random Updated to version 1.25. 2006-02-12 01:50:05 +00:00
p5-Crypt-RandPasswd The self test sometimes ends in an endless loop. 2006-10-03 08:52:58 +00:00
p5-Crypt-Rijndael Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Crypt-RIPEMD160 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Crypt-RSA Added DESTDIR support. 2007-04-22 09:04:54 +00:00
p5-Crypt-SmbHash Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Crypt-SSLeay DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-Crypt-Twofish Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Data-SimplePassword Add missing p5-Crypt-Random depends, bump PKGREVISION 2007-03-12 09:58:10 +00:00
p5-Digest DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-Digest-BubbleBabble The package supports installation to DESTDIR. 2007-05-16 15:25:14 +00:00
p5-Digest-CRC give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
p5-Digest-Hashcash Updated to version 0.03. 2006-03-10 20:29:46 +00:00
p5-Digest-HMAC DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-Digest-MD2 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Digest-MD4 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Digest-MD5 DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-Digest-Nilsimsa Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Digest-SHA Updated to version 5.44. 2007-05-17 17:00:19 +00:00
p5-Digest-SHA1 DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-GnuPG-Interface Reassign to pkgsrc-users@; I no longer use Pine and thus don't use 2007-04-04 14:41:23 +00:00
p5-GSSAPI Initial import of p5-GSSAPI 0.21 2006-05-15 11:57:14 +00:00
p5-IO-Socket-SSL Update to 1.05: 2007-05-03 12:30:20 +00:00
p5-Module-Signature Update to 0.55: 2007-02-27 09:28:33 +00:00
p5-Net-DNS-SEC Updated to version 0.14. 2007-05-17 17:30:21 +00:00
p5-Net-SSH Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-SSLeay DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-SHA Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-String-Random String::Random is used to generate random strings. It was written to 2006-08-13 17:44:06 +00:00
p5-Tie-EncryptedHash As suggested by Joerg Sonnenberger, replaced CHECK_INTERPRETER_SKIP 2007-04-22 09:00:21 +00:00
pakemon buildlink updates and patches to handle the new libnet package structure 2007-02-18 18:54:23 +00:00
PAM pkgsrc added --without-libcrack to CONFIGURE_ARGS if libcrack is missing 2006-10-10 03:20:48 +00:00
pam-af Import pam_af version 1.0.1. 2007-01-08 05:49:01 +00:00
pam-dbm Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
pam-ldap Update pam-ldap to 183. 2007-01-15 03:24:03 +00:00
pam-mysql Uses C++. 2006-05-16 14:34:44 +00:00
pam-pwauth_suid Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
pam-radius This is the PAM to RADIUS authentication module. It allows any PAM-capable 2006-10-10 14:38:01 +00:00
pflkm Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
pgp2 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
pgp5 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
pgpdump Update security/pgpdump to 0.25 applying patch by PR pkg/34701 from 2006-10-03 04:18:33 +00:00
pgpenvelope Reassign to pkgsrc-users@; I no longer use Pine and thus don't use 2007-04-04 14:41:23 +00:00
php-mcrypt Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php-mhash Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pinentry Don't include x11.b3.mk by default, esp when no GTK/Qt support is 2007-02-02 00:20:06 +00:00
pinepgp Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
pks Modify packages that set PKG_USERS and PKG_GROUPS to follow the new 2006-04-23 00:12:35 +00:00
portsentry Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
prelude-lml Update to 0.9.9. Changes: 2007-05-12 10:00:35 +00:00
prelude-manager Update to 0.9.8. Changes: 2007-05-12 12:50:22 +00:00
priv Honor PKGMANDIR. 2007-03-20 17:04:13 +00:00
prngd Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
pscan Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
putty Follow the HTTP redirection. 2007-03-21 13:18:45 +00:00
pwsafe Modular Xorg support for option X11. 2007-01-30 20:53:24 +00:00
py-amkCrypto Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-crack Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
py-cryptkit Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
py-gnupg allow any Python >=21 2006-03-31 14:33:14 +00:00
py-gnutls Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
py-m2crypto Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
py-mcrypt Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
py-OpenSSL Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
py-paramiko The yield syntax used in one of the modules is not supported by 2006-07-11 00:21:17 +00:00
py-prewikka Needs msgfmt. 2007-04-17 13:13:42 +00:00
py-SSLCrypto Initial import of py-SSLCrypto-0.1.1 into the Packages Collection. 2007-05-05 00:03:54 +00:00
py-tlslite Initial import of py-tlslite 0.3.8. 2007-02-28 05:34:25 +00:00
pyca Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
qca Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
qca-tls Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
qident Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev. 2006-10-28 21:29:47 +00:00
rainbowcrack pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
rats Added a patch that calls closedir() after scanning a directory. Now RATS 2007-01-18 22:55:19 +00:00
rc5des Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
rid Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
rsaref Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
ruby-password Use RUBY_DLEXT as a file name extension of a loadable module. 2006-04-05 18:54:26 +00:00
ruby-tcpwrap Sort PLIST. 2006-09-07 15:51:25 +00:00
sbd Initial import of sbd-0.5 into the Packages Collection. 2007-05-10 18:18:16 +00:00
scanssh Bump PKGREVISIONs to chase update of devel/libevent. 2007-04-25 16:39:40 +00:00
seahorse update to 1.0.1 2007-04-11 21:48:02 +00:00
seahorse-gedit update to 1.0.1 2007-04-11 21:48:02 +00:00
seahorse-nautilus update to 1.0.1 2007-04-11 21:48:02 +00:00
secpanel Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
sfs Add a cast to appease gcc4. 2007-05-13 16:13:10 +00:00
sign Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
skey Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
smimemsg Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
smtpd pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
sniff Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
snortsnarf Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
srm
srp_client Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
ssh-askpass - fine grained X11 dependencies for packages which have either USE_IMAKE 2006-12-27 13:37:35 +00:00
ssh-ip-tunnel
ssh2 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
ssldump Don't include both net/bpf.h and pcap.h on DragonFly. 2006-05-12 09:54:52 +00:00
sslwrap Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
starttls Import starttls 0.10, based on PR 29467 by FUKAUMI Naoki. 2006-11-18 16:09:12 +00:00
steghide Reset maintainer, email bounced with: 2006-08-13 23:32:22 +00:00
stunnel Change default pid file from /var/run/stunnel/stunnel.pid to /var/run/stunnel.pid 2007-01-23 21:53:58 +00:00
sudo Try fixing PLIST for Darwin. 2007-03-18 18:58:07 +00:00
systrace-policies Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tacshell Convert to pkginstall framework. Bump PKGREVISION. 2006-02-20 23:05:27 +00:00
tcl-tls Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
tcp_wrappers Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
tct Handle NetBSD-3.x the same as NetBSD-2.x. Fix pkglint warning. 2006-03-01 22:48:05 +00:00
tkpasman Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tripwire Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
uvscan Fixed PKGMANDIR. 2006-11-12 02:22:44 +00:00
xmlsec1 Explicitly specify where to find openssl. Otherwise, the configure script 2007-01-03 03:06:13 +00:00
yafic yafic is Yet Another File Integrity Checker, similar to programs like 2006-10-16 09:14:38 +00:00
zebedee Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
Makefile Remove some GNOME1 packages that are unmaintained upstream and/or in 2007-05-13 14:39:15 +00:00