Commit Graph

32902 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh 9d10a9aec1 Update to 2.5.0
Changes:	https://github.com/pyauth/pyotp/releases
2021-02-01 19:36:04 +00:00
Sunpoet Po-Chuan Hsieh 01a842a42d Sort SUBDIRs 2021-02-01 19:19:37 +00:00
Neel Chauhan 75b6013340 security/xray-core: Update to 1.2.4
Changes: https://github.com/XTLS/Xray-core/releases/tag/v1.2.4

Approved by:	0mp (mentor, implicit)
2021-02-01 17:55:25 +00:00
Kirill Ponomarev 5185e461aa Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2021-02-01 10:53:01 +00:00
Steve Wills c7754d5900 Document minio issue 2021-01-31 21:55:28 +00:00
Bernard Spil 133b4ef1a4 security/openssl: Update KTLS patch
Differential Revision:	https://reviews.freebsd.org/D27423
2021-01-31 17:35:48 +00:00
Mateusz Piotrowski 3412e9c377 Remove unnecessary information from pkg-descr
Also, it does not make sense to use placeholders like %%DATADIR%% in
pkg-descr. This is the only port with such placeholders in pkg-descr I
found in the tree, however.

Approved by:	portmgr blanket
2021-01-30 14:46:37 +00:00
Sunpoet Po-Chuan Hsieh 418fe19dbf Update to 1.10.1
Changes:	https://github.com/onelogin/python3-saml/releases
2021-01-30 12:25:59 +00:00
Sunpoet Po-Chuan Hsieh 5044de4666 Update to 6.5.1
Changes:	https://github.com/IdentityPython/pysaml2/releases
2021-01-30 12:25:53 +00:00
Sunpoet Po-Chuan Hsieh 6c9b463dd8 Update to 2.4.10
Changes:	https://github.com/a2o/snoopy/blob/master/ChangeLog
2021-01-30 12:21:40 +00:00
Sunpoet Po-Chuan Hsieh deaa38c357 Update to 5.6.1
Changes:	https://github.com/keybase/client/releases
2021-01-30 12:21:34 +00:00
Santhosh Raju cedb20777a security/wolfssl: Add DEBUG option and enable more features.
- Set --enable-opensslall which is needed for
  wolfSSL_X509_NAME_print_ex() and friends.
- Set --enable-certgen to allow certificate generation.
- Define WOLFSSL_ALT_NAMES so one can generate certificates
  with the Subject Alternative Name extension.
- Set --enable-sessioncerts to allow to inspect certificates
  with wolfSSL_get_peer_cert_chain().
- Set --enable-des3 so one can load PBES2-3DES-CBC-encoded keys.

Additionally a patch to prevent memory leaks is included.

PR:		252829
Submitted by:	Fabian Keil <fk@fabiankeil.de>
Reported by:	Fabian Keil <fk@fabiankeil.de>
Approved by:	fox (maintainer)
2021-01-29 22:11:11 +00:00
Neel Chauhan c937c2f220 security/gpg-gui: Update to 0.2.1
Changes: https://github.com/AnsgarKlein/GPG-Gui/releases/tag/v0.2.1

Approved by:	0mp (mentor, implicit)
2021-01-29 18:53:36 +00:00
Bernard Spil a237bb33a6 security/openssl-devel: Update to 3.0.0-alpha11 2021-01-29 08:49:58 +00:00
Philip Paeps b7e5bbbc45 security/vuxml: add FreeBSD SA-21:02.xenoom 2021-01-29 06:47:50 +00:00
Philip Paeps 5b94523519 security/vuxml: add FreeBSD SA-21:01.fsdisclosure 2021-01-29 06:47:47 +00:00
Rene Ladan 4d23066b3e Remove expired ports:
2021-01-24 www/sogo4: Unmaintained, please migrate to a newer version of sogo
2021-01-24 www/sogo4-activesync: Unmaintained, please migrate to a newer version of sogo
2021-01-27 security/py-rekall_lib: Unmaintained upstream
2021-01-27 devel/py-rekall-efilter: Unmaintained upstream
2021-01-27 security/py-rekall: Unmaintained upstream, use security/py-volatility3 instead
2021-01-27 security/py-rekall-core: Unmaintained upstream
2021-01-27 www/kurly: Upstream is gone
2021-01-27 security/regripper: Upstream repo disappeared
2021-01-28 18:56:10 +00:00
Lewis Cook d00508c79f security/vuxml: Document graphics/pngcheck vulnerability
PR:			253019
Approved by:		fernape (mentor)
Differential Revision:	https://reviews.freebsd.org/D28308
2021-01-28 12:51:16 +00:00
Wen Heping 9b2c0aa041 - Update to 1.2.1
PR:		253006
Submitted by:	0xdutra@gmail.com(maintainer)
2021-01-28 03:15:59 +00:00
Emanuel Haupt c0cc05c8f6 Update to 6.6.0 and download distfile from github. Author hasn't updated PyPI
in a while. Issue pending [1].

