pkgsrc/security
wiz 4de8b0eb15 gsasl: update to 1.10.0.
* Version 1.10.0 (released 2021-01-01) [stable]

** This is a new major stable release.  Brief changes compared to 1.8.x:

*** SCRAM-SHA-256 and SCRAM-SHA-256-PLUS support per RFC 7677.

*** SCRAM supports password-less usage (StoredKey/ServerKey).

*** New 'gsasl --mkpasswd' command to prepare SCRAM salted/hashed passwords.

*** Final warning that obsolete APIs will be removed.

*** Various cleanups, portability and other bug fixes.
See the entries in NEWS and lib/NEWS covering the 1.9.x branch for details.

* Version 1.9.3 (released 2021-01-01) [beta]

** Fix build/portability problems.  GnuTLS >= 3.4 is required.
Thanks to Bruno Haible for reports.

* Version 1.9.2 (released 2020-12-24) [beta]

** gsasl: Don't abort command on some exepected TLS events (for TLS 1.3).
Patch from Enrico Scholz <enrico.scholz@sigma-chemnitz.de> in:
https://lists.gnu.org/archive/html/help-gsasl/2020-08/msg00000.html

** gsasl: Use GnuTLS system trust settings by default for X.509 server
** certificate validation.
Before it was documented behaviour that unless --x509-ca-file was
used, no verification of the server-side certificate was performed.
Now instead it will use the system trust settings, which on properly
configured systems results in verification of the server certificate.
As a result, you may now start to get server certificate verification
errors in situations where you didn't expect them.  Use --x509-ca-file
with the empty string ("") as a file name to use the old behaviour to
not abort on server certificate verification failures.

** SCRAM, GS2 and GSSAPI retrieve properties later in
** the authentication process.
Before the property GSASL_CB_TLS_UNIQUE was retrieved during SCRAM
gsasl_client_start() and gsasl_server_start(), and the properties
GSSAPI_SERVICE and GSSAPI_HOSTNAME was retrived during GS2/GSSAPI
gsasl_server_start().  Now they are retrieved during the first call to
gsasl_step().

The only user-visible impact of this should be that 'gsasl
--client-mechanisms' and 'gsasl --server-mechanisms' will now not
query for parameters before giving a list of supported mechanisms,
which arguable gives a better user experience.  The downside of this
is that SCRAM-*-PLUS, GS2 and GSSAPI may be advertised even though
completing the server mechanism may not complete.

The problem with calling callbacks in the start() function is that the
callback will have no per-session context at that point, only a global
context, so the only way to give per-session unique callback responses
is to use a separate global handle per session.  This was discovered
in the Exim implementation of gsasl with SCRAM that used to request
the GSASL_CB_TLS_UNIQUE property in the start() function.  After
noticing this design issue, and writing this self test, it was
discovered that it also happened for the GSSAPI/GS2 server (not
client) mechanism for the GSASL_SERVICE and GSASL_HOSTNAME properties.

Thanks to Jeremy Harris for noticing the problem and discussion, see
https://lists.gnu.org/archive/html/help-gsasl/2020-01/msg00035.html

** gsasl: The --mkpasswd output format follows Dovecot 'doveadm pw'.

** Filenames of images in the manual are now prefixed with 'gsasl-'.
This makes /usr/share/info more understandable, and it is suggested by
at least Debian to do this in upstream.

** Build changes.
Some more compiler warnings used and code fixed.  Improved ./configure
diagnostics.

* Version 1.9.1 (released 2020-01-14) [beta]

** gsasl: New --mkpasswd argument to prepare salted/hashed passwords.
Currently mechanisms SCRAM-SHA-1 and SCRAM-SHA-256 are supported.  New
parameter --iteration-count to indicate number of PBKDF2 rounds,
default being 65536.  New parameter --salt to specify PBKDF2 salt.

* Version 1.9.0 (released 2020-01-03) [beta]

** Client and server support for SCRAM-SHA-256 and SCRAM-SHA-256-PLUS.

