-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pfSense-pkg-snort-4.0_2 -- Bug fix and feature update #654
Merged
netgate-git-updates
merged 12 commits into
pfsense:devel
from
bmeeks8:pfSense-pkg-snort-4.0_2
Jun 25, 2019
Merged
pfSense-pkg-snort-4.0_2 -- Bug fix and feature update #654
netgate-git-updates
merged 12 commits into
pfsense:devel
from
bmeeks8:pfSense-pkg-snort-4.0_2
Jun 25, 2019
Conversation
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
netgate-git-updates
pushed a commit
that referenced
this pull request
Jun 25, 2019
netgate-git-updates
pushed a commit
that referenced
this pull request
Mar 27, 2021
Changes since 2.5.0: 2.6.2 * Fix UI when running with libhandy 1.x 2.6.1 * Fixed automatic layout 2.6.0 * Added support for opening HTML files (#641) * Consistent inner and outer margins (#255) * The automatic layout no longer supports 4 columns (58d5e50) * Fixed long words overflowing (#654) * Fixed custom themes not saved across sessions (#660) * Fixed shortcuts for key pads (#677) * Fixed opening non-UTF-8 zipped FB2 files (#629) * Fixed books not opening on GNOME 40 (#689)
netgate-git-updates
pushed a commit
that referenced
this pull request
Apr 7, 2021
Changes since 2.5.0: 2.6.2 * Fix UI when running with libhandy 1.x 2.6.1 * Fixed automatic layout 2.6.0 * Added support for opening HTML files (#641) * Consistent inner and outer margins (#255) * The automatic layout no longer supports 4 columns (58d5e50) * Fixed long words overflowing (#654) * Fixed custom themes not saved across sessions (#660) * Fixed shortcuts for key pads (#677) * Fixed opening non-UTF-8 zipped FB2 files (#629) * Fixed books not opening on GNOME 40 (#689)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pfSense-pkg-snort-4.0_2
This update for the Snort GUI package enhances logging by providing PRIORITY tagging for messages and also corrects six bugs.
New Features:
Bug Fixes:
Fix issues with updating the dynamic STATUS icons for Snort and Barnyard2 on the INTERFACES tab when starting/stopping Snort and Barnyard2 on an interface.
Change log rotation code to use rename() to just move the existing log file to a new name and then touch() to create the new empty one instead of a copy-then-empty string write sequence. The former is much more efficient.
Ensure that binary-installed files and rules such as preprocessor and decoder rules are not deleted by GUI code during package upgrade or removal.
Make "Clear Blocked Hosts on Package Removal" the default on the GLOBAL SETTINGS tab. This will help ensure any blocks inserted by Snort are removed along with the package.
Check for the "Remove Blocked Hosts After De-Install" setting preference and act accordingly when upgrading or uninstalling the package. Formerly this check only happened when removing the package and electing to "not save" settings.
Recreate any critical config or preprocessor rules files from the "*-sample" versions if missing on upgrade or package reinstall to prevent Snort startup warnings or failures.