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-suricata-3.0 -- Update to 3.0 GUI with Netmap Inline IPS Support #76

Merged
merged 8 commits into from
Mar 10, 2016

Conversation

bmeeks8
Copy link
Contributor

@bmeeks8 bmeeks8 commented Mar 10, 2016

This package update adds Netmap Inline IPS support to the Suricata GUI and corrects a few lingering Bootstrap conversion bugs.

@netgate-git-updates netgate-git-updates merged commit 26bd0da into pfsense:devel Mar 10, 2016
@bmeeks8 bmeeks8 deleted the pfSense-pkg-suricata-3.0 branch March 10, 2016 01:20
@marcelloc
Copy link
Contributor

Great news!!!!

@UbuntuRunner
Copy link

Can´t wait for it.

netgate-git-updates pushed a commit that referenced this pull request Jun 7, 2018
 - Fixed IPv4 formatted IP address returning True on ipv6
   (#85, pull request courtesy johndlong)
 - Fixed IPv6 address parsing
   (#83, pull request courtesy JulianKahnert)
 - Fixed domain validator for international domains and certain edge cases
   (#76, pull request courtesy Ni-Knight)
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 May 26, 2023
There was no need to deal with distfile names that contained embedded
blanks or characters with special meaning in file glob patterns, but
this has changed with file names derived from repository URIs or other
naming systems.

This update fixes 2 issues reported by Daniel Rossberg on GitHub:
- issue #75: --clean-distfiles cannot handle paths with spaces
- issue #76: --clean-distfiles with paths containing square brackets

Reported by:	Daniel Rossberg
netgate-git-updates pushed a commit that referenced this pull request Nov 2, 2023
- Bump PORTREVISION for package change

Upstream rerolled the tarball to fix the notes in package.xml.
The diff is as follows:
diff -u old/package.xml new/package.xml
--- old/package.xml	2023-10-23 13:30:30.000000000 +0800
+++ new/package.xml	2023-10-27 05:39:53.000000000 +0800
@@ -22,8 +22,8 @@
   <email>[email protected]</email>
   <active>yes</active>
  </lead>
- <date>2023-10-23</date>
- <time>05:30:29</time>
+ <date>2023-10-26</date>
+ <time>21:39:53</time>
  <version>
   <release>1.11.0</release>
   <api>1.4.0</api>
@@ -34,9 +34,8 @@
  </stability>
  <license uri="https://opensource.org/licenses/bsd-license.php">BSD-2-Clause</license>
  <notes>
-* BugFix: SMTP: STARTTLS failed (code: 220, response: 2.0.0 Ready to start TLS #74
 * Feature: Add SCRAM-SHA-1, SCRAM-SHA-224, SCRAM-SHA-256, SCRAM-SHA-384 and SCRAM-SHA-512 support (#76)
-* Task: Mark authentication methods CRAM-MD5, DIGEST-MD5, LOGIN and PLAIN as DEPRECATED with deprecation warnings in the error-log (#76)
+* Task: Mark authentication methods CRAM-MD5, DIGEST-MD5 and LOGIN as DEPRECATED with deprecation warnings in the error-log (#76)
 * BugFix: SMTP: STARTTLS failed (code: 220, response: 2.0.0 Ready to start TLS) (#74)
 * BugFix: Issue with non-blocking streams on establishing STARTTLS encryption (#74)
 * BugFix: Implement TLS1.3 on STARTTLS encryption (#74)
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.

4 participants