Package Details: courier-authlib 0.72.1-1

Git Clone URL: https://aur.archlinux.org/courier-authlib.git (read-only, click to copy)
Package Base: courier-authlib
Description: Authentication library for the Courier mailserver(s)
Upstream URL: https://courier-mta.org/authlib/
Licenses: GPL3
Submitter: svenstaro
Maintainer: runnytu
Last Packager: runnytu
Votes: 26
Popularity: 0.000000
First Submitted: 2012-10-13 09:51 (UTC)
Last Updated: 2024-05-04 19:24 (UTC)

Dependencies (17)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

midgard commented on 2017-08-14 13:42 (UTC)

Hi, in PKGBUILD you should quote variables that may contain spaces, in particular $srcdir, $pkgdir and $distfile on lines 32, 57-61, 63, 65 (thrice), 69 and 71. Otherwise the build fails when there are directories that contain spaces. (Learn more at https://unix.stackexchange.com/a/131767) Prefix variables you introduce (distfile on line 61 of PKGBUILD) with _ to avoid interference with makepkg internals. Alternatively, because they are only used within one function, you can just declare them local instead: local distfile for distfile in ... Nitpicks: spaces and tabs are used inconsistently as indentation in the PKGBUILD, which is a bit ugly. Best to put the checksums on multiple lines to avoid annoying super long lines. See https://wiki.archlinux.org/index.php/Arch_packaging_standards. All the best, and thanks for packaging for the AUR!

midgard commented on 2017-08-14 13:33 (UTC) (edited on 2017-08-14 13:33 (UTC) by midgard)

Hi runnytu, it's not necessary to comment each time you submit a new release. Interested people have enough options to follow packages they want to follow. See the second item of https://wiki.archlinux.org/index.php/Arch_User_Repository#Maintaining_packages Cheers

runnytu commented on 2017-08-08 20:20 (UTC)

Hello, Bump to new version 0.68.0-3, with fix ld.so.conf.d file.

runnytu commented on 2017-08-07 19:25 (UTC)

Hello, Bump to new version 0.68.0-2. Thanks @vario, updated.

vario commented on 2017-08-05 21:32 (UTC)

I have sent some updated config files to tidy up the PKGBUILD and make some minor changes to the .install file

runnytu commented on 2017-08-05 14:17 (UTC)

Thanks @vario, fixed.

vario commented on 2017-08-05 12:04 (UTC)

There is a typo in the courier-authlib.install file that fails to create the courier user correctly.

runnytu commented on 2017-07-08 14:30 (UTC)

Hello, Bump to new version 0.68.0-1

runnytu commented on 2017-01-31 20:52 (UTC)

Hello, Bump to new version 0.67.0-1

runnytu commented on 2016-01-13 19:21 (UTC)

Hello, Bump to new version 0.66.4-2 with service file stop command fix.