Author: viper Date: 2006-04-18 22:47:35 +0200 (Tue, 18 Apr 2006) New Revision: 1268 Modified: crux-2.2/ports/opt/cyrus-sasl/.md5sum crux-2.2/ports/opt/cyrus-sasl/Pkgfile crux-2.2/ports/opt/cyrus-sasl/cyrus-sasl-2.1.21-crypt.patch crux-2.2/ports/opt/cyrus-sasl/cyrus-sasl-2.1.21-gcc4.patch Log: cyrus-sasl: provided better patches Modified: crux-2.2/ports/opt/cyrus-sasl/.md5sum =================================================================== --- crux-2.2/ports/opt/cyrus-sasl/.md5sum 2006-04-18 20:34:02 UTC (rev 1267) +++ crux-2.2/ports/opt/cyrus-sasl/.md5sum 2006-04-18 20:47:35 UTC (rev 1268) @@ -1,4 +1,4 @@ -4ecd4363f41acc640bec4eedbd3b76c9 cyrus-sasl-2.1.21-crypt.patch -d5d1c592c1581ec4bd02bb96e299bd9e cyrus-sasl-2.1.21-gcc4.patch +12abd43ee1bb76804d4a08e7c14779e2 cyrus-sasl-2.1.21-crypt.patch +7d8078328937d6d99db509931cec6664 cyrus-sasl-2.1.21-gcc4.patch dde02db234dea892bee298390890502e cyrus-sasl-2.1.21.tar.gz ec81c1d452216c3da110d7b9a6f8fa8f saslauthd Modified: crux-2.2/ports/opt/cyrus-sasl/Pkgfile =================================================================== --- crux-2.2/ports/opt/cyrus-sasl/Pkgfile 2006-04-18 20:34:02 UTC (rev 1267) +++ crux-2.2/ports/opt/cyrus-sasl/Pkgfile 2006-04-18 20:47:35 UTC (rev 1268) @@ -16,9 +16,9 @@ cd $name-$version # fix the crypt function - patch -p0 < $SRC/$name-$version-crypt.patch + patch -p1 < $SRC/$name-$version-crypt.patch # necessary to compile cyrus-sasl with gcc4 - patch -p0 < $SRC/$name-$version-gcc4.patch + patch -p1 < $SRC/$name-$version-gcc4.patch ./configure \ --prefix=/usr \ Modified: crux-2.2/ports/opt/cyrus-sasl/cyrus-sasl-2.1.21-crypt.patch =================================================================== --- crux-2.2/ports/opt/cyrus-sasl/cyrus-sasl-2.1.21-crypt.patch 2006-04-18 20:34:02 UTC (rev 1267) +++ crux-2.2/ports/opt/cyrus-sasl/cyrus-sasl-2.1.21-crypt.patch 2006-04-18 20:47:35 UTC (rev 1268) @@ -1,6 +1,5 @@ -Index: saslauthd/auth_shadow.c ---- saslauthd/auth_shadow.c 2005-11-30 21:49:20.000000000 +0100 -+++ saslauthd/auth_shadow.c 2005-11-30 21:49:41.000000000 +0100 +--- cyrus-sasl-2.1.21/saslauthd/auth_shadow.c 2004-04-27 17:56:23.000000000 +0200 ++++ cyrus-sasl-2.1.21-new/saslauthd/auth_shadow.c 2006-04-18 22:42:15.000000000 +0200 @@ -45,6 +45,7 @@ # include <time.h> # include <pwd.h> @@ -9,4 +8,3 @@ # ifndef HAVE_GETSPNAM # ifdef WITH_DES - Modified: crux-2.2/ports/opt/cyrus-sasl/cyrus-sasl-2.1.21-gcc4.patch =================================================================== --- crux-2.2/ports/opt/cyrus-sasl/cyrus-sasl-2.1.21-gcc4.patch 2006-04-18 20:34:02 UTC (rev 1267) +++ crux-2.2/ports/opt/cyrus-sasl/cyrus-sasl-2.1.21-gcc4.patch 2006-04-18 20:47:35 UTC (rev 1268) @@ -1,5 +1,5 @@ ---- lib/client.c 2006-03-16 15:57:00.000000000 +0100 -+++ lib/client.c 2006-03-16 15:57:18.000000000 +0100 +--- cyrus-sasl-2.1.21/lib/client.c 2004-11-17 15:19:30.000000000 +0100 ++++ cyrus-sasl-2.1.21-new/lib/client.c 2006-04-18 22:42:15.000000000 +0200 @@ -61,7 +61,7 @@ static cmech_list_t *cmechlist; /* global var which holds the list */
participants (1)
-
crux@crux.nu