summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da790aa)
raw | patch | inline | side by side (parent: da790aa)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 29 Sep 2009 16:00:25 +0000 (18:00 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 29 Sep 2009 16:01:25 +0000 (18:01 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
src/oping.h | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index bd9a186581a63638a569a46b552b691939059963..e074915fae72e05213ba1ef2a8efa7e9e822e31f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 508a76e1cc31037015765cd003b77055cc9a3b75..bbbb6bf281f725cc80464af9513db4eaeb7502b4 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-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 4f9bf89712287cfd6f90035f98ff8aac065f92c1..276c3db66d1c7fe80dd94f64d889b3a8928bdaed 100644 (file)
--- a/src/oping.h
+++ b/src/oping.h
extern "C" {
#endif
-#define OPING_VERSION 1003002
+#define OPING_VERSION 1003003
/*
* Type definitions