forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: HardenedBSD
- Loading branch information
Showing
4 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,14 @@ they are unavoidable. | |
You should get into the habit of checking this file for changes each time | ||
you update your ports collection, before attempting any port upgrades. | ||
|
||
20210208: | ||
AFFECTS: users of mail/mailscanner | ||
AUTHOR: [email protected] | ||
|
||
The clamavmodule has finally been removed after a long deprecation | ||
period. Please remove all references to it in your mailscanner.conf as | ||
it will now count as a syntax error and may stop MailScanner starting! | ||
|
||
20210204: | ||
AFFECTS: users of www/unit | ||
AUTHOR: [email protected] | ||
|
@@ -13,6 +21,17 @@ you update your ports collection, before attempting any port upgrades. | |
was moved from /usr/local/libexec/unit to /var/db/unit in order to | ||
avoid write operations on /usr/local filesystem. | ||
|
||
20210130: | ||
AFFECTS: users of graphics/opencv-core | ||
AUTHOR: [email protected] | ||
|
||
graphics/opencv-core has been reintegrated into graphics/opencv. | ||
So there is no longer a circular dependency | ||
opencv-core -> ffmpeg -> opencv | ||
|
||
If you experience problems updating the packages, try | ||
pkg delete -f opencv-core | ||
|
||
20210124: | ||
AFFECTS: users of net-mgmt/netbox | ||
AUTHOR: [email protected] | ||
|