<feed xmlns='http://www.w3.org/2005/Atom'>
<title>urpmi, branch 7.32</title>
<subtitle>Software Installation Tools</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/'/>
<entry>
<title>7.32</title>
<updated>2014-09-05T05:15:01+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-09-05T05:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=b6ceabcd87f7d9522658d9ff66b860838b48739c'/>
<id>b6ceabcd87f7d9522658d9ff66b860838b48739c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix crashing when choosing to save file</title>
<updated>2014-09-05T04:47:51+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-08-27T15:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=a3bcda98b48834cbdcc0404c1a634bac78c01d99'/>
<id>a3bcda98b48834cbdcc0404c1a634bac78c01d99</id>
<content type='text'>
aka port from FileSelection to FileChooser
(FileSelection no more exists in Gtk3...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
aka port from FileSelection to FileChooser
(FileSelection no more exists in Gtk3...)
</pre>
</div>
</content>
</entry>
<entry>
<title>report crashes through drakbug</title>
<updated>2014-09-04T14:31:37+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-09-04T14:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=a7c54188c5a236a07bc6aeb504f1b384960f802d'/>
<id>a7c54188c5a236a07bc6aeb504f1b384960f802d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix segfaulting when managing exceptions</title>
<updated>2014-09-04T14:31:37+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-08-28T09:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=18a18468e1033311f3de3badf9d6e14cb5f67677'/>
<id>18a18468e1033311f3de3badf9d6e14cb5f67677</id>
<content type='text'>
we were loading gtk+2 in order to set my_gtk_main_level to
gtk_main_level
which resulted in us strange segfaults when eg trying to save a package:

$ gdb -q --args perl ./gurpmi ./coreutils-doc-8.23-1.mga5.noarch.rpm
(gdb) s
generic_exceptions_handler () at GClosure.xs:774
774          if ((*my_gtk_main_level)())
(gdb) print my_gtk_main_level
$1 = (guint (*)()) 0x7fffe75eebf0
(gdb) print *my_gtk_main_level
Cannot access memory at address 0x7fffe75eebf0
(gdb) s

Program received signal SIGSEGV, Segmentation fault.
0x00007fffe75eebf0 in ?? ()

(gdb) print gtk_main_level
$2 = {guint (void)} 0x7fffee90d650 &lt;gtk_main_level&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we were loading gtk+2 in order to set my_gtk_main_level to
gtk_main_level
which resulted in us strange segfaults when eg trying to save a package:

$ gdb -q --args perl ./gurpmi ./coreutils-doc-8.23-1.mga5.noarch.rpm
(gdb) s
generic_exceptions_handler () at GClosure.xs:774
774          if ((*my_gtk_main_level)())
(gdb) print my_gtk_main_level
$1 = (guint (*)()) 0x7fffe75eebf0
(gdb) print *my_gtk_main_level
Cannot access memory at address 0x7fffe75eebf0
(gdb) s

Program received signal SIGSEGV, Segmentation fault.
0x00007fffe75eebf0 in ?? ()

(gdb) print gtk_main_level
$2 = {guint (void)} 0x7fffee90d650 &lt;gtk_main_level&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix retrieving rpm version with RCs</title>
<updated>2014-08-27T15:03:26+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-08-27T15:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=7c13acd9f28565aaa2e4ca1e9533e97ed008a044'/>
<id>7c13acd9f28565aaa2e4ca1e9533e97ed008a044</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump split-length from 8 to 50</title>
<updated>2014-06-29T14:35:07+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-06-29T02:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=b6834f91d61d50c4ccfea3b5977363829ef3a1f8'/>
<id>b6834f91d61d50c4ccfea3b5977363829ef3a1f8</id>
<content type='text'>
improves installing gnome in a chroot from 14m to 11m
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
improves installing gnome in a chroot from 14m to 11m
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Catalan translation</title>
<updated>2014-06-28T10:32:55+00:00</updated>
<author>
<name>Francesc Pinyol Margalef</name>
<email>francesc.pinyol.m@gmail.com</email>
</author>
<published>2014-06-28T10:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=29120a4b8df411605a71a13234ae0ba31861dbc4'/>
<id>29120a4b8df411605a71a13234ae0ba31861dbc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- update Russian translation</title>
<updated>2014-06-25T13:46:16+00:00</updated>
<author>
<name>Alexey Loginov</name>
<email>alexl@mageia.org</email>
</author>
<published>2014-06-25T13:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=ed4556ad3ccc9340a78c734af03f30ed0b62e00c'/>
<id>ed4556ad3ccc9340a78c734af03f30ed0b62e00c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Indonesian translation update by Kiki Syahadat</title>
<updated>2014-06-22T06:10:48+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2014-06-22T06:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=0ed08d335082b68d9e581afe0f9a43ddaf538fa3'/>
<id>0ed08d335082b68d9e581afe0f9a43ddaf538fa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some warnings with perl 5.20</title>
<updated>2014-06-16T19:35:01+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2014-06-16T19:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=2b39a66f6bdd101e3a3f75aa58e9a1887a3db34f'/>
<id>2b39a66f6bdd101e3a3f75aa58e9a1887a3db34f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
