|
@@ -6,7 +6,7 @@ Summary: The Cyrus SASL library.
|
|
Summary(ja): Cyrus SASL ライブラリ
|
|
Summary(ja): Cyrus SASL ライブラリ
|
|
Name: cyrus-sasl
|
|
Name: cyrus-sasl
|
|
Version: 2.1.26
|
|
Version: 2.1.26
|
|
-Release: 6%{?_dist_release}
|
|
+Release: 7%{?_dist_release}
|
|
License: BSD with advertising
|
|
License: BSD with advertising
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://cyrusimap.org/
|
|
URL: http://cyrusimap.org/
|
|
@@ -16,7 +16,6 @@ Source4: saslauthd.init
|
|
Source5: README.RPM
|
|
Source5: README.RPM
|
|
Source9: saslauthd.sysconfig
|
|
Source9: saslauthd.sysconfig
|
|
#
|
|
#
|
|
-Patch10: cyrus-sasl-2.1.22-db_bundle.patch
|
|
|
|
Patch11: cyrus-sasl-2.1.25-no_rpath.patch
|
|
Patch11: cyrus-sasl-2.1.25-no_rpath.patch
|
|
Patch15: cyrus-sasl-2.1.20-saslauthd.conf-path.patch
|
|
Patch15: cyrus-sasl-2.1.20-saslauthd.conf-path.patch
|
|
Patch24: cyrus-sasl-2.1.21-sizes.patch
|
|
Patch24: cyrus-sasl-2.1.21-sizes.patch
|
|
@@ -35,6 +34,20 @@ Patch50: cyrus-sasl-2.1.26-revert-upstream-080e51c7fa0421eb2f0210d34cf0ac48a228b
|
|
Patch52: cyrus-sasl-2.1.26-config-error.patch
|
|
Patch52: cyrus-sasl-2.1.26-config-error.patch
|
|
# Treat SCRAM-SHA-1/DIGEST-MD5 as more secure than PLAIN (#970718)
|
|
# Treat SCRAM-SHA-1/DIGEST-MD5 as more secure than PLAIN (#970718)
|
|
Patch53: cyrus-sasl-2.1.26-prefer-SCRAM-SHA-1-over-PLAIN.patch
|
|
Patch53: cyrus-sasl-2.1.26-prefer-SCRAM-SHA-1-over-PLAIN.patch
|
|
|
|
+# Do not leak memory in sample server (#852755)
|
|
|
|
+Patch54: cyrus-sasl-2.1.26-sample-leak.patch
|
|
|
|
+# Document ability to run saslauthd unprivileged (#1189203)
|
|
|
|
+Patch55: cyrus-sasl-2.1.26-saslauthd-user.patch
|
|
|
|
+# Too much loogging in GSSAPI resolved (#1187097)
|
|
|
|
+Patch56: cyrus-sasl-2.1.26-user-specified-logging.patch
|
|
|
|
+# OpenSSL 1.1.0 support
|
|
|
|
+Patch57: cyrus-sasl-2.1.27-openssl-1.1.0.patch
|
|
|
|
+# Fix support for GSS SPNEGO to be compatible with windows (#1421663)
|
|
|
|
+Patch58: cyrus-sasl-2.1.26-gss-spnego.patch
|
|
|
|
+# Use per-connection mutex where possible
|
|
|
|
+Patch59: cyrus-sasl-2.1.26-gssapi-lock.patch
|
|
|
|
+# Allow cyrus sasl to get the ssf from gssapi #429
|
|
|
|
+Patch60: cyrus-sasl-2.1.26-ssf-from-gssapi.patch
|
|
|
|
|
|
Patch102: cyrus-sasl-2.1.26-configure.patch
|
|
Patch102: cyrus-sasl-2.1.26-configure.patch
|
|
|
|
|
|
@@ -48,7 +61,7 @@ BuildRequires: autoconf, automake, libtool
|
|
BuildRequires: libdb-devel
|
|
BuildRequires: libdb-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: pam-devel
|
|
BuildRequires: pam-devel
|
|
-BuildRequires: libmysqlclient-devel
|
|
+BuildRequires: libmariadb-devel
|
|
BuildRequires: libpq-devel
|
|
BuildRequires: libpq-devel
|
|
BuildRequires: openldap-devel
|
|
BuildRequires: openldap-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
@@ -263,7 +276,6 @@ the GS2 authentication scheme.
|
|
%setup -q
|
|
%setup -q
|
|
chmod -x doc/*.html
|
|
chmod -x doc/*.html
|
|
chmod -x include/*.h
|
|
chmod -x include/*.h
|
|
-#patch10 -p1 -b .db_bundle
|
|
|
|
%patch11 -p1 -b .no_rpath
|
|
%patch11 -p1 -b .no_rpath
|
|
%patch15 -p1 -b .path
|
|
%patch15 -p1 -b .path
|
|
%patch24 -p1 -b .sizes
|
|
%patch24 -p1 -b .sizes
|
|
@@ -275,6 +287,13 @@ chmod -x include/*.h
|
|
%patch50 -p1 -b .gssapi
|
|
%patch50 -p1 -b .gssapi
|
|
%patch52 -p1 -b .configerr
|
|
%patch52 -p1 -b .configerr
|
|
%patch53 -p1 -b .sha1vsplain
|
|
%patch53 -p1 -b .sha1vsplain
|
|
|
|
+%patch54 -p1 -b .leak
|
|
|
|
+%patch55 -p1 -b .man-unprivileged
|
|
|
|
+%patch56 -p1 -b .too-much-logging
|
|
|
|
+%patch57 -p1 -b .openssl110
|
|
|
|
+%patch58 -p1 -b .spnego
|
|
|
|
+%patch59 -p1 -b .mutex
|
|
|
|
+%patch60 -p1 -b .ssf-gssapi
|
|
|
|
|
|
%patch102 -p1 -b .configure
|
|
%patch102 -p1 -b .configure
|
|
|
|
|
|
@@ -538,6 +557,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Nov 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.26-7
|
|
|
|
+- rebuilt with openssl-1.1.1.
|
|
|
|
+- added Patch54-60.
|
|
|
|
+
|
|
* Wed Nov 02 2016 Toshiaki Ara <ara_t@384.jp> 2.1.26-6
|
|
* Wed Nov 02 2016 Toshiaki Ara <ara_t@384.jp> 2.1.26-6
|
|
- fix [BTS:0003006]
|
|
- fix [BTS:0003006]
|
|
- correct saslauthd.sysconfig
|
|
- correct saslauthd.sysconfig
|