pkgsrc/security
leot 6ee983b531 nettle: Update security/nettle to 3.4.1
Changes:
3.4.1
-----
This release fixes a few bugs, and makes the RSA private key
operations side channel silent. The RSA improvements are
contributed by Simo Sorce and Red Hat, and include one new
public function, rsa_sec_decrypt, see below.

All functions using RSA private keys are now side-channel
silent, meaning that they try hard to avoid any branches or
memory accesses depending on secret data. This applies both to
the bignum calculations, which now use GMP's mpn_sec_* family
of functions, and the processing of PKCS#1 padding needed for
RSA decryption.

Nettle's ECC functions were already side-channel silent, while
the DSA functions still aren't. There's also one caveat
regarding the improved RSA functions: due to small table
lookups in relevant mpn_sec_* functions in GMP-6.1.2, the
lowest and highest few bits of the secret factors p and q may
still leak. I'm not aware of any attacks on RSA where knowing
a few bits of the factors makes a significant difference. This
leak will likely be plugged in later GMP versions.

Changes in behavior:

* The functions rsa_decrypt and rsa_decrypt_tr may now clobber
  all of the provided message buffer, independent of the
  actual message length. They are side-channel silent, in that
  branches and memory accesses don't depend on the validity or
  length of the message. Side-channel leakage from the
  caller's use of length and return value may still provide an
  oracle useable for a Bleichenbacher-style chosen ciphertext
  attack. Which is why the new function rsa_sec_decrypt is
  recommended.

New features:

* A new function rsa_sec_decrypt. It differs from
  rsa_decrypt_tr in that the length of the decrypted message
  is given a priori, and PKCS#1 padding indicating a different
  length is treated as an error. For applications that may be
  subject to chosen ciphertext attacks, it is recommended to
  initialize the message area with random data, call this
  function, and ignore the return value. This applies in
  particular to RSA-based key exchange in the TLS protocol.

Bug fixes:

* Fix bug in pkcs1-conv, missing break statements in the
  parsing of PEM input files.

* Fix link error on the pss-mgf1-test test, affecting builds
  without public key support.

Performance regression:

* All RSA private key operations employing RSA blinding, i.e.,
  rsa_decrypt_tr, rsa_*_sign_tr, the new rsa_sec_decrypt, and
  rsa_compute_root_tr, are significantly slower. This is
  because (i) RSA blinding now use side-channel silent
  operations, (ii) blinding includes a modular inversion, and
  (iii) side-channel silent modular inversion, implemented as
  mpn_sec_invert, is very expensive. A 60% slowdown for
  2048-bit RSA keys have been measured.

Miscellaneous:

* Building the public key support of nettle now requires GMP
  version 6.0 or later (unless --enable-mini-gmp is used).

