-
Notifications
You must be signed in to change notification settings - Fork 608
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
haproxy, haproxy-devel, 0.59_5, re-fix the SNI options for haproxy 1.7 #544
Merged
netgate-git-updates
merged 1 commit into
pfsense:devel
from
PiBa-NL:20180725-haproxy-0.59.2
Jul 28, 2018
Merged
haproxy, haproxy-devel, 0.59_5, re-fix the SNI options for haproxy 1.7 #544
netgate-git-updates
merged 1 commit into
pfsense:devel
from
PiBa-NL:20180725-haproxy-0.59.2
Jul 28, 2018
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
…7 by properly using the crt-list without options it doesn't understand, make getarraybyref() more robust, more php7 'fixes' cleanup..
netgate-git-updates
pushed a commit
that referenced
this pull request
Jul 28, 2018
@jim-p Did this make it to the pkg repo yet? I am still seeing 0.59_4 as of 8/1. |
Looks like it was merged into devel for 2.4.4 snapshots but not picked back into the other branches yet. |
Ah ok, that explains it. Thanks |
netgate-git-updates
pushed a commit
that referenced
this pull request
May 21, 2022
3.1.0 (2022-05-18) * Introduce basic support for OpenSSL version 3 (#492) * Update regex in grep to be POSIX compliant (#556) * Introduce status reporting tools (#555 & #557) * Display certificates using UTF8 (#551) * Allow certificates to be created with fixed date offset (#550) * Add 'verify' to verify certificate against CA (#549) * Add PKCS#12 alias 'friendlyName' (#544) * Disallow use of '--vars=FILE init-pki' (#566) * Support multiple IP-Addresses in SAN (#564) * Add option '--renew-days=NN', custom renew grace period (#557) * Add 'nopass' option to the 'export-pkcs' functions (#411) * Add support for 'busybox' (#543) * Add option '--tmp-dir=DIR' to declare Temp-dir (Commit f503a22) 3.0.9 (2022-05-17) * Upgrade OpenSSL from 1.1.0j to 1.1.1o (#405, #407) - We are buliding this ourselves now. * Fix --version so it uses EASYRSA_OPENSSL (#416) * Use openssl rand instead of non-POSIX mktemp (#478) * Fix paths with spaces (#443) * Correct OpenSSL version from Homebrew on macOs (#416) * Fix revoking a renewed certificate (Original PR #394) Follow-up commit: ef22701878bb10df567d60f2ac50dce52a82c9ee * Introduce 'show-crl' (d1993892178c5219f4a38d50db3b53d1a972b36c) * Support Windows-Git 'version of bash' (#533) * Disallow use of single quote (') in vars file, Warning (#530) * Creating a CA uses x509-types/ca and COMMON (#526) * Prefer 'PKI/vars' over all other locations (#528) * Introduce 'init-pki soft' option (#197) * Warnings are no longer silenced by --batch (#523) * Improve packaging options (#510) * Update regex for POSIX compliance (#556) * Correct date format for Darwin/BSD (#559)
netgate-git-updates
pushed a commit
that referenced
this pull request
Jul 1, 2023
Changes since 1.3.0: v1.4.0 This release adds support for Jira v9, a serverinfo command to quickly check your Jira server build info, lets you set resolution, assignee and comment on issue move, and many more. - feat(tui): Allow issue transition from the ui by @ankitpokhrel in #544 - feat(tui): Add help page by @ankitpokhrel in #563 - feat: Filter by multiple statuses by @ankitpokhrel in #573 - feat: Support for adding watcher to Issue by @ankitpokhrel in #584 - feat: Allow different jira server for API and for UI by @markhatch in #613 - fix: Shell completion for Fish and PowerShell by @ankitpokhrel in #553 - fix: Worklog comment don't work together with prompt by @ankitpokhrel in #562 - fix: Use http client wrapper instead of round trip by @ankitpokhrel in #530 - fix: Try to detect if JIRA v8 server is not using the createmeta REST endpoint by @tristianc in #574 - fix: Issue with -c flag on config generation by @ankitpokhrel in #582 - fix: Issue with value assignment in init by @ankitpokhrel in #606 - fix: Issue with epic field on create by @ankitpokhrel in #607 - fix: Comment author name is not always displayed by @ankitpokhrel in (#618) - ehc: Improve PAGER selection by @ankitpokhrel in #570 - dep: Upgrade cobra to v1.7.0 by @dbirks in #608 - ci: Upgrade actions by @ankitpokhrel in #590 - @tristianc made their first contribution in #574 - @dbirks made their first contribution in #608 - @markhatch made their first contribution in #613 Full Changelog: ankitpokhrel/jira-cli@v1.3.0...v1.4.0
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.
haproxy, haproxy-devel, 0.59_5, re-fix the SNI options for haproxy 1.7 by properly using the crt-list without options it doesn't understand, make getarraybyref() more robust, more php7 'fixes' cleanup..