- 25 Jan, 2019 3 commits
-
-
Milan P. Stanić authored
fixes: #9913 add options with '!check' because package doesn't have test
-
Sören Tempel authored
This is a follow up for 58fc65d2 which fixed CVE-2018-6951 but didn't fix CVE-2018-6952 as a patch for it wasn't available back then. Should probably fix #8563 (can't see the issues as it is confidential). https://savannah.gnu.org/bugs/index.php?53133
-
Grant Miller authored
I took the patch from https://codereview.qt-project.org/#/c/247777/ and I changed the file paths from chromium to src/3rdparty/chromium to match the structure of the source tarball. I can confirm that qt5-qtwebengine now compiles for x86.
-
- 24 Jan, 2019 30 commits
-
-
Natanael Copa authored
import boot options to /etc/default/grub on upgrade to make sure we can still boot. ref #9903
-
Jason Donenfeld authored
* tools: curve25519: handle unaligned loads/stores safely This should fix sporadic crashes with `wg pubkey` on certain architectures. * netlink: auth socket changes against namespace of socket In WireGuard, the underlying UDP socket lives in the namespace where the interface was created and doesn't move if the interface is moved. This allows one to create the interface in some privileged place that has Internet access, and then move it into a container namespace that only has the WireGuard interface for egress. Consider the following situation: 1. Interface created in namespace A. Socket therefore lives in namespace A. 2. Interface moved to namespace B. Socket remains in namespace A. 3. Namespace B now has access to the interface and changes the listen port and/or fwmark of socket. Change is reflected in namespace A. This behavior is arguably _fine_ and perhaps even expected or acceptable. But there's also an argument to be made that B should have A's cred to do so. So, this patch adds a simple ns_capable check. * ratelimiter: build tests with !IPV6 Should reenable building in debug mode for systems without IPv6. * noise: replace getnstimeofday64 with ktime_get_real_ts64 * ratelimiter: totalram_pages is now a function * qemu: enable FP on MIPS Linux 5.0 support. * keygen-html: bring back pure javascript implementation Benoît Viguier has proofs that values will stay well within 2^53. We also have an improved carry function that's much simpler. Probably more constant time than emscripten's 64-bit integers. * contrib: introduce simple highlighter library This is the highlighter library being used in: - https://twitter.com/EdgeSecurity/status/1085294681003454465 - https://twitter.com/EdgeSecurity/status/1081953278248796165 It's included here as a contrib example, so that others can paste it into their own GUI clients for having the same strictly validating highlighting. * netlink: use __kernel_timespec for handshake time This readies us for Y2038. See https://lwn.net/Articles/776435/ for more info. Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com>
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
J0WI authored
-
J0WI authored
-
J0WI authored
-
J0WI authored
-
J0WI authored
-
J0WI authored
-
Dmitry Romanenko authored
-
Tuan Hoang authored
-
Oleg Titov authored
-
Oleg Titov authored
-
Leonardo Arena authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
- 23 Jan, 2019 7 commits
-
-
Tuan Hoang authored
ttysclp became default in newer kernel, no need for /dev/console
-
Natanael Copa authored
fixes #9884
-
Natanael Copa authored
CVE-2018-17096 soundtouch: Assertion failure in BPMDetect class in BPMDetect.cpp CVE-2018-17097 soundtouch: Double free in WavFileBase class in WavFile.cpp CVE-2018-17098 soundtouch: Heap corruption in WavFileBase class in WavFile.cpp fixes #9881
-
Natanael Copa authored
CVE-2018-10393 seems to be a duplicate of CVE-2017-14160 https://gitlab.xiph.org/xiph/vorbis/issues/2334#note_46722 fixes #9527
-
Natanael Copa authored
fixes #9876
-
Natanael Copa authored
-
Natanael Copa authored
-