[Commits] ChangeLog 1.1.2.88 1.1.2.89 PATCHSETS 1.1.2.64 1.1.2.65 configure.ac 1.1.2.87 1.1.2.88
mones at claws-mail.org
mones at claws-mail.org
Thu Jul 12 08:45:18 CEST 2012
Update of /home/claws-mail/plugins/archive
In directory srv:/tmp/cvs-serv18971
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2012-07-12 [mones] 0.6.12cvs2
* src/archiver_gtk.c
* src/libarchive_archive.c
Fix "format not a string literal and no format arguments"
when building with -Werror=format-security (hardened builds)
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/archive/Attic/configure.ac,v
retrieving revision 1.1.2.87
retrieving revision 1.1.2.88
diff -u -d -r1.1.2.87 -r1.1.2.88
--- configure.ac 9 Jul 2012 05:06:19 -0000 1.1.2.87
+++ configure.ac 12 Jul 2012 06:45:16 -0000 1.1.2.88
@@ -13,7 +13,7 @@
MAJOR_VERSION=0
MINOR_VERSION=6
MICRO_VERSION=12
-EXTRA_VERSION=1
+EXTRA_VERSION=2
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/archive/Attic/PATCHSETS,v
retrieving revision 1.1.2.64
retrieving revision 1.1.2.65
diff -u -d -r1.1.2.64 -r1.1.2.65
--- PATCHSETS 9 Jul 2012 05:06:19 -0000 1.1.2.64
+++ PATCHSETS 12 Jul 2012 06:45:16 -0000 1.1.2.65
@@ -67,3 +67,4 @@
( cvs diff -u -r 1.1.2.12 -r 1.1.2.13 src/archiver_prefs.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/gettext.h; ) > 0.6.11cvs2.patchset
( cvs diff -u -r 1.1.2.12 -r 1.1.2.13 po/fr.po; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 po/hu.po; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/id_ID.po; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/lt.po; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 po/sk.po; ) > 0.6.11cvs3.patchset
( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/gettext.h; ) > 0.6.12cvs1.patchset
+( cvs diff -u -r 1.1.2.30 -r 1.1.2.31 src/archiver_gtk.c; cvs diff -u -r 1.1.2.18 -r 1.1.2.19 src/libarchive_archive.c; ) > 0.6.12cvs2.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/archive/Attic/ChangeLog,v
retrieving revision 1.1.2.88
retrieving revision 1.1.2.89
diff -u -d -r1.1.2.88 -r1.1.2.89
--- ChangeLog 9 Jul 2012 05:06:19 -0000 1.1.2.88
+++ ChangeLog 12 Jul 2012 06:45:16 -0000 1.1.2.89
@@ -1,3 +1,10 @@
+2012-07-12 [mones] 0.6.12cvs2
+
+ * src/archiver_gtk.c
+ * src/libarchive_archive.c
+ Fix "format not a string literal and no format arguments"
+ when building with -Werror=format-security (hardened builds)
+
2012-07-09 [paul] 0.6.12cvs1
* src/gettext.h
More information about the Commits
mailing list