<?xml version="1.0" encoding="UTF-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
    <title>MoMoSo-NET.COM. Download</title>
    <link rel="alternate" type="text/html" href="https://www.momoso-net.com/~ms08/MMSNCDownload.php" />
    <generator url="http://nucleuscms.org/">Nucleus CMS v3.71</generator>
    <modified>
2017-01-04T08:32:28Z</modified>
    <entry>
 <title type="text/html" mode="escaped"><![CDATA[荅?????]></title>
 <link rel="alternate" type="text/html" href="https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=510" />
 <author>
  <name>bouichi</name>
 </author>
 <modified>2017-01-04T08:32:28Z</modified>
 <issued>2017-01-04T17:32:28+09:00</issued>
 <content type="text/html" mode="escaped"><![CDATA[<div class="rightbox">荅???????腮?/div><a href="https://www.momoso-net.com/~ms08?imagepopup=1/20170104-img_3827.jpg&amp;width=4032&amp;height=3024&amp;imagetext=20170104-img_3827.jpg" onclick="window.open(this.href,'imagepopup','status=no,toolbar=no,scrollbars=no,resizable=yes,width=4032,height=3024');return false;" class="thumbnail"></a><div class="leftbox">紊?荳????</div>]]></content>
 <id>https://www.momoso-net.com/~ms08/MMSNCDownload.php:5:510</id>
</entry><entry>
 <title type="text/html" mode="escaped"><![CDATA[篁?????eb?＜?若????oundCube?э?(Ubuntu 16.04 LTS)]]></title>
 <link rel="alternate" type="text/html" href="https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=508" />
 <author>
  <name>administrator</name>
 </author>
 <modified>2016-11-30T02:52:35Z</modified>
 <issued>2016-11-30T11:52:35+09:00</issued>
 <content type="text/html" mode="escaped"><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08?imagepopup=6/20161201-image.jpg&amp;width=4032&amp;height=3024&amp;imagetext=" onclick="window.open(this.href,'imagepopup','status=no,toolbar=no,scrollbars=no,resizable=yes,width=4032,height=3024');return false;" class="thumbnail"></a></div>篁?????eb?＜?若????b>RoundCube</b>?э?(Ubuntu 16.04 LTS)<br />
<br />
????????篋??????ゃ?潟?鴻???若????????????????????<br />
??MTP?泣?若???若??IMAP?泣?若???若??PHP鐚?篁?????HP5.6鐚???SSL??┃絎???MySQL?泣?若????br />
<br />
?祉???若?帥???若?鴻?????<br />
root@ubuntuez8:~# mysql -u root -p<br />
Enter password:<br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 18331<br />
Server version: 5.7.16-0ubuntu0.16.04.1 (Ubuntu)<br />
<br />
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.<br />
<br />
Oracle is a registered trademark of Oracle Corporation and/or its<br />
affiliates. Other names may be trademarks of their respective<br />
owners.<br />
<br />
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.<br />
<br />
mysql> create database roundcube;<br />
mysql> grant all privileges on roundcube.* to roundcube@'localhost' identified by 'password';<br />
mysql> flush privileges;<br />
mysql> exit<br />
<br />
??oundCube???ゃ?潟?鴻???若??br />
root@ubuntuez8:~# apt-get -y install roundcube roundcube-mysql roundcube-plugins roundcube-plugins-extra<br />
Configuring roundcube-core??┃絎?????筝??ц；腓冴?????障????<no>???御???????蚊???障????<br />
root@ubuntuez8:~# cd /usr/share/dbconfig-common/data/roundcube/install<br />
root@ubuntuez8:/usr/share/dbconfig-common/data/roundcube/install# mysql -u roundcube -D roundcube -p < mysql<br />
root@ubuntuez8:/usr/share/dbconfig-common/data/roundcube/install# cd<br />
root@ubuntuez8:~#<br />
<br />
??oundCube??┃絎?<br />
root@ubuntuez8:~# vi /etc/roundcube/debian-db.php<br />
鐚??php<br />
##<br />
## database access settings in php format<br />
## automatically generated from /etc/dbconfig-common/roundcube.conf<br />
## by /usr/sbin/dbconfig-generate-include<br />
##<br />
## by default this file is managed via ucf, so you shouldn't have to<br />
## worry about manual changes being silently discarded.  *however*,<br />
## you'll probably also want to edit the configuration file mentioned<br />
## above too.<br />
##<br />
$dbuser='<b>roundcube</b>';<br />
$dbpass='<b>password</b>';<br />
$basepath='';<br />
$dbname='<b>roundcube</b>';<br />
$dbserver='localhost';<br />
$dbport='';<br />
$dbtype='<b>mysql</b>';<br />
<br />
root@ubuntuez8:~# vi /etc/roundcube/config.inc.php<br />
   ????br />
$config = array();<br />
   ????br />
$config['default_host'] = '<b>ssl://mail.hogehoge-net.com</b>';<br />
   ????br />
$config['default_host'] = '<b>ssl://mail.hogehoge-net.com</b>';<br />
   ????br />
$config['smtp_server'] = '<b>ssl://mail.hogehoge-net.com</b>';<br />
   ????br />
$config['smtp_port'] = <b>465</b>;<br />
   ????br />
$config['smtp_user'] = '<b>%u</b>';<br />
   ????br />
$config['smtp_pass'] = '<b>%p</b>';<br />
   ????br />
$config['product_name'] = '<b>HoGeHoGe-NET.COM. Webmail</b>';<br />
<br />
????????????緇???申??<br />
<b># IMAP Port specification (SSL)<br />
$config['default_port'] = 993;<br />
<br />
# SMTP Specify authentication type<br />
$config['smtp_auth_type'] = 'LOGIN';<br />
<br />
# SMTP HELO host Designation<br />
$config['smtp_helo_host'] = 'hogehoge-net.com';<br />
<br />
# Specify domain name<br />
$config['mail_domain'] = 'hogehoge-net.com';<br />
<br />
# UserAgent Specify<br />
$config['useragent'] = 'HoGeHoGe-NET.COM. Webmail';<br />
<br />
# SMTP IMAP Specify connection options<br />
$config['imap_conn_options'] = array(<br />
  'ssl'         => array(<br />
    'verify_peer' => true,<br />
    'peer_name' => 'mail.hogehoge-net.com',<br />
    'allow_self_signed' => true,<br />
    'ciphers' => 'HIGH:!SSLv2:!SSLv3',<br />
  ),<br />
);<br />
$config['smtp_conn_options'] = array(<br />
  'ssl'         => array(<br />
    'verify_peer' => true,<br />
    'peer_name' => 'mail.hogehoge-net.com',<br />
    'allow_self_signed' => true,<br />
    'ciphers' => 'HIGH:!SSLv2:!SSLv3',<br />
  ),<br />
);</b><br />
??????point '<b>CN_match</b>' ?с????? '<b>peer_name</b>' ?э?鐚?<br />
<br />
root@ubuntuez8:~# vi /etc/apache2/conf-enabled/roundcube.conf<br />
#?潟?＜?潟??茹ｉ??br />
<b>Alias /roundcube /var/lib/roundcube</b><br />
<br />
php-mcrypt?????桁???∽?違??綽?荀????????с?ゃ?潟?鴻???若????????篁??????????????ャ?????????<br />
root@ubuntuez8:~# apt install php5.6-mcrypt php5.6-intl php5.6-zip<br />
<br />
PHP?≦宍?????劫??<br />
root@ubuntuez8:~# phpenmod mcrypt<br />
<br />
PEAR (PHP Extension and Application Repository)??HP???ゃ????????腆肴?<br />
?????????ョ憟?吟???≪???????若???????????<br />
root@ubuntuez8:~# pear upgrade-all<br />
?с??????????綽?荀??????с?ゃ?潟?鴻???若??br />
root@ubuntuez8:~# pear install Auth_SASL Net_SMTP Net_IDNA2-0.1.1 Mail_mime Mail_mimeDecode<br />
root@ubuntuez8:~# pear list<br />
Installed packages, channel pear.php.net:<br />
==============<br />
Package          Version State<br />
Archive_Tar      1.4.2   stable<br />
Auth             1.6.4   stable<br />
Auth_SASL        1.0.6   stable<br />
Console_Getopt   1.4.1   stable<br />
Crypt_CHAP       1.5.0   stable<br />
DB               1.9.2   stable<br />
Log              1.13.1  stable<br />
MDB2             2.5.0b5 beta<br />
Mail             1.3.0   stable<br />
Mail_Mime        1.10.0  stable<br />
Mail_mimeDecode  1.5.6   stable<br />
Net_IDNA2        0.1.1   beta<br />
Net_LDAP2        2.2.0   stable<br />
Net_SMTP         1.7.2   stable<br />
Net_Sieve        1.3.4   stable<br />
Net_Socket       1.0.14  stable<br />
PEAR             1.10.1  stable<br />
PEAR_Manpages    1.10.0  stable<br />
Structures_Graph 1.1.1   stable<br />
XML_Util         1.3.0   stable<br />
????point<b>Net_IDNA2-0.1.1</b>?????若?吾?с?潟????絎??????ゃ?潟?鴻???若???????若?睡???с????????鐚?鐚?<br />
<b><br />
plugin??queryui??ipdownload??onfig???＜?ゃ????篆??<br />
root@ubuntuez8:~# cd /var/lib/roundcube/plugins/jqueryui<br />
root@ubuntuez8:/var/lib/roundcube/plugins/jqueryui# cat config.inc.php<br />
鐚??php<br />
// Empty configuration for jqueryui<br />
// See /usr/share/roundcube/plugins/jqueryui/config.inc.php.dist for instructions<br />
// Check the access right of the file if you put sensitive information in it.<br />
?><br />
???吾???????????э?<br />
root@ubuntuez8:/var/lib/roundcube/plugins/jqueryui# ls -al | grep config.inc.php<br />
lrwxrwxrwx  1 root root   19 Nov 23  2015 config.inc.php -> /etc/roundcube/plugins/jqueryui/config.inc.php<br />
??w-r--r--  1 root root  334 Nov 23  2015 config.inc.php.dist<br />
<br />
root@ubuntuez8:/var/lib/roundcube/plugins/jqueryui# rm config.inc.php<br />
root@ubuntuez8:/var/lib/roundcube/plugins/jqueryui# ln -s config.inc.php.dist config.inc.php<br />
<br />
root@ubuntuez8:/var/lib/roundcube/plugins/jqueryui# ls -al | grep config.inc.php<br />
lrwxrwxrwx  1 root root   19 Nov 30 09:25 config.inc.php -> config.inc.php.dist<br />
??w-r--r--  1 root root  334 Nov 23  2015 config.inc.php.dist<br />
<br />
root@ubuntuez8:/var/lib/roundcube/plugins/jqueryui# cd /var/lib/roundcube/plugins/zipdownload<br />
root@ubuntuez8:/var/lib/roundcube/plugins/zipdownload# cat config.inc.php<br />
鐚??php<br />
// Empty configuration for zipdownload<br />
// See /usr/share/roundcube/plugins/zipdownload/config.inc.php.dist for instructions<br />
// Check the access right of the file if you put sensitive information in it.<br />
?><br />
????????吾???????????э?<br />
root@ubuntuez8:/var/lib/roundcube/plugins/zipdownload# ls -al | grep config.inc.php<br />
lrwxrwxrwx  1 root root   19 Nov 23  2015 config.inc.php -> /etc/roundcube/plugins/zipdownload/config.inc.php<br />
??w-r--r--  1 root root  334 Nov 23  2015 config.inc.php.dist<br />
<br />
root@ubuntuez8:/var/lib/roundcube/plugins/zipdownload# rm config.inc.php<br />
root@ubuntuez8:/var/lib/roundcube/plugins/zipdownload# ln -s config.inc.php.dist config.inc.php<br />
<br />
root@ubuntuez8:/var/lib/roundcube/plugins/zipdownload# ls -al | grep config.inc.php<br />
lrwxrwxrwx  1 root root    19 Nov 30 09:47 config.inc.php -> config.inc.php.dist<br />
??w-r--r--  1 root root   399 Nov 23  2015 config.inc.php.dist<br />
<br />
apache2?????鴻?帥?若???????篋?<br />
root@ubuntuez8:/var/lib/roundcube/plugins/zipdownload# systemctl restart apache2.service<br />
</b><br />
?祉??????eb ???????吟??莎桁????????<b>https://www.hogehoge-net.com/roundcube/</b>???с???違?ゃ?潟????戎???障??????LOG????????с???若???若?激?с?潟??????荐?????障????????<br />
]]></content>
 <id>https://www.momoso-net.com/~ms08/MMSNCDownload.php:5:508</id>
