Commit Graph

32902 Commits

Author SHA1 Message Date
Matthew Seaman b8e73bf540 Finally bow to the inevitable and deprecate apg -- it has seen no
development for years, and the distfiles are no-longer available
except for a private copy in my account on freefall.  Expiry date set
to 3 months from now.

Also, since it has bit-rotted so much that its cracklib integration
doesn't work correctly, delete the CRACKLIB option.

PR:		250868
Submitted by:	Geoff Moraes
2020-12-28 10:43:33 +00:00
Lars Engels 3afdac9aba security/lynis: Update to 3.0.2 2020-12-28 09:25:04 +00:00
Jason E. Hale 0032c9e49b security/*gpgme*: Update to 1.15.0 2020-12-28 00:00:19 +00:00
Antoine Brodin 7f0af7092f Deprecate 2020-12-27 22:07:53 +00:00
Antoine Brodin 717d19fc40 Deprecate rekall ports 2020-12-27 20:08:27 +00:00
Antoine Brodin f66a966f95 Update to 6.0.23 2020-12-27 19:58:14 +00:00
Antoine Brodin 19d4d0f2ff Update to 2.0.24 2020-12-27 19:54:02 +00:00
Antoine Brodin c56e7461a2 Update to 4.0.3 2020-12-27 19:52:55 +00:00
Antoine Brodin f94daca021 Update to 4.1.1 2020-12-27 19:51:22 +00:00
Antoine Brodin fed148266d Update to 3.1.3 2020-12-27 19:40:45 +00:00
Antoine Brodin 19305f5560 Update to 3.0.1 2020-12-27 19:38:39 +00:00
Antoine Brodin 6a9bf08d15 Update to 2.3.17 2020-12-27 19:37:04 +00:00
Antoine Brodin 974b9acc3e Update to 0.1.4 2020-12-27 18:48:00 +00:00
Antoine Brodin 6181f3e968 Update to 0.2.29 2020-12-27 18:42:26 +00:00
Antoine Brodin c54c6cb056 Update to 0.1.3 2020-12-27 18:40:46 +00:00
Antoine Brodin 6f4e481c5b Update to 0.1.25 2020-12-27 18:39:12 +00:00
Antoine Brodin eb3cdc38c4 Update to 0.1.4 2020-12-27 18:32:50 +00:00
Antoine Brodin 1254ceff74 Update to 0.1.4 2020-12-27 17:49:50 +00:00
Antoine Brodin c48305e240 Update to 0.1.5 2020-12-27 17:47:41 +00:00
Antoine Brodin 335f9c7e65 Update to 0.1.88 2020-12-27 17:46:05 +00:00
Antoine Brodin 8456411542 Update to 0.1.7 2020-12-27 17:44:25 +00:00
Antoine Brodin c794d5e3fa Update to 0.1.2 2020-12-27 17:39:23 +00:00
Antoine Brodin fa979bcc6e Update to 0.1.6 2020-12-27 17:37:28 +00:00
Antoine Brodin 9e3d88f562 Update to 0.1.6 2020-12-27 17:33:56 +00:00
Antoine Brodin 28a27ea97d Update to 0.1.25 2020-12-27 17:32:43 +00:00
Antoine Brodin f0cb67d0a8 Update to 0.1.5 2020-12-27 17:31:08 +00:00
Antoine Brodin 3df136ae8e Update to 0.1.14 2020-12-27 17:29:33 +00:00
Antoine Brodin 3cd5cda287 Update to 0.1.7 2020-12-27 17:28:33 +00:00
Antoine Brodin fa3eba404c Update to 0.1.14 2020-12-27 17:24:03 +00:00
Jan Beich c471a0a1c1 security/nss: update to 3.60.1
- Temporarily patch-update due to missing distfile

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.60.1_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_60_1_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
2020-12-27 00:37:20 +00:00
Steve Wills e2528150ed security/teleport: update to 4.3.9 2020-12-27 00:19:52 +00:00
Michael Reifenberger 9a774efe28 Try to fix pkg builder.
Add sample environment config file.

PR:		252129 # Used different approach.
2020-12-26 19:10:54 +00:00
Craig Leres 9b6f4fa921 security/create-cert: Update to 2.8.
- Add overrides for size of the key (-b bits), the certificate
   duration (-d days), and the digest (-D digest).

 - Fix a bug that ignored config file certificate duration and
   always used 3650 days.
2020-12-26 18:09:26 +00:00
Antoine Brodin 9d581861bd Update to 20201219 2020-12-26 11:59:36 +00:00
Antoine Brodin aef75ff7b2 Update to 20201106 2020-12-26 11:52:08 +00:00
Yuri Victorovich f223aaed3c security/tor: Allow _tor group to read tor files and directories under /var
PR:		252127
Requested by:	Dries Michiels <driesm.michiels@gmail.com>
2020-12-25 10:19:35 +00:00
Antoine Brodin c35c2fae90 Mark BROKEN
Reported by:	pkg-fallout
2020-12-25 09:33:43 +00:00
Antoine Brodin ab6b0b626e Mark BROKEN everywhere
Reported by:	pkg-fallout
2020-12-25 09:32:00 +00:00
Sunpoet Po-Chuan Hsieh a71598178a Update dependencies
- Bump PORTREVISION for package change
2020-12-24 13:49:02 +00:00
Kai Knoblich 9cb5898561 Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme.  This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".

The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.

Remedy the issue by adding wildcards to these paths.  This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.

[1] https://bugs.python.org/issue42604

PR:		252057
Reported by:	John Kennedy
Reviewed by:	fluffy, koobs
Approved by:	koobs (python)
2020-12-24 13:46:01 +00:00
Dima Panov 164e34f083 security/pygpgme: switch to PYTHON_EXT_SUFFIX 2020-12-24 13:36:20 +00:00
Dima Panov 649f086a7d security/libpwquality: switch to PYTHON_EXT_SUFFIX 2020-12-24 13:35:45 +00:00
Antoine Brodin bdba7601fe Explicitely deprecate more python 2.7 ports 2020-12-24 10:09:34 +00:00
Guido Falsi 17051e7049 Document new asterisk vulnerabilities. 2020-12-22 22:44:24 +00:00
Mateusz Piotrowski 034e9fdf57 Simplify MASTER_SITES
Approved by:	portmgr blanket
2020-12-22 21:45:18 +00:00
Yuri Victorovich 0cf9b125b0 security/fizz: Update 2020.12.14.00 -> 2020.12.21.00 2020-12-22 18:29:42 +00:00
Tobias C. Berner e34649f191 security/gcr: add DOCS option
PR:		236250
Submitted by:	rozhuk.im@gmail.com
2020-12-22 18:14:31 +00:00
Piotr Kubaj 51fa5deed3 security/zeek: enable on powerpc64 head 2020-12-22 17:02:54 +00:00
Juraj Lutter a9e429438f Document vulns for powerdns and postsrsd
Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D27706
2020-12-22 14:16:43 +00:00
Adam Weinberger dec4affe78 security/gnupg: Update to 2.2.26
Note that this release removes bin/symcryptrun which had essentially no
expected current use-case.

 * gpg: New AKL method "ntds".
 * gpg: Fix --trusted-key with fingerprint arg.
 * scd: Fix writing of ECC keys to an OpenPGP card.  [#5163]
 * scd: Make an USB error fix specific to SPR532 readers.  [#5167]
 * dirmngr: With new LDAP keyservers store the new attributes.  Never
   store the useless pgpSignerID.  Fix a long standing bug storing
   some keys on an ldap server.
 * dirmngr: Support the new Active Direcory LDAP schema for
   keyservers.
 * dirmngr: Allow LDAP OpenPGP searches via fingerprint.
 * dirmngr: Do not block other threads during keyserver LDAP calls.
 * Support global configuration files.  [#4788]
 * Fix the iconv fallback handling to UTF-8.  [#5038]
 Release-info: https://dev.gnupg.org/T5153
2020-12-22 09:14:53 +00:00