<feed xmlns='http://www.w3.org/2005/Atom'>
<title>engrampa, branch v1.22.0</title>
<subtitle>Engrampa archive manager for MATE</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/'/>
<entry>
<title>release 1.22.0</title>
<updated>2019-02-25T14:27:53+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-02-25T14:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=f1c0b177862e1760c849a9ea5d37041e27ede14d'/>
<id>f1c0b177862e1760c849a9ea5d37041e27ede14d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync with transifex</title>
<updated>2019-02-25T13:55:39+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-02-25T13:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=c5c7a2e4d75153dcb4cd45c3220b52509dd4daa5'/>
<id>c5c7a2e4d75153dcb4cd45c3220b52509dd4daa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid array index out of bounds parsing dpkg-deb --info</title>
<updated>2019-02-20T07:40:07+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-02-20T02:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=db21779ec36d0415c37956325f5d1bcf4b89549f'/>
<id>db21779ec36d0415c37956325f5d1bcf4b89549f</id>
<content type='text'>
The first line of "dpkg-deb -I" output has only 5 words:
  old Debian package, version 0.939000.
or
  new Debian package, version 2.0.

Examples:

$ wget http://archive.debian.org/debian/dists/Debian-0.93R6/binary/admin/acct-5-10.deb
$ LANG=C dpkg-deb -I acct-5-10.deb
 old Debian package, version 0.939000.
 size 18338 bytes: control archive=1064, main archive=17260.
      61 bytes,     3 lines      conffiles
     889 bytes,    20 lines      control
     570 bytes,    23 lines   *  postinst             #!/bin/sh
     107 bytes,     7 lines   *  postrm               #!/bin/sh
     212 bytes,    12 lines   *  preinst              #!/bin/sh
     212 bytes,    12 lines   *  prerm                #!/bin/sh
...

$ wget http://archive.debian.org/debian/dists/bo/main/binary-all/admin/alien_3.3.deb
$ LANG=C dpkg-deb -I alien_3.3.deb
 new Debian package, version 2.0.
 size 20748 bytes: control archive=850 bytes.
     394 bytes,    11 lines      control
     785 bytes,    13 lines      md5sums
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The first line of "dpkg-deb -I" output has only 5 words:
  old Debian package, version 0.939000.
or
  new Debian package, version 2.0.

Examples:

$ wget http://archive.debian.org/debian/dists/Debian-0.93R6/binary/admin/acct-5-10.deb
$ LANG=C dpkg-deb -I acct-5-10.deb
 old Debian package, version 0.939000.
 size 18338 bytes: control archive=1064, main archive=17260.
      61 bytes,     3 lines      conffiles
     889 bytes,    20 lines      control
     570 bytes,    23 lines   *  postinst             #!/bin/sh
     107 bytes,     7 lines   *  postrm               #!/bin/sh
     212 bytes,    12 lines   *  preinst              #!/bin/sh
     212 bytes,    12 lines   *  prerm                #!/bin/sh
...

$ wget http://archive.debian.org/debian/dists/bo/main/binary-all/admin/alien_3.3.deb
$ LANG=C dpkg-deb -I alien_3.3.deb
 new Debian package, version 2.0.
 size 20748 bytes: control archive=850 bytes.
     394 bytes,    11 lines      control
     785 bytes,    13 lines      md5sums
</pre>
</div>
</content>
</entry>
<entry>
<title>warning: Use of memory after it is freed</title>
<updated>2019-02-20T07:40:07+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-02-19T18:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=333a9e9955e964992e209f731f6e33142824e698'/>
<id>333a9e9955e964992e209f731f6e33142824e698</id>
<content type='text'>
$ scan-build ./configure
...
$ scan-build --keep-cc make
...
fr-command-dpkg.c:76:23: warning: Use of memory after it is freed
        fdata-&gt;name = g_strdup (name);
                      ^~~~~~~~~~~~~~~
...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$ scan-build ./configure
...
$ scan-build --keep-cc make
...
fr-command-dpkg.c:76:23: warning: Use of memory after it is freed
        fdata-&gt;name = g_strdup (name);
                      ^~~~~~~~~~~~~~~
...
</pre>
</div>
</content>
</entry>
<entry>
<title>Read authors (updated) from engrampa.about gresource</title>
<updated>2019-02-19T11:30:56+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-02-19T07:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=c9eb7cba9796105a4a5196ed7ef5b1ec1f2df27b'/>
<id>c9eb7cba9796105a4a5196ed7ef5b1ec1f2df27b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Travis CI</title>
<updated>2019-02-15T08:47:39+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-02-13T16:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=5ceee4ccc6d317dabc7fd9c8e56e5c76be955297'/>
<id>5ceee4ccc6d317dabc7fd9c8e56e5c76be955297</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync with transifex</title>
<updated>2019-02-05T16:10:51+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-02-05T16:10:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=16c12ab1d0e12a27f67fd297654456edbb9e7c1f'/>
<id>16c12ab1d0e12a27f67fd297654456edbb9e7c1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eggsmclient: avoid deprecated 'g_type_class_add_private'</title>
<updated>2019-01-22T09:00:48+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-01-20T12:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=b0a7135ca277556e9794cb5d9f2dc05555896d89'/>
<id>b0a7135ca277556e9794cb5d9f2dc05555896d89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright year to 2019</title>
<updated>2019-01-08T08:46:48+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-01-08T08:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=e929b84516cc8deafb3bb2731ca8783bcfe30c8d'/>
<id>e929b84516cc8deafb3bb2731ca8783bcfe30c8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rar/unrar: Fix: "overwrite existing files" disabled must work</title>
<updated>2019-01-03T21:47:52+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-01-03T21:47:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/engrampa/commit/?id=647645d163671b8079fae88251569c6d6b82805a'/>
<id>647645d163671b8079fae88251569c6d6b82805a</id>
<content type='text'>
Fixes https://github.com/mate-desktop/engrampa/issues/243
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/mate-desktop/engrampa/issues/243
</pre>
</div>
</content>
</entry>
</feed>
