Commit Graph

32902 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh 9e22496b12 Document rails vulnerability 2020-10-10 18:01:50 +00:00
Sunpoet Po-Chuan Hsieh 2ec06cea74 Update to 0.14.0
Changes:	https://github.com/googleapis/google-auth-library-ruby/releases
2020-10-10 18:00:28 +00:00
Tobias C. Berner fdce4e306f KDE Release Service 20.08.2 update
Dozens of KDE apps are getting new releases from KDE’s release service. New
features, usability improvements, re-designs and bug fixes all contribute to
helping boost your productivity and making this new batch of applications more
efficient and pleasant to use.
2020-10-10 14:17:23 +00:00
Piotr Kubaj 70836368fe security/highwayhash: unbreak aarch64
Builds fine.
2020-10-10 12:35:21 +00:00
Piotr Kubaj 65f41e9981 security/highwayhash: fix build on powerpc64, powerpc64le and probably arm architectures
Remove superflous ). Add necessary ifdefs.

MFH:		2020Q4 (fix build blanket)
2020-10-10 11:37:02 +00:00
Sunpoet Po-Chuan Hsieh a7a0dff18b Update to 6.2.0
Changes:	https://github.com/IdentityPython/pysaml2/releases
2020-10-10 07:45:16 +00:00
Kurt Jaeger fce8f40db9 security/vuxml: add CVEs for www/payara
- CVE-2020-6950 Eclipse Mojarra vulnerable to path trasversal flaw
  via either loc/con parameters
- CVE-2019-12086 A Polymorphic Typing issue was discovered in
  FasterXML jackson-databind 2.x before 2.9.9
- some more

PR:		250207
Submitted by:	Dmytro Bilokha <dmytro@posteo.net>
2020-10-09 05:32:21 +00:00
Vanilla I. Shu 35ca1112af Update to 0.54.3.
PR:		250031
Submitted by:	maintainer
2020-10-09 00:20:27 +00:00
Antoine Brodin e4683c2c79 Mark BROKEN everywhere
c++ -DHAVE_CONFIG_H -I.  -I./src -I. -isystem /usr/local/include -Wall -Werror -fno-exceptions -fno-rtti -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -I/usr/include -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include -MT src/schwanenlied/crypto/obfsclient-base32.o -MD -MP -MF src/schwanenlied/crypto/.deps/obfsclient-base32.Tpo -c -o src/schwanenlied/crypto/obfsclient-base32.o `test -f 'src/schwanenlied/crypto/base32.cc' || echo './'`src/schwanenlied/crypto/base32.cc
In file included from src/schwanenlied/crypto/base32.cc:34:
In file included from ./src/schwanenlied/crypto/base32.h:37:
In file included from ./src/schwanenlied/crypto/utils.h:40:
In file included from ./src/schwanenlied/common.h:47:
./src/ext/easylogging++.h:1119:84: error: 'ptr_fun<int, int>' is deprecated [-Werror,-Wdeprecated-declarations]
        str.erase(str.begin(), std::find_if(str.begin(), str.end(), std::not1(std::ptr_fun<int, int>(&std::isspace))));
                                                                                   ^
/usr/include/c++/v1/functional:1107:1: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/usr/include/c++/v1/__config:972:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/usr/include/c++/v1/__config:961:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
In file included from src/schwanenlied/crypto/base32.cc:34:
In file included from ./src/schwanenlied/crypto/base32.h:37:
In file included from ./src/schwanenlied/crypto/utils.h:40:
In file included from ./src/schwanenlied/common.h:47:
./src/ext/easylogging++.h:1126:73: error: 'ptr_fun<int, int>' is deprecated [-Werror,-Wdeprecated-declarations]
        str.erase(std::find_if(str.rbegin(), str.rend(), std::not1(std::ptr_fun<int, int>(&std::isspace))).base(), str.end());
                                                                        ^
/usr/include/c++/v1/functional:1107:1: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/usr/include/c++/v1/__config:972:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/usr/include/c++/v1/__config:961:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^

Reported by:	pkg-fallout
MFH:		2020Q4
2020-10-08 18:06:49 +00:00
Craig Leres e906642ea5 security/zeek: Update to 3.0.11 to fix memory leaks and potential DOS:
https://github.com/zeek/zeek/releases/tag/v3.0.11

 - A memory leak in multipart MIME code has potential for remote
   exploitation and cause for Denial of Service via resource
   exhaustion.

Other fixes:

 - Fix incorrect RSTOS0 conn_state determinations

Reported by:	Jon Siwek
MFH:		2020Q4
Security:	769a4f60-9056-4c27-89a1-1758a59a21f8
2020-10-07 21:29:54 +00:00
Craig Leres 9368fc4eef security/vuxml: Mark zeek < 3.0.11 as vulnerable as per:
https://github.com/zeek/zeek/releases/tag/v3.0.11

A memory leak in multipart MIME code has potential for remote
exploitation and cause for Denial of Service via resource exhaustion.

While we're here fix missing cite for "zeek < 3.0.10" entry.
2020-10-07 21:21:58 +00:00
Yuri Victorovich fe74a86ed0 security/palisade: Remove unnecessary patches removing the REQUIRED attribute from cmake's find_package(Threads) 2020-10-07 18:16:45 +00:00
Wen Heping 2cc886738b - Update to 1.2.0 2020-10-07 13:06:32 +00:00
Piotr Kubaj 12faa7eed0 security/tpm2-tools: fix build on GCC architectures
Use C11 compiler:
tools/tpm2_tool.c:92: error: 'tpm2_option_flags' has no member named 'verbose'
tools/tpm2_tool.c:103: error: 'tpm2_option_flags' has no member named 'quiet'
tools/tpm2_tool.c:116: error: 'tpm2_option_flags' has no member named 'enable_errata'
2020-10-07 12:23:51 +00:00
Rene Ladan 4b622b19d7 Document new vulnerabilities in www/chromium < 86.0.4240.75
Obtained from:	https://chromereleases.googleblog.com/2020/10/stable-channel-update-for-desktop.html
2020-10-07 10:53:23 +00:00
Matthias Andree 05da552577 security/openvpn: fix test suite when ifconfig emits ::1/128 address format
Some systems apparently format output of ifconfig lo0 similar to
"inet6 ::1/128" instead of 12.1's "inet6 ::1 prefixlen 128". This
confuses the test script, so strip the slash and trailing prefixlen
off.

Since that bug affects the build-time test suite and its occurrence
breaks the build, no PORTREVISION bump needed.

Reported by:	des@
2020-10-06 23:28:13 +00:00
Piotr Kubaj 5e0375aaaa security/seahorse: fix build on GCC architectures
Use C99:
../pgp/seahorse-ldap-source.c:1317: error: 'for' loop initial declaration used outside C99 mode
2020-10-06 23:18:42 +00:00
Emanuel Haupt 025df7c575 Update to 0.1.31 2020-10-06 21:03:30 +00:00
Wen Heping 80518d660c - Update to 2.58 2020-10-06 08:31:05 +00:00
John Baldwin 9aaeea7b6e Expand support for TLS protocols supported by KTLS.
Backport additional patches merged into OpenSSL's master
branch to support KTLS RX for TLS 1.1 and 1.2 as well as
support for KTLS TX for TLS 1.3.

Reviewed by:	brnrd (maintainer)
Sponsored by:	Chelsio Communications, Netflix
Differential Revision:	https://reviews.freebsd.org/D26261
2020-10-05 20:07:25 +00:00
Cy Schubert dea12f43f2 Assume maintainership. 2020-10-05 17:54:59 +00:00
Cy Schubert 4d9cb69f7f Update 1.8.5 --> 1.8.6 2020-10-05 17:54:56 +00:00
Rene Ladan 53e5276a7d Return jadawin@'s ports to the pool after taking in his commit bit.
With hat:	portmgr-secretary
2020-10-05 17:45:32 +00:00
Rene Ladan 4c4c6d7c27 Return cpm@'s ports to the pool after safekeeping his commit bit.
With hat:	portmgr-secretary
2020-10-05 17:34:54 +00:00
Sunpoet Po-Chuan Hsieh 37f57e8d55 Document libexif vulnerability 2020-10-05 17:25:55 +00:00
Olli Hauer 5ec38442ff - update to 7.90
Relnotes:	https://nmap.org/changelog#7.90
2020-10-05 11:04:32 +00:00
Rainer Hurling d5c11e5d6f security/snort2pfcd: Update to 3.2
No official changelog available. According to maintainer, the major changes for this release are optimizations:

