- Switch to options helpers, CMAKE_BOOL, PORTEXAMPLES
- Install examples into designated EXAMPLESDIR, instead of bin/
- Fix inability to enable PYTHON and DOCS at the same time
PR: 252922
Submitted by: amdmi3
Approved by: maintainer timeout (bsam, 2 weeks)
While here also:
Replace the deprecated arm_control by arm_64bit for 64bits configuration
Add hdmi_safe for rpi4, recent updates of rpi-firmware break something related
to hdmi. Version 1.20201201 will reset if hdmi monitor is connected while later
version will only work if an hdmi monitor is connected. [1]
PR: 252971 [1]
MFH: 2021Q1
Solve the problem of root owned directories correctly
No need for PORTREVISION bump as the change does not
make a significant difference to the result.
re: https://github.com/gchq/CyberChef/releases/tag/v9.24.3
Changelog;
SM3 hashing function added along with more configuration options for other hashing operations
Various RSA operations added to encrypt, decrypt, sign, verify and generate keys
'Unicode Text Format' operation added.
Multiple bug fixes and improvements
PR: 253324
Submitted by: thomas@bsdunix.ch
As of src/7fa2f2a62f04f095e1e27ad55aa22a8f59b1df8f NO_WERROR was
renamed MK_WERROR. Rather than add logic, use a redundant definition that
will be a NOP on the "other" version of FreeBSD. This should be maintained
until 12-STABLE is retired.
PR: 253000
Submitted by: cy
Reported by: cy
Reviewed by: jlh (maintainer)
Approved by: jlh (maintainer)
MFH: 2021Q1
Differential Revision: https://reviews.freebsd.org/D28361
2021-02-06 security/openvas8: End of life, please migrate to security/gvm port
2021-02-06 security/openvas8-cli: End of life
2021-02-06 security/openvas8-libraries: End of life, please migrate to security/gvm-libs port
2021-02-06 security/openvas8-manager: End of life, please migrate to security/gvmd port
2021-02-06 security/openvas8-scanner: End of life, please migrate to security/openvas port
2021-02-06 security/openvas9: End of life, please migrate to security/gvm port
2021-02-06 security/openvas9-cli: End of life
2021-02-06 security/openvas9-libraries: End of life, please migrate to security/gvm-libs port
2021-02-06 security/openvas9-manager: End of life, please migrate to security/gvmd port
2021-02-06 security/openvas9-scanner: End of life, please migrate to security/openvas port
2021-02-06 security/greenbone-security-assistant8: End of life, please migrate to new version of greenbone-security-assistant
2021-02-06 security/greenbone-security-assistant9: End of life, please migrate to new version of greenbone-security-assistant
Hal has been introduced as part of the Gnome2 desktop and used in many
desktop application as an abstraction on the hardware layer, it has been quickly
deprecated, but alternatives took time to land in freebsd.
In most cases alternatives are now in place or upstreams dropped entirely support for
HAL.
As a result it is time to retire HAL
Webcamd does not need hal itself, it only pushes information into it.
Given hal is not used anymore anywhere in freebsd, it is time to drop the support
for it.
Approved by: hselasky (maintainer)
* Updated to latest cgilib (0.7)
* Removed old GD/PNG/ZLIB bundled libraries for ease of upgrading
* Added -b (background/daemonise) flag to rtgpoll
* Added -p <file> (PID file) flag to rtgpoll
* Added graph titles and legends to rtgplot
* Updated PHP scripts from ancient mysql to newer mysqli library
* Fixed many potential SQL injection and other vulnerabilities
* Updated MySQL support to compile against MySQL 8.0+
* Updated MySQL support to use mysql_config to pull in
CFLAGS/LDFLAGS required depending on MySQL build
* Updated MySQL table schemas to support clustered MySQL setups
* Updated MySQL table schemas to improve speed (indexes)
* Added MySQL option to auto-reconnect if MySQL server goes away
* Changed default SNMP version to 2
* Removed deprecated SNMP library options
* Added 'Update_desc' option to rtg.con to auto-update interface
descriptions
* Fixed all compilation warnings, even when compiling with
-pedantic -Wall -Werror
* Push config into sysconfdir and web utils into htmldir
* Added -u <user> -g <group> options for rtgpoll to run as user
instead of root
* Added -r <path> chroot option
No changelog, only NEWS file
PR: 253311
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D28523