pkgsrc/security
wiz dd9153b6b9 Update to 1.985:
1.985 2014/05/15
- make OCSP callback return 1 even if it was called on the server side
  because of bad setup of the socket. Otherwise we get an endless calling
  of the OCSP callback.
- consider an OCSP response which is not yet or no longer valid a soft error
  instead of an hard error
- fix skip in t/external/ocsp.t in case fingerprint does not match
- RT#95633 call EVP_PKEY_free not EVP_KEY_free in
  IO::Socket::SSL::Utils::KEY_free. Thanks to paul[AT]city-fan[DOT]org
- util/analyze.pl - with --show-chain check if chain with SNI is different
  from chain w/o SNI.
1.984 2014/05/10
- added OCSP support:
  - needs Net::SSLeay >=1.59
  - for usage see documentation of IO::Socket::SSL (examples and anything with
    OCSP in the name)
- new tool util/analyze-ssl.pl which is intended to help in debugging of SSL
  problems and to get information about capabilities of server. Works also
  as en example of how to use various features (like OCSP, SNI..)
- fix peer_certificates (returns leaf certificate only once on client side)
- added timeout for stop_SSL (either with Timeout or with the default
  timeout for IO::Socket)
- fix IO::Socket::SSL::Utils mapping between ASN1_TIME and time_t when local
  time is not GMT. Use Net::SSLeay::ASN1_TIME_timet if available.
- fix t/external/usable_ca.t for system with junk in CA files
1.983 2014/05/03
- fix public suffix handling: ajax.googleapis.com should be ok even if googleapis.com
  is in public suffix list (e.g. check one level less)
  #95317, thanks to purification[AT]ukr[DOT]net
- usable_ca.t - update fingerprints after heartbleed attack
- usable_ca.t - make sure we have usable CA for tested hosts in CA store
1.982 2014/04/24
- fix for using subroutine as argument to set_args_filter_hack
1.981 2014/04/08
- #95432 fix ecdhe Test for openssl1.0.1d, thanks to  paul[AT]city-fan[DOT]org
- fix detection of openssl1.0.1d (detected 1.0.1e instead)
- new function can_ecdh in IO::Socket::SSL
1.980 2014/04/08
- fixed incorrect calculation of certificate fingerprint in get_fingerprint*
  and comparison in SSL_fingerprint. Thanks to
  david[DT]palmer[AT]gradwell[DOT]com for reporting.
- disable elliptic curve support for openssl 1.0.1d on 64bit because of
  openssl rt#2975
1.979 2014/04/06
- hostname checking:
  - configuration of 'leftmost' is renamed to 'full_label', but the old
    version is kept for compatibility reasons.
  - documentation of predefined schemes fixed to match reality
1.978 2014/04/04
- RT#94424 again, fix test on older openssl version with no SNI support
1.977 2014/04/04
- fix publicsuffix for IDNA, more tests with various IDNA libs
  RT#94424. Thanks to paul[AT]city-fan[DOT]org
- reuse result of IDN lib detection from PublicSuffix.pm in SSL.pm
- add more checks to external/usable_ca.t. Now it is enough that at least
  one of the hosts verifies against the builtin CA store
- add openssl and Net::SSleay version to diagnostics in load test
1.976 2014/04/03
- added public prefix checking to verification of wildcard certificates,
  e.g. accept *.foo.com but not *.co.uk.
  See documentation of SSL_verifycn_publicsuffix and
  IO::Socket::SSL::PublicSuffix
  Thanks to noloader for pointing out the problem.
1.975 2014/04/02
- BEHAVIOR CHANGE: work around TEA misfeature on OS X builtin openssl, e.g.
  guarantee that only the explicitly given CA or the openssl default CA will
  be used. This means that certificates inside the OS X keyring will no
  longer be used, because there is no way to control the use by openssl
  (e.g. certificate pinning etc)
- make external tests run by default to make sure default CA works on all
  platforms, it skips automatically on network problems like timeouts or ssl
  interception, can also use http(s)_proxy environment variables
1.974 2014/04/02
- new function peer_certificates to get the whole certificate chain, needs
  Net::SSLeay>=1.58
