Browse Source

autofs-5.1.8-2

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
9441642970
1 changed files with 28 additions and 1 deletions
  1. 28 1
      a/autofs/autofs-vl.spec

+ 28 - 1
a/autofs/autofs-vl.spec

@@ -5,7 +5,7 @@ Summary(ja): 自動的にファイルシステムをマウント/アンマウン
 Name: autofs
 Epoch: 1
 Version: 5.1.8
-Release: 1%{?_dist_release}%{?with_systemd:.systemd}
+Release: 2%{?_dist_release}%{?with_systemd:.systemd}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -14,6 +14,28 @@ Packager: daisuke, kenta, shaolin
 License: GPL
 Source: https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.xz
 
+Patch1: autofs-5.1.8-fix-kernel-mount-status-notification.patch
+Patch2: autofs-5.1.8-fix-fedfs-build-flags.patch
+Patch3: autofs-5.1.8-fix-set-open-file-limit.patch
+Patch4: autofs-5.1.8-improve-descriptor-open-error-reporting.patch
+Patch5: autofs-5.1.8-fix-root-offset-error-handling.patch
+Patch6: autofs-5.1.8-fix-fix-root-offset-error-handling.patch
+Patch7: autofs-5.1.8-fix-nonstrict-fail-handling-of-last-offset-mount.patch
+Patch8: autofs-5.1.8-dont-fail-on-duplicate-host-export-entry.patch
+Patch9: autofs-5.1.8-fix-loop-under-run-in-cache_get_offset_parent.patch
+Patch10: autofs-5.1.8-bailout-on-rpc-systemerror.patch
+Patch11: autofs-5.1.8-fix-nfsv4-only-mounts-should-not-use-rpcbind.patch
+Patch12: autofs-5.1.8-simplify-cache_add-a-little.patch
+Patch13: autofs-5.1.8-fix-use-after-free-in-tree_mapent_delete_offset_tree.patch
+Patch14: autofs-5.1.8-fix-memory-leak-in-xdr_exports.patch
+Patch15: autofs-5.1.8-avoid-calling-pthread_getspecific-with-NULL-key_thread_attempt_id.patch
+Patch16: autofs-5.1.8-fix-sysconf-return-handling.patch
+Patch17: autofs-5.1.8-remove-nonstrict-parameter-from-tree_mapent_umount_offsets.patch
+Patch18: autofs-5.1.8-fix-handling-of-incorrect-return-from-umount_ent.patch
+Patch19: autofs-5.1.8-dont-use-initgroups-at-spawn.patch
+Patch20: autofs-5.1.8-fix-missing-unlock-in-sasl_do_kinit_ext_cc.patch
+Patch21: autofs-5.1.8-fix-invalid-tsv-access.patch
+
 ## Vine Patch(es)
 Patch100: autofs-3.1.7-initdir.patch
 Patch101: autofs-5.0.3-rc.autofs_LSB.patch
@@ -71,6 +93,7 @@ automount デーモンは,ファイルシステムを使う時に自動的に
 
 %prep
 %setup -q
+%autopatch -p1 -M 99
 echo %{version}-%{release} > .version
 
 %if !%{with systemd}
@@ -191,6 +214,10 @@ fi
 
 
 %changelog
+* Sat Nov 19 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.1.8-2
+- built with openldap-2.6.3.
+- imported patches from upstream.
+
 * Sat Nov 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.1.8-1
 - updated to 5.1.8.