** gsasl: If PORT argument is "587" or "submission", SMTP mode is used.
Further, unrecognized PORT arguments will now on raise an error to
specify --smtp or --imap.
2021-01-07 22:09:52 +00:00
..
2fa Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
acmesh acmesh: Update to 2.8.8 2020-12-03 13:50:49 +00:00
aide security/aide: skip portability check 2020-05-09 18:29:24 +00:00
aide06 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
amap *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
amass Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
antonym *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ap-modsecurity2 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
apg *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
argon2 argon2: Update to 20190702 2019-08-07 12:58:49 +00:00
arirang
asignify security: align variable assignments 2019-11-04 21:12:51 +00:00
authelia Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
avcheck all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
Bastille *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
bcrypt *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
bearssl Quell packaging warning by installing the shlib with ${INSTALL_LIB}. 2020-11-27 19:52:11 +00:00
beecrypt
bitstir
botan security: align variable assignments 2019-11-04 21:12:51 +00:00
botan-devel *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ca-certificates Use PKGMANDIR 2020-10-12 21:52:30 +00:00
caff *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ccid *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
cfs security/cfs: Fix HOMEPAGE 2019-04-29 22:24:31 +00:00
chkrootkit
clamav *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
clamav-doc (security/clamav-doc) Regen PLIST, correct (?) 2020-09-21 08:27:08 +00:00
clusterssh *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
codecrypt codecrypt: Update to 1.7.6 2020-11-25 21:48:54 +00:00
CoolKey Rename log to not conflict with math.h. 2020-03-26 21:50:44 +00:00
courier-authlib Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
crack
cracklib security: Add cracklib. 2020-11-22 11:36:31 +00:00
credns security: Mark packages that fail with OpenSSL 1.1 BROKEN 2020-04-24 11:41:36 +00:00
crudesaml crudesaml: add SHA512 checksum to distinfo 2019-05-02 08:55:26 +00:00
crypto++ crypto++: homogenize shared library rules. Don't bomb if ldconfig not found. 2020-03-22 17:52:51 +00:00
CSP *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
cvm Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
cy2-anonymous security/cy2-anonymous: fix typo in configure option 2020-05-23 12:21:48 +00:00
cy2-crammd5 Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-digestmd5 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
cy2-gssapi *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
cy2-ldapdb *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
cy2-login Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-ntlm *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
cy2-otp *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
cy2-plain Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
cy2-saml *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
cy2-scram *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
cy2-sql *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
cyrus-sasl cyrus-sasl: Resolve some pkglint warnings 2020-05-14 14:31:16 +00:00
cyrus-sasl-xoauth2 security/cyrus-sasl-xoauth2: import cyrus-sasl-xoauth2-0.0.0.20200428 2020-06-12 13:41:41 +00:00
cyrus-saslauthd *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
dcfldd *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ddos-scan
dehydrated security/dehydrated: remove nonexistent file from REPLACE_BASH 2020-05-22 05:47:52 +00:00
destroy
dhbitty
dirb revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
dnssec-tools dnssec-tools: Update to 2.2.3 2021-01-02 21:39:05 +00:00
doas security/doas: add conflict msg 2021-01-01 14:21:23 +00:00
dropbear dropbear: Update to 2020.81 2020-12-19 11:07:10 +00:00
dsniff dsniff{,-nox11}: unbreak them by not installing sshmitm 2020-04-24 12:45:09 +00:00
dsniff-nox11 dsniff{,-nox11}: unbreak them by not installing sshmitm 2020-04-24 12:45:09 +00:00
duo-unix duo-unix: Update to 1.11.4. 2020-12-04 12:15:41 +00:00
easy-rsa easy-rsa: updated to 3.0.8 2020-11-17 12:14:17 +00:00
EasyPG security: align variable assignments 2019-11-04 21:12:51 +00:00
ecap_clamav_adapter *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
egd *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
engine-pkcs11 security: Mark packages that fail with OpenSSL 1.1 BROKEN 2020-04-24 11:41:36 +00:00
ent all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
erlang-epam erlang-epam: Update to 1.0.7 2020-03-23 18:17:27 +00:00
erlang-fast_tls *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
erlang-jose erlang-jose: Update to 1.10.1 2020-03-23 18:32:00 +00:00
erlang-p1_oauth2
fail2ban Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
flawfinder Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
fprint-demo *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
fragroute *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
fsh Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
fwbuilder *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gcr gcr: Needs autopoint 2020-11-20 11:35:35 +00:00
gnome-keyring gnome-keyring: Add docbook-xsl so this works without a 'net connection 2020-11-25 08:12:35 +00:00
gnu-crypto all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gnu-pw-mgr all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gnupg devel/gnupg: Stop installing gpgsplit, because it conflicts with gnupg2 2020-09-07 13:08:28 +00:00
gnupg-pkcs11-scd revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
gnupg2 gnupg2: updated to 2.2.25 2020-12-03 12:10:20 +00:00
gnutls gnutls: Update to 3.7.0 2020-12-03 12:27:38 +00:00
go-asn1-ber Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
go-crypt Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
go-crypto Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
go-crypto-acme Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
go-mkcert Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
go-oauth2 Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
go-sftp Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
go-xxhash Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
google-authenticator google-authenticator: update to 1.05 2018-08-29 11:12:36 +00:00
gpa *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gpg2dot *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gpgme gpgme: Requires a c++11 compiler 2020-10-25 12:53:54 +00:00
gpgmepp *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
gpshell multiple: Reset MAINTAINER from non-functional bbn.com address 2020-07-27 16:22:46 +00:00
gsasl gsasl: update to 1.10.0. 2021-01-07 22:09:52 +00:00
gss all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
guardtime revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
hackbot *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
hashcash
heimdal *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
heirloom-su
HElib HElib: add upstream bug report URL 2020-06-08 13:47:43 +00:00
hitch hitch: update to 1.6.0 2020-08-15 02:16:18 +00:00
honeyd Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
honeyd-arpd *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
hs-cryptohash-sha256 hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-cryptonite hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-digest hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-ed25519 hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-hackage-security hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-pem hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-SHA hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-tls hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-x509 hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-x509-store hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-x509-system hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-x509-validation hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hydan *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
hydra *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
ike-scan *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ipv6-toolkit
john john: Revert accidental `gmake' tool addition 2020-08-08 12:48:56 +00:00
kauth *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
kdesu *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
KeePass *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
keepassxc *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
keychain
kgpg *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
knc all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
kpcli kpcli: depend on p5-Term-ReadLine-Gnu. 2020-09-06 11:55:43 +00:00
kstart security/kstart: remove unknown configure option 2020-05-31 09:36:44 +00:00
kwallet *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
kwalletmanager *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
lasso Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
lastpass-cli *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
libassuan2 libassuan2: updated to 2.5.4 2020-12-03 12:06:40 +00:00
libb2 Add a package for libb2-0.98.1. 2019-06-22 18:54:04 +00:00
libbf Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
libcrack security: align variable assignments 2019-11-04 21:12:51 +00:00
libcurvecpr all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
libdecaf *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
libdes security/libdes: fix pkglint warnings 2019-09-12 20:35:55 +00:00
libfido2 security/libfido2: Restore NetBSD support. 2020-11-20 05:55:02 +00:00
libfprint Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
libfwbuilder *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
libgabe Add security/libgabe Version 1.0 2020-04-28 13:46:35 +00:00
libgcrypt libgcrypt: update to 1.8.7. 2020-10-31 13:51:24 +00:00
libgfshare
libglobalplatform multiple: Reset MAINTAINER from non-functional bbn.com address 2020-07-27 16:22:46 +00:00
libgnome-keyring *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libgpg-error libgpg-error: updated to 1.39 2020-09-08 17:53:25 +00:00
libguardtime revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
libidea Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
libident
libksba libksba: updated to 1.4.0 2020-08-03 15:30:06 +00:00
libmcrypt *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
libmerkletree all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libmultigest all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libnetpgpverify all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
liboauth revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
libp11 Update libp11 to 0.4.10 2020-04-16 12:42:27 +00:00
libpbc security/libpbc: Add bl3 file 2020-04-28 13:42:47 +00:00
libprelude *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
libprelude-lua security/libprelude-lua: suppress USE_TOOLS+=perl warning 2020-06-01 20:03:56 +00:00
libprelude-perl *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
libprelude-python Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
libpreludedb *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
libpreludedb-mysql *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
libpreludedb-perl *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
libpreludedb-pgsql *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
libpreludedb-python Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
libpreludedb-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
libpwquality security: Add libpwquality. Based on work by coypu and others in wip. 2020-11-22 11:58:58 +00:00
libressl Everything except .pc files already goes under the libressl/ hierarchy; 2020-11-26 15:49:58 +00:00
libretls Initial import of libretls, a port of libtls to OpenSSL. 2020-11-27 10:19:38 +00:00
libsecp256k1 Add security/libsecp256k1 2020-11-04 20:32:18 +00:00
libsecret libsecret: Update to 0.20.4 2020-11-22 11:34:32 +00:00
libsodium Add include/sodium to BUILDLINK_INCDIRS.libsodium. 2019-07-10 12:56:50 +00:00
libssh libssh: Fix build on SunOS/SmartOS 2020-09-13 18:45:36 +00:00
libssh2 security/libssh2: remove unknown configure options 2020-05-10 17:27:27 +00:00
libstark Use -fopenmp instead of hard-coding libgomp. 2019-12-22 22:29:39 +00:00
libtasn1 security/libtasn1: remove obsolete Darwin workarounds 2020-11-29 22:01:34 +00:00
libtcpa HOMEPAGE is long dead; use archive.org. Set LICENSE. Document patches. 2020-10-26 10:04:12 +00:00
libtomcrypt libtomcrypt: Update to 1.18.2 2019-07-09 11:20:58 +00:00
libykneomgr revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
libyubikey libyubikey: update to 1.13 2019-09-12 22:45:24 +00:00
log2timeline *: remove p5-version, part of perl 2020-09-04 14:22:57 +00:00
logcheck all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
lsh all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
lua-arc4random lua-arc4random: Update to 1.4.1 2020-07-14 11:43:25 +00:00
lua-argon2 security: Add lua-argon2 2020-07-02 14:02:36 +00:00
lua-bcrypt lua-bcrypt: Update to 2.1.6 2020-07-14 11:45:23 +00:00
lua-ossl lua-ossl: Don't try to include sys/epoll.h on SunOS 2020-07-11 15:18:24 +00:00
lua-sec Don't use compat code for Lua 5.2+ Bump revision. 2020-08-07 02:05:07 +00:00
lxqt-openssh-askpass security/lxqt-openssh-askpass: update to 0.16.0 2020-12-07 12:20:46 +00:00
lxqt-policykit security/lxqt-policykit: update to 0.16.0 2020-12-07 12:10:22 +00:00
lxqt-sudo security/lxqt-sudo: update to 0.16.0 2020-12-07 12:17:20 +00:00
lynis security: align variable assignments 2019-11-04 21:12:51 +00:00
mate-polkit Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
mbedtls mbedtls: avoid implementation-defined find(1) usage 2020-10-27 00:06:59 +00:00
mcrypt *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
md4-collision
md5-collision
merkletree all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
mhash *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
minisign minisign: fix the build by adding missing build dependency on pkg-config. 2020-06-11 11:10:22 +00:00
mirrordir
mit-krb5 mit-krb5: Add comment about missing LICENSE. 2020-10-08 19:52:36 +00:00
mit-krb5-appl all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
monocypher (security/monocypher) Updated 2.0.5 to 3.1.1 2020-10-19 12:30:30 +00:00
mozilla-rootcerts bump mozilla-rootcerts to 20201102 of certdata.txt 2020-11-29 06:18:17 +00:00
mozilla-rootcerts-openssl mozilla-rootcerts-openssl: update to 2.5. 2020-11-29 18:36:15 +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 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
munge *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
nacl Avoid detecting anything other than the native ABI. Bump PKGREVISION. 2019-01-05 06:16:14 +00:00
netpgp netpgp: Unbreak with OpenSSL 1.1, mostly by grabbing changes from netbsd src 2020-04-25 12:07:47 +00:00
netpgpverify netpgpverify: update to 20201101 2020-11-01 11:28:35 +00:00
netramet security: align variable assignments 2019-11-04 21:12:51 +00:00
nettle nettle: updated to 3.6 2020-05-22 08:01:51 +00:00
nfsbug
nikto *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
oath-toolkit *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
ocaml-cryptokit Updated package security/ocaml-cryptokit to version 1.13. 2018-11-28 12:07:50 +00:00
ocaml-safepass Added conversion to dune to security/ocaml-safepass 2020-01-29 16:33:18 +00:00
ocaml-ssl (security/ocaml-ssl) Add devel/ocaml-dune-configurator as buildlink3.mk 2020-12-13 13:46:15 +00:00
opencdk all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
openct
opendnssec *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
opendnssec2 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
opendoas security/opendoas: import package 2021-01-01 14:28:56 +00:00
openpam openpam/builtin.mk: also set -DNO_STATIC_MODULES in CFLAGS for NetBSD 2020-10-23 09:16:05 +00:00
opensaml *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
opensc *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
openssh openssh: Update to 8.4.1 2020-09-29 15:17:42 +00:00
openssl openssl: update to 1.1.1i. 2020-12-08 18:54:17 +00:00
openvas-client *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
openvas-libnasl revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
openvas-libraries revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
openvas-plugins revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
openvas-server revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
otpCalc
p0f
p5-AuthCAS *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Authen-CAS-Client *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Authen-Htpasswd *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Authen-PAM *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Authen-PluggableCaptcha *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Authen-SASL *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Authen-SASL-Authd *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Authen-SASL-Cyrus *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Authen-Simple *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Authen-TacacsPlus p5-Authen-TacacsPlus: update to 0.28. 2020-09-07 13:52:00 +00:00
p5-BSD-arc4random *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Bytes-Random-Secure *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-Blowfish *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-Blowfish_PP *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-CAST5_PP *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-CBC *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-CipherSaber *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-Curve25519 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-DES *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-DES_EDE3 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-DH *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-DH-GMP *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-DSA *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-ECB p5-Crypt-ECB: update to 2.22. 2020-09-07 13:52:52 +00:00
p5-Crypt-Eksblowfish *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-GeneratePassword *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-GPG *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-HSXKPasswd *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-IDEA *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-JWT security/p5-Crypt-JWT: import p5-Crypt-JWT-0.029 2020-09-13 08:16:48 +00:00
p5-Crypt-OpenPGP *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-OpenSSL-AES *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-OpenSSL-Bignum *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-OpenSSL-DSA *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-OpenSSL-Guess *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-OpenSSL-Random *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-OpenSSL-RSA *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-PasswdMD5 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-Primes *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-PWSafe3 *: remove p5-File-Temp, part of perl 2020-09-04 11:32:24 +00:00
p5-Crypt-Random *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-Random-Seed *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-Random-TESHA2 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-RandPasswd *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-RC4 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-Rijndael *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-RIPEMD160 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-RSA *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-SmbHash *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-SMIME p5-Crypt-SMIME: update to 0.27. 2020-09-20 07:46:01 +00:00
p5-Crypt-SSLeay p5-Crypt-SSLeay: add patch from issue tracker to improve chances with openssl 1.1 2020-09-08 12:19:10 +00:00
p5-Crypt-Twofish *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-URandom *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Crypt-X509 p5-Crypt-X509: update to 0.53. 2020-09-07 13:54:48 +00:00
p5-CryptX *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Dancer-Plugin-Auth-RBAC *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Data-Password-passwdqc *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Data-SimplePassword *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Digest-BubbleBabble *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Digest-CRC *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Digest-Hashcash *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Digest-HMAC *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Digest-JHash *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Digest-MD2 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Digest-MD4 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Digest-MD5-File *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Digest-Nilsimsa *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Digest-Perl-MD5 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Digest-SHA1 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Digest-SHA3 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-File-KeePass *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-GnuPG-Interface *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-GSSAPI *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-IO-Socket-SSL p5-IO-Socket-SSL: update to 2.068. 2020-09-07 14:17:20 +00:00
p5-Module-Signature p5-Module-Signature: update to 0.87. 2020-09-07 14:28:55 +00:00
p5-Mozilla-CA p5-Mozilla-CA: update to 20200520. 2020-09-07 14:29:35 +00:00
p5-Net-DNS-SEC p5-Net-DNS-SEC: update to 1.17. 2020-09-07 14:30:22 +00:00
p5-Net-DNS-SEC-Maint-Key *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-OpenSSH p5-Net-OpenSSH: update to 0.79. 2020-09-07 14:30:58 +00:00
p5-Net-SFTP *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-SSH *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Net-SSLeay *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Netpgp-Verify *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-pcsc *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-SHA *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-String-Random *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Text-Password-Pronounceable *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Tie-EncryptedHash *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p11-kit p11-kit: update to 0.23.22. 2021-01-04 11:43:47 +00:00
PACK Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
pakchois all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
pakemon *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
pam-af
pam-dbm pam-*: g/c NO_STATIC_MODULES hacks. Handled in openpam/builtin.mk. 2020-10-23 09:20:59 +00:00
pam-fprint pam-*: g/c NO_STATIC_MODULES hacks. Handled in openpam/builtin.mk. 2020-10-23 09:20:59 +00:00
pam-krb5 pam-*: g/c NO_STATIC_MODULES hacks. Handled in openpam/builtin.mk. 2020-10-23 09:20:59 +00:00
pam-ldap pam-*: g/c NO_STATIC_MODULES hacks. Handled in openpam/builtin.mk. 2020-10-23 09:20:59 +00:00
pam-mkhomedir pam-*: g/c NO_STATIC_MODULES hacks. Handled in openpam/builtin.mk. 2020-10-23 09:20:59 +00:00
pam-mysql *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
pam-p11 Remove empty files that should be been nuked earlier 2020-05-14 21:40:01 +00:00
pam-passwdqc pam-*: g/c NO_STATIC_MODULES hacks. Handled in openpam/builtin.mk. 2020-10-23 09:20:59 +00:00
pam-pgsql
pam-pwauth_suid pam-*: g/c NO_STATIC_MODULES hacks. Handled in openpam/builtin.mk. 2020-10-23 09:20:59 +00:00
pam-radius
pam-saml *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pam-tacplus *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
pam-u2f pam-u2f: needs asciidoc 2020-10-23 16:39:46 +00:00
pam-yubico pam-*: g/c NO_STATIC_MODULES hacks. Handled in openpam/builtin.mk. 2020-10-23 09:20:59 +00:00
pam_ssh_agent_auth security: Mark packages that fail with OpenSSL 1.1 BROKEN 2020-04-24 11:41:36 +00:00
paperkey Reset maintainer as requested. 2020-04-12 23:59:41 +00:00
passphrase pyversion 2020-06-16 11:46:57 +00:00
password-store password-store: shell portability. Bump. 2020-08-18 02:12:43 +00:00
pcsc-lite security/pcsc-lite: Purge old/wrong comment 2020-08-19 15:09:40 +00:00
pcsc-tools *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
pear-Crypt_GPG security/pear-Crypt_GPG: update to 1.6.4 2020-03-23 15:02:48 +00:00
pev Fix linking on !Linux Unix systems. 2020-03-27 20:56:25 +00:00
pgp2 Uses ${TAR} 2020-03-18 18:00:48 +00:00
pgp5 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
pgpdump all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
pgpenvelope *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
php-gnupg security/php-gnupg: Import version 1.4.0 2020-03-14 04:40:47 +00:00
php-mcrypt Drop support for php70 2019-01-14 13:06:10 +00:00
php-oauth security/php-oauth: update to 2.0.7 2021-01-03 06:54:03 +00:00
php-oauth1 revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
php-pecl-mcrypt security/php-pecl-mcrypt: update to 1.0.4 2021-01-03 07:35:08 +00:00
php-sodium Switch to use PHP_VERSIONS_INCOMPATIBLE. 2021-01-03 16:06:57 +00:00
php-ssdeep php-ssdeep: update to 1.1.0 2021-01-03 07:36:42 +00:00
php-ssh2 security/php-ssh2: update to 1.2 2021-01-03 07:38:19 +00:00
php-ssh2-0 *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
php-suhosin all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
pinentry pinentry: Makefile.common: mention use by pinentry-gnome3 2020-08-30 23:53:59 +00:00
pinentry-fltk *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
pinentry-gnome3 security/pinentry-gnome3: import pinentry-gnome3-1.1.0 2020-08-30 23:53:23 +00:00
pinentry-gtk2 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
pinentry-mac security: align variable assignments 2019-11-04 21:12:51 +00:00
pinentry-qt4 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
pinepgp all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
pius Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
pkcs11-helper multiple: Update MAINTAINER from gdt@ir.bbn.com 2020-07-27 16:20:44 +00:00
pks security: align variable assignments 2019-11-04 21:12:51 +00:00
policykit Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
policykit-gnome Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
polkit Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
polkit-qt Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
polkit-qt5 Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
PortableSigner *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
portsentry
prelude-correlator Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
prelude-lml revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
prelude-manager *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
prelude-pflogger revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
priv
prngd *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
pscan security/pscan: fix pkglint warnings 2020-02-04 17:25:59 +00:00
putty Fix Darwin build: set CFLAGS like NetBSD and Linux. 2020-11-30 14:15:09 +00:00
pwsafe *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
py-acme py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-acme-tiny *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
py-aes py-aes: updated to 1.6.1 2020-07-21 21:19:01 +00:00
py-argon2-cffi *: use py-hypothesis via versioned_dependencies.mk 2020-10-06 10:51:21 +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.4.0 2020-07-29 07:25:37 +00:00
py-asyncssh py-asyncssh: updated to 2.5.0 2021-01-03 10:30:04 +00:00
py-authlib py-authlib: updated to 0.15.2 2020-10-28 20:00:01 +00:00
py-backports.ssl_match_hostname all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-bcrypt pytest from versioned depends 2020-05-17 19:34:12 +00:00
py-certbot py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-apache py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-dns-digitalocean py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-dns-dnsimple py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-dns-dnsmadeeasy py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-dns-gehirn py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-dns-google py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-dns-linode py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-dns-luadns py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-dns-nsone py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-dns-ovh py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-dns-rfc2136 py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-dns-route53 py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-dns-sakuracloud py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certbot-nginx py-acme py-certbot*: updated to 1.10.1 2020-12-09 12:31:35 +00:00
py-certifi py-certifi: updated to 2020.12.5 2020-12-15 12:04:58 +00:00
py-crack *: reset maintainer for darcy 2020-07-13 20:05:11 +00:00
py-crcmod *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
py-cryptodome py-cryptodome: updated to 3.9.9 2020-11-06 09:12:25 +00:00
py-cryptography py-cryptography py-cryptography_vectors: updated to 3.3.1 2020-12-14 07:31:18 +00:00
py-cryptography_vectors py-cryptography py-cryptography_vectors: updated to 3.3.1 2020-12-14 07:31:18 +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.21 2020-05-13 21:48:05 +00:00
py-denyhosts *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
py-Des security: align variable assignments 2019-11-04 21:12:51 +00:00
py-ecdsa py-ecdsa: updated to 0.16.1 2020-11-30 20:13:53 +00:00
py-ezPyCrypto all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-fido2 security/py-fido2: Improve NetBSD patch. 2020-12-13 07:20:57 +00:00
py-gnupg *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
py-google-auth py-google-auth: updated to 1.24.0 2020-12-14 06:10:36 +00:00
py-google-auth-httplib2 py-google-auth-httplib2: updated to 0.0.4 2020-07-15 09:30:30 +00:00
py-google-auth-oauthlib py-google-auth-oauthlib: updated to 0.4.2 2020-11-09 13:05:15 +00:00
py-google-reauth
py-gssapi py-gssapi: updated to 1.6.12 2021-01-03 10:27:50 +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.5.0 2020-11-09 13:38:39 +00:00
py-kerberos py-kerberos: updated to 1.3.0 2019-01-04 23:04:25 +00:00
py-keyring py-keyring: PYTHON_VERSIONS_INCOMPATIBLE before pyversion.mk 2020-05-26 22:27:26 +00:00
py-keyrings.alt py-keyrings.alt: updated to 3.1.1 2019-09-20 16:51:25 +00:00
py-lasso *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
py-libnacl
py-libtaxii py-libtaxii: update to version 1.1.118 2020-10-19 17:21:42 +00:00
py-m2crypto py-m2crypto: Update to 0.36.0. 2020-09-17 08:56:38 +00:00
py-mcrypt all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-mohawk py-mohawk: updated to 1.1.0 2019-11-13 15:06:44 +00:00
py-nacl *: use py-hypothesis via versioned_dependencies.mk 2020-10-06 10:51:21 +00:00
py-ndg_httpsclient *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
py-ntlm-auth py-ntlm-auth: updated to 1.5.0 2020-07-10 19:43:31 +00:00
py-oath py-oath: updated to 1.4.3 2019-05-31 20:54:11 +00:00
py-oauth2client *: switch to versioned_dependencies for py-rsa 2020-09-01 04:08:42 +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: Update to 20.0.1 2020-12-19 11:52:26 +00:00
py-OTXv2
py-paramiko py-paramiko: updated to 2.7.2 2020-09-08 17:43:12 +00:00
py-passlib py-passlib: updated to 1.7.4 2020-10-12 11:57:02 +00:00
py-pbkdf2
py-prewikka security: align variable assignments 2019-11-04 21:12:51 +00:00
py-pydeep py-pydeep: updated to 0.4 2019-12-15 11:24:52 +00:00
py-requests-kerberos
py-requests-ntlm
py-requests-oauthlib py-requests-oauthlib: updated to 1.3.0 2019-11-07 13:34:36 +00:00
py-rsa py-rsa: remove outdated patch 2020-09-01 04:09:40 +00:00
py-rsa40 security/py-rsa40: re-import py-rsa-4.0 for Python 2.x 2020-09-01 04:06:11 +00:00
py-service_identity py-service_identity: updated to 18.1.0 2018-12-22 09:41:05 +00:00
py-signedjson Import security/py-signedjson from wip 2020-04-18 12:50:44 +00:00
py-simplesha3
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-solo py-solo: Unbreak bulk builds. 2020-12-14 09:26:36 +00:00
py-stix py-stix: updated to 1.2.0.10 2020-05-13 21:49:04 +00:00
py-tlslite Use archive.org for HOMEPAGE. 2020-10-26 10:34:16 +00:00
py-trustme pytest from versioned depends 2020-05-17 19:34:12 +00:00
py-trytond-authentication-sms all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-u2f py-u2f: updated to 0.1.5 2020-11-26 11:17:11 +00:00
py-urllib2-kerberos security: align variable assignments 2019-11-04 21:12:51 +00:00
py-xmlsec *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
py-yara security/py-yara: Update to 3.11.0 2019-12-14 10:50:10 +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
py-yubikey-manager security/py-yubikey-manager: Avoid crash on NetBSD for non-CCID keys. 2020-08-18 13:37:50 +00:00
pyca Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
qca2 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
qca2-gnupg *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
qca2-ossl *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
qca2-qt5 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
qca2-qt5-gnupg *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
qca2-qt5-ossl *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
qgpgme *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
qident
qoauth *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
qore-asn1-module security: Mark packages that fail with OpenSSL 1.1 BROKEN 2020-04-24 11:41:36 +00:00
qore-ssh2-module *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
qore-xmlsec-module *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
qt4-qtkeychain *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
qt5-qtkeychain *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
R-askpass R-askpass: skip interpreter check for two mac-only files 2019-09-26 00:49:07 +00:00
R-credentials (security/R-credentials) import R-credentials-1.3.0 2020-12-21 14:46:02 +00:00
R-digest R-digest: update to 0.6.25. 2020-07-31 18:42:19 +00:00
R-openssl (security/R-openssl) Add USE_TOOLS+= bash 2020-12-22 22:08:44 +00:00
racoon2 racoon2: respect DESTDIR/PKG_SYSCONFDIR. 2020-10-13 01:47:25 +00:00
rainbowcrack security: Mark packages that fail with OpenSSL 1.1 BROKEN 2020-04-24 11:41:36 +00:00
rats
rc5des
rid
rsaref
ruby-airbrussh security/ruby-airbrussh: update to 1.4.0 2020-03-24 15:46:22 +00:00
ruby-bcrypt security/ruby-bcrypt: update to 3.1.16 2020-09-14 14:02:14 +00:00
ruby-bcrypt_pbkdf security/ruby-bcrypt_pbkdf: update to 1.0.1 2020-03-24 15:52:13 +00:00
ruby-chef-vault security/ruby-chef-vault: update to 4.0.11 2020-09-14 16:33:32 +00:00
ruby-ed25519 security/ruby-ed25519: add version 1.2.4 package 2020-01-19 14:20:38 +00:00
ruby-ezcrypto
ruby-gssapi security/ruby-gssapi: add version 1.3.0 package 2020-01-19 14:23:13 +00:00
ruby-hmac
ruby-jsobfu
ruby-metasploit-concern security/ruby-metasploit-concern: update to 3.0.0 2020-03-24 15:55:25 +00:00
ruby-metasploit-model security/ruby-metasploit-model: update to 3.0.0 2020-06-24 11:09:29 +00:00
ruby-metasploit-payloads security/ruby-metasploit-payloads: update to 2.0.12 2020-09-14 14:05:35 +00:00
ruby-metasploit_payloads-mettle security/ruby-metasploit_payloads-mettle: update to 1.0.3 2020-09-14 14:07:28 +00:00
ruby-nessus_rest
ruby-net-scp security/ruby-net-scp: update to 3.0.0 2020-06-07 14:42:47 +00:00
ruby-net-sftp
ruby-net-ssh security/ruby-net-ssh: update to 6.1.0 2020-06-10 14:51:07 +00:00
ruby-net-ssh-gateway
ruby-net-ssh-multi
ruby-nexpose security/ruby-nexpose: update to7.2.1 2018-09-23 16:11:24 +00:00
ruby-oauth
ruby-openid
ruby-openssl-ccm security/ruby-openssl-ccm: update to 1.2.2 2020-03-24 16:06:21 +00:00
ruby-openssl-cmac security/ruby-openssl-cmac: add package version 2.0.1 2020-06-10 14:32:26 +00:00
ruby-openvas-omp
ruby-password
ruby-rack-openid
ruby-rbnacl security/ruby-rbnacl: update to 7.1.1 2020-03-24 16:08:08 +00:00
ruby-rc4
ruby-rex-arch Add "USE_LANGUAGES= # noen" 2020-06-21 14:54:50 +00:00
ruby-rex-bin_tools security/ruby-rex-bin_tools: update to 0.1.6 2020-03-24 16:10:30 +00:00
ruby-rex-core Add "USE_LANGUAGES= # noen" 2020-06-21 14:54:50 +00:00
ruby-rex-encoder Add "USE_LANGUAGES= # noen" 2020-06-21 14:54:50 +00:00
ruby-rex-exploitation security/ruby-rex-exploitation: update to 0.1.24 2020-06-07 14:51:17 +00:00
ruby-rex-java Add "USE_LANGUAGES= # noen" 2020-06-21 14:54:50 +00:00
ruby-rex-mime Add "USE_LANGUAGES= # noen" 2020-06-21 14:54:50 +00:00
ruby-rex-nop Add "USE_LANGUAGES= # noen" 2020-06-21 14:54:50 +00:00
ruby-rex-ole Add "USE_LANGUAGES= # noen" 2020-06-21 14:54:50 +00:00
ruby-rex-powershell security/ruby-rex-powershell: missing from previos commit 2020-03-29 14:48:20 +00:00
ruby-rex-random_identifier Add "USE_LANGUAGES= # noen" 2020-06-21 14:54:50 +00:00
ruby-rex-registry Add "USE_LANGUAGES= # noen" 2020-06-21 14:54:50 +00:00
ruby-rex-rop_builder Add "USE_LANGUAGES= # noen" 2020-06-21 14:54:50 +00:00
ruby-rex-socket security/ruby-rex-socket: update to 0.1.23 2020-03-24 16:14:00 +00:00
ruby-rex-sslscan Add "USE_LANGUAGES= # noen" 2020-06-21 14:54:50 +00:00
ruby-rex-struct2 security/ruby-rex-struct2: update to 0.1.2 2020-03-24 16:15:21 +00:00
ruby-rex-text security/ruby-rex-text: update to 0.2.28 2020-09-14 14:12:20 +00:00
ruby-rex-zip Add "USE_LANGUAGES= # noen" 2020-06-21 14:54:50 +00:00
ruby-ruby-openid security/ruby-ruby-openid: update to 2.9.2 2019-11-18 15:44:37 +00:00
ruby-rubyntlm
ruby-shadow
ruby-simple_oauth
ruby-sshkey security/ruby-sshkey: update to 2.0.0 2020-06-21 15:52:12 +00:00
ruby-sshkit security/ruby-sshkit: update to 1.21.0 2020-03-24 16:20:05 +00:00
ruby-tcpwrap
ruby-twitter_oauth
rvault revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
sbd
scanssh *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
scm-blackbox security/scm-blackbox: Import version 1.20181219 2019-01-18 04:44:28 +00:00
scrypt scrypt: update to 1.3.1. 2020-08-28 17:24:17 +00:00
seahorse seahorse: Needs itstool 2020-12-01 11:22:53 +00:00
seccure
secpanel
sfs *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
skey *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
sks *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
sleuthkit *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
smaSHeM
smtpd security: align variable assignments 2019-11-04 21:12:51 +00:00
snallygaster Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
sniff
snoopy security: align variable assignments 2019-11-04 21:12:51 +00:00
snortsnarf *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
snow snow: Update to 20130616 2020-01-19 00:26:18 +00:00
softhsm *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
softhsm2 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
spiped spiped: update to 1.6.1. 2020-04-06 09:27:13 +00:00
sqlmap sqlmap: Update to 1.5 2021-01-06 14:47:36 +00:00
srm *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
srp_client security: align variable assignments 2019-11-04 21:12:51 +00:00
ssdeep *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ssh-askpass
ssh-ip-tunnel
sshfp sshfp: fix installation 2020-05-29 06:22:47 +00:00
sshguard
sshpass *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ssldump *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
sslproxy *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
sslsplit Fix build on macOS, from Kurt Schreiner on pkgsrc-users@. 2020-09-07 07:58:11 +00:00
ssss security: align variable assignments 2019-11-04 21:12:51 +00:00
starttls *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
steghide *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
stegtunnel
stunnel stunnel: Update to 5.57 2020-11-24 13:41:57 +00:00
sudo security/sudo: update to 1.8.31p2 2020-09-19 14:04:29 +00:00
tacshell
tcl-tls *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
tcp_wrappers security: align variable assignments 2019-11-04 21:12:51 +00:00
tct *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
tkpasman *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
tor-browser tor-browser: update to 10.0.7. 2021-01-03 19:00:38 +00:00
tor-browser-https-everywhere tor-browser-https-everywhere: update to 2020.11.17. 2020-11-23 16:02:22 +00:00
tor-browser-noscript tor-browser-noscript: update to 11.1.7. 2021-01-03 19:02:52 +00:00
tripwire
TweetNaCl all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
validns security: Mark packages that fail with OpenSSL 1.1 BROKEN 2020-04-24 11:41:36 +00:00
vault Upgrade vault to version 1.6.1: 2021-01-05 11:02:51 +00:00
volatility security: align variable assignments 2019-11-04 21:12:51 +00:00
wolfssl security/wolfssl: Updates to v4.6.0 2020-12-28 16:40:54 +00:00
xca *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
xml-security-c all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xmlsec1 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
yafic yafic: Unbreak with OpenSSL 1.1. Patch taken from FreeBSD Ports. 2020-04-25 13:57:47 +00:00
yara *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ykclient revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
ykman Import yubikey-manager-3.1.1 as security/py-yubikey-manager 2020-08-17 07:02:25 +00:00
ykpers ykpers: needs asciidoc 2019-09-14 13:17:59 +00:00
zebedee *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
zkt security/zkt: update to 1.1.4 2020-09-01 14:06:52 +00:00
zoneminder security/zoneminder: Re-eanable a SUBST 2020-09-01 00:48:01 +00:00
Makefile Add opendoas 2021-01-01 14:29:55 +00:00