- extended IO::Socket::Utils::CERT_asHash to provide way more information,
  like issuer information, cert and pubkey digests, all extensions, CRL
  distributions points and OCSP uri
1.973 2014/03/25
- with SSL_ca certificate handles can now be used additionally to
  SSL_ca_file and SSL_ca_path
- do not complain longer if SSL_ca_file and SSL_ca_path are both given,
  instead add both as options to the CA store
- Shortcut 'issuer' to give both issuer_cert and issuer_key in CERT_create.
1.972 2014/03/23
- make sure t/external/usable_ca.t works also with older openssl without
  support for SNI. RT#94117. Thanks to paul[AT]city-fan[DOT]org
1.971 2014/03/22
- try to use SSL_hostname for hostname verification if no SSL_verifycn_name
  is given. This way hostname for SNI and verification can be specified in
  one step.
- new test program example/simulate_proxy.pl
1.970 2014/03/19
- fix rt#93987 by making sure sub default_ca does use a local $_ and not a
  version of an outer scope which might be read-only.  Thanks to gshank
1.969 2014/03/13
- fix set_defaults to match documentation regarding short names
- new function set_args_filter_hack to make it possible to override bad SSL
  settings from other code at the last moment.
- determine default_ca on module load (and not on first use in each thread)
- don't try default hostname verification if verify_mode 0
- fix hostname verification when reusing context
1.968 2014/03/13
- BEHAVIOR CHANGE: removed implicit defaults of certs/server-{cert,key}.pem
  for SSL_{cert,key}_file and ca/,certs/my-ca.pem for SSL_ca_file.
  These defaults were depreceated since 1.951 (2013/7/3).
- Usable CA verification path on Windows etc:
  Do not use Net::SSLeay::CTX_set_default_verify_paths any longer to set
  system/build dependended default verification path, because there was no
  way to retrieve these default values and check if they contained usable
  CA. Instead re-implement the same algorithm and export the results with
  public function default_ca() and make it possible to overwrite it.
  Also check for usable verification path during build.
  If no usable path are detected require Mozilla::CA at build and try to
  use it at runtime.
