pkgsrc/security
adam eaeedc9379 py-asyncssh: updated to 2.1.0
Release 2.1.0:
Added support in the SSHProcess redirect mechanism to accept asyncio StreamReader and StreamWriter objects, allowing asyncio streams to be plugged in as stdin/stdout/stderr in an SSHProcess.
Added support for key handlers in the AsyncSSH line editor to trigger signals being delivered when certain “hot keys” are hit while reading input.
Improved cleanup of unreturned connection objects when an error occurs or the connection request is canceled or times out.
Improved cleanup of SSH agent client objects to avoid triggering a false positive warning in Python 3.8.
Added an example to the documentation for how to create reverse-direction SSH client and server connections.
Made check of session objects against None explicit to avoid confusion on user-defined sessions that implement __len__ or __bool__.

Release 2.0.1:
Some API changes which should have been included in the 2.0.0 release were missed. This release corrects that, but means that additional changes may be needed in applications moving to 2.0.1. This should hopefully be the last of such changes, but if any other issues are discovered, additional changes will be limited to 2.0.x patch releases and the API will stabilize again in the AsyncSSH 2.1 release. See the next bullet for details about the additional incompatible change.
To be consistent with other connect and listen functions, all methods on SSHClientConnection which previously returned None on listen failures have been changed to raise an exception instead. A new ChannelListenError exception will now be raised when an SSH server returns failure on a request to open a remote listener. This change affects the following SSHClientConnection methods: create_server, create_unix_server, start_server, start_unix_server, forward_remote_port, and forward_remote_path.
Restored the ability for SSHListener objects to be used as async context managers. This previously worked in AsyncSSH 1.x and was unintentionally broken in AsyncSSH 2.0.0.
Added support for a number of additional functions to be called from within an “async with” statement. These functions already returned objects capable of being async context managers, but were not decorated to allow them to be directly called from within “async with”. This change applies to the top level functions create_server, listen, and listen_reverse and the SSHClientConnection methods create_server, create_unix_server, start_server, start_unix_server, forward_local_port, forward_local_path, forward_remote_port, forward_remote_path, listen_ssh, and listen_reverse_ssh,
Fixed a couple of issues in loading OpenSSH-format certificates which were missing a trailing newline.
Changed load_certificates() to allow multiple certificates to be loaded from a single byte string argument, making it more consistent with how load_certificates() works when reading from a file.

