-
Notifications
You must be signed in to change notification settings - Fork 594
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-suricata 2.1.9.1_7 -- a few more Bootstrap-related bug fixes #69
Merged
netgate-git-updates
merged 9 commits into
pfsense:devel
from
bmeeks8:pfSense-pkg-suricata_2.1.9.1_7
Mar 4, 2016
Merged
pfSense-pkg-suricata 2.1.9.1_7 -- a few more Bootstrap-related bug fixes #69
netgate-git-updates
merged 9 commits into
pfsense:devel
from
bmeeks8:pfSense-pkg-suricata_2.1.9.1_7
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
PiBa-NL
pushed a commit
to PiBa-NL/FreeBSD-ports
that referenced
this pull request
Mar 6, 2016
graphics/giflib: Update to 5.1.2 * Code hardening using reallocarray() from OpenBSD. * Sanity check in giffilter catches files with malformed extension records Fixes SourceForge bug pfsense#63: malformed gif causes segfault in giffilter. * Inexpensive sanity check in DGifSlurp() catches malformed files with no image descriptor. Fixes SourceForge bug pfsense#64: malformed gif causes crash in giftool. * Fix SourceForge bug pfsense#66: GifDrawBoxedText8x8() modifying constant input parameter. * Bail out of GIF read on invalid pixel width. Addresses Savannah bug pfsense#67: invalid shift in dgif_lib.c * Fix SourceForge bug pfsense#69: pfsense#69 Malformed: Gif file with no extension block after a GRAPHICS_EXT_FUNC_CODE extension causes segfault (in giftext). * Fix SourceForge bug pfsense#71: Buffer overwrite when giffixing a malformed gif. * Fix SourceForge bug pfsense#73: Null pointer deference in gifclrmap (only reachable with malformed GIF). * Fix SourceForge bug pfsense#74: Double free in gifsponge under 5.1,1, for any valid gif image. * Fix SourceForge bug pfsense#75: GAGetArgs overflows due to uncounted use of va_arg. * Sanity check in giffix catches some malformed files. Addresses SourceForge bug pfsense#77: dgif_lib.c: extension processing error Security: CVE-2015-7555 Approved by: ports-secteam (with hat)
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
Dec 2, 2016
graphics/giflib: Update to 5.1.2 * Code hardening using reallocarray() from OpenBSD. * Sanity check in giffilter catches files with malformed extension records Fixes SourceForge bug #63: malformed gif causes segfault in giffilter. * Inexpensive sanity check in DGifSlurp() catches malformed files with no image descriptor. Fixes SourceForge bug #64: malformed gif causes crash in giftool. * Fix SourceForge bug #66: GifDrawBoxedText8x8() modifying constant input parameter. * Bail out of GIF read on invalid pixel width. Addresses Savannah bug #67: invalid shift in dgif_lib.c * Fix SourceForge bug #69: #69 Malformed: Gif file with no extension block after a GRAPHICS_EXT_FUNC_CODE extension causes segfault (in giftext). * Fix SourceForge bug #71: Buffer overwrite when giffixing a malformed gif. * Fix SourceForge bug #73: Null pointer deference in gifclrmap (only reachable with malformed GIF). * Fix SourceForge bug #74: Double free in gifsponge under 5.1,1, for any valid gif image. * Fix SourceForge bug #75: GAGetArgs overflows due to uncounted use of va_arg. * Sanity check in giffix catches some malformed files. Addresses SourceForge bug #77: dgif_lib.c: extension processing error Security: CVE-2015-7555 Approved by: ports-secteam (with hat)
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
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 Suricata GUI package update fixes a few more discovered Bootstrap conversion bugs. See commit history for details.