diff --git a/courier-imap-x/libs/rfc1035/rfc1035str.c b/courier-imap-x/libs/rfc1035/rfc1035str.c index a01025057..7eb00e438 100644 --- a/courier-imap-x/libs/rfc1035/rfc1035str.c +++ b/courier-imap-x/libs/rfc1035/rfc1035str.c @@ -4,7 +4,7 @@ */ #include "rfc1035.h" -#include +#include static struct { const char *name; int num; } typetab[]={ diff --git a/indimail-access/doc/ChangeLog b/indimail-access/doc/ChangeLog index aa5f61c40..6c5605b44 100644 --- a/indimail-access/doc/ChangeLog +++ b/indimail-access/doc/ChangeLog @@ -8,6 +8,9 @@ Release @version@-@release@ Start 28/11/2024 End 03/12/2023 04. upgraded courier-imap to 5.2.6 05. upgraded maildrop to 3.1.6 - 01/01/2024 - indimail-3.4.6 +- 10/05/2024 +06. courier-imap/libs/rfc1035/rfc1035str.c: Fix missing prototype for + strcasecmp * Tue Nov 28 2023 11:04:28 +0000 Manvendra Bhangui 1.1.1-1.1%{?dist} Release 1.1.1-1.1 Start 01/03/2021 End 28/11/2023 diff --git a/indimail-x/atrn_access.c b/indimail-x/atrn_access.c index 392b040b0..a79a5bf95 100644 --- a/indimail-x/atrn_access.c +++ b/indimail-x/atrn_access.c @@ -1,5 +1,8 @@ /* * $Log: atrn_access.c,v $ + * Revision 1.2 2024-05-10 11:43:51+05:30 mbhangui + * fix discarded-qualifier compiler warnings + * * Revision 1.1 2019-04-14 23:09:14+05:30 Cprogrammer * Initial revision * @@ -23,7 +26,7 @@ #include "variables.h" #ifndef lint -static char sccsid[] = "$Id: atrn_access.c,v 1.1 2019-04-14 23:09:14+05:30 Cprogrammer Exp mbhangui $"; +static char sccsid[] = "$Id: atrn_access.c,v 1.2 2024-05-10 11:43:51+05:30 mbhangui Exp mbhangui $"; #endif static void diff --git a/indimail-x/inquery.c b/indimail-x/inquery.c index 56d5d0ac3..2de13d691 100644 --- a/indimail-x/inquery.c +++ b/indimail-x/inquery.c @@ -1,5 +1,8 @@ /* * $Log: inquery.c,v $ + * Revision 1.12 2024-05-10 11:43:51+05:30 mbhangui + * fix discarded-qualifier compiler warnings + * * Revision 1.11 2023-06-08 17:46:57+05:30 Cprogrammer * renamed fifo directory from FIFODIR to INFIFODIR * @@ -67,7 +70,7 @@ #include "strToPw.h" #ifndef lint -static char sccsid[] = "$Id: inquery.c,v 1.11 2023-06-08 17:46:57+05:30 Cprogrammer Exp mbhangui $"; +static char sccsid[] = "$Id: inquery.c,v 1.12 2024-05-10 11:43:51+05:30 mbhangui Exp mbhangui $"; #endif #define FATAL "inquery: fatal: " diff --git a/indimail-x/inquery.h b/indimail-x/inquery.h index dc5ad6f96..219807c2d 100644 --- a/indimail-x/inquery.h +++ b/indimail-x/inquery.h @@ -1,5 +1,8 @@ /* * $Log: inquery.h,v $ + * Revision 1.2 2024-05-10 11:43:51+05:30 mbhangui + * fix discarded-qualifier compiler warnings + * * Revision 1.1 2019-04-13 23:39:27+05:30 Cprogrammer * inquery.h * diff --git a/indimail-x/parse_email.c b/indimail-x/parse_email.c index 80a2226f2..8eee880e1 100644 --- a/indimail-x/parse_email.c +++ b/indimail-x/parse_email.c @@ -1,5 +1,8 @@ /* * $Log: parse_email.c,v $ + * Revision 1.4 2024-05-10 11:43:51+05:30 mbhangui + * fix discarded-qualifier compiler warnings + * * Revision 1.3 2021-07-27 18:06:44+05:30 Cprogrammer * set default domain using vset_default_domain * @@ -22,7 +25,7 @@ #include "indimail.h" #ifndef lint -static char sccsid[] = "$Id: parse_email.c,v 1.3 2021-07-27 18:06:44+05:30 Cprogrammer Exp mbhangui $"; +static char sccsid[] = "$Id: parse_email.c,v 1.4 2024-05-10 11:43:51+05:30 mbhangui Exp mbhangui $"; #endif /* diff --git a/indimail-x/parse_email.h b/indimail-x/parse_email.h index 90cce91eb..b1d54161c 100644 --- a/indimail-x/parse_email.h +++ b/indimail-x/parse_email.h @@ -1,5 +1,8 @@ /* * $Log: parse_email.h,v $ + * Revision 1.2 2024-05-10 11:43:51+05:30 mbhangui + * fix discarded-qualifier compiler warnings + * * Revision 1.1 2019-04-13 23:39:27+05:30 Cprogrammer * parse_email.h * diff --git a/indimail-x/qmailmrtg.c b/indimail-x/qmailmrtg.c index fa0cd7286..758195eb3 100644 --- a/indimail-x/qmailmrtg.c +++ b/indimail-x/qmailmrtg.c @@ -1,5 +1,8 @@ /* * $Log: qmailmrtg.c,v $ + * Revision 1.8 2024-05-10 11:44:24+05:30 mbhangui + * fix discarded-qualifier compiler warnings + * * Revision 1.7 2023-09-17 22:36:34+05:30 Cprogrammer * removed leading white space to correct current concurrency * @@ -70,7 +73,7 @@ #include #ifndef lint -static char sccsid[] = "$Id: qmailmrtg.c,v 1.7 2023-09-17 22:36:34+05:30 Cprogrammer Exp mbhangui $"; +static char sccsid[] = "$Id: qmailmrtg.c,v 1.8 2024-05-10 11:44:24+05:30 mbhangui Exp mbhangui $"; #endif #define FATAL "qmailmrtg: fatal: " diff --git a/indimail-x/vchkpass.c b/indimail-x/vchkpass.c index 7ce67ebd6..6a45ab11c 100644 --- a/indimail-x/vchkpass.c +++ b/indimail-x/vchkpass.c @@ -1,5 +1,5 @@ /* - * $Id: vchkpass.c,v 1.19 2023-07-15 12:50:01+05:30 Cprogrammer Exp mbhangui $ + * $Id: vchkpass.c,v 1.20 2024-05-10 11:43:51+05:30 mbhangui Exp mbhangui $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -44,7 +44,7 @@ #include "runcmmd.h" #ifndef lint -static char sccsid[] = "$Id: vchkpass.c,v 1.19 2023-07-15 12:50:01+05:30 Cprogrammer Exp mbhangui $"; +static char sccsid[] = "$Id: vchkpass.c,v 1.20 2024-05-10 11:43:51+05:30 mbhangui Exp mbhangui $"; #endif #ifdef AUTH_SIZE @@ -428,6 +428,9 @@ main(int argc, char **argv) /* * $Log: vchkpass.c,v $ + * Revision 1.20 2024-05-10 11:43:51+05:30 mbhangui + * fix discarded-qualifier compiler warnings + * * Revision 1.19 2023-07-15 12:50:01+05:30 Cprogrammer * authenticate using CRAM when password field starts with {CRAM} * diff --git a/logalert-x/doc/ChangeLog b/logalert-x/doc/ChangeLog index f09474fa3..5ac241bf7 100644 --- a/logalert-x/doc/ChangeLog +++ b/logalert-x/doc/ChangeLog @@ -13,6 +13,8 @@ Release 0.4.0-1.1 Start 13/04/2023 End 15/10/2023 - 01/01/2024 - indimail-3.4.6 - 29/04/2024 6. logclient.c: fixed compilation warnings +- 10/05/2024 +7. parser.y: added missing prototype for yylex() * Thu 08 Sep 2022 14:38:16 +0000 Manvendra Bhangui 0.3.0-1.1%{?dist} Release 0.3.0-1.1 Start 25/02/2010 diff --git a/logalert-x/lex.l b/logalert-x/lex.l index 3f9d67778..6821cbab8 100644 --- a/logalert-x/lex.l +++ b/logalert-x/lex.l @@ -3,6 +3,7 @@ #include #include "parser.h" +#include "parsers.h" unsigned int in_block = 0; extern unsigned int lineno; @@ -26,7 +27,7 @@ extern unsigned int lineno; in_block = 0; printf("finished block\n"); } else { - yyerror("ERRO: NOT in block"); + yyerror("ERROR: NOT in block"); } } match|regex { printf("OPA MATCH %d\n",in_block); return MATCH; } diff --git a/logalert-x/parsers.h b/logalert-x/parsers.h index c3e1bc75c..536942405 100644 --- a/logalert-x/parsers.h +++ b/logalert-x/parsers.h @@ -98,6 +98,7 @@ void handle_entry_args(unsigned int a_id, char *value); int new_entry_conf(struct entry_conf **new, char *name); int handle_entry_conf(char *pname); int yyerror(char *fmt, ...); +int yylex (void); int handle_conf_file(const char *file); int exec_parser(struct entry_conf *p, char *value); int regex_parser(struct entry_conf *p, char *value);