Changelog:	https://github.com/keepkey/python-keepkey/releases/tag/v6.6.0
Reference:	https://github.com/keepkey/python-keepkey/issues/107 [1]
2021-01-27 06:50:58 +00:00
Muhammad Moinur Rahman c3f33dd457 security/barnyard2: Remove reference of stale documentation
PR:		251625
Submitted by:	danmcgrath.ca@gmail.com
2021-01-26 22:42:24 +00:00
Cy Schubert c80acb7b47 Document sudo CVE-2021-3156.
* When invoked as sudoedit, the same set of command line options
   are now accepted as for "sudo -e".  The -H and -P options are
   now rejected for sudoedit and "sudo -e" which matches the sudo
   1.7 behavior.  This is part of the fix for CVE-2021-3156.

 * Fixed a potential buffer overflow when unescaping backslashes
   in the command's arguments.  Normally, sudo escapes special
   characters when running a command via a shell (sudo -s or sudo
   -i).  However, it was also possible to run sudoedit with the -s
   or -i flags in which case no escaping had actually been done,
   making a buffer overflow possible.  This fixes CVE-2021-3156.

PR:		253034
Reported by:	"Todd C. Miller" <Todd.Miller@sudo.ws> via mailing list
		emaste
Obtained from:	sudo
2021-01-26 20:28:56 +00:00
Cy Schubert 91be319bcf security/sudo - update 1.9.5p1 to 1.9.5p2
(text/plain)
Sudo version 1.9.5p2 is now available which fixes CVE-2021-3156
(aka Baron Samedit), a severe security vulnerability in sudo versions
1.8.2 through 1.9.5p1.  For more details, see:
    https://www.sudo.ws/alerts/unescape_overflow.html
    https://www.openwall.com/lists/oss-security/2021/01/26/3

Source:
    https://www.sudo.ws/dist/sudo-1.9.5p2.tar.gz
    ftp://ftp.sudo.ws/pub/sudo/sudo-1.9.5p2.tar.gz
    SHA256 539e2ef43c8a55026697fb0474ab6a925a11206b5aa58710cb42a0e1c81f0978
    MD5 e6bc4c18c06346e6b3431637a2b5f3d5

Patch:
    https://www.sudo.ws/dist/sudo-1.9.5p2.patch.gz
    ftp://ftp.sudo.ws/pub/sudo/sudo-1.9.5p2.patch.gz
    SHA256 0dd80809c4061670a0b393445b2807be452caf5d5988f279e736040cef1c14dc
    MD5 2816f5fa537c61fb913046ef20b88e3b

Binary packages:
    https://www.sudo.ws/download.html#binary
    https://github.com/sudo-project/sudo/releases/tag/SUDO_1_9_5p2

For a list of download mirror sites, see:
    https://www.sudo.ws/download_mirrors.html

Sudo web site:
    https://www.sudo.ws/

Sudo web site mirrors:
    https://www.sudo.ws/mirrors.html

Major changes between sudo 1.9.5p2 and 1.9.5p1

 * Fixed sudo's setprogname(3) emulation on systems that don't
   provide it.

 * Fixed a problem with the sudoers log server client where a partial
   write to the server could result the sudo process consuming large
   amounts of CPU time due to a cycle in the buffer queue. Bug #954.

 * Added a missing dependency on libsudo_util in libsudo_eventlog.
   Fixes a link error when building sudo statically.

 * The user's KRB5CCNAME environment variable is now preserved when
   performing PAM authentication.  This fixes GSSAPI authentication
   when the user has a non-default ccache.

 * When invoked as sudoedit, the same set of command line options
   are now accepted as for "sudo -e".  The -H and -P options are
   now rejected for sudoedit and "sudo -e" which matches the sudo
   1.7 behavior.  This is part of the fix for CVE-2021-3156.

 * Fixed a potential buffer overflow when unescaping backslashes
   in the command's arguments.  Normally, sudo escapes special
   characters when running a command via a shell (sudo -s or sudo
   -i).  However, it was also possible to run sudoedit with the -s
   or -i flags in which case no escaping had actually been done,
   making a buffer overflow possible.  This fixes CVE-2021-3156.

Major changes between sudo 1.9.5p1 and 1.9.5

 * Fixed a regression introduced in sudo 1.9.5 where the editor run
   by sudoedit was set-user-ID root unless SELinux RBAC was in use.
   The editor is now run with the user's real and effective user-IDs.

