Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 140983 Details for
Bug 205966
patch to prevent the binhost password from being printed to stdout
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
simple interface enhancement
portage-fuzzy.patch (text/plain), 842 bytes, created by
Mike "Fuzzy" Partin
on 2008-01-15 15:02:11 UTC
(
hide
)
Description:
simple interface enhancement
Filename:
MIME Type:
Creator:
Mike "Fuzzy" Partin
Created:
2008-01-15 15:02:11 UTC
Size:
842 bytes
patch
obsolete
>diff -u -r ./pym/portage.py ../portage-2.1.3.16.fuzz/pym/portage.py >--- ./pym/portage.py 2008-01-15 10:25:37.000000000 -0600 >+++ ../portage-2.1.3.16.fuzz/pym/portage.py 2008-01-15 10:25:21.000000000 -0600 >@@ -7788,7 +7788,12 @@ > chunk_size = 3000 > > writemsg_stdout("\n") >- writemsg_stdout(green("Fetching bininfo from ")+base_url+"\n") >+ mp_proto = base_url.split(':')[0] >+ mp_usern = base_url.split(':')[1].split('//')[1] >+ mp_paswd = base_url.split(':')[2].split('@')[0] >+ mp_url = base_url.split(':')[2].split('@')[1] >+ output_url = mp_proto+'://'+mp_usern+':'+('*'*len(mp_paswd))+'@'+mp_url >+ writemsg_stdout(green("Fetching bininfo from ")+output_url+"\n") > self.remotepkgs = getbinpkg.dir_get_metadata( > self.settings["PORTAGE_BINHOST"], chunk_size=chunk_size) > #writemsg_stdout(green(" -- DONE!\n\n"))
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 205966
: 140983