</entry><entry>
 <title type="text/html" mode="escaped"><![CDATA[gentoo????????]]></title>
 <link rel="alternate" type="text/html" href="https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=507" />
 <author>
  <name>bouichi</name>
 </author>
 <modified>2016-11-21T11:28:45Z</modified>
 <issued>2016-11-21T20:28:45+09:00</issued>
 <content type="text/html" mode="escaped"><![CDATA[gentoo????ubuntu???泣?若????腱肢?筝???80%腟?篋????障????]]></content>
 <id>https://www.momoso-net.com/~ms08/MMSNCDownload.php:5:507</id>
</entry><entry>
 <title type="text/html" mode="escaped"><![CDATA[openssh???≪???????若??]]></title>
 <link rel="alternate" type="text/html" href="https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=475" />
 <author>
  <name>bouichi</name>
 </author>
 <modified>2008-10-28T02:22:31Z</modified>
 <issued>2008-10-28T11:22:31+09:00</issued>
 <content type="text/html" mode="escaped"><![CDATA[?????????若?吾?с?潟?≪?????с??????<br />
[ebuild     U ] net-misc/openssh-5.1_p1-r1 [4.7_p1-r6] USE="X kerberos pam tcpd -X509 -hpn -ldap -libedit (-selinux) -skey -smartcard -static (-chroot%)" 1,083 kB <br />
<br />
????????pemOffice3.0???≪???????若???????????????????????????????????????障????<br />
????鐚?<br />
[ebuild     U ] app-office/openoffice-3.0.0 [2.4.1] USE="cups dbus eds gnome gstreamer gtk java kde ldap opengl pam -debug -mono -nsplugin% -odk -templates% (-binfilter%) (-firefox%*) (-seamonkey%) (-xulrunner%)" LINGUAS="ja -af -ar -as_IN -be_BY -bg -bn -br -bs -ca -cs -cy -da -de -dz -el -en -en_GB -en_US -en_ZA -eo -es -et -fa -fi -fr -ga -gl -gu_IN -he -hi_IN -hr -hu -it -km -ko -ku -lt -lv -mk -ml_IN -mr_IN -nb -ne -nl -nn -nr -ns -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sh -sk -sl -sr -ss -st -sv -sw_TZ -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -uk -ur_IN -ve -vi -xh -zh_CN -zh_TW -zu" 0 kB <br />
<br />
ccache???????????OB???????障?????????ｃ???激?ャ?????????若???潟?鴻?????????????<br />
]]></content>
 <id>https://www.momoso-net.com/~ms08/MMSNCDownload.php:5:475</id>
</entry><entry>
 <title type="text/html" mode="escaped"><![CDATA[UPDATE]]></title>
 <link rel="alternate" type="text/html" href="https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=449" />
 <author>
  <name>blogmailuser</name>
 </author>
 <modified>2007-07-24T02:20:25Z</modified>
 <issued>2007-07-24T11:20:25+09:00</issued>
 <content type="text/html" mode="escaped"><![CDATA[mozilla-thunderbird,mozilla-firefox???≪???????若???с????絲上????????????障?????? 8-) <br />
<br />
[ebuild     U ] mail-client/mozilla-thunderbird-2.0.0.5 [2.0.0.4] USE="crypt gnome ipv6 ldap xinerama -bindist -debug -mozdom -moznopango -replytolist -xprint" LINGUAS="ja -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -ga -ga_IE -hu -it -lt -mk -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ru -sk -sl -sv -sv_SE -tr -zh -zh_CN -zh_TW" 36,781 kB <br />
[ebuild     U ] www-client/mozilla-firefox-2.0.0.5 [2.0.0.4] USE="gnome ipv6 java xinerama -bindist -debug -filepicker -mozdevelop -moznopango -restrict-javascript -xforms -xprint" LINGUAS="ja -af -ar -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr -zh -zh_CN -zh_TW" 36,706 kB <br />
[ebuild     U ] app-shells/bash-3.2_p17 [3.2_p15-r1] USE="nls -afs -bashlogger -vanilla" 5 kB <br />
[ebuild     U ] dev-libs/libcdio-0.78.2 [0.77] USE="nls -cddb -minimal -nocxx" 1,977 kB <br />
[ebuild     U ] sys-apps/hdparm-7.6 [7.5] 61 kB]]></content>
 <id>https://www.momoso-net.com/~ms08/MMSNCDownload.php:5:449</id>
