Hello community, here is the log from the commit of package libgsasl for openSUSE:Factory checked in at Thu Apr 1 16:12:09 CEST 2010. -------- --- libgsasl/libgsasl.changes 2010-03-16 15:57:11.000000000 +0100 +++ /mounts/work_src_done/STABLE/libgsasl/libgsasl.changes 2010-03-25 17:33:30.000000000 +0100 @@ -1,0 +2,8 @@ +Thu Mar 25 17:32:27 CET 2010 - vuntz@opensuse.org + +- Update to version 1.4.4: + + SCRAM: Fix build error on platforms without strnlen. +- Changes from version 1.4.3: + + SCRAM: Don't read out of bounds when parsing tokens. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libgsasl-1.4.2.tar.bz2 New: ---- libgsasl-1.4.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgsasl.spec ++++++ --- /var/tmp/diff_new_pack.IncxR9/_old 2010-04-01 16:11:55.000000000 +0200 +++ /var/tmp/diff_new_pack.IncxR9/_new 2010-04-01 16:11:55.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package libgsasl (Version 1.4.2) +# spec file for package libgsasl (Version 1.4.4) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -29,7 +29,7 @@ BuildRequires: pkg-config # FIXME: libntlm is not packaged: http://josefsson.org/libntlm/ # BuildRequires: libntlm-devel -Version: 1.4.2 +Version: 1.4.4 Release: 1 License: LGPLv2.1+ Source: %{name}-%{version}.tar.bz2 ++++++ libgsasl-1.4.2.tar.bz2 -> libgsasl-1.4.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/ChangeLog new/libgsasl-1.4.4/ChangeLog --- old/libgsasl-1.4.2/ChangeLog 2010-03-15 21:57:57.000000000 +0100 +++ new/libgsasl-1.4.4/ChangeLog 2010-03-25 11:38:13.000000000 +0100 @@ -1,3 +1,48 @@ +2010-03-25 Simon Josefsson <simon@josefsson.org> + + * NEWS, lib/NEWS: Version 1.4.4. + +2010-03-25 Simon Josefsson <simon@josefsson.org> + + * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: + Bump versions. + +2010-03-25 Simon Josefsson <simon@josefsson.org> + + * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, + lib/gl/m4/gnulib-comp.m4, lib/gl/m4/strnlen.m4, lib/gl/strnlen.c: + Add strnlen for portability. + +2010-03-25 Simon Josefsson <simon@josefsson.org> + + * ChangeLog: Generated. + +2010-03-25 Simon Josefsson <simon@josefsson.org> + + * lib/ChangeLog: Generated. + +2010-03-25 Simon Josefsson <simon@josefsson.org> + + * NEWS, lib/NEWS: Version 1.4.3. + +2010-03-25 Simon Josefsson <simon@josefsson.org> + + * lib/NEWS, lib/scram/parser.c: SCRAM: Don't read out of bounds when + parsing tokens. + +2010-03-15 Simon Josefsson <simon@josefsson.org> + + * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: + Bump versions. + +2010-03-15 Simon Josefsson <simon@josefsson.org> + + * ChangeLog: Generated. + +2010-03-15 Simon Josefsson <simon@josefsson.org> + + * lib/ChangeLog: Generated. + 2010-03-15 Simon Josefsson <simon@josefsson.org> * NEWS, lib/NEWS: Version 1.4.2. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/Makefile.in new/libgsasl-1.4.4/Makefile.in --- old/libgsasl-1.4.2/Makefile.in 2010-03-15 21:30:44.000000000 +0100 +++ new/libgsasl-1.4.4/Makefile.in 2010-03-25 11:27:03.000000000 +0100 @@ -106,7 +106,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/NEWS new/libgsasl-1.4.4/NEWS --- old/libgsasl-1.4.2/NEWS 2010-03-15 21:57:41.000000000 +0100 +++ new/libgsasl-1.4.4/NEWS 2010-03-25 11:37:52.000000000 +0100 @@ -2,6 +2,20 @@ Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson See the end for copying conditions. +* Version 1.4.4 (released 2010-03-25) [stable] + +** SCRAM: Fix build error on platforms without strnlen. + +** API and ABI modifications. +No changes since last version. + +* Version 1.4.3 (released 2010-03-25) [stable] + +** SCRAM: Don't read out of bounds when parsing tokens. + +** API and ABI modifications. +No changes since last version. + * Version 1.4.2 (released 2010-03-15) [stable] ** SCRAM: Encode and decode username/authzid properly. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/aclocal.m4 new/libgsasl-1.4.4/aclocal.m4 --- old/libgsasl-1.4.2/aclocal.m4 2010-03-15 21:30:37.000000000 +0100 +++ new/libgsasl-1.4.4/aclocal.m4 2010-03-25 11:26:55.000000000 +0100 @@ -989,6 +989,7 @@ m4_include([gl/m4/stdio_h.m4]) m4_include([gl/m4/stdlib_h.m4]) m4_include([gl/m4/string_h.m4]) +m4_include([gl/m4/strnlen.m4]) m4_include([gl/m4/strverscmp.m4]) m4_include([gl/m4/unistd_h.m4]) m4_include([gl/m4/vasnprintf.m4]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/anonymous/Makefile.in new/libgsasl-1.4.4/anonymous/Makefile.in --- old/libgsasl-1.4.2/anonymous/Makefile.in 2010-03-15 21:30:41.000000000 +0100 +++ new/libgsasl-1.4.4/anonymous/Makefile.in 2010-03-25 11:27:00.000000000 +0100 @@ -88,7 +88,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/config.h.in new/libgsasl-1.4.4/config.h.in --- old/libgsasl-1.4.2/config.h.in 2010-03-15 21:30:40.000000000 +0100 +++ new/libgsasl-1.4.4/config.h.in 2010-03-25 11:26:59.000000000 +0100 @@ -98,6 +98,10 @@ */ #undef HAVE_DECL_MEMMEM +/* Define to 1 if you have the declaration of `strnlen', and to 0 if you + don't. */ +#undef HAVE_DECL_STRNLEN + /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you don't. */ #undef HAVE_DECL__SNPRINTF @@ -796,6 +800,9 @@ /* Define to `unsigned int' if <sys/types.h> does not define. */ #undef size_t +/* Define to rpl_strnlen if the replacement function should be used. */ +#undef strnlen + /* Define as a marker that can be attached to declarations that might not be used. This helps to reduce warnings, such as from GCC -Wunused-parameter. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/configure new/libgsasl-1.4.4/configure --- old/libgsasl-1.4.2/configure 2010-03-15 21:30:40.000000000 +0100 +++ new/libgsasl-1.4.4/configure 2010-03-25 11:26:58.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.65 for libgsasl 1.4.2. +# Generated by GNU Autoconf 2.65 for libgsasl 1.4.4. # # Report bugs to <bug-gsasl@gnu.org>. # @@ -701,8 +701,8 @@ # Identity of this package. PACKAGE_NAME='libgsasl' PACKAGE_TARNAME='libgsasl' -PACKAGE_VERSION='1.4.2' -PACKAGE_STRING='libgsasl 1.4.2' +PACKAGE_VERSION='1.4.4' +PACKAGE_STRING='libgsasl 1.4.4' PACKAGE_BUGREPORT='bug-gsasl@gnu.org' PACKAGE_URL='' @@ -1913,7 +1913,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libgsasl 1.4.2 to adapt to many kinds of systems. +\`configure' configures libgsasl 1.4.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1983,7 +1983,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libgsasl 1.4.2:";; + short | recursive ) echo "Configuration of libgsasl 1.4.4:";; esac cat <<\_ACEOF @@ -2125,7 +2125,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libgsasl configure 1.4.2 +libgsasl configure 1.4.4 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2767,7 +2767,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libgsasl $as_me 1.4.2, which was +It was created by libgsasl $as_me 1.4.4, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -3159,7 +3159,7 @@ # Interfaces removed: AGE=0 LT_CURRENT=14 -LT_REVISION=4 +LT_REVISION=6 LT_AGE=7 @@ -3606,7 +3606,7 @@ # Define the identity of the package. PACKAGE='libgsasl' - VERSION='1.4.2' + VERSION='1.4.4' cat >>confdefs.h <<_ACEOF @@ -19003,6 +19003,17 @@ done +ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default" +if test "x$ac_cv_have_decl_strnlen" = x""yes; then : + ac_have_decl=1 +else + ac_have_decl=0 +fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_STRNLEN $ac_have_decl +_ACEOF + GNULIB_CHOWN=0; GNULIB_CLOSE=0; @@ -22336,6 +22347,87 @@ + if test $ac_cv_have_decl_strnlen = no; then + HAVE_DECL_STRNLEN=0 + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strnlen" >&5 +$as_echo_n "checking for working strnlen... " >&6; } +if test "${ac_cv_func_strnlen_working+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + ac_cv_func_strnlen_working=no +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ + +#define S "foobar" +#define S_LEN (sizeof S - 1) + + /* At least one implementation is buggy: that of AIX 4.3 would + give strnlen (S, 1) == 3. */ + + int i; + for (i = 0; i < S_LEN + 1; ++i) + { + int expected = i <= S_LEN ? i : S_LEN; + if (strnlen (S, i) != expected) + return 1; + } + return 0; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_strnlen_working=yes +else + ac_cv_func_strnlen_working=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strnlen_working" >&5 +$as_echo "$ac_cv_func_strnlen_working" >&6; } +test $ac_cv_func_strnlen_working = no && + + + + + + + + gl_LIBOBJS="$gl_LIBOBJS strnlen.$ac_objext" + + + if test $ac_cv_func_strnlen_working = no; then + # This is necessary because automake-1.6.1 doesn't understand + # that the above use of AC_FUNC_STRNLEN means we may have to use + # lib/strnlen.c. + #AC_LIBOBJ([strnlen]) + +$as_echo "#define strnlen rpl_strnlen" >>confdefs.h + + : + fi + + + + GNULIB_STRNLEN=1 + + + + + + @@ -23698,7 +23790,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libgsasl $as_me 1.4.2, which was +This file was extended by libgsasl $as_me 1.4.4, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23768,7 +23860,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libgsasl config.status 1.4.2 +libgsasl config.status 1.4.4 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/configure.ac new/libgsasl-1.4.4/configure.ac --- old/libgsasl-1.4.2/configure.ac 2010-03-15 21:28:12.000000000 +0100 +++ new/libgsasl-1.4.4/configure.ac 2010-03-25 11:25:10.000000000 +0100 @@ -20,7 +20,7 @@ # MA 02110-1301, USA. AC_PREREQ(2.61) -AC_INIT([libgsasl], [1.4.2], [bug-gsasl@gnu.org]) +AC_INIT([libgsasl], [1.4.4], [bug-gsasl@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -29,7 +29,7 @@ # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 14) -AC_SUBST(LT_REVISION, 4) +AC_SUBST(LT_REVISION, 6) AC_SUBST(LT_AGE, 7) # Used when creating libgsasl-XX.def. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/cram-md5/Makefile.in new/libgsasl-1.4.4/cram-md5/Makefile.in --- old/libgsasl-1.4.2/cram-md5/Makefile.in 2010-03-15 21:30:41.000000000 +0100 +++ new/libgsasl-1.4.4/cram-md5/Makefile.in 2010-03-25 11:27:00.000000000 +0100 @@ -88,7 +88,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/digest-md5/Makefile.in new/libgsasl-1.4.4/digest-md5/Makefile.in --- old/libgsasl-1.4.2/digest-md5/Makefile.in 2010-03-15 21:30:42.000000000 +0100 +++ new/libgsasl-1.4.4/digest-md5/Makefile.in 2010-03-25 11:27:00.000000000 +0100 @@ -90,7 +90,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/external/Makefile.in new/libgsasl-1.4.4/external/Makefile.in --- old/libgsasl-1.4.2/external/Makefile.in 2010-03-15 21:30:42.000000000 +0100 +++ new/libgsasl-1.4.4/external/Makefile.in 2010-03-25 11:27:01.000000000 +0100 @@ -88,7 +88,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/gl/Makefile.am new/libgsasl-1.4.4/gl/Makefile.am --- old/libgsasl-1.4.2/gl/Makefile.am 2010-03-15 21:28:03.000000000 +0100 +++ new/libgsasl-1.4.4/gl/Makefile.am 2010-03-25 11:23:52.000000000 +0100 @@ -9,7 +9,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=vc-list-files-tests --lgpl=2 --libtool --macro-prefix=gl --no-vc-files base64 crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 getline gettext lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem memxor minmax strverscmp vasprintf +# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=vc-list-files-tests --lgpl=2 --libtool --macro-prefix=gl --no-vc-files base64 crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 getline gettext lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem memxor minmax strnlen strverscmp vasprintf AUTOMAKE_OPTIONS = 1.5 gnits @@ -658,6 +658,15 @@ ## end gnulib module string +## begin gnulib module strnlen + + +EXTRA_DIST += strnlen.c + +EXTRA_libgl_la_SOURCES += strnlen.c + +## end gnulib module strnlen + ## begin gnulib module strverscmp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/gl/Makefile.in new/libgsasl-1.4.4/gl/Makefile.in --- old/libgsasl-1.4.2/gl/Makefile.in 2010-03-15 21:30:42.000000000 +0100 +++ new/libgsasl-1.4.4/gl/Makefile.in 2010-03-25 11:27:01.000000000 +0100 @@ -24,7 +24,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=vc-list-files-tests --lgpl=2 --libtool --macro-prefix=gl --no-vc-files base64 crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 getline gettext lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem memxor minmax strverscmp vasprintf +# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=vc-list-files-tests --lgpl=2 --libtool --macro-prefix=gl --no-vc-files base64 crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 getline gettext lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem memxor minmax strnlen strverscmp vasprintf @@ -82,7 +82,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ @@ -730,7 +730,7 @@ $(top_srcdir)/maint.mk memchr.c memchr.valgrind memmem.c \ str-two-way.h memxor.c memxor.h realloc.c stdbool.in.h \ stddef.in.h stdint.in.h stdio-write.c stdio.in.h stdlib.in.h \ - string.in.h strverscmp.c unistd.in.h \ + string.in.h strnlen.c strverscmp.c unistd.in.h \ $(top_srcdir)/build-aux/useless-if-before-free asnprintf.c \ float+.h printf-args.c printf-args.h printf-parse.c \ printf-parse.h vasnprintf.c vasnprintf.h asprintf.c \ @@ -777,8 +777,9 @@ EXTRA_libgl_la_SOURCES = gc-gnulib.c gc-libgcrypt.c hmac-md5.c md5.c \ memxor.c hmac-sha1.c memxor.c sha1.c md5.c gc-pbkdf2-sha1.c \ sha1.c getdelim.c getline.c memchr.c memmem.c memxor.c \ - realloc.c stdio-write.c strverscmp.c asnprintf.c printf-args.c \ - printf-parse.c vasnprintf.c asprintf.c vasprintf.c + realloc.c stdio-write.c strnlen.c strverscmp.c asnprintf.c \ + printf-args.c printf-parse.c vasnprintf.c asprintf.c \ + vasprintf.c libgl_la_LDFLAGS = $(AM_LDFLAGS) $(am__append_1) ARG_NONNULL_H = arg-nonnull.h WARN_ON_USE_H = warn-on-use.h @@ -857,6 +858,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stdio-write.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strverscmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasprintf.Plo@am__quote@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/gl/m4/gnulib-cache.m4 new/libgsasl-1.4.4/gl/m4/gnulib-cache.m4 --- old/libgsasl-1.4.2/gl/m4/gnulib-cache.m4 2010-03-15 21:28:03.000000000 +0100 +++ new/libgsasl-1.4.4/gl/m4/gnulib-cache.m4 2010-03-25 11:23:52.000000000 +0100 @@ -15,7 +15,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=vc-list-files-tests --lgpl=2 --libtool --macro-prefix=gl --no-vc-files base64 crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 getline gettext lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem memxor minmax strverscmp vasprintf +# gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=vc-list-files-tests --lgpl=2 --libtool --macro-prefix=gl --no-vc-files base64 crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 getline gettext lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem memxor minmax strnlen strverscmp vasprintf # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([gl/override]) @@ -37,6 +37,7 @@ memmem memxor minmax + strnlen strverscmp vasprintf ]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/gl/m4/gnulib-comp.m4 new/libgsasl-1.4.4/gl/m4/gnulib-comp.m4 --- old/libgsasl-1.4.2/gl/m4/gnulib-comp.m4 2010-03-15 21:28:03.000000000 +0100 +++ new/libgsasl-1.4.4/gl/m4/gnulib-comp.m4 2010-03-25 11:23:54.000000000 +0100 @@ -101,6 +101,8 @@ gl_STDIO_H gl_STDLIB_H gl_HEADER_STRING_H + gl_FUNC_STRNLEN + gl_STRING_MODULE_INDICATOR([strnlen]) gl_FUNC_STRVERSCMP gl_STRING_MODULE_INDICATOR([strverscmp]) gl_UNISTD_H @@ -297,6 +299,7 @@ lib/stdlib.in.h lib/str-two-way.h lib/string.in.h + lib/strnlen.c lib/strverscmp.c lib/unistd.in.h lib/vasnprintf.c @@ -367,6 +370,7 @@ m4/stdio_h.m4 m4/stdlib_h.m4 m4/string_h.m4 + m4/strnlen.m4 m4/strverscmp.m4 m4/threadlib.m4 m4/uintmax_t.m4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/gl/m4/strnlen.m4 new/libgsasl-1.4.4/gl/m4/strnlen.m4 --- old/libgsasl-1.4.2/gl/m4/strnlen.m4 1970-01-01 01:00:00.000000000 +0100 +++ new/libgsasl-1.4.4/gl/m4/strnlen.m4 2010-03-25 11:23:46.000000000 +0100 @@ -0,0 +1,32 @@ +# strnlen.m4 serial 10 +dnl Copyright (C) 2002-2003, 2005-2007, 2009-2010 Free Software Foundation, +dnl Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. + +AC_DEFUN([gl_FUNC_STRNLEN], +[ + dnl Persuade glibc <string.h> to declare strnlen(). + AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) + + AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) + AC_CHECK_DECLS_ONCE([strnlen]) + if test $ac_cv_have_decl_strnlen = no; then + HAVE_DECL_STRNLEN=0 + fi + + AC_FUNC_STRNLEN + if test $ac_cv_func_strnlen_working = no; then + # This is necessary because automake-1.6.1 doesn't understand + # that the above use of AC_FUNC_STRNLEN means we may have to use + # lib/strnlen.c. + #AC_LIBOBJ([strnlen]) + AC_DEFINE([strnlen], [rpl_strnlen], + [Define to rpl_strnlen if the replacement function should be used.]) + gl_PREREQ_STRNLEN + fi +]) + +# Prerequisites of lib/strnlen.c. +AC_DEFUN([gl_PREREQ_STRNLEN], [:]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/gl/strnlen.c new/libgsasl-1.4.4/gl/strnlen.c --- old/libgsasl-1.4.2/gl/strnlen.c 1970-01-01 01:00:00.000000000 +0100 +++ new/libgsasl-1.4.4/gl/strnlen.c 2010-03-25 11:23:46.000000000 +0100 @@ -0,0 +1,31 @@ +/* Find the length of STRING, but scan at most MAXLEN characters. + Copyright (C) 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. + Written by Simon Josefsson. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + +#include <config.h> + +#include <string.h> + +/* Find the length of STRING, but scan at most MAXLEN characters. + If no '\0' terminator is found in that many characters, return MAXLEN. */ + +size_t +strnlen (const char *string, size_t maxlen) +{ + const char *end = memchr (string, '\0', maxlen); + return end ? (size_t) (end - string) : maxlen; +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/gltests/Makefile.in new/libgsasl-1.4.4/gltests/Makefile.in --- old/libgsasl-1.4.2/gltests/Makefile.in 2010-03-15 21:30:42.000000000 +0100 +++ new/libgsasl-1.4.4/gltests/Makefile.in 2010-03-25 11:27:01.000000000 +0100 @@ -104,7 +104,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/gs2/Makefile.in new/libgsasl-1.4.4/gs2/Makefile.in --- old/libgsasl-1.4.2/gs2/Makefile.in 2010-03-15 21:30:42.000000000 +0100 +++ new/libgsasl-1.4.4/gs2/Makefile.in 2010-03-25 11:27:01.000000000 +0100 @@ -90,7 +90,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/gssapi/Makefile.in new/libgsasl-1.4.4/gssapi/Makefile.in --- old/libgsasl-1.4.2/gssapi/Makefile.in 2010-03-15 21:30:43.000000000 +0100 +++ new/libgsasl-1.4.4/gssapi/Makefile.in 2010-03-25 11:27:01.000000000 +0100 @@ -88,7 +88,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/kerberos_v5/Makefile.in new/libgsasl-1.4.4/kerberos_v5/Makefile.in --- old/libgsasl-1.4.2/kerberos_v5/Makefile.in 2010-03-15 21:30:43.000000000 +0100 +++ new/libgsasl-1.4.4/kerberos_v5/Makefile.in 2010-03-25 11:27:02.000000000 +0100 @@ -88,7 +88,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/login/Makefile.in new/libgsasl-1.4.4/login/Makefile.in --- old/libgsasl-1.4.2/login/Makefile.in 2010-03-15 21:30:43.000000000 +0100 +++ new/libgsasl-1.4.4/login/Makefile.in 2010-03-25 11:27:02.000000000 +0100 @@ -88,7 +88,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/ntlm/Makefile.in new/libgsasl-1.4.4/ntlm/Makefile.in --- old/libgsasl-1.4.2/ntlm/Makefile.in 2010-03-15 21:30:43.000000000 +0100 +++ new/libgsasl-1.4.4/ntlm/Makefile.in 2010-03-25 11:27:02.000000000 +0100 @@ -87,7 +87,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/plain/Makefile.in new/libgsasl-1.4.4/plain/Makefile.in --- old/libgsasl-1.4.2/plain/Makefile.in 2010-03-15 21:30:43.000000000 +0100 +++ new/libgsasl-1.4.4/plain/Makefile.in 2010-03-25 11:27:02.000000000 +0100 @@ -88,7 +88,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ Files old/libgsasl-1.4.2/po/en@boldquot.gmo and new/libgsasl-1.4.4/po/en@boldquot.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/en@boldquot.po new/libgsasl-1.4.4/po/en@boldquot.po --- old/libgsasl-1.4.2/po/en@boldquot.po 2010-03-15 21:43:41.000000000 +0100 +++ new/libgsasl-1.4.4/po/en@boldquot.po 2010-03-25 11:29:22.000000000 +0100 @@ -30,10 +30,10 @@ # msgid "" msgstr "" -"Project-Id-Version: libgsasl 1.4.2\n" +"Project-Id-Version: libgsasl 1.4.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" -"PO-Revision-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" +"PO-Revision-Date: 2010-03-25 11:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" Files old/libgsasl-1.4.2/po/en@quot.gmo and new/libgsasl-1.4.4/po/en@quot.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/en@quot.po new/libgsasl-1.4.4/po/en@quot.po --- old/libgsasl-1.4.2/po/en@quot.po 2010-03-15 21:43:41.000000000 +0100 +++ new/libgsasl-1.4.4/po/en@quot.po 2010-03-25 11:29:22.000000000 +0100 @@ -27,10 +27,10 @@ # msgid "" msgstr "" -"Project-Id-Version: libgsasl 1.4.2\n" +"Project-Id-Version: libgsasl 1.4.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" -"PO-Revision-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" +"PO-Revision-Date: 2010-03-25 11:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" Files old/libgsasl-1.4.2/po/fi.gmo and new/libgsasl-1.4.4/po/fi.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/fi.po new/libgsasl-1.4.4/po/fi.po --- old/libgsasl-1.4.2/po/fi.po 2010-03-15 21:43:41.000000000 +0100 +++ new/libgsasl-1.4.4/po/fi.po 2010-03-25 11:29:22.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgsasl 1.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: 2009-10-06 20:28+0200\n" "Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n" "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n" Files old/libgsasl-1.4.2/po/fr.gmo and new/libgsasl-1.4.4/po/fr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/fr.po new/libgsasl-1.4.4/po/fr.po --- old/libgsasl-1.4.2/po/fr.po 2010-03-15 21:43:41.000000000 +0100 +++ new/libgsasl-1.4.4/po/fr.po 2010-03-25 11:29:22.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: GNU libgsasl 0.2.16\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: 2008-03-30 14:02+0000\n" "Last-Translator: François-Xavier Coudert <fxcoudert@gmail.com>\n" "Language-Team: French <traduc@traduc.org>\n" Files old/libgsasl-1.4.2/po/ga.gmo and new/libgsasl-1.4.4/po/ga.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/ga.po new/libgsasl-1.4.4/po/ga.po --- old/libgsasl-1.4.2/po/ga.po 2010-03-15 21:43:41.000000000 +0100 +++ new/libgsasl-1.4.4/po/ga.po 2010-03-25 11:29:22.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgsasl 1.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: 2009-03-25 20:15-0500\n" "Last-Translator: Kevin Scannell <kscanne@gmail.com>\n" "Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n" Files old/libgsasl-1.4.2/po/id.gmo and new/libgsasl-1.4.4/po/id.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/id.po new/libgsasl-1.4.4/po/id.po --- old/libgsasl-1.4.2/po/id.po 2010-03-15 21:43:41.000000000 +0100 +++ new/libgsasl-1.4.4/po/id.po 2010-03-25 11:29:22.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgsasl 1.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: 2009-03-26 19:21+0700\n" "Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n" "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n" Files old/libgsasl-1.4.2/po/it.gmo and new/libgsasl-1.4.4/po/it.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/it.po new/libgsasl-1.4.4/po/it.po --- old/libgsasl-1.4.2/po/it.po 2010-03-15 21:43:41.000000000 +0100 +++ new/libgsasl-1.4.4/po/it.po 2010-03-25 11:29:22.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgsasl-1.4.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: 2010-03-11 17:55+0100\n" "Last-Translator: Sergio Zanchetta <primes2h@ubuntu.com>\n" "Language-Team: Italian <tp@lists.linux.it>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/libgsasl.pot new/libgsasl-1.4.4/po/libgsasl.pot --- old/libgsasl-1.4.2/po/libgsasl.pot 2010-03-15 21:32:31.000000000 +0100 +++ new/libgsasl-1.4.4/po/libgsasl.pot 2010-03-25 11:29:22.000000000 +0100 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libgsasl 1.4.2\n" +"Project-Id-Version: libgsasl 1.4.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" Files old/libgsasl-1.4.2/po/nl.gmo and new/libgsasl-1.4.4/po/nl.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/nl.po new/libgsasl-1.4.4/po/nl.po --- old/libgsasl-1.4.2/po/nl.po 2010-03-15 21:43:41.000000000 +0100 +++ new/libgsasl-1.4.4/po/nl.po 2010-03-25 11:29:22.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libgsasl-1.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: 2009-03-25 21:16+0100\n" "Last-Translator: Erwin Poeze <erwin.poeze@gmail.com>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n" Files old/libgsasl-1.4.2/po/pl.gmo and new/libgsasl-1.4.4/po/pl.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/pl.po new/libgsasl-1.4.4/po/pl.po --- old/libgsasl-1.4.2/po/pl.po 2010-03-15 21:43:41.000000000 +0100 +++ new/libgsasl-1.4.4/po/pl.po 2010-03-25 11:29:22.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgsasl 1.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: 2009-03-25 22:15+0100\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" Files old/libgsasl-1.4.2/po/ro.gmo and new/libgsasl-1.4.4/po/ro.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/ro.po new/libgsasl-1.4.4/po/ro.po --- old/libgsasl-1.4.2/po/ro.po 2010-03-15 21:43:41.000000000 +0100 +++ new/libgsasl-1.4.4/po/ro.po 2010-03-25 11:29:22.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libgsasl 0.2.2\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: 2004-12-29 12:00-0500\n" "Last-Translator: Laurentiu Buzdugan <lbuz@rolix.org>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" Files old/libgsasl-1.4.2/po/sk.gmo and new/libgsasl-1.4.4/po/sk.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/sk.po new/libgsasl-1.4.4/po/sk.po --- old/libgsasl-1.4.2/po/sk.po 2010-03-15 21:43:41.000000000 +0100 +++ new/libgsasl-1.4.4/po/sk.po 2010-03-25 11:29:22.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgsasl 1.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: 2009-04-02 10:18+0100\n" "Last-Translator: Ivan Masár <helix84@centrum.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" Files old/libgsasl-1.4.2/po/sr.gmo and new/libgsasl-1.4.4/po/sr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/sr.po new/libgsasl-1.4.4/po/sr.po --- old/libgsasl-1.4.2/po/sr.po 2010-03-15 21:43:42.000000000 +0100 +++ new/libgsasl-1.4.4/po/sr.po 2010-03-25 11:29:23.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libgsasl 0.2.15\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: 2006-09-05 10:44-0400\n" "Last-Translator: Aleksandar Jelenak <jelenak@verizon.net>\n" "Language-Team: Serbian <gnu@prevod.org>\n" Files old/libgsasl-1.4.2/po/sv.gmo and new/libgsasl-1.4.4/po/sv.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/sv.po new/libgsasl-1.4.4/po/sv.po --- old/libgsasl-1.4.2/po/sv.po 2010-03-15 21:43:42.000000000 +0100 +++ new/libgsasl-1.4.4/po/sv.po 2010-03-25 11:29:23.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgsasl 1.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: 2009-03-28 16:53+0100\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" Files old/libgsasl-1.4.2/po/vi.gmo and new/libgsasl-1.4.4/po/vi.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/vi.po new/libgsasl-1.4.4/po/vi.po --- old/libgsasl-1.4.2/po/vi.po 2010-03-15 21:43:42.000000000 +0100 +++ new/libgsasl-1.4.4/po/vi.po 2010-03-25 11:29:23.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgsasl 1.4.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: 2010-03-06 19:49+1030\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" Files old/libgsasl-1.4.2/po/zh_CN.gmo and new/libgsasl-1.4.4/po/zh_CN.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/po/zh_CN.po new/libgsasl-1.4.4/po/zh_CN.po --- old/libgsasl-1.4.2/po/zh_CN.po 2010-03-15 21:43:42.000000000 +0100 +++ new/libgsasl-1.4.4/po/zh_CN.po 2010-03-25 11:29:23.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgsasl 1.4.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" -"POT-Creation-Date: 2010-03-15 21:32+0100\n" +"POT-Creation-Date: 2010-03-25 11:29+0100\n" "PO-Revision-Date: 2010-02-26 09:02+0800\n" "Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/scram/Makefile.in new/libgsasl-1.4.4/scram/Makefile.in --- old/libgsasl-1.4.2/scram/Makefile.in 2010-03-15 21:30:43.000000000 +0100 +++ new/libgsasl-1.4.4/scram/Makefile.in 2010-03-25 11:27:02.000000000 +0100 @@ -88,7 +88,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/scram/parser.c new/libgsasl-1.4.4/scram/parser.c --- old/libgsasl-1.4.2/scram/parser.c 2010-03-15 21:28:03.000000000 +0100 +++ new/libgsasl-1.4.4/scram/parser.c 2010-03-25 10:10:51.000000000 +0100 @@ -76,7 +76,7 @@ struct scram_client_first *cf) { /* Minimum client first string is 'n,,n=a,r=b'. */ - if (strlen (str) < 10) + if (strnlen (str, len) < 10) return -1; if (len == 0 || *str != 'n') @@ -199,7 +199,7 @@ struct scram_server_first *sf) { /* Minimum server first string is 'r=ab,s=biws,i=1'. */ - if (strlen (str) < 15) + if (strnlen (str, len) < 15) return -1; if (len == 0 || *str != 'r') @@ -308,7 +308,7 @@ struct scram_client_final *cl) { /* Minimum client final string is 'c=biws,r=ab,p=ab=='. */ - if (strlen (str) < 18) + if (strnlen (str, len) < 18) return -1; if (len == 0 || *str != 'c') @@ -413,7 +413,7 @@ struct scram_server_final *sl) { /* Minimum client final string is 'v=ab=='. */ - if (strlen (str) < 6) + if (strnlen (str, len) < 6) return -1; if (len == 0 || *str != 'v') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/securid/Makefile.in new/libgsasl-1.4.4/securid/Makefile.in --- old/libgsasl-1.4.2/securid/Makefile.in 2010-03-15 21:30:44.000000000 +0100 +++ new/libgsasl-1.4.4/securid/Makefile.in 2010-03-25 11:27:02.000000000 +0100 @@ -88,7 +88,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/src/Makefile.in new/libgsasl-1.4.4/src/Makefile.in --- old/libgsasl-1.4.2/src/Makefile.in 2010-03-15 21:30:44.000000000 +0100 +++ new/libgsasl-1.4.4/src/Makefile.in 2010-03-25 11:27:03.000000000 +0100 @@ -108,7 +108,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/src/gsasl.h new/libgsasl-1.4.4/src/gsasl.h --- old/libgsasl-1.4.2/src/gsasl.h 2010-03-15 21:28:12.000000000 +0100 +++ new/libgsasl-1.4.4/src/gsasl.h 2010-03-25 11:25:59.000000000 +0100 @@ -51,7 +51,7 @@ * version number. Used together with gsasl_check_version() to * verify header file and run-time library consistency. */ -# define GSASL_VERSION "1.4.2" +# define GSASL_VERSION "1.4.4" /** * GSASL_VERSION_MAJOR @@ -84,7 +84,7 @@ * * Since: 1.1 */ -# define GSASL_VERSION_PATCH 2 +# define GSASL_VERSION_PATCH 4 /** * GSASL_VERSION_NUMBER @@ -95,7 +95,7 @@ * * Since: 1.1 */ -# define GSASL_VERSION_NUMBER 0x010402 +# define GSASL_VERSION_NUMBER 0x010404 /* RFC 2222: SASL mechanisms are named by strings, from 1 to 20 * characters in length, consisting of upper-case letters, digits, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgsasl-1.4.2/tests/Makefile.in new/libgsasl-1.4.4/tests/Makefile.in --- old/libgsasl-1.4.2/tests/Makefile.in 2010-03-15 21:30:44.000000000 +0100 +++ new/libgsasl-1.4.4/tests/Makefile.in 2010-03-25 11:27:03.000000000 +0100 @@ -87,7 +87,7 @@ $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdio_h.m4 \ $(top_srcdir)/gl/m4/stdlib_h.m4 \ - $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org