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_8 GUI Package Update #91

Merged

Conversation

bmeeks8
Copy link
Contributor

@bmeeks8 bmeeks8 commented Apr 1, 2016

This update corrects a few issues in the Snort package GUI. No new features are added in this release.

Bug Fixes

  1. Removed unnecessary code in the Snort Alerts widget that was causing a silent JavaScript error.
  2. Eliminated the use of "echo" statements and cleaned up the code for the RULES tab.
  3. Removed an extraneous newline character printed when auto-refresh was enabled on the BLOCKS tab.
  4. Fixed the auto-refresh on the ALERTS tab so that it actually works now.
  5. Added the required runtime dependency on Barnyard2 to the GUI package Makefile so that the Barnyard2 binary will be installed along with Snort.
  6. Added code to reload the UPDATES tab page when finished downloading and installing updated rules so the new values are displayed.

@netgate-git-updates netgate-git-updates merged commit 2b7134e into pfsense:RELENG_2_3 Apr 4, 2016
@bmeeks8 bmeeks8 deleted the pfSense-pkg-snort-3.2.9.1_8 branch April 5, 2016 00:10
netgate-git-updates pushed a commit that referenced this pull request Jan 31, 2020
Changelog:
	- FIX: Escaped @ ("\@") is treated as "@" (#42, #103)
	- NEW: Support reading JSON array elements (#91)
	- UPD: Add home and removable-media interfaces to snap (#94)
	- FIX: fix unlikely crash after malloc fail when base64 encoding.
	- NEW: Support reading nested data from pipes (#82)

PR:		243419
Approved by:	swills (maintainer)
netgate-git-updates pushed a commit that referenced this pull request Apr 19, 2020
BUG FIXES:
- Fix #70: error: 'fd_set' undeclared.
- Fix #71: error: 'for' loop initial declaration used outside C99
  mode.
- Fix to move declarations out of for loops in event test too.
- Fix #76: cpuid typedef for Hurd, DragonflyBSD compile.
- Fix #75: configure test for sched_setaffinity, and use
  cpuset_setaffinity otherwise.  Also test for presence of sysconf.
- Fix #74: GNU Hurd fix cast from pointer to integer of different size.
- Fix for #74, #75: cpuset test for header contents and provide code.
- Fix #78: Fix SO_SETFIB error on FreeBSD.
- Merge PR #83 from noloader: Fix GNU HURD sched_setaffinity compile.
- Fix #80: NetBSD and implicit declaration of reallocarray.
- Fix unknown u_long in util.c for Issue #80 .
- Merge PR #86 from noloader: Use precious variables for GREP, EGREP,
  SED, AWK, LEX and YACC.
- For PR #86: Fix that programs loaded after CFLAGS and stuff is
  set, specifically the compiler, so that it can work if it needs
  special flags from that.  Fix that lex only needs to support -i
  if actually defined, otherwise the output included in the source
  tarball can be used.
- Merge PR #90 by phicoh: O_CLOEXEC should be FD_CLOEXEC.
- Merge PR #92 by tonysgi: Fix typo.
- Merge PR #91 by gearnode: nsd-control-setup recreate certificates.
  The '-r' option recreates certificates.  Without it it creates them
  if they do not exist, and does not modify them otherwise.

PR:		245666
Submitted by:	Jaap Akkerhuis <[email protected]> (maintainer)
netgate-git-updates pushed a commit that referenced this pull request Jul 11, 2022
Changelog:
 * Fix build with gcc 11.3.0 (resolves #57) by @danvratil in #58
 * Fix ODR violation when LTO is enabled by @danvratil in #59
 * Rework Github CI - add compilers and platforms by @danvratil in #60
 * CI: consolidate the CI builds into a single matrix by @danvratil in #61
 * Export QCoro wrapper classes by @danvratil in #65
 * CI: disable shared libs on Windows by @danvratil in #67
 * Enable "modern Qt" compiler definitions by @danvratil in #66
 * Introduce Generator and AsyncGenerator coroutine return types by @danvratil in #69
 * Fix installing export header by @danvratil in #77
 * Deprecate task.h in favor of qcorotask.h (#70) by @danvratil in #76
 * QtWebSockets support by @danvratil in #75
 * Document -DQCORO_WITH_QTWEBSOCKETS by @dangelog in #81
 * Fix the build by #include'ing by @dangelog in #82
 * QCoroTask: fixup a template type parameter name by @dangelog in #83
 * Add support for clang-cl (fixes #84) by @danvratil in #86
 * Fix possible race in TestWsServer by @danvratil in #88
 * WebSocket bugfixes & documentation by @danvratil in #89
 * Explicitly enable exception support for clang-cl (fixes #90) by @danvratil in #91
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