|
@@ -9,7 +9,7 @@
|
|
Summary: The configuration files, libraries and documentation for OpenLDAP.
|
|
Summary: The configuration files, libraries and documentation for OpenLDAP.
|
|
Summary(ja): OpenLDAP の設定ファイル,ライブラリ,ドキュメント.
|
|
Summary(ja): OpenLDAP の設定ファイル,ライブラリ,ドキュメント.
|
|
Name: openldap
|
|
Name: openldap
|
|
-Version: 2.4.58
|
|
+Version: 2.4.59
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -45,6 +45,26 @@ Patch19: openldap-switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.patch
|
|
# ldapi sasl fix pending upstream inclusion
|
|
# ldapi sasl fix pending upstream inclusion
|
|
Patch24: openldap-openssl-manpage-defaultCA.patch
|
|
Patch24: openldap-openssl-manpage-defaultCA.patch
|
|
|
|
|
|
|
|
+# The below patches come from upstream master and are necessary for Channel Binding
|
|
|
|
+# (both tls-unique and tls-server-end-point) to work properly.
|
|
|
|
+# Additionally, for Samba to be able to implement Channel Binding, the PEERCERT option
|
|
|
|
+# is being included as well.
|
|
|
|
+Patch50: openldap-cbinding-Add-channel-binding-support.patch
|
|
|
|
+Patch51: openldap-cbinding-ITS-8573-allow-all-libldap-options-in-tools-o-option.patch
|
|
|
|
+Patch52: openldap-cbinding-ITS-8573-TLS-option-test-suite.patch
|
|
|
|
+Patch53: openldap-cbinding-ITS-8573-Add-missing-URI-variables-for-tests.patch
|
|
|
|
+Patch54: openldap-cbinding-auth-add-SASL-GSSAPI-tests.patch
|
|
|
|
+Patch55: openldap-cbinding-ITS-7398-add-LDAP_OPT_X_TLS_PEERCERT.patch
|
|
|
|
+Patch56: openldap-cbinding-Make-prototypes-available-where-needed.patch
|
|
|
|
+Patch57: openldap-cbinding-ITS-9189_1-rework-sasl-cbinding-support.patch
|
|
|
|
+Patch58: openldap-cbinding-ITS-9189_2-add-channel-bindings-tests.patch
|
|
|
|
+Patch59: openldap-cbinding-ITS-9189_3-initialize-ldo_sasl_cbinding-in-LDAP_LDO_SA.patch
|
|
|
|
+Patch60: openldap-cbinding-Fix-slaptest-in-test077.patch
|
|
|
|
+Patch61: openldap-cbinding-Convert-test077-to-LDIF-config.patch
|
|
|
|
+Patch62: openldap-cbinding-Update-keys-to-RSA-4096.patch
|
|
|
|
+Patch63: openldap-cbinding-ITS-9215-fix-for-glibc-again.patch
|
|
|
|
+Patch64: openldap-add-tls-sni-support-to-libldap.patch
|
|
|
|
+
|
|
# check-password module specific patches
|
|
# check-password module specific patches
|
|
Patch90: check-password-makefile.patch
|
|
Patch90: check-password-makefile.patch
|
|
Patch91: check-password.patch
|
|
Patch91: check-password.patch
|
|
@@ -228,6 +248,22 @@ autoreconf -fiv ||:
|
|
%patch19 -p1
|
|
%patch19 -p1
|
|
%patch24 -p1
|
|
%patch24 -p1
|
|
|
|
|
|
|
|
+%patch50 -p1
|
|
|
|
+%patch51 -p1
|
|
|
|
+%patch52 -p1
|
|
|
|
+%patch53 -p1
|
|
|
|
+%patch54 -p1
|
|
|
|
+%patch55 -p1
|
|
|
|
+%patch56 -p1
|
|
|
|
+%patch57 -p1
|
|
|
|
+%patch58 -p1
|
|
|
|
+%patch59 -p1
|
|
|
|
+%patch60 -p1
|
|
|
|
+%patch61 -p1
|
|
|
|
+%patch62 -p1
|
|
|
|
+%patch63 -p1
|
|
|
|
+%patch64 -p1
|
|
|
|
+
|
|
# security
|
|
# security
|
|
|
|
|
|
# build smbk5pwd with other overlays
|
|
# build smbk5pwd with other overlays
|
|
@@ -685,6 +721,11 @@ exit 0
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Oct 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.59-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- built with openssl-3.0.0.
|
|
|
|
+- imported Patch50-64 from rawhide.
|
|
|
|
+
|
|
* Thu Jun 03 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.58-1
|
|
* Thu Jun 03 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.58-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- dropped ldconfig scriptlets.
|
|
- dropped ldconfig scriptlets.
|