Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 360340 Details for
Bug 313253
app-crypt/monkeysphere - framework to transparently leverage the web of trust for authentication of TLS/SSL communications
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patchfile for ebuild for monkeysphere 0.36 ebuild
02_non_default_port.patch (text/plain), 418 bytes, created by
Kristian Fiskerstrand (RETIRED)
on 2013-10-07 19:39:02 UTC
(
hide
)
Description:
patchfile for ebuild for monkeysphere 0.36 ebuild
Filename:
MIME Type:
Creator:
Kristian Fiskerstrand (RETIRED)
Created:
2013-10-07 19:39:02 UTC
Size:
418 bytes
patch
obsolete
>diff -r 5f7ee764ec1f src/share/common >--- a/src/share/common Mon Oct 07 19:22:36 2013 +0200 >+++ b/src/share/common Mon Oct 07 19:22:58 2013 +0200 >@@ -863,6 +863,10 @@ > ;; > ('known_hosts') > host=${userID#ssh://} >+ if [[ "${host}" == *:* ]]; then >+ IFS=':' read -a ARR <<< "${host}" >+ host="[${ARR[0]}]:${ARR[1]}" >+ fi > remove_line "$keyFile" "$host" "$sshKey" > ;; > esac
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 313253
:
226647
|
252631
|
360336
|
360338
| 360340 |
363444
|
363446
|
363504