pkgsrc/security
wiz 45e1ad2483 openssh: update to 7.6.1.
Potentially-incompatible changes
================================

This release includes a number of changes that may affect existing
configurations:

 * ssh(1): delete SSH protocol version 1 support, associated
   configuration options and documentation.

 * ssh(1)/sshd(8): remove support for the hmac-ripemd160 MAC.

 * ssh(1)/sshd(8): remove support for the arcfour, blowfish and CAST
   ciphers.

 * Refuse RSA keys <1024 bits in length and improve reporting for keys
   that do not meet this requirement.

 * ssh(1): do not offer CBC ciphers by default.

Changes since OpenSSH 7.5
=========================

This is primarily a bugfix release. It also contains substantial
internal refactoring.

Security
--------

 * sftp-server(8): in read-only mode, sftp-server was incorrectly
   permitting creation of zero-length files. Reported by Michal
   Zalewski.

New Features
------------

 * ssh(1): add RemoteCommand option to specify a command in the ssh
   config file instead of giving it on the client's command line. This
   allows the configuration file to specify the command that will be
   executed on the remote host.

 * sshd(8): add ExposeAuthInfo option that enables writing details of
   the authentication methods used (including public keys where
   applicable) to a file that is exposed via a $SSH_USER_AUTH
   environment variable in the subsequent session.

 * ssh(1): add support for reverse dynamic forwarding. In this mode,
   ssh will act as a SOCKS4/5 proxy and forward connections
   to destinations requested by the remote SOCKS client. This mode
   is requested using extended syntax for the -R and RemoteForward
   options and, because it is implemented solely at the client,
   does not require the server be updated to be supported.

 * sshd(8): allow LogLevel directive in sshd_config Match blocks;
   bz#2717

 * ssh-keygen(1): allow inclusion of arbitrary string or flag
   certificate extensions and critical options.

 * ssh-keygen(1): allow ssh-keygen to use a key held in ssh-agent as
   a CA when signing certificates. bz#2377

 * ssh(1)/sshd(8): allow IPQoS=none in ssh/sshd to not set an explicit
   ToS/DSCP value and just use the operating system default.

 * ssh-add(1): added -q option to make ssh-add quiet on success.

 * ssh(1): expand the StrictHostKeyChecking option with two new
   settings. The first "accept-new" will automatically accept
   hitherto-unseen keys but will refuse connections for changed or
   invalid hostkeys. This is a safer subset of the current behaviour
   of StrictHostKeyChecking=no. The second setting "off", is a synonym
   for the current behaviour of StrictHostKeyChecking=no: accept new
   host keys, and continue connection for hosts with incorrect
   hostkeys. A future release will change the meaning of
   StrictHostKeyChecking=no to the behaviour of "accept-new". bz#2400

 * ssh(1): add SyslogFacility option to ssh(1) matching the equivalent
   option in sshd(8). bz#2705

