[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#654924: Alioth Projekt genehmigt



Hi Joachim,

(reincluding the ITP isssue...)

On Fr 06 Apr 2012 18:59:47 CEST Joachim Falk wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 06.04.2012 18:38, schrieb Mike Gabriel:
Hi Joachim, Yaroslav,

On Fr 06 Apr 2012 16:16:13 CEST Joachim Falk wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 04.04.2012 02:34, schrieb Yaroslav Halchenko:
awesome!

would you mind opening up read-only access to the "world"?
Should be open. You can also use
  git clone http://xiao.jfalk.de/~joachim/tigervnc/tigervnc.git
It should have the same version as the alioth git repo.

Between, I have updated to tigervnc 1.2.0.

I have tested latest stuff in Git, please do a pull on master branch on
Alioth, I have committed some build-deps.

However, build fails (on squeeze _and_ sid)... See below...

Any ideas?
Yes. You have a more paranoid build environment than me, i.e., -Wformat
- -Wformat-security -Werror=format-security.
And the compiler caught a security violation. Format string is not
constant but some (maybe user) input.

  } catch (rdr::Exception& e) {
    vlog.error(e.str());
    fl_alert(e.str());
    exit_vncviewer();
    return;
  }

http://www.fltk.org/doc-1.3/group__group__comdlg.html

fl_alert(e.str()); => fl_alert("%s", e.str()); <= that should work

So we need some CXX flags in debian/rules? Any recommendations? The package should build on paranoid and non-paranoid systems, I guess.

Can you provide a patch?

Thanks,
Mike


--

DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419

GnuPG Key ID 0xB588399B
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb

Attachment: pgp95hyp4QLJo.pgp
Description: Digitale PGP-Unterschrift


Reply to: