From: Florian Forster Date: Tue, 29 Sep 2009 16:00:25 +0000 (+0200) Subject: Bumped version to 1.3.3; Updated ChangeLog. X-Git-Tag: liboping-1.3.3~2 X-Git-Url: https://git.octo.it/?p=liboping.git;a=commitdiff_plain;h=4f3f5ddb4ee94ba634921b6a58726823289cafae Bumped version to 1.3.3; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index bd9a186..e074915 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-09-29, Version 1.3.3: + * oping: Disable the “-f” option if the real and effective user IDs + don't match. If that is the case the program is probably running + SetUID and should not read foreign files. Unfortunately, dropping + privileges before reading the file is not possible, because they are + required for opening raw sockets. + + Thanks to Steve Kemp for reporting this issue as Debian bug #548684. + 2009-07-27, Version 1.3.2: * src/oping.h: Remove `HAVE_*_H' macros for system headers. Those macros should not be used in system wide installed header files. diff --git a/configure.ac b/configure.ac index 508a76e..bbbb6bf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(liboping, 1.3.2) +AC_INIT(liboping, 1.3.3) AC_CONFIG_SRCDIR(src/liboping.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) diff --git a/src/oping.h b/src/oping.h index 4f9bf89..276c3db 100644 --- a/src/oping.h +++ b/src/oping.h @@ -33,7 +33,7 @@ extern "C" { #endif -#define OPING_VERSION 1003002 +#define OPING_VERSION 1003003 /* * Type definitions