Bugfixes
--------

 * ssh(1): use HostKeyAlias if specified instead of hostname for
   matching host certificate principal names; bz#2728

 * sftp(1): implement sorting for globbed ls; bz#2649

 * ssh(1): add a user@host prefix to client's "Permission denied"
   messages, useful in particular when using "stacked" connections
   (e.g. ssh -J) where it's not clear which host is denying. bz#2720

 * ssh(1): accept unknown EXT_INFO extension values that contain \0
   characters. These are legal, but would previously cause fatal
   connection errors if received.

 * ssh(1)/sshd(8): repair compression statistics printed at
   connection exit

 * sftp(1): print '?' instead of incorrect link count (that the
   protocol doesn't provide) for remote listings. bz#2710

 * ssh(1): return failure rather than fatal() for more cases during
   session multiplexing negotiations. Causes the session to fall back
   to a non-mux connection if they occur. bz#2707

 * ssh(1): mention that the server may send debug messages to explain
   public key authentication problems under some circumstances; bz#2709

 * Translate OpenSSL error codes to better report incorrect passphrase
   errors when loading private keys; bz#2699

 * sshd(8): adjust compatibility patterns for WinSCP to correctly
   identify versions that implement only the legacy DH group exchange
   scheme. bz#2748

 * ssh(1): print the "Killed by signal 1" message only at LogLevel
   verbose so that it is not shown at the default level; prevents it
   from appearing during ssh -J and equivalent ProxyCommand configs.
   bz#1906, bz#2744

 * ssh-keygen(1): when generating all hostkeys (ssh-keygen -A), clobber
   existing keys if they exist but are zero length. zero-length keys
   could previously be made if ssh-keygen failed or was interrupted part
   way through generating them. bz#2561

 * ssh(1): fix pledge(2) violation in the escape sequence "~&" used to
   place the current session in the background.

 * ssh-keyscan(1): avoid double-close() on file descriptors; bz#2734

 * sshd(8): avoid reliance on shared use of pointers shared between
   monitor and child sshd processes. bz#2704

 * sshd_config(8): document available AuthenticationMethods; bz#2453

 * ssh(1): avoid truncation in some login prompts; bz#2768

 * sshd(8): Fix various compilations failures, inc bz#2767

 * ssh(1): make "--" before the hostname terminate argument processing
   after the hostname too.

 * ssh-keygen(1): switch from aes256-cbc to aes256-ctr for encrypting
   new-style private keys. Fixes problems related to private key
   handling for no-OpenSSL builds. bz#2754

 * ssh(1): warn and do not attempt to use keys when the public and
   private halves do not match. bz#2737

 * sftp(1): don't print verbose error message when ssh disconnects
   from under sftp. bz#2750

 * sshd(8): fix keepalive scheduling problem: activity on a forwarded
   port from preventing the keepalive from being sent; bz#2756

 * sshd(8): when started without root privileges, don't require the
   privilege separation user or path to exist. Makes running the
   regression tests easier without touching the filesystem.

 * Make integrity.sh regression tests more robust against timeouts.
   bz#2658

 * ssh(1)/sshd(8): correctness fix for channels implementation: accept
   channel IDs greater than 0x7FFFFFFF.

Portability
-----------

 * sshd(9): drop two more privileges in the Solaris sandbox:
   PRIV_DAX_ACCESS and PRIV_SYS_IB_INFO; bz#2723

 * sshd(8): expose list of completed authentication methods to PAM
   via the SSH_AUTH_INFO_0 PAM environment variable. bz#2408

 * ssh(1)/sshd(8): fix several problems in the tun/tap forwarding code,
   mostly to do with host/network byte order confusion. bz#2735

 * Add --with-cflags-after and --with-ldflags-after configure flags to
   allow setting CFLAGS/LDFLAGS after configure has completed. These
   are useful for setting sanitiser/fuzzing options that may interfere
   with configure's operation.

 * sshd(8): avoid Linux seccomp violations on ppc64le over the
   socketcall syscall.

 * Fix use of ldns when using ldns-config; bz#2697

 * configure: set cache variables when cross-compiling. The cross-
   compiling fallback message was saying it assumed the test passed,
   but it wasn't actually set the cache variables and this would
   cause later tests to fail.

 * Add clang libFuzzer harnesses for public key parsing and signature
   verification.
2017-10-04 11:44:14 +00:00
..
aide
aide06
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 Revbump for boost update 2017-08-24 20:03:08 +00:00
apg Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
argon2 Install the manual page and the header file; throw in one buildlink3.mk 2017-02-23 16:55:07 +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
base pkgrevision bump for changed apache default. 2017-03-12 07:20:51 +00:00
Bastille Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
bcrypt
bearssl bearssl: fix build on SunOS 2017-09-22 22:00:57 +00:00
beecrypt Comment out dead sites. 2017-08-16 20:45:30 +00:00
bitstir
boringssl Revbump all Go packages after the Go 1.8.1 update. 2017-04-13 15:12:03 +00:00
botan Update Botan to 1.10.16: 2017-04-10 20:26:31 +00:00
botan-devel Revbump for boost update 2017-08-24 20:02:56 +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
chkrootkit
clamav Include the right pcre version. 2017-09-25 22:27:43 +00:00
clamav-doc Tidy Makefile.common (no functional change) 2017-08-18 15:19:49 +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 Increase default datalimit. Detach from the controlling terminal 2017-07-31 20:34:17 +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 for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
cyrus-sasl The location of configuration files for sasl library users has moved, 2017-07-26 09:21:10 +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
ddos-scan
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 for boost update 2017-08-24 20:03:08 +00:00
dnssec-tools Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
dropbear dropbear: fix build on SunOS 2017-09-23 20:14:57 +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
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
erlang-epam Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
erlang-fast_tls Update security/erlang-fast_tls to 1.0.15 2017-08-20 12:26:32 +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 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
gnome-keyring-sharp revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
gnu-crypto
gnu-pw-mgr
gnupg Revbump for boost update 2017-08-24 20:03:08 +00:00
gnupg-pkcs11-scd Remove url2pkg marker. 2016-09-20 12:59:24 +00:00
gnupg2 gnupg2: update to 2.2.1 2017-09-30 12:38:01 +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 "used by" lines. 2017-08-25 17:20:51 +00:00
go-crypto-acme Remove trailing empty lines. 2017-08-25 16:49:11 +00:00
go-oauth2 Revbump all Go packages after the Go 1.8.1 update. 2017-04-13 15:12:03 +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 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gpg2dot Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
gpgme Add commented out test environment flag for more detailed output. 2017-08-29 12:31:35 +00:00
gpgmepp revbump for requiring ICU 59.x 2017-09-18 09:52:56 +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 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
guardtime Revbump for boost update 2017-08-24 20:03:08 +00:00
hackbot Fixed spelling of NetBSD in mail addresses. 2017-01-22 00:01:30 +00:00
hashcash
heimdal revbump for requiring ICU 59.x 2017-09-18 09:52:56 +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
hydan Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
hydra revbump for requiring ICU 59.x 2017-09-18 09:52:56 +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
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 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
kdesu revbump for requiring ICU 59.x 2017-09-18 09:52:56 +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 Put back dependency on bash again, the script uses the "local" keyword. 2017-04-25 12:16:47 +00:00
kgpg Revbump for boost update 2017-08-24 20:03:08 +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 Follow some http redirects. 2017-08-16 20:21:03 +00:00
kwallet kwallet: build fix 2017-09-23 11:58:37 +00:00
kwalletmanager Revbump for boost update 2017-08-24 20:03:08 +00:00
lasso Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
lastpass-cli Revbump for boost update 2017-08-24 20:03:08 +00:00
libassuan2 Handle _XOPEN_SOURCE correctly on SunOS. 2017-05-25 11:49:05 +00:00
libbf Attempt to bring sanity to how ABI and MACHINE_ARCH are set. 2016-01-24 16:14:44 +00:00
libcrack patch the Makefiles so RELRO flags work 2017-09-28 11:04:07 +00:00
libcurvecpr
libdes Use PKGMANDIR. Add patch comment. 2016-03-30 09:48:42 +00:00
libfprint Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
libfwbuilder Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libgcrypt version 1.8.1: 2017-08-27 12:38:36 +00:00
libgfshare
libglobalplatform Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libgnome-keyring Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
libgpg-error Updated libgpg-error to 1.27. 2017-03-05 12:29:19 +00:00
libguardtime Revbump for boost update 2017-08-24 20:02:56 +00:00
libidea Comment out dead sites. 2017-08-16 20:45:30 +00:00
libident Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
libksba Add patch to resolve gpgsm S/MIME failures 2017-05-30 22:40:17 +00:00
libmcrypt
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 Revbump for boost update 2017-08-24 20:02:56 +00:00
libp11 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libpbc
libprelude pkglint 2017-09-12 06:14:08 +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 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +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 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +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 for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
libressl libressl: update to 2.5.4 2017-05-03 11:19:04 +00:00
libsecret libsecret: update to 0.18.5. 2017-10-02 15:38:05 +00:00
libsodium Version 1.0.13 2017-08-13 17:09:34 +00:00
libssh Add missing dependency: devel/argp 2016-10-09 22:02:07 +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
log2timeline Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
logcheck Follow some http redirects. 2017-08-16 20:21:03 +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
mate-polkit Update mate-polkit to 1.18.1. 2017-06-23 17:25:42 +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
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
mit-krb5 Update to 1.14.5 and patch for CVE-2017-11368 2017-08-21 22:19:26 +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 Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
nacl Update HOMEPAGE. 2017-04-08 18:36:51 +00:00
netpgp Do not crash when listing keys without a keyring 2017-02-20 01:09:11 +00:00
netpgpverify Remove unused/empty distinfo files. 2017-03-23 13:07:24 +00:00
netramet wants libpcap 2016-09-19 13:22:21 +00:00
nettle Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
nfsbug
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 update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
ocaml-ssl Build is not safe for -j n. 2017-09-08 13:34:04 +00:00
opencdk Use OPSYSVARS. 2016-02-26 09:41:05 +00:00
openct
opendnssec revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
openpam Follow some redirects. 2017-09-03 08:53:04 +00:00
opensaml Revbump for boost update 2017-08-24 20:03:08 +00:00
opensc Updated security/opensc to 0.16.0 2016-08-04 13:08:25 +00:00
openssh openssh: update to 7.6.1. 2017-10-04 11:44:14 +00:00
openssl openssl: fix for CVE-2017-3735 2017-09-22 21:02:43 +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 Recursive bump for gpgme update which removed a support library. 2017-03-31 10:32:14 +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
otptool Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
p0f
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 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Crypt-Blowfish_PP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +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 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +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 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +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.053. 2017-09-17 22:08:29 +00:00
p5-Dancer-Plugin-Auth-RBAC Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +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 Update to 5.97 2017-09-06 13:24:39 +00:00
p5-Digest-SHA1 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-Digest-SHA3 Update to 0.26 2017-09-06 13:32:27 +00:00
p5-File-KeePass Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-GnuPG-Interface Fix gnupg2 dependency pattern. 2017-08-29 12:23:24 +00:00
p5-GSSAPI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
p5-IO-Socket-SSL Updated p5-IO-Socket-SSL to 2.051. 2017-09-08 08:48: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 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +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
pakchois
pakemon
pam-af Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
pam-dbm Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +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 Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
pam-passwdqc
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
pam-yubico Revbump for boost update 2017-08-24 20:03:08 +00:00
pam_ssh_agent_auth Follow some redirects. 2017-09-03 08:53:04 +00:00
paperkey
password-store Follow some redirects. 2017-09-03 08:53:04 +00:00
pcsc-lite Update to 1.2.20 2017-02-16 14:19:36 +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 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
pgp5 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +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 for boost update 2017-08-24 20:03:08 +00:00
php-oauth1 Revbump for boost update 2017-08-24 20:03:08 +00:00
php-pecl-mcrypt Add pecl version of php-mcrypt for php71. 2017-03-20 16:44:17 +00:00
php-ssdeep Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-ssh2 Follow some redirects. 2017-09-03 08:53:04 +00:00
php-suhosin Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
pinentry Move to the curses framework. 2017-01-03 18:55:43 +00:00
pinentry-gtk2 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 Update pinentry* to 1.0.0. 2016-11-28 14:58:34 +00:00
pinepgp Fix packaging when pgp5 is no installed etc. 2017-09-12 02:32:17 +00:00
pkcs11-helper Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
pks Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
policykit Remove reference to non-existent polkit-read-grant-helper. 2016-12-02 19:58:23 +00:00
policykit-gnome Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
polkit security/polkit: Support DragonFly 2016-12-03 01:58:49 +00:00
polkit-qt Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
polkit-qt5 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
PortableSigner
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 Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:27 +00:00
prelude-manager Comment out dead sites. 2017-08-16 20:45:30 +00:00
prelude-pflogger Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
priv
prngd Reset maintainer 2017-09-16 19:26:41 +00:00
pscan Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
putty Follow some redirects. 2017-09-03 08:53:04 +00:00
pwsafe Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
py-acme Update security/py-certbot and security/py-acme to 0.17.0. 2017-08-03 22:12:17 +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: py2x/3x PLIST differentiation 2017-09-23 12:38:18 +00:00
py-asn1 py-asn1: update to 0.3.6 2017-09-30 15:12:30 +00:00
py-asn1-modules Revision 0.0.8 2017-04-08 21:25:26 +00:00
py-asn1crypto py-asn1crypto: update to 0.23.0 2017-09-29 06:36:31 +00:00
py-backports.ssl_match_hostname Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-bcrypt Reset maintainer 2017-09-16 19:26:41 +00:00
py-certbot Update security/py-certbot to 0.18.2. 2017-09-27 12:44:39 +00:00
py-certifi py-certifi: use pypi homepage instead of dead one 2017-09-16 08:51:17 +00:00
py-crack
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 2.0.3: 2017-08-04 05:31:11 +00:00
py-cryptography_vectors 2.0.3: 2017-08-04 05:31:11 +00:00
py-cryptopp Follow some redirects. 2017-09-03 08:53:04 +00:00
py-cybox Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-denyhosts Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-Des
py-ecdsa
py-ezPyCrypto
py-gnupg Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-gssapi Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-hsm
py-itsdangerous Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-kerberos py-kerberos: update to 1.2.5 2017-09-30 09:42:52 +00:00
py-keyring Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets. 2017-01-03 13:23:01 +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: update to 0.26.4 2017-09-28 10:44:11 +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-ndg_httpsclient Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-ntlm-auth Add py-ntlm-auth-1.0.5: 2017-09-04 18:57:20 +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.4. 2017-10-03 12:46:52 +00:00
py-openid Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-OpenSSL py-OpenSSL: update to 17.3.0 2017-09-16 06:47:52 +00:00
py-paramiko Upgrade py-paramiko from 1.15.3 to 1.18.2. 2017-05-19 14:47:10 +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 Add py-requests-kerberos 0.11.0 2017-04-23 05:39:26 +00:00
py-requests-ntlm Fix license. 2017-09-04 18:59:30 +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 Update some URLs. 2017-09-04 18:55:07 +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 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +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 yara to version 3.6.3 2017-07-05 23:55:00 +00:00
py-yubiauth Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
pyca
qca2 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +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 email style fix 2016-08-07 10:12:58 +00:00
qore-ssh2-module email style fix 2016-08-07 11:44:42 +00:00
qore-xmlsec-module Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +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
rid Comment out dead sites. 2017-09-04 18:00:49 +00:00
rsaref
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-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 security/ruby-metasploit-payloads: Fix syntax of Makefile 2017-10-02 05:03:19 +00:00
ruby-metasploit_payloads-mettle security/ruby-metasploit_payloads-mettle: skip RELRO 2017-09-18 13:11:09 +00:00
ruby-net-scp
ruby-net-sftp
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
ruby-oauth Update ruby-oauth to 0.5.3 2017-06-05 15:15:01 +00:00
ruby-openid cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-password
ruby-rack-openid cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-rc4 Comment out dead sites. 2017-09-04 18:00:49 +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-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-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
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
ruby-twitter_oauth Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
sbd Follow some redirects. 2017-09-04 18:08:18 +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 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
seahorse-plugins revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
seccure rework the link stage in the Makefile to specify -lgcrypt after all the 2017-05-31 23:31:13 +00:00
secpanel
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 Fix build with ocaml 4.05. 2017-09-12 06:55:42 +00:00
sleuthkit Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +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 Use PKGMANDIR. Add patch comment. 2016-03-30 09:52:58 +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
softhsm revbump for requiring ICU 59.x 2017-09-18 09:52:56 +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.1.9 2017-09-14 12:43:54 +00:00
srm Update srm from 1.2.8 to 1.2.15 2016-10-27 19:49:44 +00:00
srp_client
ssdeep
ssh-askpass Comment out dead sites. 2017-09-04 18:00:49 +00:00
ssh-ip-tunnel
sshfp Follow some redirects. 2017-09-04 18:08:18 +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
starttls Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
steghide
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 What's new in Sudo 1.8.21p2 2017-09-12 06:34:22 +00:00
tacshell Comment out dead sites. 2017-09-04 18:00:49 +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 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
tripwire
TweetNaCl
uvscan
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.8.3. 2017-09-26 07:41:14 +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 Follow some redirects. 2017-09-06 09:02:59 +00:00
yafic Follow some redirects. 2017-09-06 09:02:59 +00:00
yara Update yara to version 3.6.3 2017-07-05 23:55:00 +00:00
ykclient Revbump for boost update 2017-08-24 20:02:56 +00:00
ykpers
zebedee Use BSD_INSTALL. 2017-04-21 13:33:31 +00:00
zkt
zoneminder Add commit "Add IP6 address type to valid types for ConnInfo" to patches. 2017-09-09 07:55:31 +00:00
Makefile security/Makefile: Add ruby-rubyntlm 2017-10-03 15:57:06 +00:00