Browse Source

upgrading package: gsasl 1.7.0 -> 1.8.0

master
parent
commit
ace54a8815
  1. 53
      gsasl/gsasl.patch
  2. 8
      gsasl/gsasl.spec

53
gsasl/gsasl.patch

@ -1,7 +1,7 @@
Index: Makefile.in
--- Makefile.in.orig 2009-11-06 15:49:23 +0100
+++ Makefile.in 2009-11-06 20:22:53 +0100
@@ -813,7 +813,7 @@
--- Makefile.in.orig 2012-05-28 19:11:45.000000000 +0200
+++ Makefile.in 2012-05-29 09:48:13.000000000 +0200
@@ -1166,7 +1166,7 @@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
@ -9,11 +9,11 @@ Index: Makefile.in
+SUBDIRS = po gl src
EXTRA_DIST = cfg.mk maint.mk .clcopying
ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/m4 -I lib/gl/m4
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-obsolete
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-obsolete --with-gssapi-impl=no
Index: src/Makefile.in
--- src/Makefile.in.orig 2009-11-06 15:49:22 +0100
+++ src/Makefile.in 2009-11-06 20:23:58 +0100
@@ -147,7 +147,7 @@
--- src/Makefile.in.orig 2012-05-28 19:11:45.000000000 +0200
+++ src/Makefile.in 2012-05-29 09:48:13.000000000 +0200
@@ -181,7 +181,7 @@
callbacks.$(OBJEXT)
gsasl_OBJECTS = $(am_gsasl_OBJECTS)
am__DEPENDENCIES_1 =
@ -22,7 +22,7 @@ Index: src/Makefile.in
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) libgsasl_cmd.la
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
@@ -796,7 +796,7 @@
@@ -1156,7 +1156,7 @@
imap.c imap.h smtp.c smtp.h \
callbacks.h callbacks.c internal.h
@ -31,3 +31,40 @@ Index: src/Makefile.in
$(LTLIBREADLINE) $(LTLIBGNUTLS) $(LIBSOCKET) $(LTLIBINTL) \
libgsasl_cmd.la
Index: src/callbacks.c
--- src/callbacks.c.orig 2012-05-16 00:35:28.000000000 +0200
+++ src/callbacks.c 2012-05-29 09:49:34.000000000 +0200
@@ -83,6 +83,7 @@
rc = GSASL_OK;
break;
+#ifdef GSASL_CB_TLS_UNIQUE
case GSASL_CB_TLS_UNIQUE:
if (!args_info.no_cb_flag && b64cbtlsunique == NULL
&& args_info.hostname_arg == NULL)
@@ -92,6 +93,7 @@
gsasl_property_set (sctx, prop, b64cbtlsunique);
rc = GSASL_OK;
break;
+#endif
case GSASL_PASSWORD:
if (args_info.password_arg == NULL)
@@ -227,7 +229,8 @@
}
break;
- case GSASL_OPENID20_AUTHENTICATE_IN_BROWSER:
+#ifdef GSASL_OPENID20_AUTHENTICATE_IN_BROWSER
+ case GSASL_OPENID19_AUTHENTICATE_IN_BROWSER:
{
const char *url = gsasl_property_get (sctx,
GSASL_OPENID20_REDIRECT_URL);
@@ -238,6 +241,7 @@
rc = GSASL_OK;
}
break;
+#endif
default:
fprintf (stderr,

8
gsasl/gsasl.spec

@ -31,15 +31,15 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Cryptography
License: GPL
Version: 1.7.0
Release: 20101023
Version: 1.8.0
Release: 20120529
# package options
%option with_kerberos no
%option with_ntlm no
# list of sources
Source0: ftp://alpha.gnu.org/gnu/gsasl/gsasl-%{version}.tar.gz
Source0: ftp://ftp.gnu.org/gnu/gsasl/gsasl-%{version}.tar.gz
Patch0: gsasl.patch
# build information
@ -57,7 +57,7 @@ PreReq: gcrypt, libgsasl, readline
%track
prog gsasl = {
version = %{version}
url = ftp://alpha.gnu.org/gnu/gsasl/
url = ftp://ftp.gnu.org/gnu/gsasl/
regex = gsasl-(__VER__)\.tar\.gz
}

Loading…
Cancel
Save