</entry><entry>
 <title type="text/html" mode="escaped"><![CDATA[UPDATE]]></title>
 <link rel="alternate" type="text/html" href="https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=445" />
 <author>
  <name>blogmailuser</name>
 </author>
 <modified>2007-06-25T01:29:06Z</modified>
 <issued>2007-06-25T10:29:06+09:00</issued>
 <content type="text/html" mode="escaped"><![CDATA[spamassassin,imagemagick??????????<br />
<br />
[ebuild  N    ] dev-util/re2c-0.12.0  596 kB <br />
[ebuild     U ] media-gfx/imagemagick-6.3.4-r1 [6.3.3] USE="X bzip2 fpx gs jpeg jpeg2k mpeg nocxx perl png tiff truetype wmf xml zlib -doc -graphviz -hdri% -jbig -lcms -openexr% -q32% -q8%" 5,678 kB <br />
[ebuild     U ] mail-filter/spamassassin-3.2.1-r1 [3.1.8-r1] USE="berkdb ipv6 ldap mysql postgres ssl -doc -qmail -sqlite -tools" 959 kB]]></content>
 <id>https://www.momoso-net.com/~ms08/MMSNCDownload.php:5:445</id>
</entry><entry>
 <title type="text/html" mode="escaped"><![CDATA[UPDATE]]></title>
 <link rel="alternate" type="text/html" href="https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=442" />
 <author>
  <name>blogmailuser</name>
 </author>
 <modified>2007-06-04T01:29:55Z</modified>
 <issued>2007-06-04T10:29:55+09:00</issued>
 <content type="text/html" mode="escaped"><![CDATA[BIND,clamav?с????<br />
<br />
[ebuild     U ] media-libs/libgii-1.0.2 [0.9.0] USE="X" 685 kB <br />
[ebuild     U ] net-dns/bind-9.3.4-r3 [9.3.4-r2] USE="berkdb ipv6 ldap mysql postgres ssl -dlz -doc -idn -odbc -resolvconf (-selinux) -threads" 0 kB <br />
[ebuild     U ] app-antivirus/clamav-0.90.3 [0.90.2] USE="crypt curl milter nls -bzip2 -logrotate -mailwrapper (-selinux)" 12,204 kB <br />
[ebuild     U ] media-libs/libggi-2.2.2 [2.1.1] USE="X aalib directfb fbcon mmx svga -3dfx -debug (-vis)" 1,047 kB]]></content>
 <id>https://www.momoso-net.com/~ms08/MMSNCDownload.php:5:442</id>
