<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/main/cracklib, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>main/cracklib: install dicts compressed as GZip</title>
<updated>2020-04-21T17:02:40+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2020-04-21T14:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=588374620c60d71ba8d734fe651a262faac24ad1'/>
<id>588374620c60d71ba8d734fe651a262faac24ad1</id>
<content type='text'>
The cracklib-format script expects it to be an GZip archive.

closes #11396
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The cracklib-format script expects it to be an GZip archive.

closes #11396
</pre>
</div>
</content>
</entry>
<entry>
<title>main/cracklib-words: merge with cracklib</title>
<updated>2020-04-02T20:05:10+00:00</updated>
<author>
<name>TBK</name>
<email>tbk@jjtc.eu</email>
</author>
<published>2020-03-30T19:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=8fecc3749eb772b4990d0263851ced5c9b866fe1'/>
<id>8fecc3749eb772b4990d0263851ced5c9b866fe1</id>
<content type='text'>
- Add words subpkg
- Clarify words pkg license
- Add trigger
- Add zlib-dev to support compressed dicts
- Modernize</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add words subpkg
- Clarify words pkg license
- Add trigger
- Add zlib-dev to support compressed dicts
- Modernize</pre>
</div>
</content>
</entry>
<entry>
<title>main/cracklib: fix default dict dir issue</title>
<updated>2020-04-02T20:05:10+00:00</updated>
<author>
<name>TBK</name>
<email>tbk@jjtc.eu</email>
</author>
<published>2020-03-26T15:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1f067b028da6b42bb9c36f9f59f17e810cd66f8d'/>
<id>1f067b028da6b42bb9c36f9f59f17e810cd66f8d</id>
<content type='text'>
- Fix for #11333
- Default value is "/usr/share/cracklib/pw_dict"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix for #11333
- Default value is "/usr/share/cracklib/pw_dict"
</pre>
</div>
</content>
</entry>
<entry>
<title>main/cracklib: security upgrade to 2.9.7 (CVE-2016-6318)</title>
<updated>2019-05-06T08:02:42+00:00</updated>
<author>
<name>Leonardo Arena</name>
<email>rnalrd@alpinelinux.org</email>
</author>
<published>2019-05-06T08:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=98f379eee7463630b31e36de95439c2b45d87e4d'/>
<id>98f379eee7463630b31e36de95439c2b45d87e4d</id>
<content type='text'>
Modernize APKBUILD, add check(), update project url
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modernize APKBUILD, add check(), update project url
</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/*: fix homepage url and source from http:// to https://</title>
<updated>2017-11-19T13:16:51+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-11-19T13:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=730cdcef6901750f4029d4c3b8639ce02ee3ead1'/>
<id>730cdcef6901750f4029d4c3b8639ce02ee3ead1</id>
<content type='text'>
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/cracklib: upgrade to 2.9.6</title>
<updated>2016-04-04T12:40:03+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2016-04-04T12:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e660373bfaabb5f313a99b32303edf6d9f088e4b'/>
<id>e660373bfaabb5f313a99b32303edf6d9f088e4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not delete *.la files manually</title>
<updated>2015-09-10T11:59:03+00:00</updated>
<author>
<name>Bartłomiej Piotrowski</name>
<email>b@bpiotrowski.pl</email>
</author>
<published>2015-09-10T11:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b4a13e7314bfe25e63b2f1ae5014d5429c17b539'/>
<id>b4a13e7314bfe25e63b2f1ae5014d5429c17b539</id>
<content type='text'>
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/cracklib: upgrade to 2.9.4</title>
<updated>2015-05-07T08:44:35+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2015-05-07T08:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=30a656e0ba66fdafe403c8f2a88cbfba31db7b98'/>
<id>30a656e0ba66fdafe403c8f2a88cbfba31db7b98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/cracklib: upgrade to 2.9.1</title>
<updated>2014-08-18T08:34:37+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-08-18T08:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=70ee1ead2b564fa6d1c7844851bab6c2511347a8'/>
<id>70ee1ead2b564fa6d1c7844851bab6c2511347a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