2014-05-15 10:01:43 +00:00
..
aide Update homepage URLs. 2013-02-22 19:59:05 +00:00
aide06 Update homepage URLs. 2013-02-22 19:59:05 +00:00
amap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
antonym Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
ap-modsecurity Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
ap-modsecurity2 Adapt to Lua multiversion support. 2014-05-03 13:01:24 +00:00
apg Updated to apg-2.3.0b, released 09/08/2003. From CHANGES: 2014-02-14 04:14:40 +00:00
arirang Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
avcheck Update to 0.9.1. Changes: unknown. 2013-06-01 12:19:30 +00:00
base Fix a common mistake in many different packages: POSIX says that when using 2013-10-18 11:41:17 +00:00
Bastille Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
bcrypt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
beecrypt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
bitstir Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
botan Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
botan-devel Fix build on NetBSD and with clang. 2014-03-05 21:22:38 +00:00
caff Update to 1.1.6, changes not found. 2014-04-18 20:11:18 +00:00
ccid Update to 1.4.16 2014-04-02 19:47:12 +00:00
cfs Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
chkrootkit Avoid linking statically on SunOS. 2014-01-09 11:46:46 +00:00
clamav Update to clamav-0.98.3. Changes: 2014-05-08 16:01:09 +00:00
clusterssh Reset PKGREVISION after update. 2013-08-06 20:13:35 +00:00
CoolKey Add a number of includes hidden by libstdc++'s name space pollution. 2013-04-29 21:31:09 +00:00
courier-authlib Buildlink libiconv using build dependency method for OpenBSD. The courier- 2014-05-06 03:45:36 +00:00
crack Add -lcrypt on Linux. 2014-02-20 11:38:14 +00:00
credns Add missing examples conf 2014-02-18 18:38:55 +00:00
crudesaml exactly specify base directory of using packages for configure. 2014-01-09 05:07:05 +00:00
crypto++ Set LICENSE. 2013-08-24 08:17:56 +00:00
CSP Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
cvm Link network libs on SunOS 2014-03-14 01:06:39 +00:00
cy2-anonymous 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
cy2-crammd5 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
cy2-digestmd5 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
cy2-gssapi Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
cy2-ldapdb Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
cy2-login 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
cy2-ntlm Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
cy2-otp Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
cy2-plain 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
cy2-saml Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
cy2-scram Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
cy2-sql recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
cyrus-sasl Fix the pkg-config file provided (exec_prefix was undefined). 2014-05-07 15:41:08 +00:00
cyrus-saslauthd Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
ddos-scan Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
destroy Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
dhbitty Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
dirb Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
dirmngr Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
dnssec-tools Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
dropbear Use the xauth builtin.mk to find the location on the target system. 2014-03-14 22:40:17 +00:00
dsniff Bump PKGREVISION to be built with unvulnerable libnids>=1.24. 2013-10-06 08:28:37 +00:00
dsniff-nox11 Bump PKGREVISION to be built with unvulnerable libnids>=1.24. 2013-10-06 08:28:37 +00:00
EasyPG Note that EasyPG is built into emacs23 and later. 2014-02-13 18:12:36 +00:00
egd Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
engine-pkcs11 Update to 0.1.8. 2014-04-02 19:23:06 +00:00
ent Import ent-19981020 into the Packages Collection. 2013-04-25 16:24:54 +00:00
f-prot-antivirus6 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
f-prot-antivirus6-fs-bin Update F-PROT Antivirus packages to 6.2.3. 2013-03-14 16:35:32 +00:00
f-prot-antivirus6-ms-bin Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
f-prot-antivirus6-ws-bin Update F-PROT Antivirus packages to 6.2.3. 2013-03-14 16:35:32 +00:00
flawfinder No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
fprint-demo Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
fragroute Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
fsh Resolves: 2013-04-06 20:27:16 +00:00
fwbuilder Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gnome-keyring Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gnome-keyring-manager Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gnome-keyring-sharp recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
gnu-crypto Resolves: 2013-04-06 20:27:16 +00:00
gnupg Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gnupg-pkcs11-scd Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gnupg2 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gnutls Changes 3.2.12: 2014-03-04 09:34:19 +00:00
google-authenticator Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
gpa Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gpass Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gpg2dot Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
gpgme disable TLS on all NetBSD - it crashes for me on -current/i386 2013-05-06 18:18:31 +00:00
gpshell Import gpshell-1.4.4 as security/gpshell. 2014-03-12 21:29:24 +00:00
gsasl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
gss Resolves: 2013-04-06 20:27:16 +00:00
gtk-systrace Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
guardtime Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
hackbot Replace no longer existing master site, by nk@kajander.fi. 2013-07-30 09:19:28 +00:00
hashcash Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
heimdal recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
heirloom-su
HElib Support C++11 STL implementations. 2013-05-21 16:37:46 +00:00
honeyd Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
honeyd-arpd Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
hydan Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
hydra Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
ike-scan Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ipsec-tools Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ipv6-toolkit Update security/ipv6-toolkit to version 1.4.1 2013-09-09 06:42:44 +00:00
isakmpd Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
jessie Resolves: 2013-04-06 20:27:16 +00:00
john Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
KeePass Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
keepassx Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
keychain Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
kgpg recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
knc Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:04:31 +00:00
kpcli Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
kssh recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
kstart Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
kth-krb4 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
kwallet recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
lasso Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
libassuan Fix linking fdpassing. 2013-02-26 11:00:59 +00:00
libassuan2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
libbf Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
libcrack Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
libcurvecpr I got the license type wrong - should be "public-domain" 2013-08-07 05:01:45 +00:00
libdes Use find-headers instead of find-files to detect builtin header files. 2013-11-23 12:10:13 +00:00
libfprint recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
libfwbuilder Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libgcrypt Add patch for build fix on Darwin PPC. 2014-04-01 09:48:37 +00:00
libglobalplatform Import libglobalplatform-6.0.0 as security/libglobalplatform. 2014-03-12 21:23:11 +00:00
libgnome-keyring Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libgpg-error Update to 1.13: 2014-04-25 08:33:57 +00:00
libguardtime Fix build by pointing to SSLCERTS for certificates. 2014-04-17 20:48:18 +00:00
libidea Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
libident Need sys/file.h for FNDELAY on SunOS. 2013-12-13 10:46:40 +00:00
libksba Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libmcrypt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
libmerkletree Initial import of libmerkletree-20140304 into the Packages Collection 2014-03-05 05:25:18 +00:00
libmultigest Import libmultigest-20140304 into the packages collection 2014-03-05 05:14:42 +00:00
libnetpgpverify Update the libnetpgpverify package to version 20140210 2014-02-16 17:15:48 +00:00
liboauth Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libp11 Update to 0.2.8. 2014-04-02 20:14:19 +00:00
libpbc Update pbc from version 0.5.10 to 0.5.14 2014-02-26 04:00:57 +00:00
libprelude Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libprelude-lua Revbump for Lua multiversion support. 2014-05-03 13:14:36 +00:00
libprelude-perl Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libprelude-python Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
libprelude-ruby Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libpreludedb Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libpreludedb-mysql Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libpreludedb-perl Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libpreludedb-pgsql Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libpreludedb-python Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
libpreludedb-sqlite3 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
libsecret Update to 0.18: 2014-03-12 10:17:57 +00:00
libsodium Update to 0.4.5. From csosstudy in PR 48336. 2013-10-23 17:08:03 +00:00
libssh Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libssh2 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libtasn1 Changes 3.5: 2014-05-03 19:40:22 +00:00
libtcpa Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libtomcrypt Only 1 package in the tree uses a buildlink dependency on libtomcrypt 2014-03-14 22:38:39 +00:00
libyubikey Version 1.11 (released 2013-10-18) 2014-03-13 22:13:44 +00:00
log2timeline Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
logcheck This has been using SPECIAL_PERMS since 2009 and exhibits no signs of 2013-12-27 03:06:44 +00:00
lsh Fix inline use. 2013-03-03 01:09:34 +00:00
lua-sec Revbump for Lua multiversion support. 2014-05-03 13:14:36 +00:00
mcrypt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
md4-collision Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
md5-collision Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
merkletree Initial import of merkletree-20140304 into the Packages Collection 2014-03-05 05:19:25 +00:00
mhash Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mirrordir Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
mit-krb5 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
mit-krb5-appl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
mixminion Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
mozilla-rootcerts reset CHECK_BUILTIN.openssl to avoid side effect. 2014-03-03 06:01:26 +00:00
msu
msudir
multigest Initial import of multigest-20140304 into the Packages Collection. 2014-03-05 05:09:44 +00:00
munge Band-aid packaging fix for Linux. From Jason Bacon through WIP. 2014-04-25 10:20:06 +00:00
MyPasswordSafe Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
netpgp Update netpgp to version 20140220 2014-02-21 02:16:23 +00:00
netpgpverify netpgpverify-20140304: 2014-03-05 04:51:37 +00:00
netramet Fix inttypes on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 14:07:44 +00:00
nettle Make it use -fPIC on NetBSD (does not build on at least sparc64 otherwise). 2013-11-26 09:22:19 +00:00
nfsbug Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
nikto Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
oath-toolkit Version 2.4.1 (released 2014-02-12) 2014-03-10 00:58:51 +00:00
ocaml-cryptokit Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
ocaml-ssl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
opencdk Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
openct Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
opendnssec recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
openpam Use find-headers instead of find-files to detect builtin header files. 2013-11-23 12:10:13 +00:00
opensaml Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
opensc Stop forcing pcsc-lite's library to be the libtool version. 2014-03-17 18:21:42 +00:00
openssh Always add pam in PLIST_VARS. 2014-03-29 10:30:15 +00:00
openssl Set LICENSE. 2014-05-15 09:59:32 +00:00
openvas-client Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
openvas-libnasl Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
openvas-libraries Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
openvas-plugins Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
openvas-server Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
otpCalc Update to 0.97 2013-06-09 08:52:27 +00:00
otptool Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
p0f PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
p5-AuthCAS Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Authen-CAS-Client Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Authen-Htpasswd Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Authen-PAM Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Authen-PluggableCaptcha Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Authen-SASL Control the dependency on p5-GSSAPI via the 'gssapi' option. Still 2013-06-04 14:58:46 +00:00
p5-Authen-SASL-Cyrus Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Authen-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Authen-TacacsPlus 0.24 2013-09-22 08:20:09 +00:00
p5-BSD-arc4random Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Bytes-Random-Secure Import Bytes::Random::Secure-0.26 as security/p5-Bytes-Random-Secure. 2013-07-14 05:57:28 +00:00
p5-Crypt-Blowfish Update to 2.14 2013-08-15 09:06:18 +00:00
p5-Crypt-Blowfish_PP This is Crypt::Blowfish_PP, a Perl implementation of the Blowfish 2014-05-06 05:21:38 +00:00
p5-Crypt-CAST5_PP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Crypt-CBC Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Crypt-CipherSaber Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Crypt-DES Make sure to set correct PKGNAME using DISTNAME. 2013-08-06 01:30:04 +00:00
p5-Crypt-DES_EDE3 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Crypt-DH Update to 0.07 to fix build with perl-5.18. 2013-06-17 11:18:37 +00:00
p5-Crypt-DSA Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Crypt-ECB Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Crypt-Eksblowfish Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Crypt-GeneratePassword Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Crypt-GPG Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Crypt-IDEA Update to 1.10 2013-07-25 13:57:39 +00:00
p5-Crypt-OpenPGP Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Crypt-OpenSSL-AES Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
p5-Crypt-OpenSSL-Bignum Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
p5-Crypt-OpenSSL-DSA Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
p5-Crypt-OpenSSL-Random Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
p5-Crypt-OpenSSL-RSA Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
p5-Crypt-PasswdMD5 Update to 1.40 2014-04-13 09:17:28 +00:00
p5-Crypt-Primes Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Crypt-Random Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Crypt-Random-Seed Import Crypt::Random::Seed-0.03 as security/p5-Crypt-Random-Seed. 2013-07-14 04:41:51 +00:00
p5-Crypt-Random-TESHA2 Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Crypt-RandPasswd Update to 0.05 2014-04-13 09:23:49 +00:00
p5-Crypt-RC4 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Crypt-Rijndael Update to 1.12 2014-04-13 10:21:41 +00:00
p5-Crypt-RIPEMD160 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Crypt-RSA Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Crypt-SmbHash Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Crypt-SSLeay Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
p5-Crypt-Twofish Update p5-Crypt-Twofish to 2.17 for perl-5.18 compatibility fix. 2013-06-01 02:25:59 +00:00
p5-Crypt-URandom Adding package for CPAN distribution Crypt-URandom version 0.34 into 2013-07-03 15:58:21 +00:00
p5-Crypt-X509 Import p5-Crypt-X509-0.51 as security/p5-Crypt-X509. 2014-01-01 03:15:50 +00:00
p5-Dancer-Plugin-Auth-RBAC Fix typo in LICENSE line. 2013-07-14 01:14:04 +00:00
p5-Data-SimplePassword Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Digest Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Digest-BubbleBabble Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Digest-CRC Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Digest-Hashcash Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Digest-HMAC Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Digest-JHash Add p5-Digest-JHash. 2014-04-02 19:23:09 +00:00
p5-Digest-MD2 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Digest-MD4 Update to 1.9 2013-07-14 06:32:07 +00:00
p5-Digest-MD5 Update to 2.53 2013-07-14 06:37:19 +00:00
p5-Digest-MD5-File Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Digest-Nilsimsa Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Digest-Perl-MD5 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Digest-SHA Update to 5.89 2014-04-20 02:46:00 +00:00
p5-Digest-SHA1 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Digest-SHA3 Import Digest-SHA3-0.12 as security/p5-Digest-SHA3. 2014-04-20 03:02:49 +00:00
p5-File-KeePass Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-GnuPG-Interface Update to 0.46: 2013-06-01 07:34:58 +00:00
p5-GSSAPI The p5-GSSAPI configure script assumes that the output of the SunOS krb5-config 2013-12-11 10:29:45 +00:00
p5-IO-Socket-SSL Update to 1.985: 2014-05-15 10:01:43 +00:00
p5-Module-Signature Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Mozilla-CA Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Net-DNS-SEC Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Net-DNS-SEC-Maint-Key Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Net-OpenSSH Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Net-SSH Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Net-SSLeay Update to 1.61 and set LICENSE. 2014-05-15 10:00:17 +00:00
p5-OpenSSL Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
p5-pcsc 1.4.13 - 1 April 2013, Ludovic ROUSSEAU 2013-10-05 14:19:01 +00:00
p5-SHA Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-String-Random Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Text-Password-Pronounceable Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Tie-EncryptedHash Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p11-kit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
PACK Import PACK-0.0.3 as security/PACK. 2013-07-30 19:52:09 +00:00
pakchois Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
pakemon Bump PKGREVISION to be built with unvulnerable libnids>=1.24. 2013-10-06 08:28:37 +00:00
PAM Fix build under OpenBSD 5.5 2014-05-04 09:30:26 +00:00
pam-af Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
pam-dbm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
pam-fprint Fix missing prototypes and return values and other goodies, so that it 2012-11-23 12:30:01 +00:00
pam-krb5 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
pam-ldap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
pam-mkhomedir Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
pam-mysql Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
pam-p11 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
pam-passwdqc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
pam-pgsql Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
pam-pwauth_suid Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
pam-radius Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
pam-saml Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
pam-tacplus Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
pam-yubico Version 2.14 (released 2013-09-27) 2014-03-13 22:27:33 +00:00
pam_ssh_agent_auth Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
paperkey Import paperkey-1.3 as security/paperkey. 2013-06-01 14:29:23 +00:00
pcsc-lite Drop libusb1 from pcsc-lite's bl3. 2014-03-17 17:44:23 +00:00
pcsc-tools Update to 1.4.22. 2014-02-25 18:02:36 +00:00
pgp2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
pgp5 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
pgpdump Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
pgpenvelope Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
php-mcrypt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
php-oauth Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
php-ssdeep Hopefully fixes building on most platforms supported 2013-06-11 01:12:23 +00:00
php-suhosin Ignore missing return value when building against PHP 5.3. 2013-12-08 22:34:33 +00:00
pinentry Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
pinentry-gtk Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
pinentry-gtk2 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
pinentry-qt Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
pinentry-qt4 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
pinepgp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
pkcs11-helper Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
pks Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
polarssl Update PolarSSL to 1.2.8 2013-09-11 13:17:25 +00:00
policykit Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
policykit-gnome Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
polkit-qt Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
PortableSigner Import PortableSigner-2.0.38c0573 as security/PortableSigner. 2014-04-23 11:27:58 +00:00
portsentry Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
prelude-correlator Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
prelude-lml Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
prelude-manager Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
prelude-pflogger Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
priv Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
prngd Fix build on SunOS (LDFLAGS.SunOS+= -lsocket -lnsl). 2013-08-03 14:44:28 +00:00
pscan Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
putty Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
pwsafe Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
py-asn1 Update to 0.1.7: 2013-05-15 22:25:22 +00:00
py-backports.ssl_match_hostname Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-bcrypt Import py27-bcrypt-1.0.2 as security/py-bcrypt. 2014-05-03 02:27:10 +00:00
py-crack Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-cryptkit Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-crypto Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
py-cryptography Update to 0.4: 2014-05-06 10:30:54 +00:00
py-cryptopp Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-denyhosts Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-Des This is a pure python implementation of the DES encryption algorithm. 2012-11-04 21:57:11 +00:00
py-ecdsa Use REPLACE_PYTHON instead of reimplementing it. 2014-01-27 18:42:11 +00:00
py-ezPyCrypto Import py27-ezPyCrypto-0.1.1 as security/py-ezPyCrypto. 2014-04-07 12:36:38 +00:00
py-gnupg Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-hsm Version 1.0.4h (released 2014-01-09) 2014-03-13 23:50:08 +00:00
py-itsdangerous Update py-itsdangerous to 0.24. 2014-04-03 08:40:28 +00:00
py-keyring Update to 3.7: 2014-03-31 08:29:11 +00:00
py-lasso Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-m2crypto Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-mcrypt Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-oauth Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-oauth2 Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-oauthlib Correctly build as Python Egg. 2014-05-13 17:08:44 +00:00
py-openid Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-OpenSSL Depends on six itself as well. 2014-03-21 13:34:59 +00:00
py-paramiko Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-passlib Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-prewikka Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-requests-oauthlib Correctly build as Python Egg. 2014-05-13 17:08:44 +00:00
py-smbpasswd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
py-SSLCrypto Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-tlslite Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-xmlsec Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
pyca No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
qca recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
qca-tls Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
qca2 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
qca2-gnupg Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
qca2-ossl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
qident Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
qoauth Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
racoon2 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
rainbowcrack Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
rats Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
rc5des Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
rid 'Please use ${ECHO} instead of "echo".' 2013-04-06 14:58:18 +00:00
rsaref Fix int types on SunOS 2014-02-22 18:15:33 +00:00
ruby-bcrypt Update ruby-bcrypt to 3.1.7. 2014-03-14 17:53:12 +00:00
ruby-ezcrypto Use OVERRIDE_GEMSPEC instead of modifying gemspec file. 2013-03-07 17:08:16 +00:00
ruby-hmac
ruby-net-scp Update ruby-net-scp to 1.1.2. 2013-09-15 14:57:11 +00:00
ruby-net-sftp Update ruby-net-sftp to 2.1.2. 2013-06-16 17:17:04 +00:00
ruby-net-ssh Update ruby-net-ssh to 2.8.0. 2014-03-14 17:54:28 +00:00
ruby-net-ssh-gateway Update ruby-net-ssh-gateway to 1.2.0. 2013-02-11 02:08:16 +00:00
ruby-oauth Use RUBY_SUFFIX instead of RUBY_VER. 2014-03-17 14:29:28 +00:00
ruby-password Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
ruby-rc4
ruby-shadow Update ruby-shadowt to 2.3.3. 2014-03-14 17:55:49 +00:00
ruby-simple_oauth Update ruby-simple_oauth to 0.2.0. 2013-01-05 05:23:15 +00:00
ruby-sshkit Add ruby-sshkit package version 1.3.0. 2014-03-14 17:57:47 +00:00
ruby-tcpwrap Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
ruby-twitter_oauth Update ruby-twitter_oauth to 0.4.94. 2013-07-04 12:06:29 +00:00
sbd Add network libs on SunOS 2014-02-09 00:44:36 +00:00
scanssh Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
scrypt Bulk build wants openssl 2014-02-26 18:20:11 +00:00
seahorse Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
seahorse-plugins Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
seccure Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
secpanel Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
sfs Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
sign Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
skey Use find-headers instead of find-files to detect builtin header files. 2013-11-23 12:10:13 +00:00
sks "or" has been deprecated, and the warning about it from ocaml 4.01.x 2013-11-11 15:14:13 +00:00
sleuthkit (Trimmed down commit message, but it's still huge to be able 2014-03-13 23:41:31 +00:00
smaSHeM Don't use void * arithmetic. Fix some const issues. 2013-12-06 21:26:05 +00:00
smtpd Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
sniff PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
snortsnarf Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
snow Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
softhsm recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
spiped Use PKG_SYSCONFDIR. 2014-05-14 14:00:42 +00:00
srm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
srp_client Yet another broken copy of ancient telnet code. 2013-06-17 11:46:28 +00:00
ssdeep Imported ssdeep 2.9 as security/ssdeep 2013-06-05 19:49:36 +00:00
ssh-askpass Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
ssh-ip-tunnel Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
sshfp No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
sshpass Import sshpass-1.05 as security/sshpass. 2013-05-26 21:28:07 +00:00
ssldump Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
sslproxy Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
sslscan Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
sslwrap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ssss Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
starttls Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
steghide Use vector instead of variable length array of non-POD type. 2013-03-02 17:57:08 +00:00
stegtunnel PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
stud Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
stunnel Update to 5.01 2014-04-29 13:47:45 +00:00
sudo Upgrade to address CVE-2014-0106 2014-03-08 11:51:56 +00:00
systrace-policies Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
tacshell Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
tcl-tls Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
tcp_wrappers Use find-headers instead of find-files to detect builtin header files. 2013-11-23 12:10:13 +00:00
tct Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
tkpasman Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
tripwire Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
uvscan Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
validns validns 0.8 2014-02-17 08:18:07 +00:00
xml-security-c Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
xmlsec1 update to 1.2.19 2014-04-03 17:00:44 +00:00
yafic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
ykclient Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ykpers Version 1.15.1 (released 2014-03-12) 2014-03-13 22:17:59 +00:00
zebedee Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
zkt Use the correct path variable in one marino@'s dragonfly hacks. 2014-01-02 00:50:07 +00:00
zoneminder Fix rc.d handling. 2014-05-06 15:07:40 +00:00
Makefile add & enable py-requests-oauthlib 2014-05-08 15:27:10 +00:00