- the new sysctl object {0.7} "sysctl.nextnoskip" overlaps this interface
- add files/patch-sysctlinfo.h to change sysctl OIDs of this interface
PR: 250148
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Update science/libctl from 3.2.2 to 4.5.0. Over several minor and a major version release there have been important bugfixes and enhancements [1].
[1] https://github.com/NanoComp/libctl/blob/master/NEWS.md
What this patch should do:
- Update from 3.2.2 to 4.5.0
- Change MASTER_SITES to the Github releases URL
- Add LIB_DEPENDS=devel/boehm-gc-threaded and
libguile-2.2.so:lang/guile2
- 'Bump' library version
- Set option NLOPT default (needed by science/mpb)
- Reorder some Makefile entries
- Update URL in pkg-descr
- Update pkg-plist
PR: 249007
Submitted by: (maintainer timeout)
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D26992
This update improves the internal pre-processor and makes it report data
file issues with filename and line number of the failed commend.
Several tests have been added to detect unmatched condition directives
(e.g. #endif or #else without prior #ifdef or #ifndef). An #undef command
has been added since it occurs in one of the calendar files tradionally
distributed with FreeBSD (and now in the deskutils/calendar-data port).
This update adds a default definition of _PATH_LOCALBASE that is required
to build the port on systems that do not define it in paths.h.
In file included from ../cogl/cogl/driver/nop/cogl-clip-stack-nop.c:34:
In file included from ../cogl/cogl/driver/nop/cogl-clip-stack-nop-private.h:38:
In file included from ../cogl/cogl/cogl-context-private.h:44:
In file included from ../cogl/cogl/cogl-driver.h:36:
In file included from ../cogl/cogl/cogl-framebuffer-private.h:37:
In file included from ../cogl/cogl/cogl-journal-private.h:37:
In file included from ../cogl/cogl/cogl-fence-private.h:36:
In file included from ../cogl/cogl/winsys/cogl-winsys-private.h:38:
In file included from ../cogl/cogl/winsys/cogl-texture-pixmap-x11-private.h:45:
In file included from ../cogl/cogl/cogl-texture-private.h:40:
In file included from ../cogl/cogl/cogl-texture-2d.h:44:
cogl/cogl/cogl-egl-defines.h:38:10: fatal error: 'EGL/eglmesaext.h' file not found
#include <EGL/eglmesaext.h>
^~~~~~~~~~~~~~~~~~
In file included from cogl-bitmap.c:41:
In file included from ./cogl-context-private.h:35:
In file included from ./winsys/cogl-winsys-private.h:39:
In file included from ./winsys/cogl-texture-pixmap-x11-private.h:45:
In file included from ./cogl-texture-private.h:42:
./cogl-egl-defines.h:38:10: fatal error: 'EGL/eglmesaext.h' file not found
#include <EGL/eglmesaext.h>
^~~~~~~~~~~~~~~~~~
- mark dependent ports broken, where there was no action from the
maintainers in due time.
PR: 249453
PR: 250101
PR: 250083
PR: 250100
Submitted by: daniel.engberg.lists@pyret.net
Approved by: gaod@hychen.org (maintainer)
Changelog:
- Fix build with Glade 3.37.
- Fix a Meson version warning.
- Typo fixes.
- HdyAvatar:
- Minimize the amount of redundant load_image() calls.
- Center non-square custom images.
- Add .image style class to avatars with custom images.
- Allow css border and shadow on avatars with custom images so
elementary can style it.
- HdyCarousel:
- Fix drawing cache.
- Fix crash when scrolling over empty carousel.
- HdyComboRow:
- Fix popover hiding animation when clicking a row.
- Always reserve space for checkmarks.
- HdyHeaderGroup:
- Fix a warning on nesting HdyHeaderGroups.
- HdyKeypad:
- Fix input of the #, @ and + characters.
- HdyLeaflet and HdyDeck:
- Fix minimum size when 'interpolate-size' property is TRUE.
- HdyPreferencesWindow:
- Fix searching rows that have mnemonics.
- HdySwipeTracker:
- Fix swipes not working if started from GtkButton.
- Increase drag threshold for touchscreens.
- Avoid a jump when starting a drag.
- HdyViewSwitcher:
- Fix sizing with invisible pages.
- Transiation updates:
- French
- Friulian
- Slovenian
Changelog[1]:
- Lowered priority of non-essential, protocol-related and
internal log messages
- Do not use PID in Netlink sockets in order to avoid issues
with duplicated PIDs, e.g., when Docker is used
- Prevent exceptions due to invalid incoming messages
- HTTP server address family wrong when interface address is added
- Error when interface address is removed
[1] https://github.com/christgau/wsdd/blob/v0.6.2/CHANGELOG.md
PR: 250585
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D27030
While upstream issue is in userland driver FreeBSD kernel driver may
fail to handle it gracefully e.g.,
$ sway
$ mpv --hwdec=vaapi /path/to/file
pid 12449 (sway), jid 0, uid 1234: exited on signal 11
WARNING !drm_modeset_is_locked(&crtc->mutex) failed at drm-kmod-drm_v5.4.62_3/drivers/gpu/drm/drm_atomic_helper.c:621
#0 0xffffffff81f3e833 at linux_dump_stack+0x23
#1 0xffffffff81ea43e3 at drm_atomic_helper_check_modeset+0xb3
#2 0xffffffff8259492c at intel_atomic_check+0x8c
#3 0xffffffff81ea3379 at drm_atomic_check_only+0x3f9
#4 0xffffffff81ea37c3 at drm_atomic_commit+0x13
#5 0xffffffff81eb0c3f at drm_client_modeset_commit_atomic+0x1af
#6 0xffffffff81eb093a at drm_client_modeset_commit_force+0x6a
#7 0xffffffff81efa12a at drm_fb_helper_restore_fbdev_mode_unlocked+0x7a
#8 0xffffffff81ef2386 at vt_kms_postswitch+0x166
#9 0xffffffff8076b66b at vt_window_switch+0x12b
#10 0xffffffff807688ff at vtterm_cngrab+0x1f
#11 0xffffffff80805a36 at cngrab+0x16
#12 0xffffffff8086295c at vpanic+0xec
#13 0xffffffff80862863 at panic+0x43
#14 0xffffffff81f5d142 at dma_buf_poll+0x12
#15 0xffffffff808d2959 at kern_poll+0x329
#16 0xffffffff808d2620 at sys_poll+0x50
#17 0xffffffff80b3353b at amd64_syscall+0xfb
CVE-2020-14318 (Missing handle permissions check in SMB1/2/3 ChangeNotify)
CVE-2020-14323 (Unprivileged user can crash winbind)
CVE-2020-14383 (An authenticated user can crash the DCE/RPC DNS with easily crafted records)
Security: CVE-2020-14318
CVE-2020-14323
CVE-2020-14383