OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Sep-2005 14:41:40
Branch: HEAD Handle: 2005092313414000
Modified files:
openpkg-src/sasl sasl.patch sasl.spec
Log:
fix building under new GCC 4.0 world order
Summary:
Revision Changes Path
1.16 +41 -0 openpkg-src/sasl/sasl.patch
1.133 +1 -1 openpkg-src/sasl/sasl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sasl/sasl.patch
============================================================================
$ cvs diff -u -r1.15 -r1.16 sasl.patch
--- openpkg-src/sasl/sasl.patch 26 May 2005 19:06:56 -0000 1.15
+++ openpkg-src/sasl/sasl.patch 23 Sep 2005 12:41:40 -0000 1.16
@@ -171,3 +171,44 @@
#include "lak.h"
typedef struct lak_auth_method {
+Index: saslauthd/Makefile.in
+--- saslauthd/Makefile.in.orig 2005-05-15 07:59:08 +0200
++++ saslauthd/Makefile.in 2005-05-30 14:26:59 +0200
+@@ -150,11 +150,11 @@
+ saslauthd_DEPENDENCIES = saslauthd-main.o @LTLIBOBJS@
+ saslauthd_LDADD = @SASL_KRB_LIB@ \
+ @GSSAPIBASE_LIBS@ @GSSAPI_LIBS@ @LIB_CRYPT@ @LIB_SIA@ \
+- @LIB_SOCKET@ @SASL_DB_LIB@ @LIB_PAM@ @LDAP_LIBS@ @LTLIBOBJS@
++ @LIB_SOCKET@ @SASL_DB_LIB@ @LIB_PAM@ @LDAP_LIBS@ @LTLIBOBJS@
../lib/libsasl2.a
+
+
+ testsaslauthd_SOURCES = testsaslauthd.c utils.c
+-testsaslauthd_LDADD = @LIB_SOCKET@
++testsaslauthd_LDADD = @LIB_SOCKET@ ../lib/libsasl2.a
+
+ saslcache_SOURCES = saslcache.c
+
+Index: lib/saslint.h
+--- lib/saslint.h.orig 2004-11-17 15:19:30 +0100
++++ lib/saslint.h 2005-09-23 14:39:28 +0200
+@@ -109,8 +109,6 @@
+ const char *appname;
+ } sasl_global_callbacks_t;
+
+-extern sasl_global_callbacks_t global_callbacks;
+-
+ typedef struct _sasl_external_properties
+ {
+ sasl_ssf_t ssf;
+Index: lib/server.c
+--- lib/server.c.orig 2005-09-23 14:31:14 +0200
++++ lib/server.c 2005-09-23 14:39:08 +0200
+@@ -95,7 +95,7 @@
+
+ static mech_list_t *mechlist = NULL; /* global var which holds the list */
+
+-sasl_global_callbacks_t global_callbacks;
++static sasl_global_callbacks_t global_callbacks;
+
+ /* set the password for a user
+ * conn -- SASL connection
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sasl/sasl.spec
============================================================================
$ cvs diff -u -r1.132 -r1.133 sasl.spec
--- openpkg-src/sasl/sasl.spec 12 Jun 2005 21:14:11 -0000 1.132
+++ openpkg-src/sasl/sasl.spec 23 Sep 2005 12:41:40 -0000 1.133
@@ -33,7 +33,7 @@
Group: Cryptography
License: BSD
Version: 2.1.21
-Release: 20050612
+Release: 20050923
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]