<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>131297</bug_id>
          
          <creation_ts>2014-04-07 02:48:09 -0700</creation_ts>
          <short_desc>[GTK] Change the server for downloading freetype source.</short_desc>
          <delta_ts>2014-06-03 09:58:52 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="ChangSeok Oh">changseok</reporter>
          <assigned_to name="ChangSeok Oh">changseok</assigned_to>
          <cc>gustavo</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>mrobinson</cc>
    
    <cc>ossy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>998109</commentid>
    <comment_count>0</comment_count>
    <who name="ChangSeok Oh">changseok</who>
    <bug_when>2014-04-07 02:48:09 -0700</bug_when>
    <thetext>The freetype file server, download.savannah.gnu.org/releases/freetype/ seems very unstable nowadays. I&apos;ve noticed frequent failures for downloading it.
So I propose to replace the file server with its git server.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>998119</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2014-04-07 04:49:38 -0700</bug_when>
    <thetext>Additionally you can set JHBUILD_MIRROR environment variable to a local path
to cache jhbuild downloaded sources not to have to download them again and again.
( See https://trac.webkit.org/changeset/166061 for details.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>999204</commentid>
    <comment_count>2</comment_count>
      <attachid>228965</attachid>
    <who name="ChangSeok Oh">changseok</who>
    <bug_when>2014-04-09 09:42:01 -0700</bug_when>
    <thetext>Created attachment 228965
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>999205</commentid>
    <comment_count>3</comment_count>
    <who name="ChangSeok Oh">changseok</who>
    <bug_when>2014-04-09 09:42:58 -0700</bug_when>
    <thetext>(In reply to comment #1)
&gt; Additionally you can set JHBUILD_MIRROR environment variable to a local path
&gt; to cache jhbuild downloaded sources not to have to download them again and again.
&gt; ( See https://trac.webkit.org/changeset/166061 for details.)

Good to know! Thanks. :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1000832</commentid>
    <comment_count>4</comment_count>
      <attachid>228965</attachid>
    <who name="Gustavo Noronha (kov)">gustavo</who>
    <bug_when>2014-04-15 05:27:38 -0700</bug_when>
    <thetext>Comment on attachment 228965
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=228965&amp;action=review

I haven&apos;t had trouble with this, and there is one problem: patches are not applied to git repositories, just to tarballs, so we can&apos;t do this. Perhaps we could instead store the tarball at a different location?

&gt; Tools/ChangeLog:8
&gt; +        The freetype server, serverdownload.savannah.gnu.org/releases/freetype/

s/serverdownload/download/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1006963</commentid>
    <comment_count>5</comment_count>
    <who name="ChangSeok Oh">changseok</who>
    <bug_when>2014-05-06 09:04:41 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; (From update of attachment 228965 [details])
&gt; View in context: https://bugs.webkit.org/attachment.cgi?id=228965&amp;action=review
&gt; 
&gt; I haven&apos;t had trouble with this, and there is one problem: patches are not applied to git repositories, just to tarballs, so we can&apos;t do this. Perhaps we could instead store the tarball at a different location?

This still annoys me. I don&apos;t know why you haven&apos;t faced this though, maybe the server blocks accessing from Asia? :(
I&apos;d like to fix at this time. I&apos;m thinking of uploading freetype-2.4.11.tar.bz2 to github. Better idea?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1006982</commentid>
    <comment_count>6</comment_count>
      <attachid>230914</attachid>
    <who name="ChangSeok Oh">changseok</who>
    <bug_when>2014-05-06 09:57:44 -0700</bug_when>
    <thetext>Created attachment 230914
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1006985</commentid>
    <comment_count>7</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2014-05-06 10:07:59 -0700</bug_when>
    <thetext>Is there a way you can override this in your local environment only?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1006987</commentid>
    <comment_count>8</comment_count>
    <who name="ChangSeok Oh">changseok</who>
    <bug_when>2014-05-06 10:15:09 -0700</bug_when>
    <thetext>(In reply to comment #7)
&gt; Is there a way you can override this in your local environment only?

In other words.. Martin, you don&apos;t have any issue either, wget http://download.savannah.gnu.org/releases/freetype/freetype-2.4.11.tar.bz2?
If I&apos;m the only guy having problem regarding this, yeah it&apos;s possible that using the override module.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1006994</commentid>
    <comment_count>9</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2014-05-06 10:24:07 -0700</bug_when>
    <thetext>It works fine for me. Is it consistently broken for you?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1007524</commentid>
    <comment_count>10</comment_count>
    <who name="ChangSeok Oh">changseok</who>
    <bug_when>2014-05-07 21:52:50 -0700</bug_when>
    <thetext>(In reply to comment #9)
&gt; It works fine for me. Is it consistently broken for you?

Yes. it is. And I could hear that other Korean users have the same problem.  It seems public.p-knowledge.co.jp goes something wrong. It might be broken or block accessing from only korea. :\ 
Anyway this issue is not general and we know an workaround, overriding the server in local jhmodule. so I close this bug here with a note for records.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1007526</commentid>
    <comment_count>11</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2014-05-07 21:59:17 -0700</bug_when>
    <thetext>(In reply to comment #10)
&gt; (In reply to comment #9)
&gt; &gt; It works fine for me. Is it consistently broken for you?
&gt; 
&gt; Yes. it is. And I could hear that other Korean users have the same problem.  It seems public.p-knowledge.co.jp goes something wrong. It might be broken or block accessing from only korea. :\ 
&gt; Anyway this issue is not general and we know an workaround, overriding the server in local jhmodule. so I close this bug here with a note for records.

It&apos;s really surprising that gnu.org is broken for so many people in Korea. Perhaps we can find another official GNU mirror that works for everyone.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1007532</commentid>
    <comment_count>12</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2014-05-07 22:29:40 -0700</bug_when>
    <thetext>(In reply to comment #11)
&gt; (In reply to comment #10)
&gt; &gt; (In reply to comment #9)
&gt; &gt; &gt; It works fine for me. Is it consistently broken for you?
&gt; &gt; 
&gt; &gt; Yes. it is. And I could hear that other Korean users have the same problem.  It seems public.p-knowledge.co.jp goes something wrong. It might be broken or block accessing from only korea. :\ 
&gt; &gt; Anyway this issue is not general and we know an workaround, overriding the server in local jhmodule. so I close this bug here with a note for records.
&gt; 
&gt; It&apos;s really surprising that gnu.org is broken for so many people in Korea. Perhaps we can find another official GNU mirror that works for everyone.

Yes, I haven failed to download the freetype tarball via the url as well. If this bug can find alternative url, EFL port needs to use it as well.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1011860</commentid>
    <comment_count>13</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2014-05-26 19:08:36 -0700</bug_when>
    <thetext>Any update ? Whenever Korean engineers need to download freetype tarball by using jhbuild, we can&apos;t download the freetype tarball on the download url. Can&apos;t we change the url for EFL and GTK ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1011867</commentid>
    <comment_count>14</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2014-05-26 19:38:53 -0700</bug_when>
    <thetext>(In reply to comment #13)
&gt; Any update ? Whenever Korean engineers need to download freetype tarball by using jhbuild, we can&apos;t download the freetype tarball on the download url. Can&apos;t we change the url for EFL and GTK ?

Have you tried traceroute to determine the problem with the GNU download site?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1011894</commentid>
    <comment_count>15</comment_count>
    <who name="ChangSeok Oh">changseok</who>
    <bug_when>2014-05-26 23:46:49 -0700</bug_when>
    <thetext>(In reply to comment #14)
&gt; (In reply to comment #13)
&gt; &gt; Any update ? Whenever Korean engineers need to download freetype tarball by using jhbuild, we can&apos;t download the freetype tarball on the download url. Can&apos;t we change the url for EFL and GTK ?
&gt; 
&gt; Have you tried traceroute to determine the problem with the GNU download site?

Yes I did.

[shivamidow@iMacStation:temp]$ wget http://download.savannah.gnu.org/releases/freetype/freetype-2.4.11.tar.bz2

--2014-05-27 15:35:56--  http://download.savannah.gnu.org/releases/freetype/freetype-2.4.11.tar.bz2
Resolving download.savannah.gnu.org (download.savannah.gnu.org)... 140.186.70.73
Connecting to download.savannah.gnu.org (download.savannah.gnu.org)|140.186.70.73|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://download.savannah.gnu.org/releases-redirect/freetype/freetype-2.4.11.tar.bz2 [following]
--2014-05-27 15:35:57--  http://download.savannah.gnu.org/releases-redirect/freetype/freetype-2.4.11.tar.bz2
Reusing existing connection to download.savannah.gnu.org:80.
HTTP request sent, awaiting response... 302 Found
Location: http://public.p-knowledge.co.jp/Savannah-nongnu-mirror//freetype/freetype-2.4.11.tar.bz2 [following]
--2014-05-27 15:35:57--  http://public.p-knowledge.co.jp/Savannah-nongnu-mirror//freetype/freetype-2.4.11.tar.bz2
Resolving public.p-knowledge.co.jp (public.p-knowledge.co.jp)... 116.58.185.5
Connecting to public.p-knowledge.co.jp (public.p-knowledge.co.jp)|116.58.185.5|:80... 

It seems the gnu download server redirects eventually to p-knowledge.co.jp when asian user(not sure it happens on only Korean or else Asian) sends the server a request for downloading. Even though I poked 116.58.185.5, I could not receive any ack. Maybe it&apos;s dead or has been blocking access from any users.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1013107</commentid>
    <comment_count>16</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2014-06-03 09:46:19 -0700</bug_when>
    <thetext>(In reply to comment #15)
&gt; It seems the gnu download server redirects eventually to p-knowledge.co.jp when asian user(not sure it happens on only Korean or else Asian) sends the server a request for downloading. Even though I poked 116.58.185.5, I could not receive any ack. Maybe it&apos;s dead or has been blocking access from any users.

I&apos;m able to access this server, so it seems like it might be a problem with your ISP. I think that we have a few options here:

1. We can contact a mirror directly with a comment explaining that a common mirror is blocked.
2. You can contact your ISP and figure out why you cannot access the site.
3. You can bring this issue to GNU with as much information as possible about why it is i blocked.

What do you think?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1013110</commentid>
    <comment_count>17</comment_count>
    <who name="ChangSeok Oh">changseok</who>
    <bug_when>2014-06-03 09:58:52 -0700</bug_when>
    <thetext>(In reply to comment #16)
&gt; (In reply to comment #15)
&gt; &gt; It seems the gnu download server redirects eventually to p-knowledge.co.jp when asian user(not sure it happens on only Korean or else Asian) sends the server a request for downloading. Even though I poked 116.58.185.5, I could not receive any ack. Maybe it&apos;s dead or has been blocking access from any users.
&gt; 
&gt; I&apos;m able to access this server, so it seems like it might be a problem with your ISP. I think that we have a few options here:
&gt; 
&gt; 1. We can contact a mirror directly with a comment explaining that a common mirror is blocked.
&gt; 2. You can contact your ISP and figure out why you cannot access the site.
&gt; 3. You can bring this issue to GNU with as much information as possible about why it is i blocked.
&gt; 
&gt; What do you think?

I think those are worth to check and try. I&apos;ll do.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>228965</attachid>
            <date>2014-04-09 09:42:01 -0700</date>
            <delta_ts>2014-05-06 09:57:39 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-131297-20140410014139.patch</filename>
            <type>text/plain</type>
            <size>2470</size>
            <attacher name="ChangSeok Oh">changseok</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTY2OTk2CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggY2U5ODU5YzNiNmU1NDQ5YzBmMTM0NjZkZmI5NmJiZTIw
MzdiYTMyYi4uMGNmNWVlNjgxNjQ4ODVkOTI0MGUyOGJmNzY5MTE5MWY3ZWEzZWEzOSAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE5
IEBACisyMDE0LTA0LTA5ICBDaGFuZ1Nlb2sgT2ggIDxjaGFuZ3Nlb2sub2hAY29sbGFib3JhLmNv
bT4KKworICAgICAgICBbR1RLXSBVc2UgZ2l0IHNlcnZlciBmb3IgZG93bmxvYWRpbmcgZnJlZXR5
cGUgc291cmNlLgorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/
aWQ9MTMxMjk3CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAg
ICAgVGhlIGZyZWV0eXBlIHNlcnZlciwgc2VydmVyZG93bmxvYWQuc2F2YW5uYWguZ251Lm9yZy9y
ZWxlYXNlcy9mcmVldHlwZS8KKyAgICAgICAgaXMgdmVyeSB1bnN0YWJsZSBub3dhZGF5cy4gU28g
SSdkIGxpa2UgdG8gcmVwbGFjZSBpdCB3aXRoIHRoZSBmcmVldHlwZSBnaXQgc2VydmVyLgorICAg
ICAgICBGcmVldHlwZSBzb3VyY2UgZnJvbSBnaXQgZG9lc24ndCBpbmNsdWRlIGFuIGVzc2VudGlh
bCBjb25maWd1cmUgZmlsZSB1bmRlciAuL2J1aWxkL3VuaXguCisgICAgICAgIFNvIHdlIHNob3Vs
ZCBydW4gYXV0b2dlbi5zaCBiZWZvcmUgY29uZmlndXJlIHRvIGdlbmVyYXRlIGl0LiBPbiB0aGUg
b3RoZXIgaGFuZCwgdGhlIGF1dG9nZW4uc2gKKyAgICAgICAgZG9lc24ndCB0cmlnZ2VyIGNvbmZp
Z3VyZS4gRm9yIHRoZXNlIHJlYXNvbnMsIHdlIG5lZWQgdG8gcnVuIGF1dG9nZW4uc2ggYW5kIGNv
bmZpZ3VyZQorICAgICAgICBjb25jdXJyZW50bHkuCisKKyAgICAgICAgKiBndGsvamhidWlsZC5t
b2R1bGVzOgorCiAyMDE0LTA0LTA4ICBHZW9mZnJleSBHYXJlbiAgPGdnYXJlbkBhcHBsZS5jb20+
CiAKICAgICAgICAgRml4IHRoZSBidWlsZC1qc2MgYnVpbGQKZGlmZiAtLWdpdCBhL1Rvb2xzL2d0
ay9qaGJ1aWxkLm1vZHVsZXMgYi9Ub29scy9ndGsvamhidWlsZC5tb2R1bGVzCmluZGV4IGY5YTFj
YTdhMDBiMjE1NGZmMzAzN2ZhNzI5NTM3NmNjNjM1YmI3YTQuLmNmNjM4NjdhMDJhNmNmZWI3Yzdi
M2FmNDM5ODI4NzRkZDhjOTk4ZWYgMTAwNjQ0Ci0tLSBhL1Rvb2xzL2d0ay9qaGJ1aWxkLm1vZHVs
ZXMKKysrIGIvVG9vbHMvZ3RrL2poYnVpbGQubW9kdWxlcwpAQCAtNTIsOCArNTIsOCBAQAogICAg
ICAgaHJlZj0iZnRwOi8veG1sc29mdC5vcmciLz4KICAgPHJlcG9zaXRvcnkgdHlwZT0idGFyYmFs
bCIgbmFtZT0iZ3N0cmVhbWVyIgogICAgICAgaHJlZj0iaHR0cDovL2dzdHJlYW1lci5mcmVlZGVz
a3RvcC5vcmcvc3JjLyIvPgotICA8cmVwb3NpdG9yeSB0eXBlPSJ0YXJiYWxsIiBuYW1lPSJzYXZh
bm5haC5nbnUub3JnIgotICAgICAgaHJlZj0iaHR0cDovL2Rvd25sb2FkLnNhdmFubmFoLmdudS5v
cmcvcmVsZWFzZXMvIi8+CisgIDxyZXBvc2l0b3J5IHR5cGU9ImdpdCIgbmFtZT0iZ2l0LnN2Lmdu
dS5vcmciCisgICAgICBocmVmPSJnaXQ6Ly9naXQuc3YuZ251Lm9yZyIvPgogCiAKICAgPGF1dG90
b29scyBpZD0iY2Fpcm8iIGF1dG9nZW4tc2g9ImNvbmZpZ3VyZSIKQEAgLTg1LDExICs4NSwxMCBA
QAogICAgIDxicmFuY2ggcmVwbz0iZ2l0aHViLmNvbSIgbW9kdWxlPSJtcm9iaW5zb24vd2Via2l0
Z3RrLXRlc3QtZm9udHMuZ2l0IiBjaGVja291dGRpcj0id2Via2l0Z3RrLXRlc3QtZm9udHMiIHRh
Zz0iMC4wLjQiLz4KICAgPC9hdXRvdG9vbHM+CiAKLSAgPGF1dG90b29scyBpZD0iZnJlZXR5cGU2
IiBhdXRvZ2VuLXNoPSJjb25maWd1cmUiPgotICAgIDxicmFuY2ggbW9kdWxlPSJmcmVldHlwZS9m
cmVldHlwZS0yLjQuMTEudGFyLmJ6MiIgdmVyc2lvbj0iMi40LjExIgotICAgICAgICAgICAgcmVw
bz0ic2F2YW5uYWguZ251Lm9yZyIKLSAgICAgICAgICAgIGhhc2g9InNoYTI1NjplZjlkMGJjYjY0
NjQ3ZDllNTEyNWRjNzUzNGQ3Y2EzNzFjOTgzMTBmZWM4NzY3N2M0MTBmMzk3ZjcxZmZiZTNmIgot
ICAgICAgICAgICAgbWQ1c3VtPSJiOTM0MzU0ODg5NDI0ODZjOGQwY2EyMmU4Zjc2ODAzNCI+Cisg
IDxhdXRvdG9vbHMgaWQ9ImZyZWV0eXBlNiIgYXV0b2dlbi1zaD0iYXV0b2dlbi5zaDsuL2NvbmZp
Z3VyZSI+CisgICAgPGJyYW5jaCBtb2R1bGU9ImZyZWV0eXBlL2ZyZWV0eXBlMi5naXQiIHZlcnNp
b249IjIuNC4xMSIKKyAgICAgICAgICAgIHJlcG89ImdpdC5zdi5nbnUub3JnIgorICAgICAgICAg
ICAgdGFnPSJWRVItMi00LTExIj4KICAgICAgIDxwYXRjaCBmaWxlPSJmcmVldHlwZTYtMi40LjEx
LXRydWV0eXBlLWZvbnQtaGVpZ2h0LWZpeC5wYXRjaCIgc3RyaXA9IjEiLz4KICAgICA8L2JyYW5j
aD4KICAgPC9hdXRvdG9vbHM+Cg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>230914</attachid>
            <date>2014-05-06 09:57:44 -0700</date>
            <delta_ts>2014-05-07 21:53:18 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-131297-20140507015721.patch</filename>
            <type>text/plain</type>
            <size>1878</size>
            <attacher name="ChangSeok Oh">changseok</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTY4MzU5CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggZTQwZjRmZTA0M2ZkYzAxN2IwZDRkZTkzYWMyNWVmMmFj
YzFlZGRlOC4uOWZhM2NmNGFiNGFkZjQ5MmQxZDk0ZDM4MTQwYWMwNDRkMTNkNTEyNSAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE1
IEBACisyMDE0LTA1LTA2ICBDaGFuZ1Nlb2sgT2ggIDxjaGFuZ3Nlb2sub2hAY29sbGFib3JhLmNv
bT4KKworICAgICAgICBbR1RLXSBDaGFuZ2UgdGhlIHNlcnZlciBmb3IgZG93bmxvYWRpbmcgZnJl
ZXR5cGUgc291cmNlLgorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5j
Z2k/aWQ9MTMxMjk3CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAg
ICAgICAgVGhlIGZyZWV0eXBlIHNlcnZlciwgZG93bmxvYWQuc2F2YW5uYWguZ251Lm9yZy9yZWxl
YXNlcy9mcmVldHlwZS8gaXMgdmVyeSB1bnN0YWJsZSBub3dhZGF5cy4KKyAgICAgICAgU28gSSdk
IGxpa2UgdG8gcmVwbGFjZSBpdCB3aXRoIGEgbWlpcnJvciBzZXJ2ZXIsIGdpdGh1Yi4KKworICAg
ICAgICAqIGd0ay9qaGJ1aWxkLm1vZHVsZXM6CisKIDIwMTQtMDUtMDYgIENvbW1pdCBRdWV1ZSAg
PGNvbW1pdC1xdWV1ZUB3ZWJraXQub3JnPgogCiAgICAgICAgIFVucmV2aWV3ZWQsIHJvbGxpbmcg
b3V0IHIxNjgzMDQuCmRpZmYgLS1naXQgYS9Ub29scy9ndGsvamhidWlsZC5tb2R1bGVzIGIvVG9v
bHMvZ3RrL2poYnVpbGQubW9kdWxlcwppbmRleCBmOWExY2E3YTAwYjIxNTRmZjMwMzdmYTcyOTUz
NzZjYzYzNWJiN2E0Li4yNjY5ZjU4NTgyNWE4MzNkMTM5NmJhZjZkODZhNDk1N2YzZjIzYzExIDEw
MDY0NAotLS0gYS9Ub29scy9ndGsvamhidWlsZC5tb2R1bGVzCisrKyBiL1Rvb2xzL2d0ay9qaGJ1
aWxkLm1vZHVsZXMKQEAgLTU0LDYgKzU0LDggQEAKICAgICAgIGhyZWY9Imh0dHA6Ly9nc3RyZWFt
ZXIuZnJlZWRlc2t0b3Aub3JnL3NyYy8iLz4KICAgPHJlcG9zaXRvcnkgdHlwZT0idGFyYmFsbCIg
bmFtZT0ic2F2YW5uYWguZ251Lm9yZyIKICAgICAgIGhyZWY9Imh0dHA6Ly9kb3dubG9hZC5zYXZh
bm5haC5nbnUub3JnL3JlbGVhc2VzLyIvPgorICA8cmVwb3NpdG9yeSB0eXBlPSJ0YXJiYWxsIiBu
YW1lPSJzYXZhbm5haC5nbnUub3JnLW1pcnJvciIKKyAgICAgIGhyZWY9Imh0dHA6Ly9naXRodWIu
Y29tIi8+CiAKIAogICA8YXV0b3Rvb2xzIGlkPSJjYWlybyIgYXV0b2dlbi1zaD0iY29uZmlndXJl
IgpAQCAtODYsOCArODgsOCBAQAogICA8L2F1dG90b29scz4KIAogICA8YXV0b3Rvb2xzIGlkPSJm
cmVldHlwZTYiIGF1dG9nZW4tc2g9ImNvbmZpZ3VyZSI+Ci0gICAgPGJyYW5jaCBtb2R1bGU9ImZy
ZWV0eXBlL2ZyZWV0eXBlLTIuNC4xMS50YXIuYnoyIiB2ZXJzaW9uPSIyLjQuMTEiCi0gICAgICAg
ICAgICByZXBvPSJzYXZhbm5haC5nbnUub3JnIgorICAgIDxicmFuY2ggbW9kdWxlPSJzaGl2YW1p
ZG93L2ZyZWV0eXBlL3Jhdy9tYXN0ZXIvZnJlZXR5cGUtMi40LjExLnRhci5iejIiIHZlcnNpb249
IjIuNC4xMSIKKyAgICAgICAgICAgIHJlcG89InNhdmFubmFoLmdudS5vcmctbWlycm9yIgogICAg
ICAgICAgICAgaGFzaD0ic2hhMjU2OmVmOWQwYmNiNjQ2NDdkOWU1MTI1ZGM3NTM0ZDdjYTM3MWM5
ODMxMGZlYzg3Njc3YzQxMGYzOTdmNzFmZmJlM2YiCiAgICAgICAgICAgICBtZDVzdW09ImI5MzQz
NTQ4ODk0MjQ4NmM4ZDBjYTIyZThmNzY4MDM0Ij4KICAgICAgIDxwYXRjaCBmaWxlPSJmcmVldHlw
ZTYtMi40LjExLXRydWV0eXBlLWZvbnQtaGVpZ2h0LWZpeC5wYXRjaCIgc3RyaXA9IjEiLz4K
</data>
<flag name="review"
          id="255314"
          type_id="1"
          status="-"
          setter="changseok"
    />
          </attachment>
      

    </bug>

</bugzilla>