</entry><entry>
 <title type="text/html" mode="escaped"><![CDATA[UPDATE]]></title>
 <link rel="alternate" type="text/html" href="https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=440" />
 <author>
  <name>blogmailuser</name>
 </author>
 <modified>2007-06-02T02:05:26Z</modified>
 <issued>2007-06-02T11:05:26+09:00</issued>
 <content type="text/html" mode="escaped"><![CDATA[Firefox?с?????????＜????Windows????罕????≪???????若???с?????????潟?潟???ゃ?????????惹??????????????<br />
<br />
[ebuild     U ] www-client/mozilla-firefox-2.0.0.4 [2.0.0.3] USE="gnome ipv6 java xinerama -bindist -debug -filepicker -mozdevelop -moznopango -restrict-javascript -xforms -xprint" LINGUAS="ja -af -ar -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro% -ru -sk -sl -sv -sv_SE -tr -zh -zh_CN -zh_TW" 36,636 kB]]></content>
 <id>https://www.momoso-net.com/~ms08/MMSNCDownload.php:5:440</id>
</entry><entry>
 <title type="text/html" mode="escaped"><![CDATA[UPDATE]]></title>
 <link rel="alternate" type="text/html" href="https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=439" />
 <author>
  <name>blogmailuser</name>
 </author>
 <modified>2007-05-19T01:18:57Z</modified>
 <issued>2007-05-19T10:18:57+09:00</issued>
 <content type="text/html" mode="escaped"><![CDATA[thunderbird?????若?吾?с?鰹??с??????<br />
<br />
[ebuild     U ] mail-client/mozilla-thunderbird-2.0.0.0 [1.5.0.10] USE="crypt gnome ipv6 ldap xinerama -bindist% -debug -mozdom% -moznopango -replytolist% -xprint" LINGUAS="ja -be% -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -ga -ga_IE -hu -it -lt -mk -nb -nb_NO -nl -pa% -pa_IN -pl -pt% -pt_BR -pt_PT% -ru -sk -sl -sv -sv_SE -tr -zh% -zh_CN -zh_TW% (-gu_IN%) (-he%) (-ko%)" 36,729 kB <br />
[ebuild     U ] x11-plugins/enigmail-0.95.0 [0.94.3] LINGUAS="ja -ca -de -el -es -es_ES -fi -fr -hu -it -nb -nb_NO -pl -pt -pt_BR -ru -sl -sv -zh_CN (-cs%) (-es_AR%) (-ko%) (-nl%) (-sk%) (-sv_SE%)" 589 kB]]></content>
 <id>https://www.momoso-net.com/~ms08/MMSNCDownload.php:5:439</id>