-Moved several global variables to local
-Fewer Malloc calls
-Several stack optimizations
-More compiler flags and fixes for those warnings
-Fixed compiler escaping bug involving memset for char

PR:		249904
Submitted by:	Samee Shahzada <onestsam@gmail.com> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D26659
2020-10-04 17:11:39 +00:00
Sunpoet Po-Chuan Hsieh 3bda8d0caf Update to 2.4.7
- Update MASTER_SITES: use upstream release tarball

Changes:	https://github.com/a2o/snoopy/blob/master/ChangeLog
2020-10-04 14:13:01 +00:00
Tobias C. Berner 62fb1252f8 vuxml: fix version check in r551354 2020-10-04 06:03:47 +00:00
Tobias C. Berner fc1a5ce7e9 vuxml: document deskutils/kdeconnect-kde vulnerability
KDE Project Security Advisory
=============================

Title:           KDE Connect: packet manipulation can be exploited in a Denial of Service attack
Risk Rating:     Important
CVE:             CVE-2020-26164
Versions:        kdeconnect <= 20.08.1
Author:          Albert Vaca Cintora <albertvaka@gmail.com>
Date:            2 October 2020

Overview
========

An attacker on your local network could send maliciously crafted packets to other hosts running
kdeconnect on the network, causing them to use large amounts of CPU, memory or network
connections, which could be used in a Denial of Service attack within the network.

Impact
======

Computers that run kdeconnect are susceptible to DoS attacks from the local network.

Workaround
==========

We advise you to stop KDE Connect when on untrusted networks like those on airports or conferences.

Since kdeconnect is dbus activated it is relatively hard to make sure it stays stopped so the brute
force approach is to uninstall the kdeconnect package from your system and then run
    kquitapp5 kdeconnectd
Just install the package again once you're back in a trusted network.

Solution
========

KDE Connect 20.08.2 patches several code paths that could result in a DoS.
You can apply these patches on top of 20.08.1:
https://invent.kde.org/network/kdeconnect-kde/-/commit/f183b5447bad47655c21af87214579f03bf3a163
https://invent.kde.org/network/kdeconnect-kde/-/commit/b279c52101d3f7cc30a26086d58de0b5f1c547fa
https://invent.kde.org/network/kdeconnect-kde/-/commit/d35b88c1b25fe13715f9170f18674d476ca9acdc
https://invent.kde.org/network/kdeconnect-kde/-/commit/b496e66899e5bc9547b6537a7f44ab44dd0aaf38
https://invent.kde.org/network/kdeconnect-kde/-/commit/5310eae85dbdf92fba30375238a2481f2e34943e
https://invent.kde.org/network/kdeconnect-kde/-/commit/721ba9faafb79aac73973410ee1dd3624ded97a5
https://invent.kde.org/network/kdeconnect-kde/-/commit/ae58b9dec49c809b85b5404cee17946116f8a706
https://invent.kde.org/network/kdeconnect-kde/-/commit/66c768aa9e7fba30b119c8b801efd49ed1270b0a
https://invent.kde.org/network/kdeconnect-kde/-/commit/85b691e40f525e22ca5cc4ebe79c361d71d7dc05
https://invent.kde.org/network/kdeconnect-kde/-/commit/48180b46552d40729a36b7431e97bbe2b5379306

Credits
=======

Thanks Matthias Gerstner and the openSUSE security team for reporting the issue.
Thanks to Aleix Pol, Nicolas Fella and Albert Vaca Cintora for the patches.

