pkgsrc/security
fhajny d76039b62f Update security/vault to 0.9.3.
## 0.9.3 (January 28th, 2018)

A regression from a feature merge disabled the Nomad secrets backend in 0.9.2.
This release re-enables the Nomad secrets backend; it is otherwise identical to
0.9.2.

## 0.9.2 (January 26th, 2018)

SECURITY:

* Okta Auth Backend: While the Okta auth backend was successfully verifying
  usernames and passwords, it was not checking the returned state of the
  account, so accounts that had been marked locked out could still be used to
  log in. Only accounts in SUCCESS or PASSWORD_WARN states are now allowed.
* Periodic Tokens: A regression in 0.9.1 meant that periodic tokens created by
  the AppRole, AWS, and Cert auth backends would expire when the max TTL for
  the backend/mount/system was hit instead of their stated behavior of living
  as long as they are renewed. This is now fixed; existing tokens do not have
  to be reissued as this was purely a regression in the renewal logic.
* Seal Wrapping: During certain replication states values written marked for
  seal wrapping may not be wrapped on the secondaries. This has been fixed,
  and existing values will be wrapped on next read or write. This does not
  affect the barrier keys.

DEPRECATIONS/CHANGES:

* `sys/health` DR Secondary Reporting: The `replication_dr_secondary` bool
  returned by `sys/health` could be misleading since it would be `false` both
  when a cluster was not a DR secondary but also when the node is a standby in
  the cluster and has not yet fully received state from the active node. This
  could cause health checks on LBs to decide that the node was acceptable for
  traffic even though DR secondaries cannot handle normal Vault traffic. (In
  other words, the bool could only convey "yes" or "no" but not "not sure
  yet".) This has been replaced by `replication_dr_mode` and
  `replication_perf_mode` which are string values that convey the current
  state of the node; a value of `disabled` indicates that replication is
  disabled or the state is still being discovered. As a result, an LB check
  can positively verify that the node is both not `disabled` and is not a DR
  secondary, and avoid sending traffic to it if either is true.
* PKI Secret Backend Roles parameter types: For `ou` and `organization`
  in role definitions in the PKI secret backend, input can now be a
  comma-separated string or an array of strings. Reading a role will
  now return arrays for these parameters.
* Plugin API Changes: The plugin API has been updated to utilize golang's
  context.Context package. Many function signatures now accept a context
  object as the first parameter. Existing plugins will need to pull in the
  latest Vault code and update their function signatures to begin using
  context and the new gRPC transport.

FEATURES:

* **gRPC Backend Plugins**: Backend plugins now use gRPC for transport,
  allowing them to be written in other languages.
* **Brand New CLI**: Vault has a brand new CLI interface that is significantly
  streamlined, supports autocomplete, and is almost entirely backwards
  compatible.
* **UI: PKI Secret Backend (Enterprise)**: Configure PKI secret backends,
  create and browse roles and certificates, and issue and sign certificates via
  the listed roles.

IMPROVEMENTS:

* auth/aws: Handle IAM headers produced by clients that formulate numbers as
  ints rather than strings [GH-3763]
* auth/okta: Support JSON lists when specifying groups and policies [GH-3801]
* autoseal/hsm: Attempt reconnecting to the HSM on certain kinds of issues,
  including HA scenarios for some Gemalto HSMs.
  (Enterprise)
* cli: Output password prompts to stderr to make it easier to pipe an output
  token to another command [GH-3782]
* core: Report replication status in `sys/health` [GH-3810]
* physical/s3: Allow using paths with S3 for non-AWS deployments [GH-3730]
* physical/s3: Add ability to disable SSL for non-AWS deployments [GH-3730]
* plugins: Args for plugins can now be specified separately from the command,
  allowing the same output format and input format for plugin information
  [GH-3778]
* secret/pki: `ou` and `organization` can now be specified as a
  comma-separated string or an array of strings [GH-3804]
* plugins: Plugins will fall back to using netrpc as the communication protocol
  on older versions of Vault [GH-3833]

BUG FIXES:

* auth/(approle,aws,cert): Fix behavior where periodic tokens generated by
  these backends could not have their TTL renewed beyond the system/mount max
  TTL value [GH-3803]
* auth/aws: Fix error returned if `bound_iam_principal_arn` was given to an
  existing role update [GH-3843]
* core/sealwrap: Speed improvements and bug fixes (Enterprise)
* identity: Delete group alias when an external group is deleted [GH-3773]
* legacymfa/duo: Fix intermittent panic when Duo could not be reached
  [GH-2030]
2018-01-30 16:37:35 +00:00
..
2fa Fix RELRO build 2017-12-25 03:23:21 +00:00
aide Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
aide06 Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
amap Comment out dead sites. 2017-08-16 20:45:30 +00:00
antonym Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
ap-modsecurity2 Fix the examples directory in MESSAGE to match where it is... 2018-01-29 09:48:45 +00:00
apg Sort PLIST files. 2018-01-01 22:29:15 +00:00
argon2 Better -install_name on Darwin 2018-01-10 09:36:54 +00:00
arirang Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
asignify Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
avcheck Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
base Sort PLIST files. 2018-01-01 22:29:15 +00:00
Bastille Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
bcrypt Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
bearssl bearssl: fix build on SunOS 2017-09-22 22:00:57 +00:00
beecrypt Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
bitstir Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
boringssl Revbump all Go packages after the Go 1.8.1 update. 2017-04-13 15:12:03 +00:00
botan botan: follow redirects 2017-11-26 10:39:37 +00:00
botan-devel Revbump after boost update 2018-01-01 21:18:06 +00:00
caff Fix bad merge on patch file which broke the build under macOS Sierra. 2017-09-02 18:15:42 +00:00
ccid Explain use of PTHREAD_AUTO_VARS 2017-05-29 12:26:40 +00:00
cfs Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
chkrootkit Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
clamav Fix memory/file descriptor leak in cli_scanscript(). 2018-01-26 16:26:57 +00:00
clamav-doc Fix PLIST after clamav update 2018-01-28 13:22:53 +00:00
clusterssh Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
codecrypt link network libs on SunOS 2016-09-19 13:12:39 +00:00
CoolKey Comment out dead sites. 2017-08-16 20:45:30 +00:00
courier-authlib Requires iconv. Try to reduce the include craziness a little bit. 2017-05-11 09:22:36 +00:00
crack Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
credns Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
crudesaml Updated security/crudesaml to 1.9 2017-08-13 15:05:33 +00:00
crypto++ Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
CSP Comment out dead sites. 2017-09-04 05:36:14 +00:00
cvm Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
cy2-anonymous Fix to use PKG_SYSCONFDIR. Bump PKGREVISION for all packages using the 2017-04-27 13:56:46 +00:00
cy2-crammd5 Fix to use PKG_SYSCONFDIR. Bump PKGREVISION for all packages using the 2017-04-27 13:56:46 +00:00
cy2-digestmd5 Fix to use PKG_SYSCONFDIR. Bump PKGREVISION for all packages using the 2017-04-27 13:56:46 +00:00
cy2-gssapi Fix to use PKG_SYSCONFDIR. Bump PKGREVISION for all packages using the 2017-04-27 13:56:46 +00:00
cy2-ldapdb Fix to use PKG_SYSCONFDIR. Bump PKGREVISION for all packages using the 2017-04-27 13:56:46 +00:00
cy2-login Fix to use PKG_SYSCONFDIR. Bump PKGREVISION for all packages using the 2017-04-27 13:56:46 +00:00
cy2-ntlm Fix to use PKG_SYSCONFDIR. Bump PKGREVISION for all packages using the 2017-04-27 13:56:46 +00:00
cy2-otp Fix to use PKG_SYSCONFDIR. Bump PKGREVISION for all packages using the 2017-04-27 13:56:46 +00:00
cy2-plain Fix to use PKG_SYSCONFDIR. Bump PKGREVISION for all packages using the 2017-04-27 13:56:46 +00:00
cy2-saml Update crudesaml to 1.8 2017-05-25 03:17:41 +00:00
cy2-scram Fix to use PKG_SYSCONFDIR. Bump PKGREVISION for all packages using the 2017-04-27 13:56:46 +00:00
cy2-sql Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
cyrus-sasl Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
cyrus-saslauthd Fix to use PKG_SYSCONFDIR. Bump PKGREVISION for all packages using the 2017-04-27 13:56:46 +00:00
dcfldd Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ddos-scan Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
dehydrated Fix packages that had INSTALLATION_DIRS+=$(PKG_SYSCONFDIR}. 2017-08-07 17:56:12 +00:00
destroy Comment out dead sites. 2017-08-16 20:45:30 +00:00
dhbitty dhbitty: follow redirects 2017-09-22 07:02:57 +00:00
dirb Revbump after boost update 2018-01-01 21:18:06 +00:00
dnssec-tools Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
dropbear dropbear: update to 2017.75 2017-11-09 19:00:25 +00:00
dsniff Follow some http redirects. 2017-08-16 20:21:03 +00:00
dsniff-nox11 Fix security/dsniff* build on NetBSD-current due recent route(4) change 2016-04-18 08:34:35 +00:00
easy-rsa Updated security/easy-rsa to 3.0.5 2018-01-30 14:34:06 +00:00
EasyPG emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions 2017-09-29 12:40:26 +00:00
ecap_clamav_adapter Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
egd Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
engine-pkcs11 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ent Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
erlang-epam Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
erlang-fast_tls Update security/fast_tls to 1.0.20. 2018-01-16 12:16:22 +00:00
erlang-jose Import jose-1.8.4 as security/erlang-jose. 2017-12-14 21:04:40 +00:00
erlang-p1_oauth2 Update security/erlang-p1_oauth2 to 0.6.2. 2017-08-20 12:30:34 +00:00
f-prot-antivirus6
f-prot-antivirus6-fs-bin Add SHA512 checksum data. 2017-03-23 14:36:20 +00:00
f-prot-antivirus6-ms-bin Add SHA512 checksum data. 2017-03-23 14:36:20 +00:00
f-prot-antivirus6-ws-bin Add SHA512 checksum data. 2017-03-23 14:36:20 +00:00
fail2ban fail2ban: fix build on linux and others 2017-03-16 21:08:35 +00:00
flawfinder Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
fprint-demo Project homepage has changed. 2017-10-06 14:29:10 +00:00
fragroute Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
fsh Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
fwbuilder Fix C++11 issues. Fix obvious string handling bug. Bump revision. 2017-06-17 19:52:13 +00:00
gnome-keyring Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gnome-keyring-manager Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
gnome-keyring-sharp Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
gnu-crypto Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
gnu-pw-mgr Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
gnupg Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
gnupg-pkcs11-scd Sort PLIST files. 2018-01-01 22:29:15 +00:00
gnupg2 Restore PKGNAME to gnupg2 2017-12-21 13:15:21 +00:00
gnutls Updated gnutls to 3.6.0. 2017-09-06 13:41:26 +00:00
go-crypt Remove trailing empty lines. 2017-08-25 16:49:11 +00:00
go-crypto Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
go-crypto-acme Remove trailing empty lines. 2017-08-25 16:49:11 +00:00
go-oauth2 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
go-sftp Remove trailing empty lines. 2017-08-25 16:49:11 +00:00
google-authenticator Update HOMEPAGE. 2017-08-01 17:03:52 +00:00
gpa Updated gpa to 0.9.10. 2017-08-29 11:30:05 +00:00
gpass Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
gpg2dot Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
gpgme Revert PKGNAME change from gnupg2 to gnupg 2017-12-21 13:30:40 +00:00
gpgmepp Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
gpshell Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
gsasl Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
gss Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
guardtime Sort PLIST files. 2018-01-01 22:29:15 +00:00
hackbot Fixed spelling of NetBSD in mail addresses. 2017-01-22 00:01:30 +00:00
hashcash Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
heimdal Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
heirloom-su
HElib Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
hitch Fix ctype use. 2017-07-03 13:03:02 +00:00
honeyd Work around macro name conflict with netbsd's builtin libevent. 2017-09-10 01:44:31 +00:00
honeyd-arpd Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
hs-digest Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
hydan Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
hydra Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
ike-scan Comment out dead sites. 2017-08-16 20:45:30 +00:00
ipsec-tools Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ipv6-toolkit Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
isakmpd Remove unnecessary RCD_SCRIPT_WRK.<script> definitions. 2017-05-21 06:49:09 +00:00
jessie Comment out dead sites. 2017-08-16 20:45:30 +00:00
john Simplify and fix the platform/compiler selection for SunOS. Other 2017-08-24 17:22:58 +00:00
kauth Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
kdesu kf5: strip -fvisibility=hidden in all kf5 packages 2018-01-24 19:06:06 +00:00
KeePass KeePass: follow redirect 2017-09-30 07:42:46 +00:00
keepassx Updated keepassx to 2.0.3. 2017-09-04 14:43:13 +00:00
keepassx0 Follow some http redirects. 2017-08-16 20:21:03 +00:00
keychain Import keychain-2.8.5 with the following improvements: 2018-01-27 10:00:15 +00:00
kgpg Revbump after boost update 2018-01-01 21:18:06 +00:00
knc Revert "Specify readline requirement on 30 packages" 2016-12-12 14:22:01 +00:00
kpcli Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
kstart Sort PLIST files. 2018-01-01 22:29:15 +00:00
kwallet kf5: strip -fvisibility=hidden in all kf5 packages 2018-01-24 19:06:06 +00:00
kwalletmanager kwalletmanager: PLIST changes for polkit-qt update 2018-01-17 18:59:53 +00:00
lasso lasso: Don't overwrite user CFLAGS. 2017-12-18 15:33:59 +00:00
lastpass-cli Revbump after boost update 2018-01-01 21:18:06 +00:00
libassuan2 libassuan2: updated to 2.5.1 2017-12-21 09:44:14 +00:00
libbf Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
libcrack Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libcurvecpr Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
libdes Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
libfprint Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
libfwbuilder Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libgcrypt libgcrypt: updated to 1.8.2 2017-12-14 08:49:54 +00:00
libgfshare Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
libglobalplatform Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libgnome-keyring Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libgpg-error Updated libgpg-error to 1.27. 2017-03-05 12:29:19 +00:00
libguardtime Revbump after boost update 2018-01-01 21:18:06 +00:00
libidea Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
libident Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libksba Add patch to resolve gpgsm S/MIME failures 2017-05-30 22:40:17 +00:00
libmcrypt Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libmerkletree Remove unused/empty distinfo files. 2017-03-23 13:07:24 +00:00
libmultigest Remove unused/empty distinfo files. 2017-03-23 13:07:24 +00:00
libnetpgpverify Remove unused/empty distinfo files. 2017-03-23 13:07:24 +00:00
liboauth Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libp11 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libpbc Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
libprelude Added missing LICENSE variable. 2018-01-03 01:04:54 +00:00
libprelude-lua Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
libprelude-perl Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
libprelude-python Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libpreludedb pkglint 2017-09-12 06:15:19 +00:00
libpreludedb-mysql Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
libpreludedb-perl Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libpreludedb-pgsql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
libpreludedb-python Remove stray extra distinfo file; this package uses the distinfo file 2017-09-14 08:05:47 +00:00
libpreludedb-sqlite3 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
libressl Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libsecret Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libsodium libsodium: updated to 1.0.16 2017-12-14 08:39:09 +00:00
libssh libssh: fix options.mk for current cmake based build 2018-01-25 19:52:38 +00:00
libssh2 Updated libssh2 to 1.8.0. 2016-10-31 16:18:02 +00:00
libtasn1 release 4.12: 2017-08-18 21:53:47 +00:00
libtcpa Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libtomcrypt Honor LDFLAGS. Fixes RELRO build. 2017-07-15 17:23:03 +00:00
libykneomgr Bump libzip ABI depends and PKGREVISIONs of its users for bzip2 dependency. 2017-09-02 22:02:24 +00:00
libyubikey Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
log2timeline Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
logcheck logcheck: Remove unnecessary TMPDIR handling to be MAKE_JOBS safe. 2017-11-10 10:34:51 +00:00
lsh Requires termcap. 2017-05-10 10:45:26 +00:00
lua-sec Update to luasec-0.6. Switch to MASTER_SITE_GITHUB. 2016-06-04 21:48:11 +00:00
lynis lynis: update to 2.6.1 2018-01-30 08:43:02 +00:00
mate-polkit Added missing LICENSE variable. 2018-01-03 01:04:54 +00:00
mbedtls Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mbedtls1 Update security/mbedtls1 to 1.3.17 2016-09-15 10:48:01 +00:00
mcrypt Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
md4-collision Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
md5-collision Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
merkletree make sure __UNCONST is defined before using it 2017-05-31 23:21:06 +00:00
mhash Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mirrordir Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
mit-krb5 mit-krb5: update to 1.14.6 2017-10-10 21:22:53 +00:00
mit-krb5-appl Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
mixminion Follow some redirects. 2017-09-03 08:53:04 +00:00
mozilla-rootcerts Regularize path subsitution and use PREFIX 2017-07-06 00:58:35 +00:00
mozilla-rootcerts-openssl Catch up with mozilla-rootcerts package 2017-06-22 17:53:59 +00:00
msu Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
msudir Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
multigest Unconditionally use standard headers, nothing defines the guards. 2017-05-04 18:29:48 +00:00
munge Sort PLIST files. 2018-01-01 22:29:15 +00:00
nacl Update HOMEPAGE. 2017-04-08 18:36:51 +00:00
netpgp Sort PLIST files. 2018-01-01 22:29:15 +00:00
netpgpverify netpgpverify: Update to 20171019. 2017-10-19 08:23:21 +00:00
netramet wants libpcap 2016-09-19 13:22:21 +00:00
nettle Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
nfsbug make the makefile MAKE_JOBS_SAFE. 2015-12-16 10:44:44 +00:00
nikto Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
oath-toolkit Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ocaml-cryptokit Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
ocaml-ssl Updated package security/ocaml-ssl to version 0.5.5. 2018-01-10 16:44:16 +00:00
opencdk Use OPSYSVARS. 2016-02-26 09:41:05 +00:00
openct openct: update HOMEPAGE 2017-11-15 22:16:17 +00:00
opendnssec Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
openpam Sort PLIST files. 2018-01-01 22:29:15 +00:00
opensaml Revbump after boost update 2018-01-01 21:18:06 +00:00
opensc Updated security/opensc to 0.16.0 2016-08-04 13:08:25 +00:00
openssh Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
openssl openssl: Don't set LD_LIBRARY_PATH during build. 2018-01-16 09:48:46 +00:00
openvas-client Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
openvas-libnasl Recursive bump for gpgme update which removed a support library. 2017-03-31 10:32:14 +00:00
openvas-libraries Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
openvas-plugins Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
openvas-server Recursive bump for gpgme update which removed a support library. 2017-03-31 10:32:14 +00:00
otpCalc Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
p0f Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
p5-AuthCAS Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Authen-CAS-Client Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Authen-Htpasswd Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Authen-PAM Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Authen-PluggableCaptcha Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Authen-SASL Fix build with perl 5.26.0 2017-06-05 23:19:54 +00:00
p5-Authen-SASL-Authd Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Authen-SASL-Cyrus Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Authen-Simple Fix build with perl 5.26 2017-06-12 07:30:16 +00:00
p5-Authen-TacacsPlus Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-BSD-arc4random Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Bytes-Random-Secure Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-Blowfish Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
p5-Crypt-Blowfish_PP Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
p5-Crypt-CAST5_PP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-CBC Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-CipherSaber Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-Curve25519 Add p5-Crypt-Curve25519 version 0.06. 2017-08-23 13:46:12 +00:00
p5-Crypt-DES Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-DES_EDE3 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-DH These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
p5-Crypt-DH-GMP Fix build with Perl 5.26.0. 2017-06-08 14:05:17 +00:00
p5-Crypt-DSA Fix build with Perl 5.26.0 2017-06-07 14:53:52 +00:00
p5-Crypt-ECB Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-Eksblowfish Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
p5-Crypt-GeneratePassword Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-GPG Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-IDEA Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-OpenPGP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-OpenSSL-AES Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-OpenSSL-Bignum p5-Crypt-OpenSSL-Bignum: update to 0.09. 2017-12-03 08:42:23 +00:00
p5-Crypt-OpenSSL-DSA Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-OpenSSL-Random Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-OpenSSL-RSA Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-PasswdMD5 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-Primes Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-PWSafe3 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-Random Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-Random-Seed Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-Random-TESHA2 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-RandPasswd Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-RC4 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-Rijndael Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-RIPEMD160 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-RSA Fix build with Perl 5.26.0 2017-06-07 14:53:52 +00:00
p5-Crypt-SmbHash Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-SSLeay Fix build with Perl 5.26.0 2017-06-06 14:22:36 +00:00
p5-Crypt-Twofish Fix build with Perl 5.26.0 2017-06-07 14:53:52 +00:00
p5-Crypt-URandom Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-X509 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-CryptX p5-CryptX: update to 0.056. 2017-12-30 14:50:46 +00:00
p5-Dancer-Plugin-Auth-RBAC Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
p5-Data-SimplePassword Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Digest Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Digest-BubbleBabble fix build with perl 5.26 2017-06-12 07:40:28 +00:00
p5-Digest-CRC p5-Digest-CRC: update to 0.22.2. 2017-09-27 20:43:52 +00:00
p5-Digest-Hashcash Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Digest-HMAC Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Digest-JHash Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Digest-MD2 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Digest-MD4 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Digest-MD5 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Digest-MD5-File Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Digest-Nilsimsa Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Digest-Perl-MD5 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Digest-SHA p5-Digest-SHA: update to 6.01. 2017-12-30 14:51:31 +00:00
p5-Digest-SHA1 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Digest-SHA3 p5-Digest-SHA3: update to 1.03. 2017-12-30 14:52:09 +00:00
p5-File-KeePass Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-GnuPG-Interface p5-GnuPG-Interface: Add comment about gnupg2 support patch. 2018-01-09 10:22:47 +00:00
p5-GSSAPI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-IO-Socket-SSL p5-IO-Socket-SSL: update to 2.052. 2017-11-08 21:07:32 +00:00
p5-Module-Signature Fix build with Perl 5.26.0 2017-06-07 14:53:52 +00:00
p5-Mozilla-CA Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Net-DNS-SEC Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Net-DNS-SEC-Maint-Key Follow some redirects. 2017-09-03 08:53:04 +00:00
p5-Net-OpenSSH Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Net-SSH p5-Net-SSH: update to 2.14. 2017-09-17 22:13:30 +00:00
p5-Net-SSLeay p5-Net-SSLeay: switch TEST_DEPENDS back to BUILD_DEPENDS 2018-01-19 09:44:36 +00:00
p5-Netpgp-Verify Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-OpenSSL Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-pcsc Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-SHA Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-String-Random Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Text-Password-Pronounceable Fix build with Perl 5.26.0 2017-06-06 23:58:52 +00:00
p5-Tie-EncryptedHash Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p11-kit Fix build on SunOS. From Thomas Merkel in NetBSD/pkgsrc#13. 2017-08-24 14:50:19 +00:00
PACK Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pakchois Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
pakemon Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pam-af Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
pam-dbm Sort PLIST files. 2018-01-01 22:29:15 +00:00
pam-fprint Use OPSYSVARS. 2016-02-26 09:41:05 +00:00
pam-krb5 Follow some redirects. 2017-09-03 08:53:04 +00:00
pam-ldap Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
pam-mkhomedir Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
pam-mysql Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
pam-p11 Sort PLIST files. 2018-01-01 22:29:15 +00:00
pam-passwdqc Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pam-pgsql Follow some redirects. 2017-09-03 08:53:04 +00:00
pam-pwauth_suid
pam-radius Fix build on SunOS. Fix pkglint warnings while at it. 2016-04-12 13:15:14 +00:00
pam-saml Update crudesaml to 1.8 2017-05-25 03:17:41 +00:00
pam-tacplus Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
pam-yubico Revbump after boost update 2018-01-01 21:18:06 +00:00
pam_ssh_agent_auth Follow some redirects. 2017-09-03 08:53:04 +00:00
paperkey Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
password-store Follow some redirects. 2017-09-03 08:53:04 +00:00
pcsc-lite Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
pcsc-tools Update to 1.4.27 2017-02-16 14:47:56 +00:00
pear-Crypt_GPG Fix LICENSE pattern (lgpl2 -> gnu-lgpl-v2.1) 2017-09-13 10:40:18 +00:00
pev Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
pgp2 Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
pgp5 Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
pgpdump Update pgpdump to 0.31. 2016-06-03 20:20:08 +00:00
pgpenvelope Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
php-mcrypt There is no such thing as PHP 5.5 anymore. 2016-12-23 23:01:13 +00:00
php-oauth Revbump after boost update 2018-01-01 21:18:06 +00:00
php-oauth1 Revbump after boost update 2018-01-01 21:18:06 +00:00
php-pecl-mcrypt security/php-pecl-mcrypt: enable php72 2017-11-15 22:01:22 +00:00
php-sodium fix pasto 2017-12-06 21:48:40 +00:00
php-ssdeep Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-ssh2 Update php-ssh2 to current version 1.1.2, mainly for PHP 7.x support 2017-12-19 10:07:41 +00:00
php-ssh2-0 reimport php-ssh2 as php-ssh2-0, to prepare for update of php-ssh2 to newer version which doesn't support PHP 5.6 any more 2017-12-19 10:04:06 +00:00
php-suhosin Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
pinentry Pass --disable-pinentry-fltk to configure to fix build when fltk installed 2018-01-19 13:36:42 +00:00
pinentry-gtk2 pinentry-gtk2: update to 1.1.0. 2018-01-10 12:30:00 +00:00
pinentry-mac Fix exec command by adding the missing "$@" to pass down arguments. 2017-05-31 21:30:15 +00:00
pinentry-qt4 Pass --disable-pinentry-fltk to configure to fix build when fltk installed 2018-01-20 11:06:13 +00:00
pinepgp Sort PLIST files. 2018-01-01 22:29:15 +00:00
pkcs11-helper pkcs11-helper: fix HOMEPAGE 2017-11-15 22:18:52 +00:00
pks Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
policykit Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
policykit-gnome policykit-gnome: Disable gtk-doc, requires gtkdoc-mktmpl. 2018-01-02 10:45:54 +00:00
polkit Revert buildtool.mk additions for glib-{mkenums,genmarshal} using packages 2017-10-15 23:19:10 +00:00
polkit-qt polkit-qt: update to 0.112.0 2018-01-17 18:48:26 +00:00
polkit-qt5 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
PortableSigner Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
portsentry Follow some http redirects. 2017-08-16 20:21:03 +00:00
prelude-correlator Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
prelude-lml Sort PLIST files. 2018-01-01 22:29:15 +00:00
prelude-manager Sort PLIST files. 2018-01-01 22:29:15 +00:00
prelude-pflogger Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
priv Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
prngd Reset maintainer 2017-09-16 19:26:41 +00:00
pscan Sort PLIST files. 2018-01-01 22:29:15 +00:00
putty recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
pwsafe Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
py-acme Update security/py-{acme,certbot} to 0.21.0. 2018-01-22 13:37:25 +00:00
py-acme-tiny Import acme-tiny's latest commit (versioned as 0.0.20170214) 2017-02-14 00:38:56 +00:00
py-aes Import pyaes-1.6.0 as security/py-aes 2016-06-14 07:58:40 +00:00
py-argon2_cffi py-argon2_cffi: updated to 18.1.0 2018-01-10 09:39:10 +00:00
py-asn1 py-asn1: updated to 0.4.2 2017-11-28 09:14:34 +00:00
py-asn1-modules Revision 0.0.8 2017-04-08 21:25:26 +00:00
py-asn1crypto py-asn1crypto: updated to 0.24.0 2017-12-17 16:54:02 +00:00
py-asyncssh py-asyncssh: updated to 1.11.1 2017-11-17 09:07:02 +00:00
py-backports.ssl_match_hostname Fix files in .destdir but not in PLIST, modelled after 2017-11-23 15:05:03 +00:00
py-bcrypt py-bcrypt: update to 3.1.4 2017-10-12 08:31:58 +00:00
py-certbot Update security/py-{acme,certbot} to 0.21.0. 2018-01-22 13:37:25 +00:00
py-certifi py-certifi: update to 2018.1.18. 2018-01-28 16:38:18 +00:00
py-crack Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
py-cryptkit Follow some redirects. 2017-09-03 08:53:04 +00:00
py-crypto Follow some redirects. 2017-09-03 08:53:04 +00:00
py-cryptodome py-cryptodome: update to 3.4.7 2017-09-27 20:10:56 +00:00
py-cryptography py-cryptography[_vectors]: updated to 2.1.4 2017-11-30 08:23:27 +00:00
py-cryptography_vectors py-cryptography[_vectors]: updated to 2.1.4 2017-11-30 08:23:27 +00:00
py-cryptopp Follow some redirects. 2017-09-03 08:53:04 +00:00
py-cybox py-cybox: updated to 2.1.0.16 2017-11-30 08:16:19 +00:00
py-denyhosts Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-Des Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
py-ecdsa Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
py-ezPyCrypto Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
py-gnupg Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-gssapi py-gssapi: updated to 1.3.0 2017-12-06 12:19:43 +00:00
py-hsm Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
py-itsdangerous Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-josepy Import josepy-1.0.1 as security/py-josepy. 2018-01-22 13:30:08 +00:00
py-kerberos py-kerberos: update to 1.2.5 2017-09-30 09:42:52 +00:00
py-keyring py-keyring: updated to 10.5.1 2017-12-21 14:06:32 +00:00
py-keyrings.alt py-keyrings.alt: Import py-keyrings.alt-2.3 as security/py-keyrings.alt 2017-12-19 11:55:12 +00:00
py-lasso Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-libtaxii Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-m2crypto py-m2crypto: updated to 0.27.0 2017-10-26 07:08:10 +00:00
py-mcrypt Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-mohawk Mohawk is an alternate Python implementation of the Hawk HTTP authorization 2017-07-03 21:03:29 +00:00
py-nacl PyNaCl is a Python binding to libsodium, which is a fork of the Networking and 2017-10-12 12:35:34 +00:00
py-ndg_httpsclient Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-ntlm-auth py-ntlm-auth: updated to 1.0.6 2017-10-31 08:27:03 +00:00
py-oath Follow some redirects. 2017-09-04 18:08:18 +00:00
py-oauth Follow some redirects. 2017-09-04 18:08:18 +00:00
py-oauth2 Fixed MASTER_SITES and updated HOMEPAGE 2017-07-31 05:29:30 +00:00
py-oauth2client v4.1.2: 2017-07-03 20:57:47 +00:00
py-oauthlib py-oauthlib: update to 2.0.6 2017-10-22 20:29:56 +00:00
py-openid Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-OpenSSL pyOpenSSL: updated to 17.5.0 2017-12-01 08:53:17 +00:00
py-paramiko py-paramiko: updated to 2.4.0 2017-11-15 09:24:14 +00:00
py-passlib 1.7.1: 2017-06-21 10:24:19 +00:00
py-pbkdf2 Fix previous. 2016-12-07 10:49:49 +00:00
py-prewikka Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
py-py-bcrypt Reset maintainer 2017-09-16 19:26:41 +00:00
py-pydeep Reset maintainer 2017-09-16 19:26:41 +00:00
py-requests-kerberos py-requests-kerberos: updated to 0.12.0 2018-01-19 09:10:04 +00:00
py-requests-ntlm py-requests-ntlm: updated to 1.1.0 2017-10-31 08:27:55 +00:00
py-requests-oauthlib Updated py-requests-oauthlib to 0.8.0. 2017-02-20 10:00:08 +00:00
py-rsa Follow some redirects. 2017-09-04 18:08:18 +00:00
py-service_identity Updated py-service_identity to 17.0.0. 2017-05-29 11:22:51 +00:00
py-simplesha3 Follow some redirects. 2017-09-03 08:53:04 +00:00
py-slowaes py-slowaes: update HOMEPAGE 2017-10-09 08:25:56 +00:00
py-smbpasswd Follow some redirects. 2017-09-04 18:08:18 +00:00
py-SSLCrypto Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-stix py-stix: update to 1.2.0.4 2017-10-10 07:32:30 +00:00
py-tlslite Update to 0.4.9. From the commit log: 2017-07-23 22:30:03 +00:00
py-trytond-authentication-sms Reset maintainer 2017-09-16 19:26:41 +00:00
py-urllib2-kerberos Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-xmlsec Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-yara Update {py-,}yara to version 3.7.0. 2017-11-15 18:22:22 +00:00
py-yubiauth Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
pyca pyca: comment out dead sites 2017-12-24 10:12:10 +00:00
qca2 qca2: Don't override QMAKE_MACOSX_DEPLOYMENT_TARGET. 2018-01-23 12:57:04 +00:00
qca2-gnupg Fix gnupg2 dependency pattern. 2017-08-29 12:23:24 +00:00
qca2-ossl Remove support for SSLv2 2016-03-29 23:04:01 +00:00
qident Comment out dead sites. 2017-09-04 18:00:49 +00:00
qoauth Comment out dead sites. 2017-09-04 18:00:49 +00:00
qore-asn1-module recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
qore-ssh2-module recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
qore-xmlsec-module recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
qt4-qtkeychain Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
R-digest Update to 0.6.12 2017-03-11 12:24:25 +00:00
racoon2 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
rainbowcrack Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
rats Update some URLs. 2017-09-04 18:55:07 +00:00
rc5des Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
rid Comment out dead sites. 2017-09-04 18:00:49 +00:00
rsaref Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
ruby-airbrussh Update ruby-airbrussh to 1.3.0. 2017-06-21 14:07:29 +00:00
ruby-bcrypt Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-bcrypt_pbkdf security/ruby-bcrypt_pbkdf: Import version 1.0.0 2017-10-16 17:04:11 +00:00
ruby-ezcrypto Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-hmac Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-jsobfu Import ruby-jsobfu-0.4.2 as security/ruby-jsobfu 2017-09-14 17:00:25 +00:00
ruby-metasploit-concern Import ruby-metasploit-concern-2.0.5 as security/ruby-metasploit-concern 2017-09-14 17:46:23 +00:00
ruby-metasploit-model security/ruby-metasploit-model: Import version 2.0.4 2017-09-14 19:43:45 +00:00
ruby-metasploit-payloads ruby-metasploit-payloads: follow redirect 2017-10-09 08:47:51 +00:00
ruby-metasploit_payloads-mettle ruby-metasploit_payloads-mettle: Disable SSP checks. 2017-10-09 15:34:04 +00:00
ruby-nessus_rest security/ruby-nessus_rest: Import version 0.1.6 2017-10-17 18:33:09 +00:00
ruby-net-scp Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-net-sftp Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-net-ssh Update ruby-net-ssh to 4.2.0. 2017-09-10 15:32:59 +00:00
ruby-net-ssh-gateway Update ruby-net-ssh-gateway to 2.0.0. 2017-06-12 16:06:48 +00:00
ruby-net-ssh-multi Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-nexpose security/ruby-nexpose: Import version 7.1.1 2017-10-17 18:15:18 +00:00
ruby-oauth ruby-oauth: update to 0.5.4. 2017-12-09 19:18:47 +00:00
ruby-openid cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-openvas-omp securitiy/ruby-openvas-omp: Import version 0.0.4 2017-10-17 19:38:12 +00:00
ruby-password Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-rack-openid cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-rbnacl security/ruby-rbnacl: Import version 4.0.2 2017-10-16 17:19:13 +00:00
ruby-rc4 Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-rex-arch security/ruby-rex-arch: Import version 0.1.11 2017-10-13 15:59:36 +00:00
ruby-rex-bin_tools security/ruby-rex-bin_tools: Import version 0.1.4 2017-10-13 18:11:49 +00:00
ruby-rex-core security/ruby-rex-core: Import version 0.1.12 2017-10-12 16:18:13 +00:00
ruby-rex-encoder security/ruby-rex-encoder: Import version 0.1.4 2017-10-13 18:51:42 +00:00
ruby-rex-exploitation security/ruby-rex-exploitation: Import version 0.1.15 2017-10-13 19:02:05 +00:00
ruby-rex-java security/ruby-rex-java: Import version 0.1.5 2017-10-13 16:14:05 +00:00
ruby-rex-mime security/ruby-rex-mime: Import version 0.1.5 2017-10-13 17:07:32 +00:00
ruby-rex-nop security/ruby-rex-nop: Import version 0.1.1 2017-10-13 17:59:11 +00:00
ruby-rex-ole security/ruby-rex-ole: Import version 0.1.6 2017-10-13 16:29:07 +00:00
ruby-rex-powershell security/ruby-rex-powershell: Import version 0.1.72 2017-09-29 17:15:41 +00:00
ruby-rex-random_identifier security/ruby-rex-random_identifier: Import version 0.1.4 2017-09-29 16:51:00 +00:00
ruby-rex-registry security/ruby-rex-registry: Import version 0.1.3 2017-10-13 17:48:55 +00:00
ruby-rex-rop_builder security/ruby-rex-rop_builder: Import version 0.1.3 2017-10-13 18:39:13 +00:00
ruby-rex-socket security/ruby-rex-socket: Update DESCR 2017-10-13 18:24:59 +00:00
ruby-rex-sslscan securitiy/ruby-rex-sslscan: Import version 0.1.5 2017-10-13 18:31:47 +00:00
ruby-rex-struct2 Import ruby-rex-struct2-0.1.0 as security/ruby-rex-struct2 2017-03-08 22:38:12 +00:00
ruby-rex-text security/ruby-rex-text: Import version 0.2.15 2017-09-29 16:25:43 +00:00
ruby-rex-zip security/ruby-rex-zip: Import version 0.1.3 2017-10-13 17:42:09 +00:00
ruby-ruby-openid Reset maintainer 2017-09-16 19:26:41 +00:00
ruby-rubyntlm security/ruby-rubyntlm: Import version 0.6.2 2017-10-03 15:56:29 +00:00
ruby-shadow Relax patten in GEM_CLEANBUILD. 2017-06-02 04:16:35 +00:00
ruby-simple_oauth Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-sshkey Import ruby-sshkey-1.9.0 as security/ruby-sshkey 2017-06-22 00:56:42 +00:00
ruby-sshkit Update ruby-sshkit to 1.14.0. 2017-09-10 15:36:13 +00:00
ruby-tcpwrap Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ruby-twitter_oauth Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
sbd sbd: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:36:43 +00:00
scanssh Follow some redirects. 2017-09-04 18:08:18 +00:00
scrypt Updated scrypt to 1.2.1. 2017-04-26 14:54:59 +00:00
seahorse Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
seahorse-plugins Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
seccure Cleaned up PLIST files. 2018-01-01 18:33:32 +00:00
secpanel Sort PLIST files. 2018-01-01 22:29:15 +00:00
sfs Fix one set of C++ build errors, but I don't know what to do about the 2017-09-10 01:49:40 +00:00
sign Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
skey Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
sks Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
sleuthkit Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
smaSHeM Comment out dead sites. 2017-09-04 18:00:49 +00:00
smtpd Comment out dead sites. 2017-09-04 18:00:49 +00:00
sniff Sort PLIST files. 2018-01-01 22:29:15 +00:00
snoopy snoopy: fix build on SunOS 2017-09-23 20:30:30 +00:00
snortsnarf Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
snow Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
softhsm Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
spiped Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
sqlmap sqlmap: Update security/sqlmap to 1.2 2018-01-21 21:46:34 +00:00
srm Update srm from 1.2.8 to 1.2.15 2016-10-27 19:49:44 +00:00
srp_client Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
ssdeep Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
ssh-askpass Comment out dead sites. 2017-09-04 18:00:49 +00:00
ssh-ip-tunnel Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
sshfp Cleaned up PLIST files. 2018-01-01 18:33:32 +00:00
sshguard Follow some redirects. 2017-09-04 18:08:18 +00:00
sshpass Reset maintainer 2017-09-16 19:26:41 +00:00
ssldump Comment out dead sites. 2017-09-04 18:00:49 +00:00
sslproxy Follow some redirects. 2017-09-04 18:08:18 +00:00
sslsplit Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sslwrap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ssss Sort PLIST files. 2018-01-01 22:29:15 +00:00
starttls Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
steghide Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
stegtunnel Comment out dead sites. 2017-09-04 18:00:49 +00:00
stud Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
stunnel Update to 5.42. From the changelog: 2017-08-11 01:30:23 +00:00
sudo sudo: avoid segfault if hostname is empty 2018-01-14 15:29:38 +00:00
tacshell Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
tcl-tls Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
tcp_wrappers Add LICENSE (2-clause-bsd, not exactly but close enough). 2016-01-29 10:43:14 +00:00
tct Correct tct build on NetBSD 8.99.1 2017-06-23 22:13:22 +00:00
tkpasman Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
tor-browser Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
tripwire Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
TweetNaCl Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
uvscan Sort PLIST files. 2018-01-01 22:29:15 +00:00
validns Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
vault Update security/vault to 0.9.3. 2018-01-30 16:37:35 +00:00
volatility Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
xml-security-c Do not use false as pointer. 2017-09-23 15:30:01 +00:00
xmlsec1 security/xmlsec1 updated 1.2.19 to 1.2.25 2018-01-30 13:25:19 +00:00
yafic Follow some redirects. 2017-09-06 09:02:59 +00:00
yara Update {py-,}yara to version 3.7.0. 2017-11-15 18:22:22 +00:00
ykclient Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
ykpers Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
zebedee Use BSD_INSTALL. 2017-04-21 13:33:31 +00:00
zkt Add SHA512 digests for distfiles for security category 2015-11-04 01:17:40 +00:00
zoneminder Add commit "Add IP6 address type to valid types for ConnInfo" to patches. 2017-09-09 07:55:31 +00:00
Makefile Import josepy-1.0.1 as security/py-josepy. 2018-01-22 13:30:08 +00:00