pkgsrc/security
wiz ab973e6cbc Update to 1.4.0:
Noteworthy changes in version 1.4.0 (2007-12-10)
------------------------------------------------

 * New configure option --disable-padlock-support which is mostly
   useful in case of build problems.


Noteworthy changes in version 1.3.2 (2007-12-03)
------------------------------------------------

 * The visibility attribute is now used if supported by the toolchain.

 * The ACE engine of VIA processors is now used for AES-128.

 * The ASN.1 DER template for SHA-224 has been fixed.


Noteworthy changes in version 1.3.1 (2007-10-26)
------------------------------------------------

 * The entire library is now under the LGPL. The helper programs and
   the manual are under the GPL.  Kudos to Peter Gutmann for giving
   permissions to relicense the rndw32 and rndunix modules.

 * The Camellia cipher is now under the LGPL and included by default.

 * Fixed a bug in the detection of symbol prefixes which inhibited the
   build of optimzied assembler code on certain systems.

 * Updated the entropy gatherer for W32.


Noteworthy changes in version 1.3.0 (2007-05-04)
------------------------------------------------

 * Changed the way the RNG gets initialized. This allows to keep it
   uninitialized as long as no random numbers are used.  To override
   this, the new macro gcry_fast_random_poll may be used.  It is in
   general a good idea to spread this macro into the application code
   to make sure that these polls happen often enough.

 * Made the RNG immune against fork without exec.

 * Reading and writing the random seed file is now protected by a
   fcntl style file lock on systems that provide this function.

 * Support for SHA-224 and HMAC using SHA-384 and SHA-512.

 * Support for the SEED cipher.

 * Support for the Camellia cipher.  Note that Camellia is disabled by
   default, and that enabling it changes the license of libgcrypt from
   LGPL to GPL.

 * Support for OFB encryption mode.

 * gcry_mpi_rshift does not anymore truncate the shift count.

 * Reserved algorithm ranges for use by applications.

 * Support for DSA2.

 * The new function gcry_md_debug should be used instead of the
   gcry_md_start_debug and gcry_md_stop_debug macros.

 * New configure option --enable-random-daemon to support a system
   wide random daemon.  The daemon code is experimental and not yet
   very well working.  It will eventually allow to keep a global
   random pool for the sake of short living processes.

 * Non executable stack support is now used by default on systems
   supporting it.

 * Support for Microsoft Windows.

 * Assembler support for the AMD64 architecture.

 * New configure option --enable-mpi-path for optimized builds.

 * Experimental support for ECDSA; should only be used for testing.

 * New control code GCRYCTL_PRINT_CONFIG to print the build
   configuration.

 * Minor changes to some function declarations.  Buffer arguments are
   now typed as void pointer.  This should not affect any compilation.
   Fixed two bugs in return values and clarified documentation.

 * Interface changes relative to the 1.2.0 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gcry_fast_random_poll	 NEW
 gcry_md_debug           NEW
 gcry_sexp_nth_string    NEW
 GCRY_MD_SHA224          NEW
 GCRY_PK_USAGE_CERT      NEW
 GCRY_PK_USAGE_AUTH      NEW
 GCRY_PK_USAGE_UNKN      NEW
 GCRY_PK_ECDSA           NEW
 GCRY_CIPHER_SEED        NEW
 GCRY_CIPHER_CAMELLIA128 NEW
 GCRY_CIPHER_CAMELLIA192 NEW
 GCRY_CIPHER_CAMELLIA256 NEW
 GCRYCTL_FAKED_RANDOM_P  NEW
 GCRYCTL_PRINT_CONFIG    NEW
 GCRYCTL_SET_RNDEGD_SOCKET  NEW.
 gcry_mpi_scan           CHANGED: Argument BUFFER is now void*.
 gcry_pk_algo_name       CHANGED: Returns "?" instead of NULL.
 gcry_cipher_algo_name   CHANGED: Returns "?" instead of "".
 gcry_pk_spec_t          CHANGED: Element ALIASES is now const ptr.
 gcry_md_write_t         CHANGED: Argument BUF is now a const void*.
 gcry_md_ctl             CHANGED: Argument BUFFER is now void*.
 gcry_cipher_encrypt     CHANGED: Arguments IN and OUT are now void*.
 gcry_cipher_decrypt     CHANGED: Arguments IN and OUT are now void*.
 gcry_sexp_sprint        CHANGED: Argument BUFFER is now void*.
 gcry_create_nonce       CHANGED: Argument BUFFER is now void*.
 gcry_randomize          CHANGED: Argument BUFFER is now void*.
 gcry_cipher_register    CHANGED: Argument ALGORITHM_ID is now int*.
