openbsd-ports/devel/libgtop/patches/patch-sysdeps_guile_Makefile_in
todd 8d82e7ea1c Security update for libgtop to libgtop-1.0.13:
The Laboratory intexxia found a remote exploitable format string
vulnerability in libgtop_daemon which could cause privilege escalation
on a remote system.

The libgtop_daemon is not running by default if you run GNOME.

New since last version:

- security fix
- update for parallel install with libgtop-2.0
+ Only install shared libraries on shared arches.

From maintainer (Nils Nordman <nino@nforced.com>).
2001-11-27 23:07:01 +00:00

13 lines
559 B
Plaintext

$OpenBSD: patch-sysdeps_guile_Makefile_in,v 1.2 2001/11/27 23:07:02 todd Exp $
--- sysdeps/guile/Makefile.in.orig Tue Nov 27 03:04:55 2001
+++ sysdeps/guile/Makefile.in Tue Nov 27 21:19:44 2001
@@ -516,7 +516,7 @@ guile.c: guile.pl $(top_builddir)/config
mv gnc-t guile.c
guile.x: guile.c
- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
+ guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $? > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.