-
Notifications
You must be signed in to change notification settings - Fork 598
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
netgate-git-updates
merged 11 commits into
pfsense:devel
from
bmeeks8:pfSense-pkg-snort_3.2.9.1_6
Mar 4, 2016
Merged
pfSense-pkg-snort 3.2.9.1_6 -- more Bootstrap bug fixes and binary update to 2.9.8.0 #68
netgate-git-updates
merged 11 commits into
pfsense:devel
from
bmeeks8:pfSense-pkg-snort_3.2.9.1_6
Mar 4, 2016
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
Mar 4, 2016
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 <vsasjason@gmail.com> (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
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.
This update corrects a few more GUI bugs from the recent Bootstrap conversion of Snort.
Code Fixes: