syslog-ng 3.1.3 has been released
------------------------------------------------------------------------------ PACKAGE : syslog-ng VERSION : 3.1.3 SUMMARY : new stable release DATE : Nov 26, 2010 ------------------------------------------------------------------------------ DESCRIPTION: A new stable version of syslog-ng Open Source Edition (3.1.3) has been released. For latest fixes in the 3.1.x feature branch you are recommended to upgrade to this version. CHANGES: 3.1.3 Thu, 18 Nov 2010 07:50:42 +0100 Bugfixes: * csv-parser() defaults to "escape-none" mode even if it is not specified. * Fixed a possible CPU spinning in case mark_freq() is changed from a non-zero value to zero and syslog-ng is reloaded. * Fixed a flow control problem for the internal() source possibly causing an assertion to fail, e.g. syslog-ng to crash voluntarily. * Make it possible to use a literal '$' character by using two of them. * Make it possible to use binary characters within strings in configuration files by using a C-like \xHH, \oOOO syntax. * Attempt to flush the messages sitting in output queues a bit harder at shutdown. * Handle ESTALE errors in the file source for NFS file systems, which might cause a spin on the CPU otherwise. * Fixed a possible use-after-free problem potentially causing crashes or misbehaviour. No concrete errors were reported though. * The SQL driver didn't honour the port() option, this was fixed. * Fixed program_override() option, previously it overrode the hostname instead because of a typo. * Accept 3.1 as configuration version, previously it only accepted 3.0. * Fixed internal() message loop detection in case an error happened on the log writer flush path. DOWNLOAD: You can download the source or binary packages from: http://www.balabit.com/network-security/syslog-ng/opensource-logging-system/... The documentation of the syslog-ng Open Source Edition is available in The syslog-ng Open Source Edition Administrator's Guide at http://www.balabit.com/support/documentation/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Le 26/11/2010 15:31, devel@balabit.hu a écrit :
* The SQL driver didn't honour the port() option, this was fixed. Hello
It *seems* that this bug has only been fixed in the 3.1.x branch (current feature release). But this has been reported by Ph. Lebreton in this list (date : 08 Sep 2010 16:11:14) for the 3.0.7 version. If it is not an error during my research into the 3.0. git tree (I apologize by advance if it is the case ... :/), would it be possible to have this patch ported also into the 3.0.x branch (current stable release) ? Thank you for the work Christophe - -- Christophe Brocas CNAMTS/DDSI/DSEC 12, allées Haussmann 33300 Bordeaux fixe : +33 (0)5.57.85.53.55 mobile : +33 (0)6.77.05.19.01 keyid : 3072R/0x0661CBBA -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) iQGVAwUBTO/MxtlOz/4GYcu6AQig4wwA1R7lV/V9SCSKf6s1p2qaBRcX4Eh0cbLM fDmD5AZ6n5XM7Vm+ElEwp5K95eMf4i/rESlu2Mt/x1rVSkMRWZ+HfVdxu4+HFBbI u7YHFZbs2Bfb4GbUqYU7sUiG8tTon4BhdgBPkGG9odF6SMs+wgYW31fC36Rwp0An i4fpQw5qXH3SvrJzobuRHG1jMyRg6/P+qnkuUrS5v1HUYjG78QimWP4yFqHf0ftW 3AzDBnY9ToV1HjlciW4gKZFtuoZDuuXNxDzp8VJC1TTcAUMBUw/3txBp4nB/qFEp TUcCkdHY+LROnb5+mN4Upt5xA6IHHLYQeW1rJ8XjneBmHn4X0wVaiLpIqN3lMraX FikLegWjW4bCMXfzyGqbRRjSE2diZCbPbS3sj7WrVhjB1FO3ZCN4aYNgC5YTrZrw Te+FjvqE7RqUm9ufw3mXrLmi18gPtRc4D6heRJ7pp8MVVvxJQj9JGh8+UimTFh+w 1KVrEcX+XAT9aQPGPGPpYTvCgtQiyImJ =VpO4 -----END PGP SIGNATURE----- ***************************************************** "Le contenu de ce courriel et ses eventuelles pièces jointes sont confidentiels. Ils s'adressent exclusivement à la personne destinataire. Si cet envoi ne vous est pas destiné, ou si vous l'avez reçu par erreur, et afin de ne pas violer le secret des correspondances, vous ne devez pas le transmettre à d'autres personnes ni le reproduire. Merci de le renvoyer à l'émetteur et de le détruire. Attention : L'Organisme de l'émetteur du message ne pourra être tenu responsable de l'altération du présent courriel. Il appartient au destinataire de vérifier que les messages et pièces jointes reçus ne contiennent pas de virus. Les opinions contenues dans ce courriel et ses éventuelles pièces jointes sont celles de l'émetteur. Elles ne reflètent pas la position de l'Organisme sauf s'il en est disposé autrement dans le présent courriel." ******************************************************
On Fri, 2010-11-26 at 16:05 +0100, Christophe Brocas wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Le 26/11/2010 15:31, devel@balabit.hu a écrit :
* The SQL driver didn't honour the port() option, this was fixed. Hello
It *seems* that this bug has only been fixed in the 3.1.x branch (current feature release).
But this has been reported by Ph. Lebreton in this list (date : 08 Sep 2010 16:11:14) for the 3.0.7 version.
If it is not an error during my research into the 3.0. git tree (I apologize by advance if it is the case ... :/), would it be possible to have this patch ported also into the 3.0.x branch (current stable release) ?
I've just done that. Here's the patch: Author: Balazs Scheidler <bazsi@balabit.hu> Date: Mon Sep 20 17:19:55 2010 +0200 afsql: fix port() option The port() option was passed to libdbi as a string option which libdbi interpreted as 0 (e.g. default port) This patch fixes that. Reported-By: LEBRETON Philippe -- Bazsi
Le 26/11/2010 17:38, Balazs Scheidler a écrit :
On Fri, 2010-11-26 at 16:05 +0100, Christophe Brocas wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Le 26/11/2010 15:31, devel@balabit.hu a écrit :
* The SQL driver didn't honour the port() option, this was fixed. Hello
It *seems* that this bug has only been fixed in the 3.1.x branch (current feature release).
But this has been reported by Ph. Lebreton in this list (date : 08 Sep 2010 16:11:14) for the 3.0.7 version.
If it is not an error during my research into the 3.0. git tree (I apologize by advance if it is the case ... :/), would it be possible to have this patch ported also into the 3.0.x branch (current stable release) ? I've just done that. Here's the patch:
Author: Balazs Scheidler <bazsi@balabit.hu> Date: Mon Sep 20 17:19:55 2010 +0200
afsql: fix port() option
The port() option was passed to libdbi as a string option which libdbi interpreted as 0 (e.g. default port) This patch fixes that.
Reported-By: LEBRETON Philippe
Thank you very much Balazs :) Bye Christophe -- Christophe Brocas CNAMTS/DDSI/DSEC 12, allées Haussmann 33300 Bordeaux fixe : +33 (0)5.57.85.53.55 mobile : +33 (0)6.77.05.19.01 keyid : 3072Rb/0x0661CBBA (transition from 1024D/0x237E9DB2) ***************************************************** "Le contenu de ce courriel et ses eventuelles pièces jointes sont confidentiels. Ils s'adressent exclusivement à la personne destinataire. Si cet envoi ne vous est pas destiné, ou si vous l'avez reçu par erreur, et afin de ne pas violer le secret des correspondances, vous ne devez pas le transmettre à d'autres personnes ni le reproduire. Merci de le renvoyer à l'émetteur et de le détruire. Attention : L'Organisme de l'émetteur du message ne pourra être tenu responsable de l'altération du présent courriel. Il appartient au destinataire de vérifier que les messages et pièces jointes reçus ne contiennent pas de virus. Les opinions contenues dans ce courriel et ses éventuelles pièces jointes sont celles de l'émetteur. Elles ne reflètent pas la position de l'Organisme sauf s'il en est disposé autrement dans le présent courriel." ******************************************************
participants (3)
-
Balazs Scheidler
-
Christophe Brocas
-
devel@balabit.hu