Hello community, here is the log from the commit of package cyrus-sasl checked in at Sat Jun 3 00:56:27 CEST 2006. -------- --- cyrus-sasl/cyrus-sasl-saslauthd.changes 2006-04-05 17:17:49.000000000 +0200 +++ cyrus-sasl/cyrus-sasl-saslauthd.changes 2006-06-03 00:55:53.000000000 +0200 @@ -1,0 +2,13 @@ +Fri Jun 2 11:33:04 CEST 2006 - rhafer@suse.de + +- updated to 2.1.22 + * new pluginviewer utility for reporting information about client + and server side authentication plugins and auxprop plugins + (e.g. supported features, methods, etc.). + * Added support for HTTP POST password validation in saslauthd +- rename SuSE.tar.gz to cyrus-sasl-rc.tar.gz to avoid name + collision with other packages in src.rpm (Bug #98188) +- include "crypt.h" in auth_shadow.c to avoid possible crash in + saslauthd (Bug #179621) + +------------------------------------------------------------------- cyrus-sasl.changes: same change Old: ---- SuSE.tar.gz cyrus-sasl-2.1.21.dif cyrus-sasl-2.1.21.tar.bz2 New: ---- cyrus-sasl-2.1.22.dif cyrus-sasl-2.1.22.tar.bz2 cyrus-sasl-implicitfunc.dif cyrus-sasl-rc.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cyrus-sasl-saslauthd.spec ++++++ --- /var/tmp/diff_new_pack.SEDGiJ/_old 2006-06-03 00:55:58.000000000 +0200 +++ /var/tmp/diff_new_pack.SEDGiJ/_new 2006-06-03 00:55:58.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package cyrus-sasl-saslauthd (Version 2.1.21) +# spec file for package cyrus-sasl-saslauthd (Version 2.1.22) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -19,13 +19,14 @@ Provides: cyrus-sasl:/usr/sbin/saslauthd Provides: cyrus-sasl2:/usr/sbin/saslauthd Summary: The SASL Authentication Server -Version: 2.1.21 -Release: 12 +Version: 2.1.22 +Release: 1 Source: cyrus-sasl-%{version}.tar.bz2 -Source1: SuSE.tar.gz +Source1: cyrus-sasl-rc.tar.gz Patch: cyrus-sasl-%{version}.dif Patch1: shared_link_on_ppc.patch Patch2: cyrus-sasl-gcc4.patch +Patch3: cyrus-sasl-implicitfunc.dif Prereq: %insserv_prereq %fillup_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -44,6 +45,7 @@ %patch %patch1 %patch2 +%patch3 -p1 %build find . -name \*.cvsignore -print0 | xargs -0 rm -vf @@ -81,7 +83,7 @@ %install cd saslauthd -make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 testsaslauthd +#make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 testsaslauthd make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 install mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8 install -m 644 saslauthd.mdoc $RPM_BUILD_ROOT/%{_mandir}/man8/saslauthd.8 @@ -118,6 +120,16 @@ %doc %{_mandir}/man8/*.gz %changelog -n cyrus-sasl-saslauthd +* Fri Jun 02 2006 - rhafer@suse.de +- updated to 2.1.22 + * new pluginviewer utility for reporting information about client + and server side authentication plugins and auxprop plugins + (e.g. supported features, methods, etc.). + * Added support for HTTP POST password validation in saslauthd +- rename SuSE.tar.gz to cyrus-sasl-rc.tar.gz to avoid name + collision with other packages in src.rpm (Bug #98188) +- include "crypt.h" in auth_shadow.c to avoid possible crash in + saslauthd (Bug #179621) * Mon Apr 03 2006 - rhafer@suse.de - remove dlcompat-20010505 from tarball because of legal risk and documented this in README.Source (Bug: #161390) ++++++ cyrus-sasl.spec ++++++ --- /var/tmp/diff_new_pack.SEDGiJ/_old 2006-06-03 00:55:58.000000000 +0200 +++ /var/tmp/diff_new_pack.SEDGiJ/_new 2006-06-03 00:55:58.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package cyrus-sasl (Version 2.1.21) +# spec file for package cyrus-sasl (Version 2.1.22) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -19,14 +19,15 @@ URL: http://asg.web.cmu.edu/sasl/ Autoreqprov: on Summary: Implementation of Cyrus SASL API -Version: 2.1.21 -Release: 12 +Version: 2.1.22 +Release: 1 Source: cyrus-sasl-%{version}.tar.bz2 -Source1: SuSE.tar.gz +Source1: cyrus-sasl-rc.tar.gz Source2: README.Source Patch: cyrus-sasl-%{version}.dif Patch1: shared_link_on_ppc.patch Patch2: cyrus-sasl-gcc4.patch +Patch3: cyrus-sasl-implicitfunc.dif Prereq: %insserv_prereq %fillup_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build # @@ -192,6 +193,7 @@ %patch %patch1 %patch2 +%patch3 -p1 %build find . -name \*.cvsignore -print0 | xargs -0 rm -fv @@ -242,6 +244,7 @@ install -m 755 dbconverter $RPM_BUILD_ROOT/usr/sbin/dbconverter rm -f $RPM_BUILD_ROOT/%{_mandir}/cat?/* rm -f $RPM_BUILD_ROOT/usr/sbin/saslauthd +rm -f $RPM_BUILD_ROOT/usr/sbin/testsaslauthd find $RPM_BUILD_ROOT/%{_libdir}/sasl2 -name "*.la" | xargs rm -f %post @@ -298,6 +301,16 @@ %{_libdir}/libsasl2.la %changelog -n cyrus-sasl +* Fri Jun 02 2006 - rhafer@suse.de +- updated to 2.1.22 + * new pluginviewer utility for reporting information about client + and server side authentication plugins and auxprop plugins + (e.g. supported features, methods, etc.). + * Added support for HTTP POST password validation in saslauthd +- rename SuSE.tar.gz to cyrus-sasl-rc.tar.gz to avoid name + collision with other packages in src.rpm (Bug #98188) +- include "crypt.h" in auth_shadow.c to avoid possible crash in + saslauthd (Bug #179621) * Mon Apr 03 2006 - rhafer@suse.de - remove dlcompat-20010505 from tarball because of legal risk and documented this in README.Source (Bug: #161390) ++++++ cyrus-sasl-2.1.21.dif -> cyrus-sasl-2.1.22.dif ++++++ ++++++ cyrus-sasl-2.1.21.tar.bz2 -> cyrus-sasl-2.1.22.tar.bz2 ++++++ ++++ 8079 lines of diff (skipped) ++++++ cyrus-sasl-implicitfunc.dif ++++++ Index: cyrus-sasl-2.1.22/lib/auxprop.c =================================================================== --- cyrus-sasl-2.1.22.orig/lib/auxprop.c +++ cyrus-sasl-2.1.22/lib/auxprop.c @@ -41,7 +41,7 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - +#include <stdio.h> #include <config.h> #include <sasl.h> #include <prop.h> Index: cyrus-sasl-2.1.22/saslauthd/auth_shadow.c =================================================================== --- cyrus-sasl-2.1.22.orig/saslauthd/auth_shadow.c +++ cyrus-sasl-2.1.22/saslauthd/auth_shadow.c @@ -63,6 +63,10 @@ # include <shadow.h> # endif /* ! HAVE_GETUSERPW */ +#ifdef HAVE_CRYPT_H +#include <crypt.h> +#endif + # include "auth_shadow.h" # include "globals.h" /* END PUBLIC DEPENDENCIES */ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de