update to 0.47.5

Update to 0.47.5:
- merge Alexander Bokovoy's patches to
  - teach the schema compatibility plugin to optionally serve user and group
    information retrieved from libc as part of a set of compat entries
  - handle simple bind requests for those entries by calling out to PAM
  - to rewrite the DN of incoming bind requests to compat entries to point
    at the source entries, instead of returning a referral which most clients
    won't handle
This commit is contained in:
Nalin Dahyabhai 2013-08-07 12:46:36 -04:00
parent c349498234
commit 4c650e9178
3 changed files with 17 additions and 5 deletions

2
.gitignore vendored
View File

@ -42,3 +42,5 @@ slapi-nis-0.17.tar.gz
/slapi-nis-0.46.tar.gz.sig
/slapi-nis-0.47.tar.gz
/slapi-nis-0.47.tar.gz.sig
/slapi-nis-0.47.5.tar.gz
/slapi-nis-0.47.5.tar.gz.sig

View File

@ -10,8 +10,8 @@
%endif
Name: slapi-nis
Version: 0.47
Release: 2%{?dist}
Version: 0.47.5
Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
License: GPLv2
@ -21,6 +21,7 @@ Source1: https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.ta
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: 389-ds-base-devel, %{ldap_impl}-devel
BuildRequires: nspr-devel, nss-devel, /usr/bin/rpcgen
BuildRequires: libsss_nss_idmap-devel, pam-devel
%if 0%{?fedora} > 6 || 0%{?rhel} > 5
BuildRequires: tcp_wrappers-devel
%else
@ -76,12 +77,21 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
* Wed Aug 7 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.47.5-1
- merge Alexander Bokovoy's patches to
- teach the schema compatibility plugin to optionally serve user and group
information retrieved from libc as part of a set of compat entries
- handle simple bind requests for those entries by calling out to PAM
- to rewrite the DN of incoming bind requests to compat entries to point
at the source entries, instead of returning a referral which most clients
won't handle
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri May 24 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.47-1
- fix request argument memory leaks in NIS server
- add a %sort function
- add a %%sort function
* Thu Apr 4 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.46-1
- when checking if we can skip processing for a given change, pay attention to

View File

@ -1,2 +1,2 @@
286390514d1d05c0188a7d61df7c17d3 slapi-nis-0.47.tar.gz
82e18b4ff6c708823d186157293476aa slapi-nis-0.47.tar.gz.sig
e998a7fd608a58a14f7b0afeb7979da4 slapi-nis-0.47.5.tar.gz
854b00a0577046d4baef5a467d0cd490 slapi-nis-0.47.5.tar.gz.sig