Age | Commit message (Collapse) | Author |
|
Release notes:
* https://codeberg.org/mlmmj/mlmmj/releases/tag/RELEASE_1_4_7
|
|
|
|
|
|
|
|
|
|
Development has moved to Codeberg. Thanks @uffe!
|
|
|
|
Also: add aarch64
|
|
* Let's not hardcode the package name: mlmmj → $pkgname
|
|
|
|
The ‘mlmmj-make-ml’ shell script was changed from using /bin/sh to using bash,
and now passes linting with ‘shellcheck’:
* The previous ‘echo -n’ construct is undefined in POSIX sh.
* All environment variables are now in double quotes.
* The ‘read’ constructs has been changed to ‘read -r’.
* Old style backtick substitution (`command`) has been changed to ‘$(command)’.
* All cd commands will exit 1 if target directory is unavailable.
* A faulty crontab entry was corrected.
* Since ‘bash’ is installed with the ‘base’ package, ‘sh’ is no longer a dependency.
|
|
* Some previous commits had v1.30.0 in the log, sorry.
* Added TODO to the docs directory.
|
|
* Added armv7h architecture (RaspberryPI)
|
|
* PKGBUILD now sports MD5, SHA1, SHA256, SHA512, and BLAKE2 digests.
* Automatic creation of unprivileged mlmj user (sysuser.conf)
* Automation creation of default spool directory (tmpfile.conf)
* Added dependency: smtp-server
|
|
|
|
The package also now includes mlmmj's documentation text files in
/usr/share/doc/mlmmj.
A licensing information error was fixed; mlmmj is licensed under the
MIT license, not under GPL. This was incorrectly tagged in the
metadata before. The 'license' field has been fixed accordingly and
the license files are now included in the package as well.
|
|
|