Package Details: autofs 5.1.9-5

Git Clone URL: https://aur.archlinux.org/autofs.git (read-only, click to copy)
Package Base: autofs
Description: A kernel-based automounter for Linux
Upstream URL: https://www.kernel.org/pub/linux/daemons/autofs/
Keywords: autofs,auto mount
Licenses: GPL2
Submitter: arojas
Maintainer: ajacocks
Last Packager: ajacocks
Votes: 42
Popularity: 1.36
First Submitted: 2021-05-08 08:58 (UTC)
Last Updated: 2024-08-16 04:39 (UTC)

Dependencies (10)

Sources (43)

Latest Comments

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

ajacocks commented on 2024-08-14 14:25 (UTC)

There were a bunch of new patches upstream. I updated the build.

ajacocks commented on 2024-08-14 13:24 (UTC)

I’m guessing that the patch has been updated since I updated the PKGBUILD. I’ll check it out today.

Thanks fo letting me know.

lysergic commented on 2024-08-14 11:02 (UTC)

I'm getting this validation error on patch_order_5.1.9:

==> Validating source files with sha256sums...
    autofs-5.1.9.tar.xz ... Passed
    autofs-5.1.9-Fix-incompatible-function-pointer-types-in-cyrus-sasl-module.patch ... Passed
    autofs-5.1.9-fix-always-recreate-credential-cache.patch ... Passed
    autofs-5.1.9-fix-changelog.patch ... Passed
    autofs-5.1.9-fix-crash-in-make_options_string.patch ... Passed
    autofs-5.1.9-fix-crash-in-make_options_string.patch ... Passed
    autofs-5.1.9-fix-ldap_parse_page_control-check.patch ... Passed
    autofs-5.1.9-update-configure.patch ... Passed
    patch_order_5.1.9 ... FAILED
    libxml-parser.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'autofs-5.1.9-3': 
error: packages failed to build: autofs-5.1.9-3

Not sure how to proceed, thanks in advance for any help.

ajacocks commented on 2024-06-14 17:25 (UTC) (edited on 2024-06-14 17:25 (UTC) by ajacocks)

Interesting. Wonder where xmlParseFile was before?

Anyway, thanks, @deadbeef! Patch added and package updated.

deadbeef commented on 2024-06-13 22:37 (UTC) (edited on 2024-06-13 22:41 (UTC) by deadbeef)

@J-Kappes you can patch modules/lookup_ldap.c like below.

diff -uN modules/lookup_ldap.c.orig modules/lookup_ldap.c


--- modules/lookup_ldap.c.orig  2024-06-14 00:34:30.192595077 +0200
+++ modules/lookup_ldap.c       2024-06-14 00:34:42.045962654 +0200
@@ -29,6 +29,7 @@
 #include <resolv.h>
 #include <lber.h>
 #include <libxml/tree.h>
+#include <libxml/parser.h>
 #include <stdlib.h>

 #define MODULE_LOOKUP

J-Kappes commented on 2024-06-13 10:33 (UTC)

I get the error lookup_ldap.c:1332:15: error: implicit declaration of function 'xmlParseFile'; did you mean 'xmlSaveFile'?

archer97 commented on 2024-06-04 21:31 (UTC)

@ajacocks, congrats 🎉 please take good care of it

ajacocks commented on 2024-06-04 20:32 (UTC)

Thanks for all your work and maintenance @ava1ar!

ava1ar commented on 2024-06-04 20:23 (UTC)

it is all yours - thanks!

ajacocks commented on 2024-06-04 19:57 (UTC)

Yes, I'm willing.