- fix a typo in sasl_client_start(3) (#196066)
This commit is contained in:
parent
bd6a2069ae
commit
c36565a39a
12
cyrus-sasl-2.1.22-typo.patch
Normal file
12
cyrus-sasl-2.1.22-typo.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Upstream #2848, Red Hat #196066.
|
||||
--- cyrus-sasl-2.1.22/man/sasl_client_start.3 2006-06-20 15:05:35.000000000 -0400
|
||||
+++ cyrus-sasl-2.1.22/man/sasl_client_start.3 2006-06-20 15:05:28.000000000 -0400
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
.PP
|
||||
.I mechlist
|
||||
-is a list of mechanisms the server has available. Punctuation if ignored.
|
||||
+is a list of mechanisms the server has available. Punctuation is ignored.
|
||||
.PP
|
||||
.I prompt_need
|
||||
is filled in with a list of prompts needed to continue (if necessary).
|
@ -6,7 +6,7 @@
|
||||
Summary: The Cyrus SASL library.
|
||||
Name: cyrus-sasl
|
||||
Version: 2.1.22
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: Freely Distributable
|
||||
Group: System Environment/Libraries
|
||||
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
|
||||
@ -33,6 +33,7 @@ Patch21: cyrus-sasl-2.1.22-no-static-deps.patch
|
||||
Patch22: cyrus-sasl-2.1.21-gssapi-generic.patch
|
||||
Patch23: cyrus-sasl-2.1.19-omit_realm.patch
|
||||
Patch24: cyrus-sasl-2.1.21-sizes.patch
|
||||
Patch25: cyrus-sasl-2.1.22-typo.patch
|
||||
Patch50: db-4.3.27-initmem.patch
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
BuildPrereq: autoconf, automake, libtool, gdbm-devel, groff
|
||||
@ -144,6 +145,7 @@ popd
|
||||
%patch22 -p1 -b .gssapi-generic
|
||||
#%patch23 -p1 -b .omit_realm
|
||||
%patch24 -p1 -b .sizes
|
||||
%patch25 -p1 -b .typo
|
||||
# FIXME - this is just weird
|
||||
rm config/ltconfig config/libtool.m4
|
||||
rm -fr autom4te.cache
|
||||
@ -421,6 +423,9 @@ fi
|
||||
%{_sbindir}/sasl2-shared-mechlist
|
||||
|
||||
%changelog
|
||||
* Tue Jun 20 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-2
|
||||
- fix a typo in sasl_client_start(3) (#196066)
|
||||
|
||||
* Mon May 22 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-1
|
||||
- update to 2.1.22, adding pluginviewer to %%{_sbindir}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user