</entry><entry>
 <title type="text/html" mode="escaped"><![CDATA[UPDATE]]></title>
 <link rel="alternate" type="text/html" href="https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=438" />
 <author>
  <name>blogmailuser</name>
 </author>
 <modified>2007-05-15T04:44:10Z</modified>
 <issued>2007-05-15T13:44:10+09:00</issued>
 <content type="text/html" mode="escaped"><![CDATA[???若?ｃ?????????????????????proftpd,samba,mysql,php????鐚常湿???ｃ????????障????????<br />
<br />
[ebuild     U ] dev-lang/python-2.4.4-r4 [2.4.4] USE="berkdb gdbm ipv6 ncurses readline ssl -bootstrap -build -doc -examples% -nocxx -nothreads% -tk -ucs2" 9 kB <br />
[ebuild  N    ] virtual/libstdc++-3.3  0 kB <br />
[ebuild     U ] app-cdr/cdrtools-2.01.01_alpha25 [2.01.01_alpha10] USE="unicode" 1,554 kB <br />
[ebuild     U ] net-ftp/proftpd-1.3.1_rc2-r1 [1.3.1_rc2] USE="clamav ipv6 ldap mysql ncurses nls pam postgres ssl tcpd xinetd -acl -authfile -hardened -ifsession -noauthunix -opensslcrypt -radius -rewrite (-selinux) -shaper -sitemisc -softquota -vroot" 0 kB <br />
[ebuild     U ] app-crypt/gnupg-1.4.7-r1 [1.4.6] USE="curl ldap nls readline usb zlib -bindist -bzip2 -ecc -idea (-selinux) -smartcard -static (-X%*)" LINGUAS="-ru" 3,126 kB <br />
[ebuild     U ] media-libs/freetype-2.3.3 [2.1.10-r3] USE="X%* zlib -bindist -debug% -doc" 1,417 kB <br />
[ebuild     U ] net-fs/samba-3.0.24-r2 [3.0.24] USE="cups fam kerberos ldap pam python readline winbind -acl -async -automount -caps% -doc -examples -oav -quotas (-selinux) -swat -syslog" LINGUAS="ja -pl" 14 kB <br />
[ebuild     U ] sys-power/acpid-1.0.4-r5 [1.0.4-r4] USE="-doc -logrotate" 11 kB <br />
[ebuild     U ] dev-db/mysql-5.0.40 [5.0.38] USE="berkdb latin1 perl ssl -big-tables -cluster -debug -embedded -extraengine -max-idx-128 -minimal (-selinux) -static" 23,482 kB <br />
[ebuild     U ] dev-lang/php-5.2.2-r1 [5.2.1-r3] USE="apache2 berkdb cjk cli crypt curl gd gdbm iconv imap ipv6 kerberos ldap mysql mysqli ncurses nls pcre postgres readline reflection session spell spl ssl truetype unicode xml zlib -adabas -bcmath -birdstep -bzip2 -calendar -cdb -cgi -concurrentmodphp -ctype -curlwrappers -db2 -dbase -dbmaker -debug -discard-path -doc -empress -empress-bcs -esoob -exif -fastbuild -fdftk -filter -firebird -flatfile -force-cgi-redirect -frontbase -ftp -gd-external -gmp -hash -inifile -interbase -iodbc -java-external -json -ldap-sasl -libedit -mcve -mhash -msql -mssql -oci8 -oci8-instant-client -odbc -pcntl -pdo -pdo-external -pic -posix -qdbm -recode -sapdb -sharedext -sharedmem -simplexml -snmp -soap -sockets -solid -sqlite -suhosin -sybase -sybase-ct -sysvipc -threads -tidy -tokenizer -wddx -xmlreader -xmlrpc -xmlwriter -xpm -xsl -yaz -zip -zip-external (-apache%)" 7,151 kB <br />
[ebuild     U ] sys-apps/util-linux-2.12r-r7 [2.12r-r6] USE="crypt nls perl -old-crypt (-selinux) -static" 0 kB <br />
[ebuild     U ] dev-lang/ruby-1.8.5_p2-r1 [1.8.5_p2] USE="cjk ipv6 -debug -doc -examples -socks5 -threads -tk" 211 kB <br />
[ebuild     U ] media-sound/banshee-0.12.1 [0.12.0] USE="encode mad vorbis -aac -boo -daap -debug -doc -flac -ipod -njb" 3,010 kB <br />
[ebuild     U ] sys-libs/timezone-data-2007e [2007d] USE="nls" 341 kB <br />
[ebuild     U ] x11-libs/cairo-1.4.6 [1.4.4] USE="X directfb -debug -doc -glitz -svg -xcb" 3,108 kB <br />
[ebuild  N    ] app-admin/python-updater-0.2  3 kB <br />
[ebuild  NS   ] dev-java/sun-jre-bin-1.6.0-r1  USE="X alsa -nsplugin" 61,249 kB]]></content>
 <id>https://www.momoso-net.com/~ms08/MMSNCDownload.php:5:438</id>
</entry>
</feed>