Major changes between sudo 1.9.5 and 1.9.4p2

 * Fixed a crash introduced in 1.9.4 when running "sudo -i" as an
   unknown user.  This is related to but distinct from Bug #948.

 * If the "lecture_file" setting is enabled in sudoers, it must now
   refer to a regular file or a symbolic link to a regular file.

 * Fixed a potential use-after-free bug in sudo_logsrvd when the
   server shuts down if there are existing connections from clients
   that are only logging events and not session I/O data.

 * Fixed a buffer size mismatch when serializing the list of IP
   addresses for configured network interfaces.  This bug is not
   actually exploitable since the allocated buffer is large enough
   to hold the list of addresses.

 * If sudo is executed with a name other than "sudo" or "sudoedit",
   it will now fall back to "sudo" as the program name.  This affects
   warning, help and usage messages as well as the matching of Debug
   lines in the /etc/sudo.conf file.  Previously, it was possible
   for the invoking user to manipulate the program name by setting
   argv[0] to an arbitrary value when executing sudo.

 * Sudo now checks for failure when setting the close-on-exec flag
   on open file descriptors.  This should never fail but, if it
   were to, there is the possibility of a file descriptor leak to
   a child process (such as the command sudo runs).

 * Fixed CVE-2021-23239, a potential information leak in sudoedit
   that could be used to test for the existence of directories not
   normally accessible to the user in certain circumstances.  When
   creating a new file, sudoedit checks to make sure the parent
   directory of the new file exists before running the editor.
   However, a race condition exists if the invoking user can replace
   (or create) the parent directory.  If a symbolic link is created
   in place of the parent directory, sudoedit will run the editor
   as long as the target of the link exists.  If the target of the
   link does not exist, an error message will be displayed.  The
   race condition can be used to test for the existence of an
   arbitrary directory.  However, it _cannot_ be used to write to
   an arbitrary location.

 * Fixed CVE-2021-23240, a flaw in the temporary file handling of
   sudoedit's SELinux RBAC support.  On systems where SELinux is
   enabled, a user with sudoedit permissions may be able to set the
   owner of an arbitrary file to the user-ID of the target user.
   On Linux kernels that support "protected symlinks", setting
   /proc/sys/fs/protected_symlinks to 1 will prevent the bug from
   being exploited.  For more information see
   https://www.sudo.ws/alerts/sudoedit_selinux.html.

 * Added writability checks for sudoedit when SELinux RBAC is in use.
   This makes sudoedit behavior consistent regardless of whether
   or not SELinux RBAC is in use.  Previously, the "sudoedit_checkdir"
   setting had no effect for RBAC entries.

 * A new sudoers option "selinux" can be used to disable sudo's
   SELinux RBAC support.

 * Quieted warnings from PVS Studio, clang analyzer, and cppcheck.
   Added suppression annotations for PVS Studio false positives.

PR:		253034
Submitted by:	cy
Reported by:	cy
Reviewed by:	emaste
Approved by:	emaste
MFH:		2020Q1
Security:	CVE-2021-3156, CVE-2021-3156
Differential Revision:	https://reviews.freebsd.org/D28363
2021-01-26 20:15:31 +00:00
Cy Schubert e16b226e18 Disable NDIS by default.
From src/bfc99943b04b46a6c1c885ce7bcc6f235b7422aa (brooks):

    nids(4) was a clever idea in the early 2000's when the market was
    flooded with 10/100 NICs with Windows-only drivers, but that hasn't
    been the case for ages and the driver has had no meaningful maintenance
    in ages. It only supports Windows-XP era drivers.

Therefore NDIS has been removed from 14-CURRENT. Those who still want or
need NDIS on older supported versions of FreeBSD can still enable the
options and rebuild the port.
2021-01-26 20:15:27 +00:00
Dmitri Goutnik 0efab18770 security/gopass: Update to 1.11.0
- Update to 1.11.0
- Pass maintainership to the submitter

Changes:	https://github.com/gopasspw/gopass/releases/tag/v1.11.0
PR:		252988
Submitted by:	Nuno Teixeira <ed.arrakis@gmail.com>
2021-01-26 18:53:13 +00:00
Muhammad Moinur Rahman 4733762e0b security/snort3: Update version 3.0.3-6=>3.1.0.0
- Switch from devel/hwloc to devel/hwloc2 [1]

