-
Notifications
You must be signed in to change notification settings - Fork 51
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
typo #9
Closed
Closed
typo #9
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
Hello Ioannis,
Ioannis Cherouvim writes:
-- Commit Summary --
* typo
-- File Changes --
M py-cameo/Makefile (2)
-- Patch Links --
https://github.com/NetBSD/pkgsrc-wip/pull/9.patch
https://github.com/NetBSD/pkgsrc-wip/pull/9.diff
I have just committed the patch, thank you for reporting it!
|
0-wiz-0
pushed a commit
that referenced
this pull request
Oct 22, 2018
Reported by Ioannis Cherouvim via #9, thanks!
wip-sync
pushed a commit
that referenced
this pull request
May 30, 2020
SECURITY: * core: Proxy environment variables are now redacted before being logged, in case the URLs include a username:password. This vulnerability, CVE-2020-13223, is fixed in 1.3.6 and 1.4.2, but affects 1.4.0 and 1.4.1, as well as older versions of Vault [GH-9022] * secrets/gcp: Fix a regression in 1.4.0 where the system TTLs were being used instead of the configured backend TTLs for dynamic service accounts. This vulnerability is CVE-2020-12757. [GH-85] IMPROVEMENTS: * storage/raft: The storage stanza now accepts leader_ca_cert_file, leader_client_cert_file, and leader_client_key_file parameters to read and parse TLS certificate information from paths on disk. Existing non-path based parameters will continue to work, but their values will need to be provided as a single-line string with newlines delimited by \n. [GH-8894] * storage/raft: The vault status CLI command and the sys/leader API now contain the committed and applied raft indexes. [GH-9011] BUG FIXES: * auth/aws: Fix token renewal issues caused by the metadata changes in 1.4.1 [GH-8991] * auth/ldap: Fix 1.4.0 regression that could result in auth failures when LDAP auth config includes upndomain. [GH-9041] * secrets/ad: Forward rotation requests from standbys to active clusters [GH-66] * secrets/database: Prevent generation of usernames that are not allowed by the MongoDB Atlas API [GH-9] * secrets/database: Return an error if a manual rotation of static account credentials fails [GH-9035] * secrets/openldap: Forward all rotation requests from standbys to active clusters [GH-9028] * secrets/transform (enterprise): Fix panic that could occur when accessing cached template entries, such as a requests that accessed templates directly or indirectly from a performance standby node. * serviceregistration: Fix a regression for Consul service registration that ignored using the listener address as the redirect address unless api_addr was provided. It now properly uses the same redirect address as the one used by Vault's Core object. [GH-8976] * storage/raft: Advertise the configured cluster address to the rest of the nodes in the raft cluster. This fixes an issue where a node advertising 0.0.0.0 is not using a unique hostname. [GH-9008] * storage/raft: Fix panic when multiple nodes attempt to join the cluster at once. [GH-9008] * sys: The path provided in sys/internal/ui/mounts/:path is now namespace-aware. This fixes an issue with vault kv subcommands that had namespaces provided in the path returning permission denied all the time. [GH-8962] * ui: Fix snowman that appears when namespaces have more than one period [GH-8910]
wip-sync
pushed a commit
that referenced
this pull request
Jul 31, 2020
Announcement: Time for another release! A few things prompted this, but the start of it was when we wanted to include a Japanese translation by maruhiro-ver0 (#8), as well as to improve gamepad usage and support (#7). So, yeah, this version includes said Japanese translation and improved gamepad support! Along the way, we also made the following changes: Adjusted in-mission dialogs to match the dialogs' timing (with one exception, the first Kline encounter, so as not to mess with music cues there). Made it so that, during the Kline fight in Classic difficulty, Kline's health goes to the health levels of respective stages when stage changes. This is done to simulate the behavior of the original, where Kline actually had four separate health bars that didn't bleed into each other. Fixed a bug in rendering of Unicode text which allowed multi-byte Unicode characters to be split into multiple parts. (#9)
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.
No description provided.