"Warning: Bad symlink ... pointing to an absolute pathname ..." was
resolved by using ${RLN} instead of ${LN} -s.
Symlink is replaced by a relative one.
New PPD files for the following models have been added:
ET-4810 series
L18050 series
ET-18100 series
WF-M4119 series
WF-M4619 series
PR: 270170
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket)
This fixes:
* ZDI-CAN-19866/CVE-2023-1393: X.Org Server Overlay Window
Use-After-Free Local Privilege Escalation Vulnerability
If a client explicitly destroys the compositor overlay window (aka
COW), the Xserver would leave a dangling pointer to that window in the
CompScreen structure, which will trigger a use-after-free later.
PR: 270540
Approved by: x11 (maintainer)
MFH: 2023Q2
Security: 96d84238-b500-490b-b6aa-2b77090a0410
- i915: Suggest installing gpu-firmware-kmod instaed of printing
a link to the linux-firmware git repository if the firmware couldn't be
loaded
- Add linuxkpi_version.mk: This will help nvidia-drm to track which linux version
it needs to be compatible with.
Sponsored by: Beckhoff Automation GmbH & Co. KG
- i915: Suggest installing gpu-firmware-kmod instaed of printing
a link to the linux-firmware git repository if the firmware couldn't be
loaded
- Add linuxkpi_version.mk: This will help nvidia-drm to track which linux version
it needs to be compatible with.
Sponsored by: Beckhoff Automation GmbH & Co. KG
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.
Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges: the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.