- update to upstream 5.1.5 release.
This commit is contained in:
parent
772e02a636
commit
ba70f4fb19
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ autofs-5.0.5.tar.bz2
|
||||
/autofs-5.1.2.tar.gz
|
||||
/autofs-5.1.3.tar.gz
|
||||
/autofs-5.1.4.tar.gz
|
||||
/autofs-5.1.5.tar.gz
|
||||
|
||||
77
autofs.spec
77
autofs.spec
@ -7,47 +7,12 @@
|
||||
|
||||
Summary: A tool for automatically mounting and unmounting filesystems
|
||||
Name: autofs
|
||||
Version: 5.1.4
|
||||
Release: 21%{?dist}
|
||||
Version: 5.1.5
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
Source: https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.gz
|
||||
Patch1: autofs-5.1.4-fix-flag-file-permission.patch
|
||||
Patch2: autofs-5.1.4-fix-directory-create-permission.patch
|
||||
Patch3: autofs-5.1.4-fix-use-after-free-in-do_master_list_reset.patch
|
||||
Patch4: autofs-5.1.4-fix-deadlock-in-dumpmaps.patch
|
||||
Patch5: autofs-5.1.4-dont-use-array-for-path-when-not-neccessary.patch
|
||||
Patch6: autofs-5.1.4-fix-prefix-option-handling-in-expand_entry.patch
|
||||
Patch7: autofs-5.1.4-fix-sublink-option-not-set-from-defaults.patch
|
||||
Patch8: autofs-5.1.4-fix-error-return-in-do_nfs_mount.patch
|
||||
Patch9: autofs-5.1.4-add-error-handling-for-ext_mount_add.patch
|
||||
Patch10: autofs-5.1.4-account-for-libnsl-changes.patch
|
||||
Patch11: autofs-5.1.4-use_hostname_for_mounts-shouldnt-prevent-selection-among-replicas.patch
|
||||
Patch12: autofs-5.1.4-fix-monotonic_elapsed.patch
|
||||
Patch13: autofs-5.1.4-Makefiles.rules-remove-samples-from-SUBDIRS.patch
|
||||
Patch14: autofs-5.1.4-dont-allow-trailing-slash-in-master-map-mount-points.patch
|
||||
Patch15: autofs-5.1.4-fix-libresolv-configure-check.patch
|
||||
Patch16: autofs-5.1.4-add-fedfs-getsrvinfo_c.patch
|
||||
Patch17: autofs-5.1.4-add-mount_fedfs_c.patch
|
||||
Patch18: autofs-5.1.4-add-fedfs-map-nfs4_c.patch
|
||||
Patch19: autofs-5.1.4-add-conditional-inclusion-of-fedfs-binaries.patch
|
||||
Patch20: autofs-5.1.4-add-an-example-fedfs-master-map-entry-to-the-installed-master-map.patch
|
||||
Patch21: autofs-5.1.4-improve-hostname-lookup-error-logging.patch
|
||||
Patch22: autofs-5.1.4-tiny-patch-for-autofs-typo-and-possible-bug.patch
|
||||
Patch23: autofs-5.1.4-add-units-After-line-to-include-statd-service.patch
|
||||
Patch24: autofs-5.1.4-use-systemd-sd_notify-at-startup.patch
|
||||
Patch25: autofs-5.1.4-fix-NFS-version-mask-usage.patch
|
||||
Patch26: autofs-5.1.4-fix-fd-leak-in-rpc_do_create_client.patch
|
||||
Patch27: autofs-5.1.4-add-man-page-note-about-extra-slashes-in-paths.patch
|
||||
Patch28: autofs-5.1.4-covarity-fixes-1.patch
|
||||
Patch29: autofs-5.1.4-change-expire-type-naming-to-better-reflect-usage.patch
|
||||
Patch30: autofs-5.1.4-use-defines-for-expire-type.patch
|
||||
Patch31: autofs-5.1.4-make-umount_ent-recognise-forced-umount.patch
|
||||
Patch32: autofs-5.1.4-fix-age-setting-at-startup.patch
|
||||
Patch33: autofs-5.1.4-fix-update_negative_cache-map-source-usage.patch
|
||||
Patch34: autofs-5.1.4-fix-program-usage-message.patch
|
||||
Patch35: autofs-5.1.4-fix-use-after-free-in-parse_ldap_config.patch
|
||||
|
||||
%if %{with_systemd}
|
||||
BuildRequires: systemd-units
|
||||
@ -108,41 +73,6 @@ echo %{version}-%{release} > .version
|
||||
%define unitdir %{?_unitdir:/usr/lib/systemd/system}
|
||||
%define systemd_configure_arg --with-systemd
|
||||
%endif
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
%patch14 -p1
|
||||
%patch15 -p1
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%patch18 -p1
|
||||
%patch19 -p1
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch22 -p1
|
||||
%patch23 -p1
|
||||
%patch24 -p1
|
||||
%patch25 -p1
|
||||
%patch26 -p1
|
||||
%patch27 -p1
|
||||
%patch28 -p1
|
||||
%patch29 -p1
|
||||
%patch30 -p1
|
||||
%patch31 -p1
|
||||
%patch32 -p1
|
||||
%patch33 -p1
|
||||
%patch34 -p1
|
||||
%patch35 -p1
|
||||
|
||||
%build
|
||||
LDFLAGS=-Wl,-z,now
|
||||
@ -237,6 +167,9 @@ fi
|
||||
%dir /etc/auto.master.d
|
||||
|
||||
%changelog
|
||||
* Mon Nov 05 2018 Ian Kent <ikent@redhat.com> - 1:5.1.5-1
|
||||
- update to upstream 5.1.5 release.
|
||||
|
||||
* Fri Aug 17 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-21
|
||||
- fix use after free in parse_ldap_config().
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (autofs-5.1.4.tar.gz) = f9d388ba2dad6ec66dc57b347615c610782c8fb73fce3895da40d13f0987c1f402d1406e1a7c3f5e36d63a329b2f8c72c5fbad8e5e684c45393ce45a3f103eb1
|
||||
SHA512 (autofs-5.1.5.tar.gz) = d9845c1e3d4aaee9f3903afd155dac5d293c0fdde52d6d38f513fbdd58df23f9c0faf58de6f11dc66dfb3e81d40723f46f65025cc6135519fba2f1b9950de966
|
||||
|
||||
Loading…
Reference in New Issue
Block a user