-
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
Status / Monitoring - Pollyfill - Includes Method #74
Closed
NOYB
wants to merge
1
commit into
pfsense:devel
from
NOYB:Status_/_Monitoring_-_Pollyfill_-_Includes_Method
Closed
Status / Monitoring - Pollyfill - Includes Method #74
NOYB
wants to merge
1
commit into
pfsense:devel
from
NOYB:Status_/_Monitoring_-_Pollyfill_-_Includes_Method
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
Polyfill for older browsers that yet don't have the newer "includes()" method implemented.
I haven't checked this one yet, but since it could apply to all pages, it might be better to keep it in this file: https://github.com/pfsense/pfsense/blob/master/src/usr/local/www/jquery/pfSense.js |
Okay thanks. I'll move it over there. |
Closing this PR since it moved to here: pfsense/pfsense#2718 |
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
Jan 9, 2017
- Update dependency version - Rename dependency to match standard Python package naming and support multiple/concurrent versions on httpie and py-http-prompt www/py-httpie: rename from www/httpie; fix dependencies; set NO_ARCH [2] www/Makefile: chase rename MOVED: document rename Changelog: - 0.7.0 * New feature: Shell substitution (#54, #61, #74) * New feature: Piping to shell (#61, #74) * New feature: Be able to delete all parameters of a given type (# - 0.8.0 * Add support for OPTIONS method (#84) * Fix highlighting bug with parameters starting with HTTP method names (#86) * Fix excessive newlines after headers and body (#89) PR: 213700 [1] PR: 213728 [2] Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (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 <jaap@NLnetLabs.nl> (maintainer)
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>schengawegga@gmail.com</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
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.
Polyfill for older browsers that yet don't have the newer "includes()" method implemented.