<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/main/mc, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>main/mc: upgrade to 4.8.24</title>
<updated>2020-02-07T16:56:53+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2020-02-07T16:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=4718ec4228278ed0f6b4a614ff4fb649f3090b73'/>
<id>4718ec4228278ed0f6b4a614ff4fb649f3090b73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/mc: upgrade to 4.8.23</title>
<updated>2019-07-22T11:15:01+00:00</updated>
<author>
<name>prspkt</name>
<email>prspkt@protonmail.com</email>
</author>
<published>2019-06-24T10:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=77c6ceda099a80fd98cf4e14e663aa6984a2b032'/>
<id>77c6ceda099a80fd98cf4e14e663aa6984a2b032</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/mc: upgrade to 4.8.22</title>
<updated>2019-01-10T13:19:05+00:00</updated>
<author>
<name>Andy Postnikov</name>
<email>apostnikov@gmail.com</email>
</author>
<published>2019-01-07T00:27:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a2cfb9d906813e89c6963cf296babe0abf0041bf'/>
<id>a2cfb9d906813e89c6963cf296babe0abf0041bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/mc: add perl to makedeps</title>
<updated>2018-11-06T13:51:22+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@alpinelinux.org</email>
</author>
<published>2018-11-06T13:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d4ad77deea92fa8f2c86d3ee893836d5750e93f3'/>
<id>d4ad77deea92fa8f2c86d3ee893836d5750e93f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/mc: upgrade to 4.8.21</title>
<updated>2018-06-06T17:35:06+00:00</updated>
<author>
<name>prspkt</name>
<email>prspkt@protonmail.com</email>
</author>
<published>2018-06-03T17:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3c2ef302f04e0c41e604a5d93e76ae66b4d5cd43'/>
<id>3c2ef302f04e0c41e604a5d93e76ae66b4d5cd43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/mc: modernize, sanitize patch</title>
<updated>2018-06-06T17:35:06+00:00</updated>
<author>
<name>prspkt</name>
<email>prspkt@protonmail.com</email>
</author>
<published>2018-06-03T17:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=bfafa2362b2a7c4a96f3a72b4be254efaa0cbbe7'/>
<id>bfafa2362b2a7c4a96f3a72b4be254efaa0cbbe7</id>
<content type='text'>
Switch to the *.xz source archive. Use https for source and upstream URLs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch to the *.xz source archive. Use https for source and upstream URLs.
</pre>
</div>
</content>
</entry>
<entry>
<title>[various]: unify names of licenses according to SPDX</title>
<updated>2017-12-30T20:05:50+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-30T18:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=63f5e7d295659a855709901ce22a3e5f40fce455'/>
<id>63f5e7d295659a855709901ce22a3e5f40fce455</id>
<content type='text'>
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
</pre>
</div>
</content>
</entry>
<entry>
<title>main/mc: upgrade to 4.8.20</title>
<updated>2017-11-28T12:18:13+00:00</updated>
<author>
<name>Andy Postnikov</name>
<email>apostnikov@gmail.com</email>
</author>
<published>2017-11-27T02:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1c339fab9c3b5d19b01ec9a30dfe12aa4442b0ad'/>
<id>1c339fab9c3b5d19b01ec9a30dfe12aa4442b0ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/mc: fix build</title>
<updated>2017-11-07T13:55:51+00:00</updated>
<author>
<name>Roberto Oliveira</name>
<email>robertoguimaraes8@gmail.com</email>
</author>
<published>2017-11-07T12:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=7308b1a09eda61bbb9f00f03018530bba9f7f7d1'/>
<id>7308b1a09eda61bbb9f00f03018530bba9f7f7d1</id>
<content type='text'>
Patch backported from upstream and it fixes error when calling ncurses API:
tty-ncurses.c:199:13: error: dereferencing pointer to incomplete type 'TERMINAL {aka struct term}'
cur_term-&gt;Nttyb.c_cc[VINTR] = CTRL ('g');   /* ^g */

Also add check() function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch backported from upstream and it fixes error when calling ncurses API:
tty-ncurses.c:199:13: error: dereferencing pointer to incomplete type 'TERMINAL {aka struct term}'
cur_term-&gt;Nttyb.c_cc[VINTR] = CTRL ('g');   /* ^g */

Also add check() function
</pre>
</div>
</content>
</entry>
<entry>
<title>main/mc: upgrade to 4.8.19</title>
<updated>2017-03-13T14:28:53+00:00</updated>
<author>
<name>Valery Kartel</name>
<email>valery.kartel@gmail.com</email>
</author>
<published>2017-03-13T14:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9fcf29f372c5b5ee1d9d37a5852f4f893557d379'/>
<id>9fcf29f372c5b5ee1d9d37a5852f4f893557d379</id>
<content type='text'>
- fix 'with-edit' --&gt; 'with-internal-edit' configure flag
- remove unused configure flags (with-vfs, without-debug, without-gnome,
  without-samba)
- fixes ad cleanups in APKBUILD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix 'with-edit' --&gt; 'with-internal-edit' configure flag
- remove unused configure flags (with-vfs, without-debug, without-gnome,
  without-samba)
- fixes ad cleanups in APKBUILD
</pre>
</div>
</content>
</entry>
</feed>
