Server IP : 103.119.228.120 / Your IP : 3.144.103.20 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/yum-metadata-parser-1.1.4/ |
Upload File : |
2010-01-07 Seth Vidal <skvidal@fedoraproject.org> * setup.py, yum-metadata-parser.spec: mark as 1.1.3 2009-11-02 James Antill <james@and.org> * db.c: Add an index on files.pkgKey ... needed for .simpleFiles() to not suck 2009-08-18 Mike Bonnet <mikeb@redhat.com> * sqlitecachec.py: configure sqlite to return utf-8-encoded strs instead of unicode objects sqlite by default returns all text as unicode objects, and this causes a number of problems when merging repos which contain utf-8 characters in Provides or Requires (as the current F11/F12 repos do). For a testcase, try merging 2 F12 repos, and you should see it fail with a UnicodeDecodeError in packages.py:_dump_pco(). This patch instructs sqlite to return all text as utf-8-encoded strs, which avoids these encoding issues. 2008-10-14 James Antill <james@and.org> * db.c: Turn off .sqlite updating from new .xml data, bug 465898 2008-09-10 Seth Vidal <skvidal@fedoraproject.org> * db.c, db.h, sqlitecache.c: commit patches from Ville Skyttä to make indexes after the data has been inserted. Closed rh bug 461403 2008-09-10 Seth Vidal <skvidal@fedoraproject.org> * sqlitecache.c: apply patch to improve error messages from Ville Skyttä from rh bug 461405 2008-01-25 Seth Vidal <skvidal@fedoraproject.org> * sqlitecachec.py: apply patch from Panu Matilainen to setup the db for exclusive lock write access. closes rh bug 353171 2007-11-27 Paul Nasrat <pauln@truemesh.com> * sqlitecache.c: Fix segmentation fault experienced with a malformed primary.xml 2007-08-29 Seth Vidal <skvidal@fedoraproject.org> * yum-metadata-parser.spec: remove %dist which doesn't really belong anyway 2007-08-24 Seth Vidal <skvidal@fedoraproject.org> * ChangeLog: changelog merge 2007-08-24 Seth Vidal <skvidal@fedoraproject.org> * setup.py, yum-metadata-parser.spec: bump version number 2007-08-24 Seth Vidal <skvidal@fedoraproject.org> * db.c: commit Florian's patches to create more indexes in the sqlite files made by yum-metadata-parser 2007-07-03 James Bowes <jbowes@redhat.com> * xml-parser.c: Fix segfault in the xml parser 2007-06-03 James Bowes <jbowes@redhat.com> * xml-parser.c: Use a common sax_error function 2007-06-03 James Bowes <jbowes@redhat.com> * xml-parser.c: Use a common sax_characters function 2007-06-03 James Bowes <jbowes@redhat.com> * xml-parser.c: Use SAXContext for other 2007-06-03 James Bowes <jbowes@redhat.com> * xml-parser.c: Use SAXContext for filelists 2007-06-03 James Bowes <jbowes@redhat.com> * xml-parser.c: Extract out a common set of SAXContext members for the three file types, and use them with primary. 2007-06-03 James Bowes <jbowes@redhat.com> * xml-parser.c: Use a common sax warning callback for the three file types. 2007-05-30 James Bowes <jbowes@redhat.com> * Get SAX error callbacks for filelists and other to use the right context type.