PR:			252527 [1]
Submitted by:	jwb [1]
Relnotes:	https://github.com/snort3/snort3/releases/tag/3.1.0.0
2021-01-26 18:17:43 +00:00
Sunpoet Po-Chuan Hsieh cde1313557 Document py-pysaml2 vulnerability 2021-01-26 17:56:21 +00:00
Sunpoet Po-Chuan Hsieh 80d580588d Update to 1.21.2
Changes:	https://github.com/capistrano/sshkit/releases
2021-01-26 17:52:56 +00:00
Sunpoet Po-Chuan Hsieh 381ecf658d Update to 0.15.0
Changes:	https://github.com/googleapis/google-auth-library-ruby/releases
2021-01-26 17:52:52 +00:00
Sunpoet Po-Chuan Hsieh 482cfacd99 Update to 3.3.0
Changes:	https://github.com/ojarva/python-sshpubkeys/releases
2021-01-26 17:38:14 +00:00
Sunpoet Po-Chuan Hsieh 7a74676735 Update to 1.10.0
Changes:	https://github.com/onelogin/python3-saml/releases
2021-01-26 17:38:09 +00:00
Sunpoet Po-Chuan Hsieh 5ec7df86f7 Update to 0.1.5
Changes:	https://github.com/jborean93/pyspnego/releases
2021-01-26 17:38:05 +00:00
Sunpoet Po-Chuan Hsieh 6118c7aa33 Update to 6.5.0
Changes:	https://github.com/IdentityPython/pysaml2/releases
Security:	fb67567a-5d95-11eb-a955-08002728f74c
MFH:		2021Q1
2021-01-26 17:38:00 +00:00
Sunpoet Po-Chuan Hsieh 876d89dc8f Update to 0.15.3
Changes:	https://github.com/lepture/authlib/releases
2021-01-26 17:37:56 +00:00
Sunpoet Po-Chuan Hsieh 10c6b6d885 Update to 20210114.001
- Add LICENSE

Changes:	https://metacpan.org/changes/distribution/CACertOrg-CA
2021-01-26 17:25:58 +00:00
Sunpoet Po-Chuan Hsieh be7868e133 Update dependencies
- Bump PORTREVISION for package change
2021-01-26 17:22:10 +00:00
Sunpoet Po-Chuan Hsieh b0e771800a Update to 1.6.0
Changes:	https://developers.yubico.com/libfido2/Release_Notes.html
		https://github.com/Yubico/libfido2/blob/master/NEWS
2021-01-26 17:22:05 +00:00
Li-Wen Hsu f1b9f67d36 Document Jenkins Security Advisory 2021-01-26
Sponsored by:	The FreeBSD Foundation
2021-01-26 13:21:46 +00:00
Yuri Victorovich 8246596173 security/fizz: Update 2021.01.18.00 -> 2021.01.25.00 2021-01-26 02:39:34 +00:00
Dmitri Goutnik bfa220e4b0 security/lego: Update to 4.2.0
Changes:	https://github.com/go-acme/lego/blob/master/CHANGELOG.md#v420---2021-01-24
PR:		253001
Submitted by:	Matthew Horan <matt@matthoran.com> (maintainer)
2021-01-25 20:50:13 +00:00
Adam Weinberger 8ca357116d security/p5-Crypt-Rijndael: Remove unused BUILD_DEPENDS on a testing module 2021-01-25 18:55:34 +00:00
Baptiste Daroussin e14ed8232d Rework vuxml a bit to make them validable again
modify tidy.xsl to make it generates manually the xml declaration
xsl is not able to generate a list of entity otherwise.

Remove copyright form included files, they are redudundant anyway and
in the end only the vuln.xml file is distribued with entities expanded

Rework a bit the entity declaration in order for the document to look
great after expansion (as it did before we introduced the expansion
mechanism)

All validation are now processed direcly on the flattened file.

This is based on a patch from mfechner here

Submitted by:		mfechner
Differential Revision:	https://reviews.freebsd.org/D28299
2021-01-25 17:16:21 +00:00
Baptiste Daroussin 6cc8c9b9f1 Rework the entity declaration
when expanded they will look better (as when the file was not split)

While here cleanup some indentation
2021-01-25 17:16:14 +00:00
Neel Chauhan 605523affc security/xray-core: Update to 1.2.3
Changes: https://github.com/XTLS/Xray-core/releases/tag/v1.2.3

Approved by:	0mp (mentor, implicit)
2021-01-25 16:32:50 +00:00
Baptiste Daroussin c7692435d2 Fix indentation 2021-01-25 15:50:42 +00:00
Bernard Spil 4b027237bd security/nextcloud-twofactor_o2f: Update to 6.1.0 2021-01-25 12:59:21 +00:00
Fukang Chen a4edebe9c6 security/meek: Add missing build dependency goptlib, remove BROKEN
Reviewed by:	koobs
Approved by:	koobs (ports, mentor), cs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D28320
MFH:		2021Q1 (build fix)
2021-01-25 12:17:16 +00:00
Piotr Kubaj 159c31f683 security/openconnect-gui: fix checksum 2021-01-25 11:01:59 +00:00
Antoine Brodin db9beaa8b6 Mark BROKEN on FreeBSD 14
Reported by:	pkg-fallout
MFH:		2021Q1
2021-01-25 09:08:10 +00:00
Antoine Brodin 5a6297e89f Unbreak bulk -a 2021-01-24 20:59:09 +00:00