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

Snort 3.2.9.1_3 Bootstrap Conversion Bug Fixes #64

Merged
merged 5 commits into from
Mar 1, 2016

Conversation

bmeeks8
Copy link
Contributor

@bmeeks8 bmeeks8 commented Mar 1, 2016

This package update addresses the following user reported bugs in the initial Bootstrap conversion of the Snort GUI package.

  1. PASS LIST, HOME NET, EXTERNAL NET and SUPPRESS LIST drop-downs not populating with available list names on SNORT INTERFACES tab, and existing value from an old config are not shown when the package is upgraded.
  2. DEFAULT values are missing from the drop-downs for HOME NET, EXTERNAL NET, PASS LIST and SUPPRESS LIST.
  3. Not able to select alternate interfaces on ALERTS tab.
  4. Wrong short description for checkbox control label on SID MGMT tab.

@netgate-git-updates netgate-git-updates merged commit 39b3262 into pfsense:devel Mar 1, 2016
@bmeeks8 bmeeks8 deleted the snort-3.2.9.1_3 branch March 1, 2016 14:13
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 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 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 Jul 9, 2021
As requested in Github issue #64 the pager should not be used if
portmaster is executed within a script. In order to not introduce
a new option, --no-conform will now imply that output will not be
halted waiting for user input to proceed when displaying the package
messages.

Reported by:	Michael Osipov (michael-o on Github)
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