Release 2.0.0:
NEW MAJOR VERSION: See below for potentially incompatible changes.
Updated AsyncSSH to use the modern async/await syntax internally, now requiring Python 3.6 or later. Those wishing to use AsyncSSH on Python 3.4 or 3.5 should stick to the AsyncSSH 1.x releases.
Changed first argument of SFTPServer constructor from an SSHServerConnection (conn) to an SSHServerChannel (chan) to allow custom SFTP server implementations to access environment variables set on the channel that SFTP is run over. Applications which subclass the SFTPServer class and implement an __init__ method will need to be updated to account for this change and pass the new argument through to the SFTPServer parent class. If the subclass has no __init__ and just uses the connection, channel, and env properties of SFTPServer to access this information, no changes should be required.
Removed deprecated “session_encoding” and “session_errors” arguments from create_server() and listen() functions. These arguments were renamed to “encoding” and “errors” back in version 1.16.0 to be consistent with other AsyncSSH APIs.
Removed get_environment(), get_command(), and get_subsystem() methods on SSHServerProcess class. This information was made available as “env”, “command”, and “subsystem” properties of SSHServerProcess in AsyncSSH 1.11.0.
Removed optional loop argument from all public AsyncSSH APIs, consistent with the deprecation of this argument in the asyncio package in Python 3.8. Calls will now always use the event loop which is active at the time of the call.
Removed support for non-async context managers on AsyncSSH connections and processes and SFTP client connections and file objects. Callers should use “async with” to invoke the async the context managers on these objects.
Added support for SSHAgentClient being an async context manager. To be consistent with other connect calls, connect_agent() will now raise an exception when no agent is found or a connection failure occurs, rather than logging a warning and returning None. Callers should catch OSError or ChannelOpenError exceptions rather than looking for a return value of None when calling this function.
Added set_input() and clear_input() methods on SSHLineEditorChannel to change the value of the current input line when line editing is enabled.
Added is_closing() method to the SSHChannel, SSHProcess, SSHWriter, and SSHSubprocessTransport classes. mirroring the asyncio BaseTransport and StreamWriter methods added in Python 3.7.
Added wait_closed() async method to the SSHWriter class, mirroring the asyncio StreamWriter method added in Python 3.7.
2019-12-01 11:45:35 +00:00
..
2fa Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
acmesh Update to 2.8.3 2019-10-10 13:23:58 +00:00
aide
aide06
amap all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
antonym Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ap-modsecurity2 Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
apg security: align variable assignments 2019-11-04 21:12:51 +00:00
argon2 argon2: Update to 20190702 2019-08-07 12:58:49 +00:00
arirang Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
asignify security: align variable assignments 2019-11-04 21:12:51 +00:00
avcheck
Bastille security: align variable assignments 2019-11-04 21:12:51 +00:00
bcrypt
bearssl Update security/bearssl from 0.5 to 0.6 2019-01-21 06:59:58 +00:00
beecrypt Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
bitstir
boringssl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
botan security: align variable assignments 2019-11-04 21:12:51 +00:00
botan-devel Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
caff Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ccid security: align variable assignments 2019-11-04 21:12:51 +00:00
cfs security/cfs: Fix HOMEPAGE 2019-04-29 22:24:31 +00:00
chkrootkit *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
clamav Substitute CLAMAV_DBDIR (the point of patch-etc.clam*.conf.sample) 2019-11-19 16:20:24 +00:00
clamav-doc Update clam-doc to 0.101.2 2019-08-05 14:47:33 +00:00
clusterssh Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
codecrypt link network libs on SunOS 2016-09-19 13:12:39 +00:00
CoolKey security: align variable assignments 2019-11-04 21:12:51 +00:00
courier-authlib Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
crack Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
credns
crudesaml crudesaml: add SHA512 checksum to distinfo 2019-05-02 08:55:26 +00:00
crypto++ crypto++: updated to 8.2.0 2019-06-05 19:06:07 +00:00
CSP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cvm security: align variable assignments 2019-11-04 21:12:51 +00:00
cy2-anonymous Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-crammd5 Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-digestmd5 Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-gssapi Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-ldapdb Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-login Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-ntlm Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-otp Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-plain Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-saml Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-scram Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-sql Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
cyrus-sasl security: align variable assignments 2019-11-04 21:12:51 +00:00
cyrus-saslauthd Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
dcfldd
ddos-scan
dehydrated Updated security/dehydrated to version 0.6.5. 2019-08-20 21:50:56 +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 security: align variable assignments 2019-11-04 21:12:51 +00:00
dnssec-tools security: align variable assignments 2019-11-04 21:12:51 +00:00
doas security/doas: assign myself as maintainer. 2019-11-29 15:27:42 +00:00
dropbear dropbear: Update to 2019.78 2019-06-10 13:44:35 +00:00
dsniff Follow some http redirects. 2017-08-16 20:21:03 +00:00
dsniff-nox11
duo-unix security/duo-unix: Update to 1.10.4. 2018-09-04 14:43:09 +00:00
easy-rsa easy-rsa: updated to 3.0.6 2019-02-06 08:07:59 +00:00
EasyPG security: align variable assignments 2019-11-04 21:12:51 +00:00
ecap_clamav_adapter Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
egd Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
engine-pkcs11
ent
erlang-epam erlang-epam: fix SunOS, needs socket libs 2019-07-14 15:31:46 +00:00
erlang-fast_tls security/erlang-fast_tls: Update to 1.0.23. 2018-07-20 09:02:12 +00:00
erlang-jose security/erlang-jose: Provide workaround to build on erlang>=21. 2018-07-20 09:55:47 +00:00
erlang-p1_oauth2 security/erlang-p1_oauth2: Update to 0.6.3. 2018-05-17 13:30:57 +00:00
fail2ban Fix sphinx-build binary name 2019-10-21 22:15:10 +00:00
flawfinder security: align variable assignments 2019-11-04 21:12:51 +00:00
fprint-demo *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
fragroute Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
fsh PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
fwbuilder Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
gcr *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
gnome-keyring *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gnome-keyring-manager *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gnome-keyring-sharp security: align variable assignments 2019-11-04 21:12:51 +00:00
gnu-crypto
gnu-pw-mgr
gnupg Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
gnupg-pkcs11-scd security: align variable assignments 2019-11-04 21:12:51 +00:00
gnupg2 Update to 2.2.18 2019-11-27 12:17:08 +00:00
gnutls gnutls: Update to 3.6.10 2019-10-04 17:25:53 +00:00
go-asn1-ber Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-crypt security: align variable assignments 2019-11-04 21:12:51 +00:00
go-crypto Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-mkcert Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-oauth2 Revbump all Go packages after lang/go112 update 2019-10-18 14:58:43 +00:00
go-sftp security: align variable assignments 2019-11-04 21:12:51 +00:00
go-xxhash Add security/go-xxhash version 2.1.0 2019-11-06 11:26:49 +00:00
google-authenticator google-authenticator: update to 1.05 2018-08-29 11:12:36 +00:00
gpa *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gpass *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gpg2dot Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
gpgme gpgme: fix for older GCC. 2019-09-09 11:19:33 +00:00
gpgmepp security: align variable assignments 2019-11-04 21:12:51 +00:00
gpshell
gsasl *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
gss security: align variable assignments 2019-11-04 21:12:51 +00:00
guardtime Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
hackbot Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
hashcash
heimdal security: align variable assignments 2019-11-04 21:12:51 +00:00
heirloom-su
HElib Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
hitch security: align variable assignments 2019-11-04 21:12:51 +00:00
honeyd security: align variable assignments 2019-11-04 21:12:51 +00:00
honeyd-arpd security: align variable assignments 2019-11-04 21:12:51 +00:00
hs-digest security: align variable assignments 2019-11-04 21:12:51 +00:00
hydan
hydra *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
ike-scan *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
ipsec-tools
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 security: align variable assignments 2019-11-04 21:12:51 +00:00
kauth KDE Frameworks update to 5.64.0 2019-11-11 08:47:46 +00:00
kdesu KDE Frameworks update to 5.64.0 2019-11-11 08:47:46 +00:00
KeePass KeePass: Update to 2.43 2019-09-11 11:36:31 +00:00
keepassxc keepassxc: Add SUPERSEDES 2019-10-29 15:46:54 +00:00
keychain keychain: Improve distinfo 2018-04-18 19:25:27 +00:00
kgpg Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
knc Revert "Specify readline requirement on 30 packages" 2016-12-12 14:22:01 +00:00
kpcli kpcli: Update to 3.3 2019-10-31 14:09:09 +00:00
kstart Sort PLIST files. 2018-01-01 22:29:15 +00:00
kwallet KDE Frameworks update to 5.64.0 2019-11-11 08:47:46 +00:00
kwalletmanager kwalletmanager: update to 19.08.3 qt5/kf5 version 2019-11-30 19:40:13 +00:00
lasso security: align variable assignments 2019-11-04 21:12:51 +00:00
lastpass-cli Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
libassuan2 libassuan2: updated to 2.5.3 2019-02-13 16:05:48 +00:00
libb2 Add a package for libb2-0.98.1. 2019-06-22 18:54:04 +00:00
libbf security: align variable assignments 2019-11-04 21:12:51 +00:00
libcrack security: align variable assignments 2019-11-04 21:12:51 +00:00
libcurvecpr
libdecaf Import of libdecaf 1.0.0 as security/libdecaf 2019-08-11 16:47:52 +00:00
libdes security/libdes: fix pkglint warnings 2019-09-12 20:35:55 +00:00
libfprint *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
libfwbuilder Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
libgcrypt libgcrypt: Update to 1.8.5 2019-09-02 12:10:54 +00:00
libgfshare
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 security: align variable assignments 2019-11-04 21:12:51 +00:00
libguardtime Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +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 Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
libp11
libpbc
libprelude Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
libprelude-lua security: align variable assignments 2019-11-04 21:12:51 +00:00
libprelude-perl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
libprelude-python Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
libpreludedb Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
libpreludedb-mysql Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
libpreludedb-perl security: align variable assignments 2019-11-04 21:12:51 +00:00
libpreludedb-pgsql Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
libpreludedb-python Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
libpreludedb-sqlite3 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
libressl security: align variable assignments 2019-11-04 21:12:51 +00:00
libsecret libsecret: update to 0.18.8. 2019-08-16 10:16:00 +00:00
libsodium Add include/sodium to BUILDLINK_INCDIRS.libsodium. 2019-07-10 12:56:50 +00:00
libssh libssh: fix build on Solaris. 2019-11-28 09:25:52 +00:00
libssh2 libssh2: Don't build examples, they're not installed anyway. 2019-07-21 08:18:53 +00:00
libstark Import libstark-20191018 into the packages collection 2019-10-28 17:46:58 +00:00
libtasn1 libtasn1: honor LDFLAGS 2019-11-04 08:13:50 +00:00
libtcpa security: align variable assignments 2019-11-04 21:12:51 +00:00
libtomcrypt libtomcrypt: Update to 1.18.2 2019-07-09 11:20:58 +00:00
libykneomgr *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
libyubikey libyubikey: update to 1.13 2019-09-12 22:45:24 +00:00
log2timeline security/log2timeline: remove ignored lines from package Makefile 2019-11-02 13:58:32 +00:00
logcheck all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +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 security: align variable assignments 2019-11-04 21:12:51 +00:00
mate-polkit *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
mbedtls mbedtls: Update to 2.16.3 2019-10-01 17:44:11 +00:00
mbedtls1 security: align variable assignments 2019-11-04 21:12:51 +00:00
mcrypt Add various patches from (Brew, Debian, Red Hat, SUSE) 2018-05-30 14:58:03 +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 PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
minisign security/minisign: import minisign-0.8. 2019-08-14 15:50:28 +00:00
mirrordir
mit-krb5 security: align variable assignments 2019-11-04 21:12:51 +00:00
mit-krb5-appl
mixminion security: align variable assignments 2019-11-04 21:12:51 +00:00
monocypher Add monocypher version 2.0.5 2019-03-16 09:17:09 +00:00
mozilla-rootcerts mozilla-rootcerts*: update to the latest certdata.txt commit. 2019-05-12 19:19:27 +00:00
mozilla-rootcerts-openssl mozilla-rootcerts-openssl: PLIST fix 2019-05-20 09:51:24 +00:00
msu security: align variable assignments 2019-11-04 21:12:51 +00:00
msudir security: align variable assignments 2019-11-04 21:12:51 +00:00
multigest Unconditionally use standard headers, nothing defines the guards. 2017-05-04 18:29:48 +00:00
munge Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nacl Avoid detecting anything other than the native ABI. Bump PKGREVISION. 2019-01-05 06:16:14 +00:00
netpgp Output signatures to the standard output for "-" 2018-03-15 20:21:52 +00:00
netpgpverify Bump netpgpverify and libnetpgpverify to 20191003 - fix problem 2019-10-03 20:18:12 +00:00
netramet security: align variable assignments 2019-11-04 21:12:51 +00:00
nettle nettle: bump ABI depends because of shlib major bump 2019-07-20 22:03:16 +00:00
nfsbug
nikto Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
oath-toolkit
ocaml-cryptokit Updated package security/ocaml-cryptokit to version 1.13. 2018-11-28 12:07:50 +00:00
ocaml-safepass Updated security/ocaml-safepass for dune compatibility. 2019-03-05 19:38:49 +00:00
ocaml-ssl security: align variable assignments 2019-11-04 21:12:51 +00:00
opencdk security/opencdk: fix location of HTML documentation 2019-10-12 20:43:11 +00:00
openct openct: fix path to libusb buildlink3 file 2018-02-15 07:30:11 +00:00
opendnssec Update opendnssec to version 1.4.14. 2019-08-30 08:08:21 +00:00
opendnssec2 Make a separate package for OpenDNSSEC version 2.1.5. 2019-11-06 13:44:38 +00:00
openpam security: align variable assignments 2019-11-04 21:12:51 +00:00
opensaml Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
opensc security: align variable assignments 2019-11-04 21:12:51 +00:00
openssh security: align variable assignments 2019-11-04 21:12:51 +00:00
openssl Update to v1.0.2t 2019-11-26 22:22:45 +00:00
openvas-client *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
openvas-libnasl *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
openvas-libraries mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
openvas-plugins security: align variable assignments 2019-11-04 21:12:51 +00:00
openvas-server security: align variable assignments 2019-11-04 21:12:51 +00:00
otpCalc
p0f
p5-AuthCAS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Authen-CAS-Client security: align variable assignments 2019-11-04 21:12:51 +00:00
p5-Authen-Htpasswd Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Authen-PAM Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Authen-PluggableCaptcha Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Authen-SASL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Authen-SASL-Authd Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Authen-SASL-Cyrus Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Authen-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Authen-TacacsPlus Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-BSD-arc4random Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Bytes-Random-Secure Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-Blowfish Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-Blowfish_PP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-CAST5_PP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-CBC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-CipherSaber Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-Curve25519 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-DES Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-DES_EDE3 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-DH Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-DH-GMP p5-Crypt-DH-GMP: remove empty PLIST 2019-09-02 12:27:18 +00:00
p5-Crypt-DSA Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-ECB Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-Eksblowfish security: align variable assignments 2019-11-04 21:12:51 +00:00
p5-Crypt-GeneratePassword Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-GPG Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-IDEA Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-OpenPGP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-OpenSSL-AES Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-OpenSSL-Bignum Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-OpenSSL-DSA Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-OpenSSL-Guess Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-OpenSSL-Random Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-OpenSSL-RSA Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-PasswdMD5 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-Primes Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-PWSafe3 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-Random Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-Random-Seed Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-Random-TESHA2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-RandPasswd Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-RC4 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-Rijndael Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-RIPEMD160 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-RSA Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-SmbHash Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-SMIME Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-SSLeay Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-Twofish Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-URandom Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Crypt-X509 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CryptX p5-CryptX: updated to 0.0.64 2019-08-21 10:11:22 +00:00
p5-Dancer-Plugin-Auth-RBAC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Password-passwdqc Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-SimplePassword Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Digest Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Digest-BubbleBabble Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Digest-CRC security: align variable assignments 2019-11-04 21:12:51 +00:00
p5-Digest-Hashcash Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Digest-HMAC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Digest-JHash Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Digest-MD2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Digest-MD4 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Digest-MD5 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Digest-MD5-File Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Digest-Nilsimsa Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Digest-Perl-MD5 security: align variable assignments 2019-11-04 21:12:51 +00:00
p5-Digest-SHA Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Digest-SHA1 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Digest-SHA3 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-KeePass Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GnuPG-Interface Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-GSSAPI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-IO-Socket-SSL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Module-Signature Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Mozilla-CA Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-DNS-SEC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-DNS-SEC-Maint-Key Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-OpenSSH Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-SFTP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-SSH Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-SSLeay BUILD_DEPENDS -> TEST_DEPENDS 2019-10-14 12:54:23 +00:00
p5-Netpgp-Verify Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-OpenSSL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-pcsc Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SHA Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-String-Random Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Text-Password-Pronounceable Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-EncryptedHash Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p11-kit security: align variable assignments 2019-11-04 21:12:51 +00:00
PACK PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pakchois security: align variable assignments 2019-11-04 21:12:51 +00:00
pakemon
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
pam-krb5 security: align variable assignments 2019-11-04 21:12:51 +00:00
pam-ldap Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
pam-mkhomedir Add this file now that we have a patch. 2018-05-04 21:51:18 +00:00
pam-mysql
pam-p11 Sort PLIST files. 2018-01-01 22:29:15 +00:00
pam-passwdqc security: align variable assignments 2019-11-04 21:12:51 +00:00
pam-pgsql Follow some redirects. 2017-09-03 08:53:04 +00:00
pam-pwauth_suid security: align variable assignments 2019-11-04 21:12:51 +00:00
pam-radius
pam-saml Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
pam-tacplus security: align variable assignments 2019-11-04 21:12:51 +00:00
pam-yubico Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
pam_ssh_agent_auth Follow some redirects. 2017-09-03 08:53:04 +00:00
paperkey
password-store password-store: Adjust BASE64 definition as part of fixsh SUBST class 2018-09-23 12:39:19 +00:00
pcsc-lite security: align variable assignments 2019-11-04 21:12:51 +00:00
pcsc-tools Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pear-Crypt_GPG security/pear-Crypt_GPG: update to 1.6.3 2018-06-18 15:06:10 +00:00
pev Update pev to version 0.80 2019-10-22 16:37:05 +00:00
pgp2 security: align variable assignments 2019-11-04 21:12:51 +00:00
pgp5 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pgpdump Update pgpdump to 0.31. 2016-06-03 20:20:08 +00:00
pgpenvelope Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
php-mcrypt Drop support for php70 2019-01-14 13:06:10 +00:00
php-oauth Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
php-oauth1 Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
php-pecl-mcrypt security/php-pecl-mcrypt: update to 1.0.2 2019-04-30 04:05:45 +00:00
php-sodium security/php-sodium: allow php73 2018-12-15 17:14:43 +00:00
php-ssdeep Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-ssh2 security: align variable assignments 2019-11-04 21:12:51 +00:00
php-ssh2-0 security: align variable assignments 2019-11-04 21:12:51 +00:00
php-suhosin Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
pinentry security/pinentry: fix unknown configure option 2019-11-05 18:55:18 +00:00
pinentry-fltk security: align variable assignments 2019-11-04 21:12:51 +00:00
pinentry-gtk2 security: align variable assignments 2019-11-04 21:12:51 +00:00
pinentry-mac security: align variable assignments 2019-11-04 21:12:51 +00:00
pinentry-qt4 pinentry*: improve DESCR 2019-02-13 17:41:41 +00:00
pinepgp security: align variable assignments 2019-11-04 21:12:51 +00:00
pkcs11-helper *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
pks security: align variable assignments 2019-11-04 21:12:51 +00:00
policykit Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
policykit-gnome Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
polkit Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
polkit-qt Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
polkit-qt5 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
PortableSigner
portsentry Follow some http redirects. 2017-08-16 20:21:03 +00:00
prelude-correlator security: align variable assignments 2019-11-04 21:12:51 +00:00
prelude-lml security: align variable assignments 2019-11-04 21:12:51 +00:00
prelude-manager security: align variable assignments 2019-11-04 21:12:51 +00:00
prelude-pflogger security: align variable assignments 2019-11-04 21:12:51 +00:00
priv
prngd Reset maintainer 2017-09-16 19:26:41 +00:00
pscan Sort PLIST files. 2018-01-01 22:29:15 +00:00
putty Update to 0.73 2019-10-01 15:22:41 +00:00
pwsafe Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
py-acme py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-acme-tiny security: align variable assignments 2019-11-04 21:12:51 +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 19.2.0 2019-11-13 21:12:20 +00:00
py-asn1 py-asn1: updated to 0.4.8 2019-11-18 10:52:39 +00:00
py-asn1-modules py-asn1-modules: update to 0.2.8. 2019-11-26 13:10:44 +00:00
py-asn1crypto py-asn1crypto: updated to 1.2.0 2019-10-16 14:38:58 +00:00
py-asyncssh py-asyncssh: updated to 2.1.0 2019-12-01 11:45:35 +00:00
py-backports.ssl_match_hostname py-backports.ssl_match_hostname: updated to 3.7.0.1 2019-11-28 13:47:00 +00:00
py-bcrypt py-bcrypt: updated to 3.17 2019-06-20 11:15:18 +00:00
py-certbot py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-certbot-apache py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-certbot-dns-dnsimple py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-certbot-dns-dnsmadeeasy py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-certbot-dns-gehirn py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-certbot-dns-google py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-certbot-dns-linode py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-certbot-dns-luadns py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-certbot-dns-nsone py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-certbot-dns-ovh py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-certbot-dns-rfc2136 py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-certbot-dns-route53 py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-certbot-dns-sakuracloud regen distinfo 2019-11-17 21:44:34 +00:00
py-certbot-nginx py-certbot: updated to 0.40.1 2019-11-14 18:28:17 +00:00
py-certifi py-certifi: updated to 2019.9.11 2019-09-12 15:14:42 +00:00
py-crack
py-crcmod py-crcmod: cleanups 2018-02-23 06:34:08 +00:00
py-cryptkit Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-crypto Follow some redirects. 2017-09-03 08:53:04 +00:00
py-cryptodome py-cryptodome: updated to 3.9.4 2019-11-25 06:18:14 +00:00
py-cryptography py-cryptography[_vectors]: updated to 2.8 2019-10-21 11:17:47 +00:00
py-cryptography_vectors py-cryptography[_vectors]: updated to 2.8 2019-10-21 11:17:47 +00:00
py-cryptopp py-cryptopp: updated to 0.7.1 2019-02-14 12:56:38 +00:00
py-cybox py-cybox: updated to 2.1.0.17 2018-03-23 12:51:21 +00:00
py-denyhosts security: align variable assignments 2019-11-04 21:12:51 +00:00
py-Des security: align variable assignments 2019-11-04 21:12:51 +00:00
py-ecdsa
py-ezPyCrypto
py-gnupg security: align variable assignments 2019-11-04 21:12:51 +00:00
py-google-auth py-google-auth: updated to 1.7.1 2019-11-14 10:41:31 +00:00
py-google-auth-httplib2 py-google-auth-httplib2: added version 0.0.3 2019-07-02 12:00:13 +00:00
py-google-auth-oauthlib py-google-auth-oauthlib: updated to 0.4.1 2019-11-07 13:35:35 +00:00
py-google-reauth New package, py-google-reauth-0.1.0. 2018-05-30 16:26:31 +00:00
py-gssapi py-gssapi: updated to 1.6.1 2019-08-11 12:06:15 +00:00
py-hsm py-hsm: updated to 1.2.1 2019-09-20 17:13:26 +00:00
py-itsdangerous Use https for pythonhosted.org. 2019-07-09 11:29:30 +00:00
py-josepy py-josepy: updated to 1.2.0 2019-08-22 11:45:03 +00:00
py-kerberos py-kerberos: updated to 1.3.0 2019-01-04 23:04:25 +00:00
py-keyring py-keyring: mark as incompatible with Python 2.7 2019-09-25 13:06:12 +00:00
py-keyrings.alt py-keyrings.alt: updated to 3.1.1 2019-09-20 16:51:25 +00:00
py-lasso Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-libnacl py-libnacl: added version 1.6.1 2018-03-08 08:13:03 +00:00
py-libtaxii py-libtaxii: updated to 1.1.111 2018-10-15 11:17:08 +00:00
py-m2crypto Forget about Python 3.4 2019-05-02 09:16:47 +00:00
py-mcrypt Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-mohawk py-mohawk: updated to 1.1.0 2019-11-13 15:06:44 +00:00
py-nacl py-nacl: Fix correct name of the package (remove py-prefix) 2019-02-19 17:49:24 +00:00
py-ndg_httpsclient *: update email for fhajny 2018-12-15 21:12:18 +00:00
py-ntlm-auth py-ntlm-auth: updated to 1.4.0 2019-08-27 10:11:26 +00:00
py-oath py-oath: updated to 1.4.3 2019-05-31 20:54:11 +00:00
py-oauth2client py-oauth2client: updated to 4.1.3 2018-09-24 09:52:24 +00:00
py-oauthlib py-oauthlib: updated to 3.1.0 2019-08-12 07:45:23 +00:00
py-openid security: align variable assignments 2019-11-04 21:12:51 +00:00
py-OpenSSL py-OpenSSL: updated to 19.1.0 2019-11-18 10:51:31 +00:00
py-OTXv2 security/py-OTXv2: Import version 1.2 2018-04-03 14:33:50 +00:00
py-paramiko py-paramiko: updated to 2.6.0 2019-07-02 04:31:13 +00:00
py-passlib py-passlib: updated to 1.7.2 2019-11-24 11:36:53 +00:00
py-pbkdf2 Fix previous. 2016-12-07 10:49:49 +00:00
py-prewikka security: align variable assignments 2019-11-04 21:12:51 +00:00
py-pydeep Reset maintainer 2017-09-16 19:26:41 +00:00
py-requests-kerberos *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
py-requests-ntlm py-requests-ntlm: updated to 1.1.0 2017-10-31 08:27:55 +00:00
py-requests-oauthlib py-requests-oauthlib: updated to 1.3.0 2019-11-07 13:34:36 +00:00
py-rsa py-rsa: Ensure previous fix works with python2. 2018-10-23 09:55:09 +00:00
py-service_identity py-service_identity: updated to 18.1.0 2018-12-22 09:41:05 +00:00
py-simplesha3 Follow some redirects. 2017-09-03 08:53:04 +00:00
py-slowaes security: align variable assignments 2019-11-04 21:12:51 +00:00
py-smbpasswd security: align variable assignments 2019-11-04 21:12:51 +00:00
py-SSLCrypto security: align variable assignments 2019-11-04 21:12:51 +00:00
py-stix py-stix: updated to 1.2.0.6 2018-06-24 11:17:04 +00:00
py-tlslite all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
py-trustme py-trustme: updated to 0.5.3 2019-11-13 20:29:12 +00:00
py-trytond-authentication-sms Reset maintainer 2017-09-16 19:26:41 +00:00
py-u2f New package, py-u2f-0.1.4. Part of PR pkg/52941. 2018-05-30 16:09:52 +00:00
py-urllib2-kerberos security: align variable assignments 2019-11-04 21:12:51 +00:00
py-xmlsec Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-yara security: align variable assignments 2019-11-04 21:12:51 +00:00
py-yubiauth Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
pyca security/pyca: fix location of HTML documentation 2019-10-12 20:47:00 +00:00
qca2 qca2*: update to 2.2.1 2019-04-25 23:35:28 +00:00
qca2-gnupg qca2*: update to 2.2.1 2019-04-25 23:35:28 +00:00
qca2-ossl qca2*: update to 2.2.1 2019-04-25 23:35:28 +00:00
qca2-qt5 security: align variable assignments 2019-11-04 21:12:51 +00:00
qca2-qt5-gnupg qca2*: update to 2.2.1 2019-04-25 23:35:28 +00:00
qca2-qt5-ossl qca2*: update to 2.2.1 2019-04-25 23:35:28 +00:00
qgpgme Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
qident Comment out dead sites. 2017-09-04 18:00:49 +00:00
qoauth Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
qore-asn1-module security: align variable assignments 2019-11-04 21:12:51 +00:00
qore-ssh2-module security: align variable assignments 2019-11-04 21:12:51 +00:00
qore-xmlsec-module security: align variable assignments 2019-11-04 21:12:51 +00:00
qt4-qtkeychain Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
qt5-qtkeychain Add qt5-qtkeychain version 0.9.1 2019-10-27 18:20:00 +00:00
R-askpass R-askpass: skip interpreter check for two mac-only files 2019-09-26 00:49:07 +00:00
R-digest Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-openssl R-openssl: initial commit 2019-08-09 19:04:57 +00:00
racoon2 security: align variable assignments 2019-11-04 21:12:51 +00:00
rainbowcrack security: align variable assignments 2019-11-04 21:12:51 +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 security/ruby-airbrussh: update to 1.3.1 2018-12-17 15:04:53 +00:00
ruby-bcrypt security/ruby-bcrypt: update to 3.1.12 2018-09-23 16:05:28 +00:00
ruby-bcrypt_pbkdf security/ruby-bcrypt_pbkdf: Add u_int*_t compat. 2018-10-19 17:03: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 ruby-metasploit-payloads: SSP skip bundled Android libs. 2018-10-19 15:27:24 +00:00
ruby-metasploit_payloads-mettle security/ruby-metasploit_payloads-mettle: update to 0.4.2 2018-09-23 17:57:29 +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 security/ruby-net-scp: update to 2.0.0 2019-11-05 15:28:43 +00:00
ruby-net-sftp
ruby-net-ssh security/ruby-net-ssh: really update to 5.2.0 2019-11-05 15:25:14 +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-nexpose security/ruby-nexpose: update to7.2.1 2018-09-23 16:11:24 +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-openssl-ccm security/ruby-openssl-ccm: Import version 1.2.1 2018-05-03 22:13:47 +00:00
ruby-openvas-omp securitiy/ruby-openvas-omp: Import version 0.0.4 2017-10-17 19:38:12 +00:00
ruby-password
ruby-rack-openid cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTED 2017-09-19 16:36:07 +00:00
ruby-rbnacl security/ruby-rbnacl: update to 6.0.0 2018-12-17 15:07:11 +00:00
ruby-rc4 Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-rex-arch security/ruby-rex-arch: update to 0.1.13 2018-03-21 13:19:52 +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: update to 0.1.13 2018-03-21 13:26:45 +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: update to 0.1.19 2018-09-23 18:00:56 +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: update to 0.1.79 2018-09-23 18:02:07 +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 to 0.1.15 2018-09-23 17:58:47 +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: update to 0.2.21 2018-09-23 18:00:00 +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 security/ruby-ruby-openid: update to 2.9.2 2019-11-18 15:44:37 +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 security/ruby-sshkit: update to 1.20.0 2019-11-18 15:52:19 +00:00
ruby-tcpwrap
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
scm-blackbox security/scm-blackbox: Import version 1.20181219 2019-01-18 04:44:28 +00:00
scrypt security: align variable assignments 2019-11-04 21:12:51 +00:00
seahorse security: align variable assignments 2019-11-04 21:12:51 +00:00
seahorse-plugins seahorse-plugins: Remove dependency on GNOME 2's gedit. 2019-09-15 13:33:10 +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 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
sign security: align variable assignments 2019-11-04 21:12:51 +00:00
skey security: align variable assignments 2019-11-04 21:12:51 +00:00
sks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
sleuthkit Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
smaSHeM Comment out dead sites. 2017-09-04 18:00:49 +00:00
smtpd security: align variable assignments 2019-11-04 21:12:51 +00:00
sniff Sort PLIST files. 2018-01-01 22:29:15 +00:00
snoopy security: align variable assignments 2019-11-04 21:12:51 +00:00
snortsnarf Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
snow
softhsm security: align variable assignments 2019-11-04 21:12:51 +00:00
softhsm2 Add SoftHSM version 2.5.0. 2019-11-06 10:11:41 +00:00
spiped *: Remove per-package MESSAGE.{rcd,smf} handling. 2019-05-28 13:35:54 +00:00
sqlmap Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
srm Update srm from 1.2.8 to 1.2.15 2016-10-27 19:49:44 +00:00
srp_client security: align variable assignments 2019-11-04 21:12:51 +00:00
ssdeep
ssh-askpass Comment out dead sites. 2017-09-04 18:00:49 +00:00
ssh-ip-tunnel
sshfp security: align variable assignments 2019-11-04 21:12:51 +00:00
sshguard Follow some redirects. 2017-09-04 18:08:18 +00:00
sshpass sshpass: update to 1.06 and patch to fix tty issue 2018-05-06 17:45:30 +00:00
ssldump security: align variable assignments 2019-11-04 21:12:51 +00:00
sslproxy Follow some redirects. 2017-09-04 18:08:18 +00:00
sslsplit
sslwrap security: align variable assignments 2019-11-04 21:12:51 +00:00
ssss security: align variable assignments 2019-11-04 21:12:51 +00:00
starttls
steghide Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +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 security/stunnel to 5.56. Upstream says 2019-11-30 17:27:09 +00:00
sudo security: align variable assignments 2019-11-04 21:12:51 +00:00
tacshell HOMEPAGE is alive 2018-06-21 13:05:14 +00:00
tcl-tls Update tcl-tls to 1.7.16. 2018-09-02 18:37:26 +00:00
tcp_wrappers security: align variable assignments 2019-11-04 21:12:51 +00:00
tct Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
tkpasman Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
tor-browser security: align variable assignments 2019-11-04 21:12:51 +00:00
tripwire
TweetNaCl
validns security: align variable assignments 2019-11-04 21:12:51 +00:00
vault Upgrade security/vault to version 1.2.3. 2019-10-23 15:00:05 +00:00
volatility security: align variable assignments 2019-11-04 21:12:51 +00:00
xca xca: Switch from qt4 to qt5 2019-10-27 12:08:29 +00:00
xml-security-c xml-security: remove patches that are not in distinfo 2018-12-29 19:03:39 +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 security: align variable assignments 2019-11-04 21:12:51 +00:00
ykclient ykclient: update to 2.15 2019-09-12 23:00:42 +00:00
ykpers ykpers: needs asciidoc 2019-09-14 13:17:59 +00:00
zebedee security: align variable assignments 2019-11-04 21:12:51 +00:00
zkt *: bind912 -> bind914 2019-10-16 09:37:27 +00:00
zoneminder security: align variable assignments 2019-11-04 21:12:51 +00:00
Makefile py-argon2-cffi: updated to 19.2.0 2019-11-13 21:12:20 +00:00