pkgsrc/security
agc 206f0ed215 Import dhbitty-20120812 into the Packages Collection.
dhbitty is a small public key encryption program written in C.  It
	uses elliptic curve Diffie-Hellman in the form of Curve25519 to
	establish a shared secret between two users, and uses that secret to
	symmetrically encrypt and authenticate messages.

	There are no private key files; only passphrases.  Never lose that
	pesky thing again.

	Both the sender and the receiver can decrypt a message.  In fact,
	there is no distinction between sender and receiver.  Both passphrases
	must be strong.

	There is no signing.  A similarly useful form of authentication occurs
	using only DH.  dhbitty attempts to be as simple as possible.  It is
	not optimized, but achieves a comfortable speed for most uses.  It
	does not use floating point numbers, or integers longer than 32 bits.
	It does not contain more algorithms than are needed.

Example

   This is how Alice generates her public key with dhbitty:
$ dhbitty generate alice_public_key.txt
username:passphrase (this is visible!): alice:Keyfiles be damned!
Done.

   Bob will do the same thing:
$ dhbitty generate bob_public_key.txt
username:passphrase (this is visible!): bob:Bob's Spectacular Passphrase
Done.

   Alice will publish her alice_public_key.txt, and Bob will publish his bob_public_key.txt. They can now access each other's
   public keys. (But they should be careful that Eve cannot surreptitiously replace either public key with her own!)

   Alice wants to send files to Bob. She packages them into a .tar archive (or any other type of archive with timestamps), along
   with her message. Then she uses dhbitty:
$ dhbitty encrypt bob_public_key.txt files_to_bob.tar files_to_bob.tar.dhbt
username:passphrase (this is visible!): alice:Keyfiles be damned!
Done.

   Alice sends files_to_bob.tar.dhbt to Bob. Bob will use dhbitty to decrypt this archive:
$ dhbitty decrypt files_to_bob.tar.dhbt files_to_bob.tar
username:passphrase (this is visible!): bob:Bob's Spectacular Passphrase
This is the public key of file's secondary owner:
0002f02b318c307bac07f3148a33c975cea04b79a870f0a5c7771cd38cc1986e
Done.

   Bob can verify that the public key dhbitty just gave him indeed is Alice's public key. He unpacks the now-decrypted archive to
   access the files Alice sent to him.

   In practice, Alice and Bob should use a system like diceware to pick passphrases, in order to be confident of their strength.
   Seven words picked using diceware is a good choice.
