From f2e4cb1afe49157c5fc3e491c348f311d112e279 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sun, 21 Apr 2019 18:46:57 +0200 Subject: [PATCH] Released version 1.3.5 Signed-off-by: Janos SUTO --- VERSION | 2 +- configure | 2 +- configure.in | 2 +- src/Makefile.in | 2 +- src/config.h | 4 ++-- unit_tests/Makefile.in | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 31e5c843..80e78df6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.3 +1.3.5 diff --git a/configure b/configure index 0ea723c6..0d57d3b2 100755 --- a/configure +++ b/configure @@ -4844,7 +4844,7 @@ if test $? -eq 1; then echo "the user \"$RUNNING_USER\" does not exists, please echo; echo -CFLAGS="$static -std=c99 -O2 -Wall -Wextra -Wuninitialized -Wno-format-truncation -g" +CFLAGS="$static -std=c99 -O2 -fPIC -Wall -Wextra -Wuninitialized -Wno-format-truncation -g" LIBS="$antispam_libs $sunos_libs " OBJS="dirs.o base64.o misc.o counters.o cfg.o sig.o decoder.o hash.o parser.o parser_utils.o rules.o smtp.o session.o bdat.o message.o attachment.o digest.o store.o archive.o tai.o import.o import_maildir.o import_mailbox.o import_pop3.o import_imap.o imap.o pop3.o extract.o mydomains.o $objs" diff --git a/configure.in b/configure.in index 077a2845..a8999977 100644 --- a/configure.in +++ b/configure.in @@ -530,7 +530,7 @@ if test $? -eq 1; then echo "the user \"$RUNNING_USER\" does not exists, please echo; echo -CFLAGS="$static -std=c99 -O2 -Wall -Wextra -Wuninitialized -Wno-format-truncation -g" +CFLAGS="$static -std=c99 -O2 -fPIC -Wall -Wextra -Wuninitialized -Wno-format-truncation -g" LIBS="$antispam_libs $sunos_libs " OBJS="dirs.o base64.o misc.o counters.o cfg.o sig.o decoder.o hash.o parser.o parser_utils.o rules.o smtp.o session.o bdat.o message.o attachment.o digest.o store.o archive.o tai.o import.o import_maildir.o import_mailbox.o import_pop3.o import_imap.o imap.o pop3.o extract.o mydomains.o $objs" diff --git a/src/Makefile.in b/src/Makefile.in index 28a150a8..abc99656 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -75,7 +75,7 @@ stats: stats.c libpiler.a $(CC) $(CFLAGS) $(INCDIR) $(DEFS) -o pilerstats $< -lpiler $(LIBS) $(LIBDIR) @LDFLAGS@ %.o: $(srcdir)/%.c - $(CC) $(CFLAGS) -fPIC $(INCDIR) $(DEFS) -c $< -o $@ + $(CC) $(CFLAGS) $(INCDIR) $(DEFS) -c $< -o $@ install-piler: diff --git a/src/config.h b/src/config.h index 063bac41..9eaafe8a 100644 --- a/src/config.h +++ b/src/config.h @@ -9,9 +9,9 @@ #include "piler-config.h" #include "params.h" -#define VERSION "1.3.5-pre1" +#define VERSION "1.3.5" -#define BUILD 996 +#define BUILD 997 #define HOSTID "mailarchiver" diff --git a/unit_tests/Makefile.in b/unit_tests/Makefile.in index cbe53c89..ebb58a9b 100644 --- a/unit_tests/Makefile.in +++ b/unit_tests/Makefile.in @@ -58,7 +58,7 @@ smtp: smtp.c ../src/libpiler.a $(CC) $(CFLAGS) $(INCDIR) $(DEFS) -o $@ $< -lpiler $(LIBS) $(LIBDIR) %.o: $(srcdir)/%.c - $(CC) $(CFLAGS) -fPIC $(INCDIR) $(DEFS) -c $< -o $@ + $(CC) $(CFLAGS) $(INCDIR) $(DEFS) -c $< -o $@ install: @echo