This is security fix for PPPoE servers.
Insufficient validation of incoming PPPoE Discovery request
specially crafted by unauthenticated user might lead to unexpected
termination of the process. The problem affects mpd versions since 5.0.
Installations not using PPPoE server configuration were not affected.
Reported by: paul & Yannick C at SourceForge
Tested by: paul & Yannick C at SourceForge
Security: f55921aa-10c9-11ec-8647-00e0670f2660
(cherry picked from commit 1f6fcc264e)
This change should fix the problem reported in bugs #38#47#74.
It is L2TP interoperability issue with some Juniper, Cisco and
YAMAHA RTX routers having strict protocol checks.
Move USES to pet portlint.
Reported by: Kikuchan at SourceForge (based on)
(cherry picked from commit fe1375b13d)
https://redmine.openinfosecfoundation.org/issues/4478
- Suricata 6 may stop forwarding traffic due to lock/unlock executed
between CPUs, which is undetermined behaviour.
PR: 258335
Approved by: Franco Fichtner (maintainer)
(cherry picked from commit b0c4eaac2a)
Runtime may fail without a L0 driver like intel-compute-runtime e.g.,
$ mpivars
Abort(268484367) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread: Other MPI error, error stack:
MPIR_Init_thread(153): gpu_init failed
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=268484367
:
system msg for write_line failure : Bad file descriptor
Attempting to use an MPI routine before initializing MPICH
$ MPIR_CVAR_ENABLE_GPU=0 mpivars
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread: Other MPI error, error stack:
MPIR_Init_thread(159)......:
MPID_Init(591).............:
MPIDI_SHM_mpi_init_hook(22):
MPIDI_IPC_mpi_init_hook(36):
MPIDI_GPU_mpi_init_hook(79): gpu_get_dev_count failed
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=2139535
:
system msg for write_line failure : Bad file descriptor
Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread: Other MPI error, error stack:
MPIR_Init_thread(159)......:
MPID_Init(591).............:
MPIDI_SHM_mpi_init_hook(22):
MPIDI_IPC_mpi_init_hook(36):
MPIDI_GPU_mpi_init_hook(79): gpu_get_dev_count failed
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=2139535
:
system msg for write_line failure : Bad file descriptor
Segmentation fault
PR: 256244 (for tracking)
(cherry picked from commit b5815e7648)
Simple gray themes for GTK-based desktops.
Features:
- gnome-shell is the theme for GNOME Shell. This themes stuff like the
calendar widget, the panel, the dock and more.
- gtk-2.0 contains the GTK+2 theme, styling applications that doesn't
use GTK+3 yet.
- gtk-3.0 contains the GTK+3 theme, styling most modern GTK+ applications.
- xfwm4 contains the theme that styles the xfwm4 window manager for XFCE4.
https://github.com/lassekongo83/zuki-themes
(cherry picked from commit 53b4ed309e)
When R modules are installed gmake is needed, but it wasn't in the path
in the server flavor of the port. The patch adds the gmake symlink to
the directory which is in the path.
A better fix will be provided later, pending fix in RStudio, see Makefile.
Also adjust poudriere.conf instructions.
(cherry picked from commit 4a933f3420)
Import patch to teach VirtualBox to check availability of AIO
resources before trying to allocate more.
This prevents crashes when using AIO in VirtualBox.
PR: 168298
(cherry picked from commit 95ac4999a8)