Index: head/security/pgp5/pkg-descr =================================================================== --- head/security/pgp5/pkg-descr (revision 93392) +++ head/security/pgp5/pkg-descr (nonexistent) @@ -1,20 +0,0 @@ -This is PGP 5.0, a significant step forward from 2.6.* - -CHANGES: - -There are a number of large changes from the 2.6.2 distribution. Most -notable is that the command line has changed substantially. See -the pgp(1) man page for a discussion of how to use the new command -line. - -Also, to allow easy interoperation with older versions on the same -system, a number of filename changes have been made. - -NEW FEATURES: - -PGP 5.0 contains support for new encryption methods (most notably -DSS/Diffie-Hellman), and built-in keyserver support. Also, the -command line has been redesigned to be more Unix and scripting -friendly. - -WWW: http://www.pgpi.com/ Property changes on: head/security/pgp5/pkg-descr ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.4 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/pgp5/distinfo =================================================================== --- head/security/pgp5/distinfo (revision 93392) +++ head/security/pgp5/distinfo (nonexistent) @@ -1 +0,0 @@ -MD5 (pgp50i-unix-src.tar.gz) = 7a01203f0053aa78a781367461d52187 Property changes on: head/security/pgp5/distinfo ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.10 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/pgp5/pkg-plist =================================================================== --- head/security/pgp5/pkg-plist (revision 93392) +++ head/security/pgp5/pkg-plist (nonexistent) @@ -1,14 +0,0 @@ -bin/pgp5 -@exec ln -fs %D/%F %B/pgpe -@exec ln -fs %D/%F %B/pgps -@exec ln -fs %D/%F %B/pgpv -@exec ln -fs %D/%F %B/pgpo -@unexec rm %B/pgpe -@unexec rm %B/pgps -@unexec rm %B/pgpv -@unexec rm %B/pgpo -bin/pgpk -lib/libbn.a -lib/libpgp.a -lib/libpgptty.a -lib/libsimple.a Property changes on: head/security/pgp5/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.7 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/pgp5/Makefile =================================================================== --- head/security/pgp5/Makefile (revision 93392) +++ head/security/pgp5/Makefile (nonexistent) @@ -1,33 +0,0 @@ -# New ports collection makefile for: pgp5 -# Date created: 10 Feb 1998 -# Whom: markm -# -# $FreeBSD$ -# - -PORTNAME= pgp -PORTVERSION= 5.0i -PORTREVISION= 1 -CATEGORIES= security -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/5.0/unix/ \ - ftp://ftp.doc.ic.ac.uk/pub/Mirrors/ftp.ifi.uio.no/pub/pgp/5.0/unix/ -DISTNAME= pgp50i -EXTRACT_SUFX= -unix-src.tar.gz - -MAINTAINER= markm@FreeBSD.org -COMMENT= Public-Key encryption for the masses - -# Begin de-orbit burn -BROKEN= "Old and unmaintained" - -WRKSRC= ${WRKDIR}/${DISTNAME}/src -GNU_CONFIGURE= yes -USE_PERL5= yes - -MAN1= pgp5.1 pgpe.1 pgpk.1 pgps.1 pgpv.1 -MAN5= pgp.cfg.5 -MAN7= pgp-integration.7 pgp-intro.7 - -LATEST_LINK= pgp5 - -.include Property changes on: head/security/pgp5/Makefile ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.41 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/security/pgp5/files/patch-aa =================================================================== --- head/security/pgp5/files/patch-aa (revision 93392) +++ head/security/pgp5/files/patch-aa (nonexistent) @@ -1,19 +0,0 @@ -*** lib/pgp/utils/pgpFileType.c.bak Sun Aug 10 04:44:33 1997 ---- lib/pgp/utils/pgpFileType.c Sat Apr 18 22:40:56 1998 -*************** -*** 185,191 **** - pgpFileTypeBinary(char const *lang, byte const *buf, unsigned len) - { - unsigned highlimit; -! char c; - - if (!len) - return 1; /* empty file or error, not a text file */ ---- 185,191 ---- - pgpFileTypeBinary(char const *lang, byte const *buf, unsigned len) - { - unsigned highlimit; -! unsigned char c; - - if (!len) - return 1; /* empty file or error, not a text file */ Property changes on: head/security/pgp5/files/patch-aa ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/pgp5/files/patch-ab =================================================================== --- head/security/pgp5/files/patch-ab (revision 93392) +++ head/security/pgp5/files/patch-ab (nonexistent) @@ -1,21 +0,0 @@ ---- man/Makefile.in.orig Sat Feb 7 21:54:57 1998 -+++ man/Makefile.in Sun Feb 14 14:56:52 1999 -@@ -6,11 +6,16 @@ - # $Id: Makefile.in,v 1.3.2.4.2.1 1997/08/27 03:57:21 quark Exp $ - # - --MAN1=pgp.1 pgpe.1 pgpk.1 pgps.1 pgpv.1 -+# Change this to pgp5 if you want old and new versions in parallel -+INSTPGP=pgp5 -+MAN1=$(INSTPGP).1 pgpe.1 pgpk.1 pgps.1 pgpv.1 - MAN5=pgp.cfg.5 - MAN7=pgp-integration.7 pgp-intro.7 - --install:: -+$(INSTPGP).1: pgp.1 -+ $(LN_S) ${.OODATE} ${.TARGET} -+ -+install:: $(INSTPGP).1 - if test 'x$(MAN1)' != x; then \ - if test ! -d $(DESTDIR)$(mandir)/man1; then \ - mkdir -p $(DESTDIR)$(mandir)/man1; \ Property changes on: head/security/pgp5/files/patch-ab ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/pgp5/files/patch-ac =================================================================== --- head/security/pgp5/files/patch-ac (revision 93392) +++ head/security/pgp5/files/patch-ac (nonexistent) @@ -1,30 +0,0 @@ ---- apps/pgp/Makefile.in.orig Sat Feb 7 21:54:56 1998 -+++ apps/pgp/Makefile.in Sun Feb 14 13:59:04 1999 -@@ -7,7 +7,9 @@ - # - - PROG = pgp --INSTALLPROGS = $(PROG) -+# Set this to "pgp5" if you want the keep old and new versions in parallel -+INSTPGP = pgp5 -+INSTALLPROGS = - - COMMON=../common - LOCALINCLUDES = -I$(COMMON) -I$(srcdir)/$(COMMON) -@@ -21,11 +23,11 @@ - - install:: $(PROG) - ( \ -- $(INSTALL) -m 755 pgp $(DESTDIR)$(bindir); \ -+ $(INSTALL) -m 755 pgp $(DESTDIR)$(bindir)/$(INSTPGP); \ - cd $(DESTDIR)$(bindir); \ - $(RM) pgpe pgps pgpv pgp_old; \ -- $(LN_S) pgp pgpe; \ -- $(LN_S) pgp pgps; \ -- $(LN_S) pgp pgpv; \ -- $(LN_S) pgp pgpo \ -+ $(LN_S) $(INSTPGP) pgpe; \ -+ $(LN_S) $(INSTPGP) pgps; \ -+ $(LN_S) $(INSTPGP) pgpv; \ -+ $(LN_S) $(INSTPGP) pgpo; \ - ) Property changes on: head/security/pgp5/files/patch-ac ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/pgp5/files/patch-ad =================================================================== --- head/security/pgp5/files/patch-ad (revision 93392) +++ head/security/pgp5/files/patch-ad (nonexistent) @@ -1,20 +0,0 @@ ---- lib/pgp/include/pgpUsuals.h.orig Sun Sep 19 16:40:16 1999 -+++ lib/pgp/include/pgpUsuals.h Sun Sep 19 16:41:51 1999 -@@ -48,11 +48,17 @@ - * will choke lesser preprocessors (like 0xffffffffffffffff) unless - * we're reasonably certain that they'll be acceptable. - */ -+#if defined(__FreeBSD__) && defined(__alpha__) -+typedef unsigned long word64; -+typedef long int64; -+#define HAVE64 1 -+#else - #if ULONG_MAX > 0xfffffffful - #if ULONG_MAX == 0xfffffffffffffffful - typedef ulong bnword64; - #define BNWORD64 bnword64 - #define HAVE64 1 -+#endif - #endif - #endif - Property changes on: head/security/pgp5/files/patch-ad ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.4 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/pgp5/files/patch-ae =================================================================== --- head/security/pgp5/files/patch-ae (revision 93392) +++ head/security/pgp5/files/patch-ae (nonexistent) @@ -1,19 +0,0 @@ ---- lib/pgp/random/pgpRndPool.c.orig Sat Aug 9 14:45:13 1997 -+++ lib/pgp/random/pgpRndPool.c Sun Jan 9 12:23:07 2000 -@@ -292,13 +292,14 @@ - * safely underestimated if desired, if a 64-bit product is difficult to - * compute. - * --* The simplest snd safest definition is -+* The simplest and safest definition is - * #define UMULH_32(r,a,b) (r) = 0 - */ - #ifndef UMULH_32 - #if defined(__GNUC__) && defined(__i386__) - /* Inline asm goodies */ --#define UMULH_32(r,a,b) __asm__("mull %2" : "=d"(r) : "%a"(a), "mr"(b) : "ax") -+/* WAS: #define UMULH_32(r,a,b) __asm__("mull %2" : "=d"(r) : "%a"(a), "mr"(b) : "ax") */ -+#define UMULH_32(r,a,b) __asm__("mull %2" : "=d"(r), "=a"(a)/*unused, but needed due to new clobberlist restrictions*/ : "%1"(a), "mr"(b)) - #elif HAVE64 - #define UMULH_32(r,a,b) ((r) = (word32)((word64)(a) * (b) >> 32)) - #else Property changes on: head/security/pgp5/files/patch-ae ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/pgp5/files/patch-af =================================================================== --- head/security/pgp5/files/patch-af (revision 93392) +++ head/security/pgp5/files/patch-af (nonexistent) @@ -1,11 +0,0 @@ ---- lib/ttyui/pgpUserIO.c.orig Wed May 24 08:27:17 2000 -+++ lib/ttyui/pgpUserIO.c Wed May 24 08:28:52 2000 -@@ -1321,7 +1321,7 @@ pgpDevRandomAccum(int fd, unsigned count - pgpAssert(fd >= 0); - - for(i = 0; i <= count; ++i) { -- RandBuf = read(fd, &RandBuf, count); -+ read(fd, &RandBuf, 1); - pgpRandomAddBytes(&pgpRandomPool, (byte *)&RandBuf, sizeof(RandBuf)); - pgpRandPoolAddEntropy(256); - } Property changes on: head/security/pgp5/files/patch-af ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/pgp5/files/patch-ag =================================================================== --- head/security/pgp5/files/patch-ag (revision 93392) +++ head/security/pgp5/files/patch-ag (nonexistent) @@ -1,11 +0,0 @@ ---- language50.txt.orig Sat Feb 7 11:54:56 1998 -+++ language50.txt Mon Oct 23 00:48:23 2000 -@@ -879,7 +879,7 @@ - trust of this key, first.\n - - [RETRIEVING_URL] --us="Retreiving %s:/%s:%i%s\n" -+us="Retreiving %s://%s:%i%s\n" - - [ADD_THESE_KEYS] - us="\nAdd these keys to your keyring? [Y/n] " Property changes on: head/security/pgp5/files/patch-ag ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/pgp5/files/patch-filter.c =================================================================== --- head/security/pgp5/files/patch-filter.c (revision 93392) +++ head/security/pgp5/files/patch-filter.c (nonexistent) @@ -1,19 +0,0 @@ -*** apps/pgp/filter.c.orig Thu Aug 9 17:39:07 2001 ---- apps/pgp/filter.c Thu Aug 9 17:39:20 2001 -*************** -*** 269,275 **** - struct RingIterator *NameIter = NULL; - union RingObject *name; - Boolean OKToUse = FALSE, FoundName = FALSE; -! int len = 0; - int trust; - char *TempNameString = NULL; - ---- 269,275 ---- - struct RingIterator *NameIter = NULL; - union RingObject *name; - Boolean OKToUse = FALSE, FoundName = FALSE; -! size_t len = 0; - int trust; - char *TempNameString = NULL; - Property changes on: head/security/pgp5/files/patch-filter.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/pgp5/files/patch-apps::pgp::pgp.c =================================================================== --- head/security/pgp5/files/patch-apps::pgp::pgp.c (revision 93392) +++ head/security/pgp5/files/patch-apps::pgp::pgp.c (nonexistent) @@ -1,10 +0,0 @@ ---- apps/pgp/pgp.c.orig Wed Nov 21 16:48:19 2001 -+++ apps/pgp/pgp.c Wed Nov 21 16:48:00 2001 -@@ -1095,6 +1095,7 @@ - break; - - case 'p': -+ case '5': - invoked_type = PGPraw; - break; - Property changes on: head/security/pgp5/files/patch-apps::pgp::pgp.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/pgp5/files/patch-lib::pgp::utils::pgpFileType.c =================================================================== --- head/security/pgp5/files/patch-lib::pgp::utils::pgpFileType.c (revision 93392) +++ head/security/pgp5/files/patch-lib::pgp::utils::pgpFileType.c (nonexistent) @@ -1,23 +0,0 @@ -$FreeBSD$ - ---- lib/pgp/utils/pgpFileType.c~ Sun Sep 26 15:23:48 1999 -+++ lib/pgp/utils/pgpFileType.c Sun Sep 26 15:28:22 1999 -@@ -171,7 +171,7 @@ - * 24 CN cancel (can) ILLEGAL - * 25 EM end of medium (em) ILLEGAL - * 26 SB substitute (sub) legal (CP/M & MS-DOS EOF) -- * 27 EC escape (esc) ILLEGAL -+ * 27 EC escape (esc) legal - * 28 FS file separator (is4) ILLEGAL - * 29 GS group separator (is3) ILLEGAL - * 30 RS record separator (is2) ILLEGAL -@@ -199,7 +199,7 @@ - - do { - c = *buf++; -- if (c < ' ' && (c < '\a' || c > '\r') && c != 26) -+ if (c < ' ' && (c < '\a' || c > '\r') && c != 26 && c != 27) - return 1; /* Illegal control char */ - if ((c & 0x80) && highlimit-- == 0) - return 1; /* Too many 8th bits set */ - Property changes on: head/security/pgp5/files/patch-lib::pgp::utils::pgpFileType.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/security/Makefile =================================================================== --- head/security/Makefile (revision 93392) +++ head/security/Makefile (revision 93393) @@ -1,411 +1,410 @@ # $FreeBSD$ # SUBDIR += ADMsmb SUBDIR += ADMsnmp SUBDIR += IMHear SUBDIR += aafid2 SUBDIR += acid SUBDIR += aescrypt SUBDIR += aide SUBDIR += altivore SUBDIR += amap SUBDIR += amavis-perl SUBDIR += amavisd SUBDIR += amavisd-new SUBDIR += antivir-milter SUBDIR += apg SUBDIR += arirang SUBDIR += audit SUBDIR += authforce SUBDIR += authpf SUBDIR += autossh SUBDIR += avcheck SUBDIR += avmailgate SUBDIR += bcwipe SUBDIR += beecrypt SUBDIR += bfbtester SUBDIR += bjorb SUBDIR += borzoi SUBDIR += botan SUBDIR += bro SUBDIR += bubblegum SUBDIR += bugs SUBDIR += ca-roots SUBDIR += calife SUBDIR += ccrypt SUBDIR += cfs SUBDIR += cfv SUBDIR += checkpassword SUBDIR += checkpassword-pam SUBDIR += chkrootkit SUBDIR += chrootuid SUBDIR += cksfv SUBDIR += clamav SUBDIR += clamav-devel SUBDIR += cmd5checkpw SUBDIR += cops SUBDIR += cp2fwb SUBDIR += crack SUBDIR += cracklib SUBDIR += crank SUBDIR += cryptlib SUBDIR += cryptopp SUBDIR += cryptplug SUBDIR += cyrus-sasl SUBDIR += cyrus-sasl2 SUBDIR += cyrus-sasl2-saslauthd SUBDIR += dcetest SUBDIR += ddos_scan SUBDIR += destroy SUBDIR += didentd SUBDIR += digest SUBDIR += dirmngr SUBDIR += donkey SUBDIR += doscan SUBDIR += dropbear SUBDIR += drweb SUBDIR += drweb-postfix SUBDIR += drweb-qmail SUBDIR += drweb-sendmail SUBDIR += drwebd SUBDIR += dsniff SUBDIR += f-prot SUBDIR += fakebo SUBDIR += fakeident SUBDIR += find-zlib SUBDIR += find_ddos SUBDIR += finger_mysql SUBDIR += firewalk SUBDIR += flawfinder SUBDIR += fpm SUBDIR += fragroute SUBDIR += fragrouter SUBDIR += freebsd-update SUBDIR += fressh SUBDIR += fsh SUBDIR += ftimes SUBDIR += ftpmap SUBDIR += fuzz SUBDIR += fwanalog SUBDIR += fwbuilder SUBDIR += fwlogwatch SUBDIR += fwtk SUBDIR += gag SUBDIR += gcipher SUBDIR += geheimnis SUBDIR += gnome-ssh-askpass SUBDIR += gnupg SUBDIR += gnupg-idea SUBDIR += gnutls SUBDIR += gpa SUBDIR += gpasman SUBDIR += gpgme SUBDIR += gringotts SUBDIR += gsasl SUBDIR += gsfv SUBDIR += gss SUBDIR += gtk-knocker SUBDIR += gtkportscan SUBDIR += hackbot SUBDIR += hafiye SUBDIR += hashish SUBDIR += heimdal SUBDIR += hlfl SUBDIR += hmap SUBDIR += hostsentry SUBDIR += hping SUBDIR += hunch SUBDIR += hydra SUBDIR += ident2 SUBDIR += identify SUBDIR += ifd-devkit SUBDIR += ifd-gempc410 SUBDIR += ifd-gpr400 SUBDIR += ike-scan SUBDIR += inflex SUBDIR += integrit SUBDIR += ipfmeta SUBDIR += isakmpd SUBDIR += its4 SUBDIR += john SUBDIR += keychain SUBDIR += keynote SUBDIR += keyprint SUBDIR += kgpg SUBDIR += knocker SUBDIR += krb4 SUBDIR += krb5 SUBDIR += kripp SUBDIR += kssh SUBDIR += l0pht-watch SUBDIR += l0phtcrack SUBDIR += l5 SUBDIR += labrea SUBDIR += lcrzo SUBDIR += lcrzoex SUBDIR += libbf SUBDIR += libecc SUBDIR += libfwbuilder SUBDIR += libgcrypt SUBDIR += libgpg-error SUBDIR += libgringotts SUBDIR += libidea SUBDIR += libident SUBDIR += libksba SUBDIR += libmcrypt SUBDIR += libntlm SUBDIR += libparanoia SUBDIR += libprelude SUBDIR += libsectok SUBDIR += libtasn1 SUBDIR += libwhisker SUBDIR += liedentd SUBDIR += linux-pam-docs SUBDIR += logcheck SUBDIR += lsh SUBDIR += lxnb SUBDIR += mac-robber SUBDIR += makepasswd SUBDIR += mcrypt SUBDIR += mdcrack SUBDIR += mhash SUBDIR += mindterm-binary SUBDIR += mussh SUBDIR += nbaudit SUBDIR += nessus SUBDIR += nessus-devel SUBDIR += nessus-libnasl SUBDIR += nessus-libnasl-devel SUBDIR += nessus-libraries SUBDIR += nessus-libraries-devel SUBDIR += nessus-plugins SUBDIR += nessus-plugins-devel SUBDIR += nettle SUBDIR += newpg SUBDIR += nikto SUBDIR += nmap SUBDIR += nmapfe SUBDIR += nofgpg SUBDIR += nss SUBDIR += ocaml-cryptokit SUBDIR += oidentd SUBDIR += oinkmaster SUBDIR += op SUBDIR += opencdk SUBDIR += opensc SUBDIR += opensc-esteid SUBDIR += openssh SUBDIR += openssh-askpass SUBDIR += openssh-portable SUBDIR += openssl SUBDIR += openssl-beta SUBDIR += openvpn SUBDIR += osiris SUBDIR += outguess SUBDIR += p5-Authen-Krb5 SUBDIR += p5-Authen-PAM SUBDIR += p5-Authen-Radius SUBDIR += p5-Authen-SASL SUBDIR += p5-Authen-Smb SUBDIR += p5-Authen-TacacsPlus SUBDIR += p5-Authen-Ticket SUBDIR += p5-Crypt-Anubis SUBDIR += p5-Crypt-Blowfish SUBDIR += p5-Crypt-Blowfish_PP SUBDIR += p5-Crypt-CAST5_PP SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-CBCeasy SUBDIR += p5-Crypt-CipherSaber SUBDIR += p5-Crypt-Cracklib SUBDIR += p5-Crypt-Cryptix SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-DES_EDE3 SUBDIR += p5-Crypt-DH SUBDIR += p5-Crypt-DSA SUBDIR += p5-Crypt-ECB SUBDIR += p5-Crypt-GeneratePassword SUBDIR += p5-Crypt-HCE_SHA SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-OFB SUBDIR += p5-Crypt-OTP SUBDIR += p5-Crypt-OpenPGP SUBDIR += p5-Crypt-OpenSSL-Bignum SUBDIR += p5-Crypt-OpenSSL-DSA SUBDIR += p5-Crypt-OpenSSL-RSA SUBDIR += p5-Crypt-OpenSSL-Random SUBDIR += p5-Crypt-PGPSimple SUBDIR += p5-Crypt-PassGen SUBDIR += p5-Crypt-PasswdMD5 SUBDIR += p5-Crypt-Primes SUBDIR += p5-Crypt-RC4 SUBDIR += p5-Crypt-RC5 SUBDIR += p5-Crypt-RC6 SUBDIR += p5-Crypt-RIPEMD160 SUBDIR += p5-Crypt-RSA SUBDIR += p5-Crypt-RandPasswd SUBDIR += p5-Crypt-Random SUBDIR += p5-Crypt-Rijndael SUBDIR += p5-Crypt-SSLeay SUBDIR += p5-Crypt-Serpent SUBDIR += p5-Crypt-Solitaire SUBDIR += p5-Crypt-TripleDES SUBDIR += p5-Crypt-Twofish SUBDIR += p5-Crypt-Twofish2 SUBDIR += p5-Crypt-UnixCrypt SUBDIR += p5-Digest SUBDIR += p5-Digest-BubbleBabble SUBDIR += p5-Digest-HMAC SUBDIR += p5-Digest-MD2 SUBDIR += p5-Digest-MD4 SUBDIR += p5-Digest-MD5 SUBDIR += p5-Digest-Nilsimsa SUBDIR += p5-Digest-SHA1 SUBDIR += p5-Digest-SHA2 SUBDIR += p5-File-Scan SUBDIR += p5-GnuPG-Interface SUBDIR += p5-IO-Socket-SSL SUBDIR += p5-MD5 SUBDIR += p5-Module-Signature SUBDIR += p5-Net-SSLeay SUBDIR += p5-Nmap-Scanner SUBDIR += p5-OpenCA-CRR SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign SUBDIR += p5-SHA SUBDIR += p5-Safe-Hole SUBDIR += p5-Tie-EncryptedHash SUBDIR += pad SUBDIR += pam-mysql SUBDIR += pam-pgsql SUBDIR += pam_alreadyloggedin SUBDIR += pam_krb5 SUBDIR += pam_ldap SUBDIR += pam_pop3 SUBDIR += pam_pwdfile SUBDIR += pam_smb SUBDIR += pear-Auth SUBDIR += pear-Auth_SASL SUBDIR += pear-Crypt_CBC SUBDIR += pf SUBDIR += pgp - SUBDIR += pgp5 SUBDIR += pgp6 SUBDIR += pgpdump SUBDIR += pgpgpg SUBDIR += pgpin SUBDIR += pidentd SUBDIR += pinentry SUBDIR += pks SUBDIR += pktsuckers SUBDIR += poc SUBDIR += portscanner SUBDIR += portsentry SUBDIR += ppgen SUBDIR += prelude-lml SUBDIR += prelude-manager SUBDIR += prelude-nids SUBDIR += proxycheck SUBDIR += proxytunnel SUBDIR += pscan SUBDIR += pwman SUBDIR += pxytest SUBDIR += py-cryptkit SUBDIR += py-fchksum SUBDIR += py-gnupg SUBDIR += py-m2crypto SUBDIR += py-mcrypt SUBDIR += py-mhash SUBDIR += py-openssl SUBDIR += py-posix1e SUBDIR += py-pow SUBDIR += py-pycrypto SUBDIR += py-rijndael SUBDIR += py-twofish SUBDIR += qident SUBDIR += qtfw SUBDIR += quintuple-agent SUBDIR += racoon SUBDIR += radiusniff SUBDIR += rain SUBDIR += rats SUBDIR += rc5pipe SUBDIR += rid SUBDIR += ruby-acl SUBDIR += ruby-aes SUBDIR += ruby-blowfish SUBDIR += ruby-cast_256 SUBDIR += ruby-gpgme SUBDIR += ruby-hmac SUBDIR += ruby-mcrypt SUBDIR += ruby-pam SUBDIR += ruby-password SUBDIR += ruby-tcpwrap SUBDIR += saferpay SUBDIR += safesh SUBDIR += saint SUBDIR += samhain SUBDIR += scanssh SUBDIR += seahorse SUBDIR += secpanel SUBDIR += sectok SUBDIR += sfs SUBDIR += sha SUBDIR += shishi SUBDIR += sig2dot SUBDIR += siphon SUBDIR += skip SUBDIR += slurpie SUBDIR += slush SUBDIR += smtpmap SUBDIR += smtpscan SUBDIR += smurflog SUBDIR += sniff SUBDIR += snort SUBDIR += snort-rep SUBDIR += snortsnarf SUBDIR += srm SUBDIR += srp SUBDIR += ssh SUBDIR += ssh-gui SUBDIR += ssh-multiadd SUBDIR += ssh2 SUBDIR += ssh_askpass_gtk2 SUBDIR += sslproxy SUBDIR += sslsniffer SUBDIR += sslwrap SUBDIR += sst SUBDIR += stegdetect SUBDIR += steghide SUBDIR += strobe SUBDIR += stunnel SUBDIR += subweb SUBDIR += sudo SUBDIR += sudoscript SUBDIR += super SUBDIR += swatch SUBDIR += tea-total SUBDIR += termlog SUBDIR += tinc SUBDIR += tinyca SUBDIR += trinokiller SUBDIR += tripwire SUBDIR += tripwire-131 SUBDIR += tripwire12 SUBDIR += uvscan-dat SUBDIR += vida SUBDIR += vlock SUBDIR += vlog SUBDIR += vncrypt SUBDIR += vpnd SUBDIR += vscan SUBDIR += whisker SUBDIR += xinetd SUBDIR += xmlsec SUBDIR += xmlsec1 SUBDIR += xspy SUBDIR += yafic SUBDIR += zebedee SUBDIR += zombiezapper .include Property changes on: head/security/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.463 \ No newline at end of property +1.464 \ No newline at end of property