2012-08-11 17:43:46 +00:00
..
aide Value of _FILE_OFFSET_BITS corrected. Disabled static linking for Solaris 10 2012-03-12 14:18:44 +00:00
aide06 Convert the remaining few packages that explicitly set DEPENDS or 2012-01-14 00:51:36 +00:00
amap Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
antonym Set LICENSE. 2010-12-20 11:55:17 +00:00
ap-modsecurity Mask this on apache24 as it doesn't compile. 2012-06-30 20:20:44 +00:00
ap-modsecurity2 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
apg Set LICENSE. 2010-12-20 10:00:56 +00:00
arirang Honor pkgsrc LIBS. 2012-06-23 23:07:20 +00:00
avcheck gsed related clean up. 2012-01-14 07:44:33 +00:00
base Removed mk/apachever.mk 2012-04-14 16:25:11 +00:00
Bastille Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
bcrypt
beecrypt In the section of configure that decides whether a libdir suffix should be 2012-01-26 06:05:04 +00:00
bitstir
botan security/botan: Fix DragonFly-*-i386 PLIST 2012-05-20 11:43:33 +00:00
caff Update to 1.1.4: 2011-11-28 16:36:57 +00:00
ccid
cfs
chkrootkit Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
clamav Changes 0.97.5: 2012-07-02 07:12:58 +00:00
clusterssh Initial import of clusterssh, version 4.01.01, into the NetBSD Packages 2012-05-31 16:54:10 +00:00
CoolKey gsed related clean up. 2012-01-14 07:44:33 +00:00
courier-authlib Changes 0.64.0: 2012-06-09 11:57:20 +00:00
crack Support user-destdir. 2011-06-14 14:07:37 +00:00
crudesaml Update crudesaml to 1.2. The only change is to allow compression of the 2011-11-19 17:22:37 +00:00
crypto++ Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
CSP Add missing INSTALLATION_DIRS. 2012-06-24 07:20:23 +00:00
cvm Installs shlibs nowadays, so don't default to a build-only dependency. 2010-03-15 03:21:15 +00:00
cy2-anonymous
cy2-crammd5
cy2-digestmd5 Update cyrus-sasl to 2.1.25. 2011-09-17 11:32:02 +00:00
cy2-gssapi Fixes a segfault in gssapi.c, taken from upstream Git repo. 2012-01-02 03:25:56 +00:00
cy2-ldapdb Update cyrus-sasl to 2.1.25. 2011-09-17 11:32:02 +00:00
cy2-login
cy2-ntlm Update cyrus-sasl to 2.1.25. 2011-09-17 11:32:02 +00:00
cy2-otp Update cyrus-sasl to 2.1.25. 2011-09-17 11:32:02 +00:00
cy2-plain
cy2-saml Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
cy2-scram OpenSSL is required to build. 2011-10-24 12:48:56 +00:00
cy2-sql Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
cyrus-sasl Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
cyrus-saslauthd Update cyrus-sasl to 2.1.25. 2011-09-17 11:32:02 +00:00
ddos-scan DESTDIR support 2010-01-27 22:05:28 +00:00
destroy Fix build on SunOS. 2012-03-01 16:27:57 +00:00
dhbitty Import dhbitty-20120812 into the Packages Collection. 2012-08-11 17:43:46 +00:00
dirb recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
dirmngr Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
dnssec-tools 1.12.2 (5/3/12) 2012-06-16 21:25:58 +00:00
dropbear update to 0.53.1 2011-03-10 10:20:16 +00:00
dsniff Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
dsniff-nox11 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
EasyPG Add user-destdir installatin support. 2011-03-20 06:36:30 +00:00
egd * using perl in test.pl. 2010-10-08 04:39:37 +00:00
engine-pkcs11 Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
f-prot-antivirus6 Update F-PROT Antivirus packages to 6.2.1. 2012-06-29 14:49:38 +00:00
f-prot-antivirus6-fs-bin Update F-PROT Antivirus packages to 6.2.1. 2012-06-29 14:49:38 +00:00
f-prot-antivirus6-ms-bin Update F-PROT Antivirus packages to 6.2.1. 2012-06-29 14:49:38 +00:00
f-prot-antivirus6-ws-bin Update F-PROT Antivirus packages to 6.2.1. 2012-06-29 14:49:38 +00:00
flawfinder Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
fprint-demo Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
fragroute Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the 2012-07-21 20:07:59 +00:00
fsh Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
fwbuilder Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gnome-keyring Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
gnome-keyring-manager Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gnome-keyring-sharp Import gnome-keyring-sharp from wip (with only a couple trivial adjustments) 2012-06-16 22:00:23 +00:00
gnu-crypto
gnupg Add readline support 2012-06-08 12:50:33 +00:00
gnupg-pkcs11-scd Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
gnupg2 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
gnutls update to 3.0.22 2012-08-09 18:58:11 +00:00
google-authenticator Update to 1.0: use distfile provided by upstream. 2012-08-11 17:09:43 +00:00
gpa Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
gpass Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by 2012-07-01 19:05:10 +00:00
gpg2dot update version to 1.5 2011-01-13 00:40:31 +00:00
gpgme move a comment to where it makes sense 2011-10-06 18:00:00 +00:00
gsasl more PKGREV bumps for gnutls update 2012-07-05 15:44:06 +00:00
gss recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gtk-systrace recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
hackbot DESTDIR support 2010-01-27 16:52:13 +00:00
hashcash DESTDIR support 2010-01-27 16:52:13 +00:00
heimdal Improve detection of __sync_add_and_fetch, avoid compiler optimization. 2012-08-07 13:54:21 +00:00
heirloom-su DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
honeyd Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
honeyd-arpd revbump(1) for devel/libevent update. 2011-02-11 21:22:02 +00:00
hydan Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
hydra Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
ike-scan DESTDIR support 2010-01-27 22:05:28 +00:00
ipsec-tools reset maintainer, he does not use this package anymore. 2010-11-11 11:42:20 +00:00
isakmpd security/isakmpd: Mark NOT-FOR-DRAGONFLY 2012-08-11 14:20:55 +00:00
jessie Set PKG_DESTDIR_SUPPORT. It looks to me like it should probably just work; 2012-05-14 05:47:09 +00:00
john add patch from upstream to fix a sign extension problem which 2011-06-20 09:17:50 +00:00
keepassx patch away special paths for MacOS X since they are not supported by pkgsrc. 2012-07-03 18:37:55 +00:00
keychain Reset maintainer. 2010-09-28 13:21:29 +00:00
kgpg Revbump after updating boost 2012-07-02 13:37:35 +00:00
knc Really bump revision. 2012-03-08 01:14:04 +00:00
ksecrets Update to KDE SC 4.8.4 2012-06-16 04:45:28 +00:00
kssh Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
kstart Update kstart to 4.1. 2012-02-17 18:26:00 +00:00
kth-krb4 Add CONFLICTS with new man-pages package. For details, see 2012-05-12 07:37:50 +00:00
kwallet Update to KDE SC 4.8.4 2012-06-16 04:45:28 +00:00
lasso Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libassuan Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
libassuan2 update to 2.0.3 2012-07-02 16:59:40 +00:00
libbf DESTDIR support 2010-01-27 21:59:21 +00:00
libcrack
libdes DESTDIR support 2010-01-27 21:47:00 +00:00
libfprint Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libfwbuilder Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
libgcrypt Fix building with clang on i386 (PR#46177) 2012-04-03 15:00:30 +00:00
libgnome-keyring needs newer dbus to build 2012-07-28 21:48:17 +00:00
libgpg-error security/libgpg-error: Disable NLS on i386-DragonFly 2012-07-17 16:01:10 +00:00
libidea DESTDIR support 2010-01-27 16:52:13 +00:00
libident
libksba recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libmcrypt
liboauth fix typo, and propagate dependencies 2012-02-06 11:36:45 +00:00
libp11 Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
libpbc Initial import of security/libpbc-0.5.10 into the Packages Collection. 2010-11-09 03:33:28 +00:00
libprelude revursive revbump for gnutls update 2012-07-05 16:07:18 +00:00
libprelude-lua revursive revbump for gnutls update 2012-07-05 16:07:18 +00:00
libprelude-perl revursive revbump for gnutls update 2012-07-05 16:07:18 +00:00
libprelude-python revursive revbump for gnutls update 2012-07-05 16:07:18 +00:00
libprelude-ruby revursive revbump for gnutls update 2012-07-05 16:07:18 +00:00
libpreludedb revursive revbump for gnutls update 2012-07-05 16:07:18 +00:00
libpreludedb-mysql recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libpreludedb-perl recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libpreludedb-pgsql Bump PKGREVISION for change of PostgreSQL default version to 9.1. 2012-08-05 10:02:09 +00:00
libpreludedb-python Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
libpreludedb-sqlite3 Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
libssh Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
libssh2 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
libtasn1 Update to 2.13: 2012-06-03 21:33:26 +00:00
libtcpa Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
libtomcrypt build shared lib, bump PKGREV 2011-03-10 09:52:24 +00:00
libyubikey Version 1.9 (released 2012-05-31) 2012-06-16 20:26:12 +00:00
logcheck
lsh -explicitely disable kerberos support to avoid PLIST fluctuations 2011-12-16 12:54:41 +00:00
lua-sec Import lua-sec-0.4 as security/lua-sec. 2010-09-21 10:45:56 +00:00
mcrypt Add missing devel/zlib buildlink. 2011-11-26 04:39:19 +00:00
md4-collision DESTDIR support. Fix comment. 2010-01-27 14:28:28 +00:00
md5-collision DESTDIR support 2010-01-27 14:27:39 +00:00
mhash
mirrordir DESTDIR support 2010-04-14 22:45:51 +00:00
mit-krb5 security/mit-krb5: USE_TOOLS+= msgfmt 2012-08-09 20:15:20 +00:00
mit-krb5-appl MASTER_SITES cosmetic change 2012-07-16 19:13:23 +00:00
mixminion Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
mozilla-rootcerts mozilla has switched to a scheme of explicitly distrusting certificates 2011-09-08 19:46:01 +00:00
msu
msudir
munge Import MUNGE 0.5.10 as security/munge. 2012-02-19 03:51:17 +00:00
MyPasswordSafe More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
netpgp Update netpgp to 20101107. 2010-11-07 07:54:39 +00:00
netramet * MAKE_JOBS_SAFE=no 2011-03-19 09:36:47 +00:00
nettle update required version to 2.4, the new gnutls needs it. 2012-07-09 04:50:12 +00:00
nfsbug Uses <sys/vnode.h> -- mark BSD-only and HPUX-only. 2012-01-08 15:04:03 +00:00
nikto DESTDIR support 2010-01-27 16:52:13 +00:00
oath-toolkit Add missing pam.bl3.mk 2012-04-07 22:34:13 +00:00
ocaml-cryptokit Initial import of ocaml-cryptokit-1.5. Packaged byJaap Boender in PR 41691. 2012-05-12 17:53:40 +00:00
ocaml-ssl Update to 0.4.6, from Jaap Boender. 2012-07-14 21:23:49 +00:00
opencdk recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
openct Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
opendnssec OpenDNSSEC 1.3.9 2012-06-21 12:46:12 +00:00
openpam added prevention of CVE-2011-4122 taken from NetBSD src 2011-12-13 15:57:08 +00:00
opensaml Update fixes CVE-2011-2516 2011-07-28 22:44:36 +00:00
opensc Add missing devel/readline and devel/zlib buildlinks. 2011-11-16 07:25:15 +00:00
opensc-signer Fix build on SunOS. 2012-02-16 19:39:48 +00:00
openssh Add back hashes for HPN, dropped in the last commit 2012-07-20 14:17:23 +00:00
openssl Fix build on NetBSD/amd64, if the kernel was built on a host with 386 in 2012-05-22 06:00:11 +00:00
openvas-client Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
openvas-libnasl more PKGREV bumps for gnutls update 2012-07-05 15:44:06 +00:00
openvas-libraries security/openvas-libraries: Fix regression due to upgrade to gnutils 3.0 2012-07-18 09:52:44 +00:00
openvas-plugins more PKGREV bumps for gnutls update 2012-07-05 15:44:06 +00:00
openvas-server more PKGREV bumps for gnutls update 2012-07-05 15:44:06 +00:00
otpCalc recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
p0f Disable probe for gmake; PR 45729 2011-12-21 15:52:17 +00:00
p5-AuthCAS Add missing dependency on p5-IO-Socket-SSL and p5-libwww (for LWP::UserAgent). 2012-05-17 10:52:48 +00:00
p5-Authen-CAS-Client Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Authen-Htpasswd Update p5-Authen-Htpasswd to 0.171. 2011-10-21 21:09:43 +00:00
p5-Authen-PAM Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Authen-PluggableCaptcha Add HOMEPAGE and LICENSE. 2011-10-21 04:47:22 +00:00
p5-Authen-SASL Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Authen-SASL-Cyrus Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Authen-TacacsPlus Updated to 0.22 2012-01-26 20:47:06 +00:00
p5-BSD-arc4random Import BSD::arc4random from wip. From DESCR: 2012-06-02 14:29:42 +00:00
p5-Crypt-Blowfish Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-CAST5_PP Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-CBC Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-CipherSaber Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-DES Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-DES_EDE3 Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-DH Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-DSA Use ${RM} -f to avoid failure if no files are found to be removed. 2012-02-02 09:38:24 +00:00
p5-Crypt-ECB Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-Eksblowfish Update p5-Crypt-Eksblowfish to 0.09. 2011-11-18 03:26:41 +00:00
p5-Crypt-GeneratePassword Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-GPG Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-IDEA Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-OpenPGP Update p5-Crypt-OpenPGP to 1.06. 2011-11-17 14:14:20 +00:00
p5-Crypt-OpenSSL-AES Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-OpenSSL-Bignum Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-OpenSSL-DSA Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-OpenSSL-Random Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-OpenSSL-RSA 0.28 Thu Aug 25 2011 - Moritz Onken (PERLER) 2012-05-08 21:17:17 +00:00
p5-Crypt-PasswdMD5 Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-Primes Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-Random Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-RandPasswd Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-RC4 Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-Rijndael Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-RIPEMD160 Update p5-Crypt-RIPEMD160 to 0.05. 2011-11-17 08:03:46 +00:00
p5-Crypt-RSA Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-SmbHash Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-SSLeay Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Crypt-Twofish Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Data-SimplePassword Update p5-Data-SimplePassword to 0.07. 2011-10-06 15:33:31 +00:00
p5-Digest Update to version 1.17. 2011-12-01 22:35:13 +00:00
p5-Digest-BubbleBabble Changes 0.02: 2011-08-09 07:31:42 +00:00
p5-Digest-CRC Updating package for CPAN module Digest::CRC in security/p5-Digest-CRC 2012-05-31 08:29:15 +00:00
p5-Digest-Hashcash Revision bump after updating perl to 5.14.1 2011-08-09 07:29:33 +00:00
p5-Digest-HMAC fix the last change of DEPENDS pattern for p5-Digest-SHA. 2011-08-10 00:09:35 +00:00
p5-Digest-MD2 Revision bump after updating perl to 5.14.1 2011-08-09 07:23:31 +00:00
p5-Digest-MD4 Revision bump after updating perl to 5.14.1 2011-08-09 07:23:31 +00:00
p5-Digest-MD5 Updating package for Perl 5 module Digest::MD5 in security/p5-Digest-MD5 2012-07-06 13:22:13 +00:00
p5-Digest-MD5-File Updating package for CPAN module Digest::MD5::File in 2012-05-31 08:34:42 +00:00
p5-Digest-Nilsimsa Fix build on systems that define popcount(). 2011-09-29 21:10:32 +00:00
p5-Digest-Perl-MD5 No need to check for an interpreter in a perl module. 2011-10-17 00:02:59 +00:00
p5-Digest-SHA Update to 5.71: 2012-04-22 11:47:05 +00:00
p5-Digest-SHA1 Relax dependency, Digest-1.00 module was imported into Perl base prior 5.7.1. 2011-10-18 01:06:33 +00:00
p5-GnuPG-Interface Update to 0.45: 2012-04-22 11:48:29 +00:00
p5-GSSAPI Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-IO-Socket-SSL Updating package for Perl 5 module IO::Socket::SSL in 2012-07-06 13:19:11 +00:00
p5-Module-Signature Update p5-Module-Signature to 0.68. 2011-11-13 12:29:01 +00:00
p5-Mozilla-CA Update to 20120309: 2012-04-22 11:51:38 +00:00
p5-Net-DNS-SEC Since p5-Crypt-OpenSSL-RSA versions before 0.27 are broken with 2012-05-09 06:21:39 +00:00
p5-Net-DNS-SEC-Maint-Key Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Net-OpenSSH Updating package for CPAN module Net::OpenSSH in security/p5-Net-OpenSSH 2012-05-31 08:53:04 +00:00
p5-Net-SSH Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Net-SSLeay Updating package for CPAN module Net::SSLeay in security/p5-Net-SSLeay 2012-05-31 08:46:11 +00:00
p5-OpenSSL Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-pcsc Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-SHA Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-String-Random Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Text-Password-Pronounceable Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p5-Tie-EncryptedHash Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
p11-kit add p11-kit-0.10, a PKCS#11 module manager, needed by gnome3 components 2012-02-03 14:43:12 +00:00
pakchois Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
pakemon Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
PAM Revbump after updating db5 2012-01-18 14:46:03 +00:00
pam-af Allow to build with non-native PAM on *BSD. 2012-04-07 01:53:18 +00:00
pam-dbm Store the result of dbm_fetch() before dbm_close() (apparently) clobbers it. 2010-03-21 06:54:10 +00:00
pam-fprint More PKGREVISION bumps of jpeg dependencies. 2010-01-24 13:26:09 +00:00
pam-krb5 pam-krb5 4.6 2012-06-16 22:15:23 +00:00
pam-ldap Changes 186: 2010-11-16 09:53:50 +00:00
pam-mkhomedir Don't try to build if using linux-pam. 2012-02-21 22:19:25 +00:00
pam-mysql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
pam-p11 Raise pam-p11 from the deads 2010-07-14 07:13:59 +00:00
pam-passwdqc
pam-pwauth_suid
pam-radius
pam-saml Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
pam-tacplus Add pam.bl3.mk. 2012-06-16 22:06:34 +00:00
pam-yubico Add patch I've been carrying around to fix the MAKE_JOBS build. 2012-06-16 23:21:14 +00:00
pam_ssh_agent_auth Update pam_ssh_agent_auth from 0.9.1 to 0.9.2 2010-01-15 22:23:48 +00:00
pcsc-lite Backported security fix from Version 1.6.6 of pcsc-lite. The fix bounds the 2010-12-17 17:00:35 +00:00
pcsc-tools * LICENSE=gnu-gpl-v2 # or later 2011-05-26 13:32:26 +00:00
pgp2
pgp5 Fix preprocessor usage. 2011-11-26 17:20:27 +00:00
pgpdump Add missing zlib and bzip2 buildlinks 2011-11-05 09:17:04 +00:00
pgpenvelope Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
php-mcrypt
php-suhosin Remove 52 from PHP_VERSIONS_ACCEPTED. 2012-06-16 22:34:23 +00:00
pinentry Include deve/ncurses/buildlink3.mk not mk/curses.buildlink3.mk. 2011-12-25 03:42:30 +00:00
pinentry-gtk Add missing devel/ncurses buildlink. 2012-01-08 03:45:12 +00:00
pinentry-gtk2 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
pinentry-qt Add missing devel/ncurses buildlink. 2012-01-08 03:45:12 +00:00
pinentry-qt4 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
pinepgp
pkcs11-helper Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
pks * LICENSE=original-bsd 2011-03-19 09:18:02 +00:00
policykit Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
policykit-gnome Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
polkit-qt Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
portsentry
prelude-correlator Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
prelude-lml revbump for libpreluse requirement bump 2012-07-05 16:09:18 +00:00
prelude-manager revursive revbump for gnutls update 2012-07-05 16:07:18 +00:00
prelude-pflogger revbump for libpreluse requirement bump 2012-07-05 16:09:18 +00:00
priv Use SETUID_ROOT_PERMS and allow building as normal user. Bump revision. 2010-02-15 17:06:18 +00:00
prngd
pscan service suspended. prevent timeout. fetch from backup. 2011-03-18 20:28:21 +00:00
putty Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
pwsafe Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
py-amkCrypto All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-asn1 Upgrade py-asn1 to version 0.0.11a. 2010-05-01 17:23:36 +00:00
py-crack All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-cryptkit All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-crypto Update to 2.6: 2012-05-25 08:28:13 +00:00
py-cryptopp Split version into sane and excessive parts. 2012-03-20 23:38:26 +00:00
py-denyhosts Regenerate diffs for GNU patch. 2011-12-14 03:05:04 +00:00
py-gnupg All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-keyring add py-keyring-0.5.1, from Kamel Derouiche per pkgsrc-wip 2011-04-14 17:27:04 +00:00
py-lasso Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
py-m2crypto Update py-m2crypto from 0.13.1 to 0.21.1. 2012-01-22 10:05:18 +00:00
py-mcrypt All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-oauth Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
py-openid Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-OpenSSL All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-paramiko Update py-paramiko to 1.7.7.1. 2011-07-22 14:03:30 +00:00
py-prewikka Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-smbpasswd Remove python24 and all traces of it from pkgsrc. 2012-04-08 19:08:44 +00:00
py-ssh Update security/py-ssh to 1.7.14 2012-07-01 19:24:34 +00:00
py-SSLCrypto Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
py-tlslite All supported python versions in pkgsrc support eggs, so remove 2012-04-08 20:21:41 +00:00
py-xmlsec Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
pyca Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
qca Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
qca-tls Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
qca2 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
qca2-gnupg Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
qca2-ossl Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
qident
racoon2 add the latest snapshot of racoon2 (IKEv2 daemon), from John R. Shannon 2012-01-11 20:08:39 +00:00
rainbowcrack regen distinfo (hi joerg!) 2011-11-26 13:31:58 +00:00
rats * add user-destdir support 2010-02-20 08:25:51 +00:00
rc5des DESTDIR support 2010-01-27 21:32:58 +00:00
rid Need yacc and lex to build. 2010-07-10 11:38:57 +00:00
rsaref Uses cdefs. 2012-03-02 16:36:57 +00:00
ruby-bcrypt Update ruby-bcrypt package to 3.0.1. 2011-09-13 14:47:25 +00:00
ruby-ezcrypto Update security/ruby-ezcrypto to 0.7.2. 2010-09-10 07:41:46 +00:00
ruby-hmac Importing security/ruby-hmac 0.4.0. 2010-09-23 07:24:28 +00:00
ruby-net-scp Update security/ruby-net-scp to 1.0.4. 2010-09-23 06:49:34 +00:00
ruby-net-sftp Update security/ruby-net-sftp to 2.0.5. 2010-09-10 07:43:45 +00:00
ruby-net-ssh Update ruby-net-ssh to 2.5.2. 2012-06-02 01:01:29 +00:00
ruby-net-ssh-gateway Update security/ruby-net-ssh-gateway to version 1.1.0 2011-05-15 19:34:51 +00:00
ruby-oauth Update ruby-oauth to 0.4.6. 2012-04-22 11:54:18 +00:00
ruby-password Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-rc4 Importing security/ruby-rc4 version 0.1.5. 2012-03-20 13:05:41 +00:00
ruby-roauth Update ruby-roauth to 0.0.8. 2011-09-24 05:09:57 +00:00
ruby-simple_oauth Update ruby-simple_oauth to 0.1.9. 2012-07-22 12:38:41 +00:00
ruby-soauth * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:47:05 +00:00
ruby-tcpwrap Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-twitter_oauth Use lang/ruby/json.mk to handle dependency to ruby-json. 2011-11-23 05:29:52 +00:00
sbd DESTDIR support 2010-01-27 20:57:22 +00:00
scanssh revbump(1) for devel/libevent update. 2011-02-11 21:22:02 +00:00
seahorse Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
seahorse-plugins Recursive bump for startup-notification* dependency change, requested 2012-07-15 08:22:46 +00:00
seccure recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
secpanel DESTDIR support 2010-01-27 20:57:22 +00:00
sfs LICENSE=gnu-gpl-v2 2011-03-19 08:31:26 +00:00
sign DESTDIR support 2010-01-27 16:52:13 +00:00
skey Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
sks Add missing zlib buildlink. 2012-07-08 09:56:09 +00:00
smtpd service suspended. prevent timeout. fetch from backup. 2011-03-18 20:28:21 +00:00
sniff Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
snortsnarf DESTDIR support 2010-01-27 16:52:13 +00:00
snow
softhsm SoftHSM 1.3.3 2012-05-23 10:05:44 +00:00
srm Reset maintainer. 2010-11-01 00:08:09 +00:00
srp_client Let this package build on post-POSIX getline() systems. 2011-04-01 21:56:14 +00:00
ssh-askpass DESTDIR support from Steven Drake. 2010-01-27 18:21:56 +00:00
ssh-ip-tunnel
ssh2 Add missing mk/termcap buildlink. 2011-12-17 23:42:40 +00:00
sshfp Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
ssldump Fix build on -current. 2011-10-01 11:36:11 +00:00
sslproxy Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
sslwrap Uses a BSD makefile. 2012-02-16 19:42:04 +00:00
ssss Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
starttls Take maintainership. FUKAUMI Naoki didn't object. 2012-07-17 23:19:19 +00:00
steghide Fix build with newer GCC 2011-12-06 19:47:32 +00:00
stegtunnel Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but 2012-04-13 23:20:07 +00:00
stunnel Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
sudo Update sudo package to 1.7.9p1. 2012-05-16 14:49:55 +00:00
systrace-policies DESTDIR support 2010-01-27 20:57:22 +00:00
tacshell Fix permissions. 2010-01-31 23:13:24 +00:00
tcl-tls * fixes DESTDIR installation 2010-06-25 06:28:09 +00:00
tcp_wrappers Changes 7.6.4: 2012-07-20 09:58:36 +00:00
tct PR/42039 -- not available for NetBSD 4 and up. 2011-10-17 19:32:24 +00:00
tkpasman DESTDIR support 2010-01-27 20:57:22 +00:00
tripwire Make sure the correct install tool is used. 2012-02-16 19:43:14 +00:00
uvscan Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
validns validns 0.5 2012-06-08 21:58:07 +00:00
xml-security-c Changes since 1.6.0: 2011-07-28 23:33:31 +00:00
xmlsec1 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
yafic Reset maintainer. 2010-09-28 13:21:29 +00:00
ykclient Version 2.8 (released 2012-06-15) 2012-06-16 20:32:05 +00:00
ykpers Version 1.6.4 (released 2012-05-24) 2012-06-16 20:38:51 +00:00
zebedee DESTDIR support 2010-06-28 10:13:01 +00:00
zkt security/zkt: Fix DragonFly regression 2012-07-18 20:44:38 +00:00
Makefile +gnome-keyring-sharp 2012-06-16 22:01:17 +00:00