Security:	CVE-2020-26164
2020-10-04 05:49:09 +00:00
Tobias C. Berner cc94c23760 vuxml: document vulnerability in devel/upnp
Security:	CVE-2020-13848
2020-10-03 17:21:32 +00:00
Bernard Spil 77aeabded0 security/nextcloud-end_to_end_encryption: Update to 1.6.2
* Only compatible version for Nextcloud 20
2020-10-03 13:00:48 +00:00
Yuri Victorovich ab7014f7c3 security/helib: Update 1.0.2 -> 1.1.0
Reported by:	portscout
2020-10-03 04:26:45 +00:00
Yuri Victorovich 5f1b654a5d security/palisade: Update 1.10.3 -> 1.10.5
Reported by:	upstream developer
2020-10-02 21:28:32 +00:00
Matthias Fechner 52d1c5cb1e Document gitlab vulnerabilities. 2020-10-02 07:30:37 +00:00
Steve Wills adcd7ae6d1 security/honeytrap: multiple changes
* Improve rc script
* Clean up
* Pass maintainership to submitter
* Fix build with newer Go

PR:		247140
PR:		248948
Submitted by:	ezri.mudde@dutchsec.com
Approved by:	remco.verhoef@dutchsec.com (maintainer)
2020-10-01 23:50:34 +00:00
Steve Wills 073775e96f security/teleport: update to 4.3.7 2020-10-01 20:55:03 +00:00
Sunpoet Po-Chuan Hsieh 87a253aaf3 Remove outdated PERL_LEVEL check after lang/perl5.26 removal
With hat:	perl
2020-10-01 08:06:20 +00:00
Cy Schubert 68f7e54f49 Update to the latest MIT KRB5 commit on github. 2020-10-01 05:27:49 +00:00
Thierry Thomas faa80d4e6e Add recent tt-rss issues.
PR:		249472
Submitted by:	Derek Schrock (tt-rss´s maintainer)
MFC after:	1 day
Security:	https://community.tt-rss.org/t/heads-up-several-vulnerabilities-fixed/3799
2020-09-30 20:29:18 +00:00
Muhammad Moinur Rahman 97bb42efc0 security/p5-PGP-Sign: Update version 1.01=>1.03
Relnotes:	https://metacpan.org/changes/distribution/PGP-Sign
2020-09-30 19:59:54 +00:00
Li-Wen Hsu 6939bbd197 security/modsecurity3: Add patch for CVE-2020-15598
PR:		249312
Submitted by:	Felipe Zipitria <fzipitria@perceptyx.com>
Approved by:	Marius Halden <marius.halden@modirum.com> (maintainer)
MFH:		2020Q3
Security:	CVE-2020-15598
2020-09-30 17:11:21 +00:00
Dmitri Goutnik 44a7be2069 security/aws-vault: Update to 6.2.0
Changes:	https://github.com/99designs/aws-vault/releases/tag/v6.2.0
2020-09-30 15:24:22 +00:00
Antoine Brodin 48dea1b18d Mark BROKEN
vendor/gvisor.dev/gvisor/pkg/linewriter/linewriter.go:28:2: undefined: "gvisor.dev/gvisor/pkg/sync".Mutex

Reported by:	pkg-fallout
2020-09-30 09:46:38 +00:00
Yuri Victorovich 8f5c6476eb security/hash: Update g20200514 -> g20200929 2020-09-30 04:04:07 +00:00
Muhammad Moinur Rahman 976bf3bcd1 security/snort3: Update version 3.0.2-5=>3.0.3-1
Relnotes:	https://github.com/snort3/snort3/releases/tag/3.0.3-1
2020-09-30 03:39:25 +00:00
Yuri Victorovich ea67c47517 New port: security/digestpp: Experimental C++11 header-only message digest library 2020-09-30 03:05:41 +00:00
Yuri Victorovich 5066dcdc2b New port: security/hash: C++14 header-only easy-to-use hash library 2020-09-30 02:35:35 +00:00
Cy Schubert 3ba8a53a15 Point to the correct perl.
PR:		249977
Reported by:	Archit Shah <archit.shah@gmail.com>
2020-09-29 17:05:42 +00:00
Kirill Ponomarev 2fa8a5afee Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-09-29 16:10:48 +00:00