Codebase list cyrus-sasl2 / 40209ad
Refresh patches to the new release Ondřej Surý 12 years ago
3 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
22 instead of ./sasldb as default path for the sasldb database file.
33 --- a/utils/testsuite.c
44 +++ b/utils/testsuite.c
5 @@ -464,9 +464,9 @@ int good_getopt(void *context __attribut
5 @@ -462,9 +462,9 @@ int good_getopt(void *context __attribut
66 *len = (unsigned) strlen("sasldb");
77 return SASL_OK;
88 } else if (!strcmp(option, "sasldb_path")) {
1414 return SASL_OK;
1515 } else if (!strcmp(option, "canon_user_plugin")) {
1616 *result = cu_plugin;
17 @@ -2926,7 +2926,7 @@ void notes(void)
17 @@ -2924,7 +2924,7 @@ void notes(void)
1818 void usage(void)
1919 {
2020 printf("Usage:\n" \
22 --- a/configure.in
33 +++ b/configure.in
44 @@ -62,6 +62,8 @@ dnl
5 AM_INIT_AUTOMAKE(cyrus-sasl, 2.1.24)
5 AM_INIT_AUTOMAKE(cyrus-sasl, 2.1.25)
66 CMU_INIT_AUTOMAKE
77
88 +AM_MAINTAINER_MODE
00 --- a/configure.in
11 +++ b/configure.in
2 @@ -856,9 +856,9 @@ case "$with_sqlite" in
2 @@ -865,9 +865,9 @@ case "$with_sqlite" in
33 notfound) AC_WARN([SQLite Library not found]); true;;
44 *)
55 if test -d ${with_sqlite}/lib; then
1111 fi
1212
1313 LIB_SQLITE_DIR=$LIB_SQLITE
14 @@ -908,9 +908,9 @@ case "$with_sqlite3" in
14 @@ -917,9 +917,9 @@ case "$with_sqlite3" in
1515 notfound) AC_WARN([SQLite3 Library not found]); true;;
1616 *)
1717 if test -d ${with_sqlite3}/lib; then