Skip to content
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 3.2.9.1_6 -- more Bootstrap bug fixes and binary update to 2.9.8.0 #68

Merged

Conversation

bmeeks8
Copy link
Contributor

@bmeeks8 bmeeks8 commented Mar 4, 2016

This update corrects a few more GUI bugs from the recent Bootstrap conversion of Snort.

Code Fixes:

  1. Stats log filename incorrect in drop-down on LOGS VIEW tab.
  2. Receive system log error "open() "/usr/local/www/javascript/base64.js" failed from LOGS VIEW tab.
  3. Settings not saving on LOGS MGMT tab.
  4. Alerts Widget does not auto-update and does not display friendly interface names.
  5. Add VIEW RULES button to RULES tab to allow viewing of raw rules content for selected category.
  6. Improve feedback on UPDATES tab when updating rules via a temporary workaround.
  7. Style footer of blocked IPs table on BLOCKED tab to "bg-info".
  8. Fix up errant newlines in post-install code and tidy up status messages.
  9. Fix Snort auto-start failure after upgrade or reinstall.

@netgate-git-updates netgate-git-updates merged commit c4d60ea into pfsense:devel Mar 4, 2016
@bmeeks8 bmeeks8 deleted the pfSense-pkg-snort_3.2.9.1_6 branch March 4, 2016 12:23
netgate-git-updates pushed a commit that referenced this pull request Apr 12, 2016
Changelog:
* Added the LICENSE file to the tar and zip distributions.
* Made "-force" force output even when the IDAT is larger, and added
  "-noforce" option; "-noforce" is now the default behavior (Bug
  report #68 at SourceForge by "wintakeall")
* Use right filename in filesize reduction report (overwrite?inname:outname)
  (bug report #69 by "wintakeall").
* Removed some superfluous spaces from the Copyright statement.
* Added "-speed" option; it avoids using the AVG or PAETH filters which
  are slower to decode.

PR:		208730
Submitted by:	Anton Sayetsky <[email protected]> (maintainer)
netgate-git-updates pushed a commit that referenced this pull request Oct 31, 2017
Also, create PREFIX/share/GeoIP, as it's needed with the default
configuration.

Note that conf option names have changed with this release, but the
old names will continue to work.

* Replace use of strnlen() due to lack of universal availability. First
  reported by Bill Cole. GitHub issue #71.
* Document the LockFile option in the GeoIP.conf man page. GitHub
  issue #64.
* Remove unused base64 library. PR by Mikhail Teterin. GitHub PR #68.
* Add the new configuration option PreserveFileTimes. If set,
  the downloaded files will get the same modification times as
  their original on the server. Default is 0 (unset).
  PR by Rainer Jung. GitHub PR #63.
* Use the correct types when calling curl_easy_setopt(). This fixes
  warnings generated by libcurl's typecheck-gcc.h. PR by Michael
  Kaufmann. GitHub PR #61.
* In GeoIP.conf, the UserId option was renamed to AccountID and the
  ProductIds option was renamed to EditionIDs. The old options will
  continue to work, but upgrading to the new names is recommended for
  forward compatibility.
netgate-git-updates pushed a commit that referenced this pull request Oct 6, 2022
Changelog
General

Breaking change: Implemented front controller
Bacula-Web web app is now served from the public sub-folder, please
check the web server config documentation (see #114)
Replaced CHttpRequest class by Symfony framework Request class
Use combined operators in CUtil class (see #91)
Refactored PDO related PHP classes (see #100)
Updated composer.json by adding ext-pdo depencency (see #113)
Updated allowed plugin in composer.json (see #103)
Use PHP namespaces (see #118)
Fixed dozens of code smell warnings
Refactored good amount of the code
Moved flash message below header for better visibility
Improve handling of non-existant page requests
Fixed PHP notice after login (see #117)
Test page

Fixed wrong link to test page on error page
Translations

Updated translations with one more language (romanian) (see #92)
Security

Bump smarty/smarty from 3.1.45 to 3.1.47 (see #116)
Improved session management (see #68)
Improved how user input are sanitized (see #86)
Documentation

Fixed link to contributors on README
Updated list of components with license
Updated Apache and Nginx server configuration according to new public
root folder (see #114)
Fixed bug(s)
New feature(s)
none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants