<feed xmlns='http://www.w3.org/2005/Atom'>
<title>urpmi/NEWS, 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>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>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>
<entry>
<title>add some missing methods, allows to do urpmf --qf '%sourcerpm:%requires'</title>
<updated>2014-05-31T14:21:31+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2014-05-31T14:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=d74a214bbaddfb5dffdcef3001949c40796ce03a'/>
<id>d74a214bbaddfb5dffdcef3001949c40796ce03a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add --downgrade to bash-completion</title>
<updated>2014-01-27T07:03:17+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-01-27T07:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=bae73cdaf31192a19e63768af6ed8a1a37dbe88f'/>
<id>bae73cdaf31192a19e63768af6ed8a1a37dbe88f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>7.31</title>
<updated>2014-01-24T07:16:41+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-01-24T07:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=b25692d774bf4e13faf0bdc240e7ca993afb1968'/>
<id>b25692d774bf4e13faf0bdc240e7ca993afb1968</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix garbaged UTF-8 in file name arguments (mga#12407)</title>
<updated>2014-01-24T07:15:53+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-01-24T07:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/rpm/urpmi/commit/?id=e59e990ec91a49b04d5382194a93c16501f971c9'/>
<id>e59e990ec91a49b04d5382194a93c16501f971c9</id>
<content type='text'>
@ARGV encoding is changed after calling Gtk3-&gt;init
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
@ARGV encoding is changed after calling Gtk3-&gt;init
</pre>
</div>
</content>
</entry>
</feed>