The shared library names are libnettle.so.6.5 and
libhogweed.so.4.5, with sonames still libnettle.so.6 and
libhogweed.so.4. It is intended to be fully binary compatible
with nettle-3.1.
2018-12-09 20:11:40 +00:00
..
2fa Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
acmesh security/acmesh: import acmesh-2.7.9 2018-11-22 13:08:28 +00:00
aide
aide06
amap Comment out dead sites. 2017-08-16 20:45:30 +00:00
antonym Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ap-modsecurity2 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
apg Fix segfault from -y case 2018-09-26 05:04:09 +00:00
argon2 Better -install_name on Darwin 2018-01-10 09:36:54 +00:00
arirang Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
asignify Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
avcheck
base Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
Bastille Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
bcrypt
bearssl bearssl: update to 0.5. From Charlotte Koch. 2018-02-07 11:52:56 +00:00
beecrypt Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
bitstir
boringssl Use correct versioned Go dependency, subst go tool path. 2018-09-23 18:39:22 +00:00
botan security/botan{,-devel}: Designate doc dir explicitly 2018-09-04 00:02:02 +00:00
botan-devel security/botan{,-devel}: Designate doc dir explicitly 2018-09-04 00:02:02 +00:00
caff Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ccid Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
cfs Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
chkrootkit *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
clamav clamav: Fix build on SunOS C99. 2018-10-24 14:10:59 +00:00
clamav-doc Fix PLIST after clamav update 2018-01-28 13:22:53 +00:00
clusterssh Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
codecrypt link network libs on SunOS 2016-09-19 13:12:39 +00:00
CoolKey Comment out dead sites. 2017-08-16 20:45:30 +00:00
courier-authlib Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
crack Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
credns Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
crudesaml Updated security/crudesaml to 1.9 2017-08-13 15:05:33 +00:00
crypto++ Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
CSP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
cvm Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
cy2-anonymous upgrade to 2.1.27-rc7 so that we can use it with openssl-1.1 2018-04-17 01:57:17 +00:00
cy2-crammd5 upgrade to 2.1.27-rc7 so that we can use it with openssl-1.1 2018-04-17 01:57:17 +00:00
cy2-digestmd5 upgrade to 2.1.27-rc7 so that we can use it with openssl-1.1 2018-04-17 01:57:17 +00:00
cy2-gssapi upgrade to 2.1.27-rc7 so that we can use it with openssl-1.1 2018-04-17 01:57:17 +00:00
cy2-ldapdb upgrade to 2.1.27-rc7 so that we can use it with openssl-1.1 2018-04-17 01:57:17 +00:00
cy2-login upgrade to 2.1.27-rc7 so that we can use it with openssl-1.1 2018-04-17 01:57:17 +00:00
cy2-ntlm upgrade to 2.1.27-rc7 so that we can use it with openssl-1.1 2018-04-17 01:57:17 +00:00
cy2-otp upgrade to 2.1.27-rc7 so that we can use it with openssl-1.1 2018-04-17 01:57:17 +00:00
cy2-plain upgrade to 2.1.27-rc7 so that we can use it with openssl-1.1 2018-04-17 01:57:17 +00:00
cy2-saml Update crudesaml to 1.8 2017-05-25 03:17:41 +00:00
cy2-scram upgrade to 2.1.27-rc7 so that we can use it with openssl-1.1 2018-04-17 01:57:17 +00:00
cy2-sql revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
cyrus-sasl Build with OpenSSL < 1.1.0 that was patched to include EVP_CIPHER_CTX_iv 2018-07-25 01:16:04 +00:00
cyrus-saslauthd upgrade to 2.1.27-rc7 so that we can use it with openssl-1.1 2018-04-17 01:57:17 +00:00
dcfldd
ddos-scan
dehydrated Fix packages that had INSTALLATION_DIRS+=$(PKG_SYSCONFDIR}. 2017-08-07 17:56:12 +00:00
destroy Comment out dead sites. 2017-08-16 20:45:30 +00:00
dhbitty dhbitty: follow redirects 2017-09-22 07:02:57 +00:00
dirb revbump after boost-libs update 2018-08-16 18:54:26 +00:00
dnssec-tools Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
dropbear *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
dsniff Follow some http redirects. 2017-08-16 20:21:03 +00:00
dsniff-nox11 Fix security/dsniff* build on NetBSD-current due recent route(4) change 2016-04-18 08:34:35 +00:00
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.5 2018-10-11 09:13:30 +00:00
EasyPG emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions 2017-09-29 12:40:26 +00:00
ecap_clamav_adapter Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
egd Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
engine-pkcs11 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ent
erlang-epam security/erlang-epam: Update to 1.0.4. 2018-03-24 14:29:19 +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
f-prot-antivirus6
f-prot-antivirus6-fs-bin Add SHA512 checksum data. 2017-03-23 14:36:20 +00:00
f-prot-antivirus6-ms-bin Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
f-prot-antivirus6-ws-bin Add SHA512 checksum data. 2017-03-23 14:36:20 +00:00
fail2ban fail2ban: fix build on linux and others 2017-03-16 21:08:35 +00:00
flawfinder Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
fprint-demo Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
fragroute Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
fsh Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
fwbuilder Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
gnome-keyring Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gnome-keyring-manager Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
gnome-keyring-sharp revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gnu-crypto
gnu-pw-mgr
gnupg revbump after boost-libs update 2018-08-16 18:54:26 +00:00
gnupg-pkcs11-scd Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
gnupg2 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gnutls gnutls: update to 3.6.4. 2018-11-09 18:03:45 +00:00
go-crypt Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-crypto Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-oauth2 Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
go-sftp Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
google-authenticator google-authenticator: update to 1.05 2018-08-29 11:12:36 +00:00
gpa Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
gpass Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
gpg2dot Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
gpgme this gpgme wants gpgrt_calloc etc that are introduced with libgpg-error 1.28 2018-10-11 17:49:26 +00:00
gpgmepp revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gpshell Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
gsasl Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
gss Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
guardtime revbump after boost-libs update 2018-08-16 18:54:26 +00:00
hackbot Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
hashcash
heimdal revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
heirloom-su
HElib Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
hitch security/hitch: Update to 1.4.8. 2018-09-07 13:54:45 +00:00
honeyd Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
honeyd-arpd Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
hs-digest Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
hydan Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
hydra revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
ike-scan *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
ipsec-tools Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ipv6-toolkit
isakmpd Remove unnecessary RCD_SCRIPT_WRK.<script> definitions. 2017-05-21 06:49:09 +00:00
jessie Comment out dead sites. 2017-08-16 20:45:30 +00:00
john Simplify and fix the platform/compiler selection for SunOS. Other 2017-08-24 17:22:58 +00:00
kauth revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
kdesu revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
KeePass Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
keepassx Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
keepassx0 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
keepassxc revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
keychain keychain: Improve distinfo 2018-04-18 19:25:27 +00:00
kgpg revbump after boost-libs update 2018-08-16 18:54:26 +00:00
knc Revert "Specify readline requirement on 30 packages" 2016-12-12 14:22:01 +00:00
kpcli Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
kstart Sort PLIST files. 2018-01-01 22:29:15 +00:00
kwallet revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
kwalletmanager revbump after boost-libs update 2018-08-16 18:54:26 +00:00
lasso Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
lastpass-cli revbump after boost-libs update 2018-08-16 18:54:26 +00:00
libassuan2 libassuan2: updated to 2.5.1 2017-12-21 09:44:14 +00:00
libbf Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
libcrack Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libcurvecpr
libdes Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
libfprint Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
libfwbuilder Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
libgcrypt libgcrypt: updated to 1.8.4 2018-11-02 23:08:29 +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 libgpg-error: update distinfo 2018-12-09 17:12:09 +00:00
libguardtime revbump after boost-libs update 2018-08-16 18:54:26 +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 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
libp11 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libpbc
libprelude Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
libprelude-lua Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
libprelude-perl Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
libprelude-python extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
libpreludedb Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
libpreludedb-mysql Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
libpreludedb-perl Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
libpreludedb-pgsql Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
libpreludedb-python Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
libpreludedb-sqlite3 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
libressl Update to 2.7.4 2018-06-21 23:10:50 +00:00
libsecret libsecret: Directly patch Makefile.in to avoid automake 2018-05-21 07:24:20 +00:00
libsodium *: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary. 2018-11-12 14:40:20 +00:00
libssh libssh: fix pkgconfig file. 2018-12-05 10:54:39 +00:00
libssh2 Updated libssh2 to 1.8.0. 2016-10-31 16:18:02 +00:00
libtasn1 libtasn1: Update security/libtasn1 to 4.13 2018-10-13 23:23:20 +00:00
libtcpa Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libtomcrypt Honor LDFLAGS. Fixes RELRO build. 2017-07-15 17:23:03 +00:00
libykneomgr Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
libyubikey
log2timeline Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
logcheck logcheck: Remove unnecessary TMPDIR handling to be MAKE_JOBS safe. 2017-11-10 10:34:51 +00:00
lsh Requires termcap. 2017-05-10 10:45:26 +00:00
lua-sec Update to luasec-0.6. Switch to MASTER_SITE_GITHUB. 2016-06-04 21:48:11 +00:00
lynis lynis: update to 2.6.2 2018-02-26 17:42:54 +00:00
mate-polkit Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
mbedtls Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mbedtls1 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +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 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mirrordir
mit-krb5 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mit-krb5-appl Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
mixminion extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
mozilla-rootcerts Update to 1.0.20180111 2018-03-04 01:42:31 +00:00
mozilla-rootcerts-openssl Fix PLIST substitution. Noticed by leot@. Thank you 2018-03-04 09:05:57 +00:00
msu Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
msudir Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
multigest Unconditionally use standard headers, nothing defines the guards. 2017-05-04 18:29:48 +00:00
munge Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
nacl According to <https://cr.yp.to/highspeed/coolnacl-20120725.pdf>, "NaCl 2018-08-08 08:10:24 +00:00
netpgp Output signatures to the standard output for "-" 2018-03-15 20:21:52 +00:00
netpgpverify Provide PRIi64 definition where it doesn't exist (like IRIX). 2018-03-11 04:52:03 +00:00
netramet wants libpcap 2016-09-19 13:22:21 +00:00
nettle nettle: Update security/nettle to 3.4.1 2018-12-09 20:11:40 +00:00
nfsbug
nikto Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
oath-toolkit Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ocaml-cryptokit Updated package security/ocaml-cryptokit to version 1.13. 2018-11-28 12:07:50 +00:00
ocaml-safepass Updated package security/ocaml-safepass to use dune. Revbump. 2018-11-27 23:35:08 +00:00
ocaml-ssl Removed superfluous patch file from security/ocaml-ssl 2018-11-27 19:05:00 +00:00
opencdk Use OPSYSVARS. 2016-02-26 09:41:05 +00:00
openct openct: fix path to libusb buildlink3 file 2018-02-15 07:30:11 +00:00
opendnssec revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
openpam openpam: add example configuration files 2018-08-27 08:59:52 +00:00
opensaml revbump after boost-libs update 2018-08-16 18:54:26 +00:00
opensc update from 0.16.0 to 0.19.0 2018-10-13 10:54:04 +00:00
openssh Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
openssl security/openssl: Update to 1.0.2p. 2018-09-12 12:44:17 +00:00
openvas-client Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
openvas-libnasl Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
openvas-libraries Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
openvas-plugins Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
openvas-server *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
otpCalc
p0f
p5-AuthCAS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Authen-CAS-Client Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Authen-Htpasswd Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Authen-PAM Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Authen-PluggableCaptcha Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Authen-SASL Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Authen-SASL-Authd Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Authen-SASL-Cyrus Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Authen-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Authen-TacacsPlus Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-BSD-arc4random Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Bytes-Random-Secure Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-Blowfish Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-Blowfish_PP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-CAST5_PP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-CBC Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-CipherSaber Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-Curve25519 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-DES Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-DES_EDE3 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-DH Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-DH-GMP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-DSA Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-ECB Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-Eksblowfish Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-GeneratePassword Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-GPG Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-IDEA Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-OpenPGP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-OpenSSL-AES Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-OpenSSL-Bignum Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-OpenSSL-DSA Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-OpenSSL-Guess Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-OpenSSL-Random Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-OpenSSL-RSA Update to 0.31 2018-10-02 12:26:12 +00:00
p5-Crypt-PasswdMD5 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-Primes Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-PWSafe3 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-Random Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-Random-Seed Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-Random-TESHA2 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-RandPasswd Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-RC4 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-Rijndael Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-RIPEMD160 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-RSA Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-SmbHash Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-SMIME Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-SSLeay Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-Twofish Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-URandom Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Crypt-X509 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-CryptX Update to 0.063 2018-12-07 12:06:16 +00:00
p5-Dancer-Plugin-Auth-RBAC Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Data-Password-passwdqc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Data-SimplePassword Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-BubbleBabble Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-CRC Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-Hashcash Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-HMAC Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-JHash Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-MD2 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-MD4 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-MD5 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-MD5-File Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-Nilsimsa Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-Perl-MD5 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-SHA Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-SHA1 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Digest-SHA3 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-File-KeePass Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-GnuPG-Interface Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-GSSAPI Need pthread support, make sure a substitue is present if OS lacks support 2018-11-27 23:58:40 +00:00
p5-IO-Socket-SSL Update to 2.060 2018-10-02 01:03:33 +00:00
p5-Module-Signature p5-Module-Signature: update to 0.83. 2018-09-02 07:33:35 +00:00
p5-Mozilla-CA Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-DNS-SEC p5-Net-DNS-SEC: update to 1.10. 2018-09-02 07:36:05 +00:00
p5-Net-DNS-SEC-Maint-Key Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-OpenSSH Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-SFTP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-SSH Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-SSLeay Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Netpgp-Verify Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-OpenSSL Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-pcsc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-SHA Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-String-Random Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Text-Password-Pronounceable Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Tie-EncryptedHash Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p11-kit p11-kit: Avoid non-portable use of readlink(1) in Makefile. 2018-09-27 18:06:36 +00:00
PACK
pakchois Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +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 Use OPSYSVARS. 2016-02-26 09:41:05 +00:00
pam-krb5 Follow some redirects. 2017-09-03 08:53:04 +00:00
pam-ldap Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
pam-mkhomedir Add this file now that we have a patch. 2018-05-04 21:51:18 +00:00
pam-mysql Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
pam-p11 Sort PLIST files. 2018-01-01 22:29:15 +00:00
pam-passwdqc
pam-pgsql Follow some redirects. 2017-09-03 08:53:04 +00:00
pam-pwauth_suid *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
pam-radius Fix build on SunOS. Fix pkglint warnings while at it. 2016-04-12 13:15:14 +00:00
pam-saml Update crudesaml to 1.8 2017-05-25 03:17:41 +00:00
pam-tacplus *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
pam-yubico revbump after boost-libs update 2018-08-16 18:54:26 +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 update from 1.8.20 to 1.8.24 2018-10-13 10:52:35 +00:00
pcsc-tools Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pear-Crypt_GPG security/pear-Crypt_GPG: update to 1.6.3 2018-06-18 15:06:10 +00:00
pev Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
pgp2 Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
pgp5 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pgpdump Update pgpdump to 0.31. 2016-06-03 20:20:08 +00:00
pgpenvelope Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
php-mcrypt There is no such thing as PHP 5.5 anymore. 2016-12-23 23:01:13 +00:00
php-oauth revbump after boost-libs update 2018-08-16 18:54:26 +00:00
php-oauth1 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
php-pecl-mcrypt security/php-pecl-mcrypt: enable php72 2017-11-15 22:01:22 +00:00
php-sodium fix pasto 2017-12-06 21:48:40 +00:00
php-ssdeep Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-ssh2 Update php-ssh2 to current version 1.1.2, mainly for PHP 7.x support 2017-12-19 10:07:41 +00:00
php-ssh2-0 reimport php-ssh2 as php-ssh2-0, to prepare for update of php-ssh2 to newer version which doesn't support PHP 5.6 any more 2017-12-19 10:04:06 +00:00
php-suhosin Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
pinentry Pass --disable-pinentry-fltk to configure to fix build when fltk installed 2018-01-19 13:36:42 +00:00
pinentry-gtk2 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
pinentry-mac Fix exec command by adding the missing "$@" to pass down arguments. 2017-05-31 21:30:15 +00:00
pinentry-qt4 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
pinepgp Sort PLIST files. 2018-01-01 22:29:15 +00:00
pkcs11-helper Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
pks *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
policykit Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
policykit-gnome Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
polkit polkit: make sure target directory for config file copying exists. 2018-11-29 16:21:07 +00:00
polkit-qt Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
polkit-qt5 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
PortableSigner
portsentry Follow some http redirects. 2017-08-16 20:21:03 +00:00
prelude-correlator extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
prelude-lml *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
prelude-manager *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
prelude-pflogger *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +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 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
pwsafe Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
py-acme py-{acme,certbot}: Update to 0.27.0. 2018-09-06 12:25:26 +00:00
py-acme-tiny Update to 4.0.4. From the git log: 2018-09-08 18:52:18 +00:00
py-aes Import pyaes-1.6.0 as security/py-aes 2016-06-14 07:58:40 +00:00
py-argon2_cffi py-argon2_cffi: updated to 18.3.0 2018-11-14 09:28:26 +00:00
py-asn1 py-asn1: updated to 0.4.4 2018-08-06 19:21:51 +00:00
py-asn1-modules py-asn1-modules: updated to 0.2.2 2018-08-06 19:30:15 +00:00
py-asn1crypto py-asn1crypto: updated to 0.24.0 2017-12-17 16:54:02 +00:00
py-asyncssh py-asyncssh: updated to 1.15.0 2018-11-27 07:03:38 +00:00
py-backports.ssl_match_hostname extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-bcrypt py-bcrypt: update to 3.1.4 2017-10-12 08:31:58 +00:00
py-certbot py-{acme,certbot}: Update to 0.27.0. 2018-09-06 12:25:26 +00:00
py-certbot-dns-rfc2136 security/py-certbot-dns-rfc2136: Fix EGG_NAME. 2018-09-06 12:26:43 +00:00
py-certifi py-certifi: updated to 2018.10.15 2018-10-18 19:44:30 +00:00
py-crack
py-crcmod py-crcmod: cleanups 2018-02-23 06:34:08 +00:00
py-cryptkit extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-crypto Follow some redirects. 2017-09-03 08:53:04 +00:00
py-cryptodome py-cryptodome: updated to 3.7.2 2018-11-27 06:59:34 +00:00
py-cryptography py-cryptography[_vectors]: updated to 2.4.2 2018-11-21 10:38:38 +00:00
py-cryptography_vectors py-cryptography[_vectors]: updated to 2.4.2 2018-11-21 10:38:38 +00:00
py-cryptopp extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-cybox py-cybox: updated to 2.1.0.17 2018-03-23 12:51:21 +00:00
py-denyhosts extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-Des
py-ecdsa
py-ezPyCrypto
py-gnupg extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +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.5.1 2018-08-07 08:23:09 +00:00
py-hsm
py-itsdangerous Sort PLIST; missed in previous. 2018-11-11 16:20:42 +00:00
py-josepy security/py-josepy: Update to 1.1.0. 2018-04-16 12:19:36 +00:00
py-kerberos py-kerberos: update to 1.2.5 2017-09-30 09:42:52 +00:00
py-keyring py-keyring: updated to 10.5.1 2017-12-21 14:06:32 +00:00
py-keyrings.alt py-keyrings.alt: Import py-keyrings.alt-2.3 as security/py-keyrings.alt 2017-12-19 11:55:12 +00:00
py-lasso Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +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 py-m2crypto: updated to 0.31.0 2018-11-13 13:31:02 +00:00
py-mcrypt extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-mohawk Mohawk is an alternate Python implementation of the Hawk HTTP authorization 2017-07-03 21:03:29 +00:00
py-nacl PyNaCl is a Python binding to libsodium, which is a fork of the Networking and 2017-10-12 12:35:34 +00:00
py-ndg_httpsclient Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-ntlm-auth py-ntlm-auth: updated to 1.2.0 2018-07-06 07:52:40 +00:00
py-oath Follow some redirects. 2017-09-04 18:08:18 +00:00
py-oauth2client py-oauth2client: updated to 4.1.3 2018-09-24 09:52:24 +00:00
py-oauthlib py-oauthlib: update to 2.1.0. 2018-05-27 12:24:56 +00:00
py-openid extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-OpenSSL py-OpenSSL: updated to 18.0.0 2018-05-23 09:40:52 +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.4.2 2018-09-21 11:04:16 +00:00
py-passlib 1.7.1: 2017-06-21 10:24:19 +00:00
py-pbkdf2 Fix previous. 2016-12-07 10:49:49 +00:00
py-prewikka *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +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: update to 1.0.0. 2018-06-17 08:39:43 +00:00
py-rsa py-rsa: Ensure previous fix works with python2. 2018-10-23 09:55:09 +00:00
py-service_identity Updated py-service_identity to 17.0.0. 2017-05-29 11:22:51 +00:00
py-simplesha3 Follow some redirects. 2017-09-03 08:53:04 +00:00
py-slowaes extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-smbpasswd Follow some redirects. 2017-09-04 18:08:18 +00:00
py-SSLCrypto extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-stix py-stix: updated to 1.2.0.6 2018-06-24 11:17:04 +00:00
py-tlslite Rename 'async' parameter (Python 3.7 keyword). 2018-07-29 10:04:00 +00:00
py-trustme py-trustme: added version 0.4.0 2018-09-06 13:36:16 +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 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-xmlsec extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-yara extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-yubiauth extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
pyca pyca: comment out dead sites 2017-12-24 10:12:10 +00:00
qca2 *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
qca2-gnupg *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
qca2-ossl *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
qca2-qt5 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
qca2-qt5-gnupg revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
qca2-qt5-ossl revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
qgpgme revbump after updating textproc/icu 2018-12-09 18:51:58 +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 Revbump after lang/qore module api update 2018-06-08 20:49:41 +00:00
qore-ssh2-module Updated security/qore-ssh2-module to version 1.2 . 2018-06-08 20:02:30 +00:00
qore-xmlsec-module Revbump after lang/qore module api update 2018-06-08 20:49:41 +00:00
qt4-qtkeychain Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
R-digest Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
racoon2 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
rainbowcrack Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
rats Update some URLs. 2017-09-04 18:55:07 +00:00
rc5des Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
rid Comment out dead sites. 2017-09-04 18:00:49 +00:00
rsaref Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
ruby-airbrussh Update ruby-airbrussh to 1.3.0. 2017-06-21 14:07:29 +00:00
ruby-bcrypt 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
ruby-net-sftp
ruby-net-ssh security/ruby-net-ssh: update to 5.0.2 2018-09-23 16:08:58 +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 5.0.0 2018-03-17 14:23:06 +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 Reset maintainer 2017-09-16 19:26:41 +00:00
ruby-rubyntlm security/ruby-rubyntlm: Import version 0.6.2 2017-10-03 15:56:29 +00:00
ruby-shadow Relax patten in GEM_CLEANBUILD. 2017-06-02 04:16:35 +00:00
ruby-simple_oauth
ruby-sshkey Import ruby-sshkey-1.9.0 as security/ruby-sshkey 2017-06-22 00:56:42 +00:00
ruby-sshkit security/ruby-sshkit: update to 1.17.0 2018-09-23 16:13:49 +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
scrypt Updated scrypt to 1.2.1. 2017-04-26 14:54:59 +00:00
seahorse revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
seahorse-plugins revbump after updating textproc/icu 2018-12-09 18:51:58 +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 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sign sign: Improve distinfo 2018-04-18 19:56:42 +00:00
skey Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sks Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
sleuthkit Add a fix for CVE-2017-13755, pointed to from 2018-08-23 07:47:34 +00:00
smaSHeM Comment out dead sites. 2017-09-04 18:00:49 +00:00
smtpd Comment out dead sites. 2017-09-04 18:00:49 +00:00
sniff Sort PLIST files. 2018-01-01 22:29:15 +00:00
snoopy snoopy: fix build on SunOS 2017-09-23 20:30:30 +00:00
snortsnarf Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
snow
softhsm revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
spiped Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
sqlmap sqlmap: Update security/sqlmap to 1.2.11 2018-11-06 13:55:41 +00:00
srm Update srm from 1.2.8 to 1.2.15 2016-10-27 19:49:44 +00:00
srp_client Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
ssdeep
ssh-askpass Comment out dead sites. 2017-09-04 18:00:49 +00:00
ssh-ip-tunnel
sshfp Cleaned up PLIST files. 2018-01-01 18:33:32 +00:00
sshguard Follow some redirects. 2017-09-04 18:08:18 +00:00
sshpass sshpass: update to 1.06 and patch to fix tty issue 2018-05-06 17:45:30 +00:00
ssldump Comment out dead sites. 2017-09-04 18:00:49 +00:00
sslproxy Follow some redirects. 2017-09-04 18:08:18 +00:00
sslsplit Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sslwrap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ssss Sort PLIST files. 2018-01-01 22:29:15 +00:00
starttls Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
steghide 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 Remove decade-old warning that stunnel moved from sbin to bin. 2018-09-14 16:37:41 +00:00
sudo sudo: fix PLIST (new locales) 2018-11-30 18:08:05 +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
tct Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
tkpasman Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
tor-browser revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
tripwire
TweetNaCl
uvscan *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
validns Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
vault Revbump all Go packages after go111 update. 2018-11-04 18:37:54 +00:00
volatility extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
xml-security-c Remove required version 2018-04-30 06:52:06 +00:00
xmlsec1 security/xmlsec1 updated 1.2.19 to 1.2.25 2018-01-30 13:25:19 +00:00
yafic Follow some redirects. 2017-09-06 09:02:59 +00:00
yara Update {py-,}yara to version 3.7.0. 2017-11-15 18:22:22 +00:00
ykclient revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ykpers
zebedee Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
zkt zkt: switch to an existing bind version 2018-09-27 04:23:12 +00:00
zoneminder Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
Makefile Enable acmesh 2018-11-22 13:09:42 +00:00