2008-03-07 16:16:22 +00:00
..
AiCA Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +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 Don't include a reimplementation of strdup, ANSI C is old enough. 2007-07-24 14:26:31 +00:00
amap Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
amavis-perl Fixed PKGMANDIR and Perl interpreter. PKGREVISION++ 2006-11-12 02:56:41 +00:00
amavisd-new Update to 2.5.3. This update is from maintainer in PR #38062. 2008-02-19 16:20:15 +00:00
antonym give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
ap-modsecurity Add PKG_APACHE_ACCEPTED=apache13 apache2 as this package is not 2007-05-18 10:23:16 +00:00
ap-modsecurity2 Update to 2.1.4 2008-01-04 10:05:51 +00:00
apg Use custom install rules to get user-destdir ready and most likely 2006-11-03 09:07:30 +00:00
arirang
avcheck Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
base - 11/20/2007 1.3.9 (anne) 2007-11-25 18:09:53 +00:00
Bastille Resign from maintaining a lot of packages, so everyone is free to update 2008-03-04 11:02:23 +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 *.tbz does not exist now, noticed by Zafer Aydogan in private mail. 2008-01-05 05:06:52 +00:00
caff Update to 0.4.13: 2007-11-30 17:22:20 +00:00
ccid Correct pathname pkgsrc/local to pkgsrc/security. 2008-03-04 15:52:15 +00:00
cfs Try to create target directories before install manuals. 2007-12-27 15:06:02 +00:00
chkrootkit Update to 0.47 2007-07-11 20:16:33 +00:00
CoolKey Provides driver support for the CoolKey and Common Access Card (CAC) 2008-03-04 11:33:02 +00:00
courier-authlib Make this more cut-and-paste-friendly. 2008-02-18 20:37:22 +00:00
crack Fix self-references. Sort PLIST. Use @dirrm instead of rm -rf. 2007-09-14 11:59:39 +00:00
crypto++ Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, 2008-02-28 11:58:47 +00:00
CSP Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
cvm Quell pkglint: add QMAILDIR to BUILD_DEFS. 2007-03-24 07:25:28 +00:00
cy2-anonymous
cy2-crammd5
cy2-digestmd5 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
cy2-gssapi Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
cy2-ldapdb Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
cy2-login
cy2-ntlm Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
cy2-otp Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
cy2-plain
cy2-sql Disable expressly database drivers which is not specified by option. 2006-10-22 09:25:58 +00:00
cyrus-sasl Also used by security/cy2-ldapdb/Makefile. 2008-01-23 08:53:06 +00:00
cyrus-saslauthd Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ddos-scan Don't run clear. Pass down OPSYS and don't run uname -s again. 2007-06-30 18:49:38 +00:00
destroy Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
dirb Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
dirmngr Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
dropbear Honor PKG_SYSCONFDIR. The default host keys for dropbear are now found in 2007-09-06 19:15:10 +00:00
dsniff pkglint says: 2008-01-28 00:45:26 +00:00
dsniff-nox11 pkglint says: 2008-01-28 00:45:26 +00:00
EasyPG Set INFO_FILES, so that info/dir is handled correctly. May also fix 2007-08-08 19:57:32 +00:00
egd Remove ftp.lothar.com from MASTER_SITES, doesn't resolve. 2007-11-12 00:04:06 +00:00
flawfinder Update to 1.27 2007-01-17 21:48:25 +00:00
fprot-workstation-bin * Convert security/fprot-workstation-bin to use the emulator framework. 2007-08-21 23:14:45 +00:00
fragroute Revbump sweep of all libevent consumers due to update to libevent-1.3d. 2007-08-16 09:27:03 +00:00
fsh Reset maintainer on his request. 2007-12-12 20:42:28 +00:00
fwbuilder These conflict with with libfwbuilder21 and fwbuilder21 because 2006-11-09 19:10:17 +00:00
fwbuilder21 Changes 2.1.17: 2008-02-21 17:34:08 +00:00
gnome-keyring Fix build on HPUX: 2008-02-06 00:36:06 +00:00
gnome-keyring-manager Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
gnu-crypto give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
gnupg Update to 1.4.8: 2008-01-13 16:23:55 +00:00
gnupg2 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
gnutls Update to 2.2.2: 2008-03-06 14:52:12 +00:00
gpa Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
gpass Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
gpg2dot Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
gpgme Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:31:49 +00:00
gpgme03 Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make 2007-01-17 03:11:18 +00:00
gsasl Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
gss I18N (PR 37581) and DESTDIR support. 2007-12-21 20:35:36 +00:00
gtk-systrace
hackbot Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 12:20:12 +00:00
hashcash give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
heimdal As of revision 1.2 of termcap.buildlink3.mk, "-ltermcap" is automatically 2008-03-04 22:37:46 +00:00
honeyd Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. 2007-09-21 13:03:25 +00:00
honeyd-arpd Revbump sweep of all libevent consumers due to update to libevent-1.3d. 2007-08-16 09:27:03 +00:00
hydan
hydra Append {,nb*} to a dependency. 2008-01-24 11:10:53 +00:00
ike-scan Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ipsec-tools Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
isakmpd Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +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
keepassx KeePass is a free/open-source password manager or safe which helps you to 2007-10-21 13:51:01 +00:00
keychain Based on some feedback, comment out the newly added LICENSE=xxx for now. 2007-10-30 19:31:38 +00:00
kssh Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
kth-krb4 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
libassuan Upgrade to 1.0.3. This is a maintenance upgrade. Noteworthy changes in 2007-11-07 11:13:15 +00:00
libbf Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 12:20:12 +00:00
libcrack Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
libdes Reset maintainer: SMTP connections to comet.lbl.gov time out. 2007-09-03 06:12:43 +00:00
libfwbuilder These conflict with with libfwbuilder21 and fwbuilder21 because 2006-11-09 19:10:17 +00:00
libfwbuilder21 Changes 2.1.17: 2008-02-21 17:34:08 +00:00
libgcrypt Update to 1.4.0: 2008-03-07 16:16:22 +00:00
libgpg-error Added MAKE_JOBS_SAFE as suggested in PR 37261. 2007-11-03 22:40:27 +00:00
libidea Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 12:20:12 +00:00
libident Switch to New LibIdent, version 0.32. 2007-08-25 14:00:20 +00:00
libksba Update to 1.0.2 as required by gnupg 2.0.5. 2007-08-04 11:57:16 +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 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
libprelude Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
libpreludedb Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
libssh Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
libssh2 Import libssh2-0.18, a library implementing the SSH2 protocol (available 2008-03-02 14:11:54 +00:00
libtasn1 Update to 1.3: 2008-03-04 15:06:42 +00:00
libtcpa Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +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
md5-collision
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 Recognize the MIT Kerberos bundled with Mac OS X Leopard. 2007-12-28 15:27:24 +00:00
mixminion Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
mozilla-rootcerts Import security/mozilla-rootcerts: 2007-09-20 20:02:53 +00:00
msu Update msu to 1.08: 2006-08-14 13:19:54 +00:00
msudir
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 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
nessus-libraries Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
nessus-plugins Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
netramet Also need for NetBSD. 2007-12-28 05:13:23 +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 Update ocaml-ssl to 0.4.2 2008-03-03 18:14:19 +00:00
opencdk Update to 0.6.6: 2007-11-29 16:35:12 +00:00
openpam Add changes from NetBSD src that add casts to fix warnings on platforms 2008-02-18 18:22:18 +00:00
openssh Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
openssh+gssapi Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
openssl Link shared libraries with -rpath on IRIX to prevent check-shlibs errors. 2008-02-20 01:10:20 +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 Resign from maintaining a lot of packages, so everyone is free to update 2008-03-04 11:02:23 +00:00
p5-Authen-SASL Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Authen-SASL-Cyrus Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-Blowfish The package supports installation to DESTDIR. 2008-02-07 20:27:23 +00:00
p5-Crypt-CAST5_PP The package supports installation to DESTDIR. 2008-02-07 20:52:58 +00:00
p5-Crypt-CBC Updated to version 2.24. 2008-02-07 20:46:04 +00:00
p5-Crypt-CipherSaber Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-DES The package supports installation to DESTDIR. 2008-02-07 20:27:23 +00:00
p5-Crypt-DES_EDE3 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-DH Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-DSA Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-GeneratePassword Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-IDEA The package supports installation to DESTDIR. 2008-02-07 20:27:23 +00:00
p5-Crypt-OpenPGP Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-OpenSSL-Bignum Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
p5-Crypt-OpenSSL-DSA Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
p5-Crypt-OpenSSL-Random Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
p5-Crypt-OpenSSL-RSA Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
p5-Crypt-PasswdMD5 Resign from maintaining a lot of packages, so everyone is free to update 2008-03-04 11:02:23 +00:00
p5-Crypt-Primes Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-Random Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-RandPasswd Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-RC4 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-Rijndael Updated to version 1.05. 2008-01-25 02:26:31 +00:00
p5-Crypt-RIPEMD160 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-RSA Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-SmbHash Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Crypt-SSLeay Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
p5-Crypt-Twofish - added DESTDIR support 2007-12-13 12:02:09 +00:00
p5-Data-SimplePassword Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Digest Added commented-out LICENSE=something. 2007-11-11 11:35:48 +00:00
p5-Digest-BubbleBabble Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Digest-CRC Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Digest-Hashcash Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Digest-HMAC Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Digest-MD2 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Digest-MD4 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Digest-MD5 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Digest-Nilsimsa Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Digest-SHA Updated to version 5.45. 2008-01-08 15:11:25 +00:00
p5-Digest-SHA1 Added commented-out LICENSE=something. 2007-11-11 11:35:48 +00:00
p5-GnuPG-Interface Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-GSSAPI Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-IO-Socket-SSL Update p5-IO-Socket-SSL to 1.13. 2008-02-05 11:36:04 +00:00
p5-Module-Signature Added support for installation to DESTDIR. 2007-06-13 09:50:46 +00:00
p5-Net-DNS-SEC Updated to version 0.14. 2007-05-17 17:30:21 +00:00
p5-Net-SSH Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Net-SSLeay Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
p5-pcsc This package contains a Perl wrapper to the PC/SC smartcard library 2008-03-04 11:31:04 +00:00
p5-SHA Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-String-Random Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Tie-EncryptedHash Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
pakemon DESTDIR ready. 2007-12-28 11:47:24 +00:00
PAM Fix configure options when the librack option is given. 2007-07-09 04:27:55 +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 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
pam-mysql Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
pam-pwauth_suid -add DESTDIR support, from Blair Sadewitz 2007-09-05 20:29:05 +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
pcsc-lite Correct pathname pkgsrc/local to pkgsrc/security. 2008-03-04 15:52:15 +00:00
pcsc-tools Provides several tools that are useful when working 2008-03-04 11:32:15 +00:00
pflkm Remove myself as maintainer, I don't have the time anymore to keep these 2007-05-18 10:03:30 +00:00
pgp2 Renamed the deprecated LICENCE to LICENSE, which has the exactly same 2007-10-31 12:29:33 +00:00
pgp5 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 11:35:41 +00:00
pgpdump Update pgpdump package to 0.26. Add support of DESTDIR_SUPPORT, too. 2007-09-24 03:57:59 +00:00
pgpenvelope Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
php-mcrypt
php-mhash
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 Make it easier to build and install packages "unprivileged", where 2007-07-04 20:54:31 +00:00
portsentry Require pre-created sbin directory. 2007-12-28 11:51:42 +00:00
prelude-lml Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
prelude-manager Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
prelude-pflogger Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
priv Honor PKGMANDIR. 2007-03-20 17:04:13 +00:00
prngd Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:22:45 +00:00
pscan Some more packages need lex and yacc. Patch by Aleksey Cheusov on 2007-12-02 08:32:23 +00:00
putty Fix builds on Darwin 2008-01-08 17:02:11 +00:00
pwsafe Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
py-amkCrypto Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
py-crack Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
py-cryptkit Reset maintainer -- shell@ is inactive. 2007-09-30 17:45:23 +00:00
py-denyhosts Replace python's path in RCD_SCRIPTS, files/denyhosts. 2007-08-20 07:31:38 +00:00
py-gnupg Fix warning reported by "pkglint". 2007-11-18 23:38:12 +00:00
py-gnutls Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
py-m2crypto Update dependency, it builds with openssl-0.9.8 2008-01-24 11:14:26 +00:00
py-mcrypt Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
py-OpenSSL Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
py-paramiko Update to version 1.7.1. 2007-12-14 13:35:04 +00:00
py-prewikka Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
py-SSLCrypto Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
py-tlslite Initial import of py-tlslite 0.3.8. 2007-02-28 05:34:25 +00:00
pyca
qca Change MASTER_SITES to locatoin for old archive, 2008-01-05 05:25:21 +00:00
qca-tls Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
qca2 Now that package is installed into qt4 subdirectory, pkg-config can't 2007-12-25 20:09:47 +00:00
qca2-ossl Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
qident Needs GNU nroff to format catpages with -mandoc. 2008-02-07 13:24:36 +00:00
rainbowcrack Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
rats Change MASTER_SITES to new location, noticed by Zafer Aydogan in private mail. 2008-01-05 05:23:23 +00:00
rc5des Convert to use the emulator framework. 2007-08-23 19:36:00 +00:00
rid
rsaref Add RESTRICTED based on license. 2007-06-14 18:58:15 +00:00
ruby-password
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 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:37:24 +00:00
seahorse Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
seahorse-gedit Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
seahorse-nautilus Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
secpanel
sfs Allow SFS_USER and SFS_GROUP to be overridden, instead of hardcoded 2008-02-16 22:06:12 +00:00
sign Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
skey Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. 2007-10-16 23:48:58 +00:00
smimemsg Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
smtpd PATCH_SITES update 2007-07-22 22:26:04 +00:00
sniff
snortsnarf
snow Initial import of snow-20060213 into the Packages Collection. 2007-10-29 09:57:28 +00:00
srm
srp_client Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:37:24 +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 * Honor PKGMANDIR and PKG_SYSCONFBASE. 2007-12-30 09:15:36 +00:00
ssh2 Convert packages that test and use USE_INET6 to use the options framework 2007-09-07 22:12:10 +00:00
ssldump Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
sslwrap Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
starttls Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
steghide Make this package compile and run with recent C++ from gcc4. 2007-10-02 19:03:11 +00:00
stunnel Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
sudo Distribution file was changed after sudo 1.6.9p12 was released. :-( 2008-01-22 12:45:24 +00:00
systrace-policies
tacshell
tcl-tls Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
tcp_wrappers Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. 2007-10-16 23:48:58 +00:00
tct
tkpasman Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
tripwire Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, 2008-02-28 11:58:47 +00:00
uvscan Apply fixes for substitution errors reported in PR pkg/36898 by Nicolas 2007-09-04 19:43:15 +00:00
xmlsec1 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
yafic Based on some feedback, comment out the newly added LICENSE=xxx for now. 2007-10-30 19:31:38 +00:00
zebedee Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
Makefile Added entries for pcsc-lite, ccid, p5-pcsc, pcsc-tools and CoolKey. 2008-03-04 11:37:32 +00:00