openbsd-ports/devel/libgtop/patches/patch-sysdeps_guile_names_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
595 B
Plaintext

$OpenBSD: patch-sysdeps_guile_names_Makefile_in,v 1.2 2001/11/27 23:07:02 todd Exp $
--- sysdeps/guile/names/Makefile.in.orig Tue Nov 27 03:04:59 2001
+++ sysdeps/guile/names/Makefile.in Tue Nov 27 21:19:44 2001
@@ -438,7 +438,7 @@ guile-names.c: guile-names.pl $(top_buil
mv gnc-t guile-names.c
guile-names.x: guile-names.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.