cf4a8c5772
- add patch [libcaca-autoconf-2.69.patch] * Don't force autoconf to be at version 2.71 - Upgrade to 0.99.beta20 * IPv6 support in cacaserver * fixed a bug from 2004 that caused PDF documentation generation to fail * memory allocation functions are now more robust * numerous fixes for memory leaks and invalid memory accesses: * CVE-2021-30498 * CVE-2021-30499 * CVE-2021-3410 * CVE-2018-20546 * CVE-2018-20547 * CVE-2018-20545 * CVE-2018-20548 * CVE-2018-20549 - Dropped upstream fixed patches * libcaca-bsc1182731-prevent-overflow.patch * libcaca-variable-type.patch * Bug1120502-add_cast_to_prevent_overflow.patch OBS-URL: https://build.opensuse.org/request/show/1035864 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcaca?expand=0&rev=71
14 lines
493 B
Diff
14 lines
493 B
Diff
Index: caca/Makefile.am
|
|
===================================================================
|
|
--- caca/Makefile.am.orig
|
|
+++ caca/Makefile.am
|
|
@@ -58,7 +58,7 @@ libcaca_la_DEPENDENCIES = \
|
|
$(NULL)
|
|
libcaca_la_CPPFLAGS = $(AM_CPPFLAGS) @CACA_CFLAGS@ -D__LIBCACA__
|
|
libcaca_la_LDFLAGS = -no-undefined -version-number @LT_VERSION@
|
|
-libcaca_la_LIBADD = @CACA_LIBS@ $(ZLIB_LIBS) $(GETOPT_LIBS)
|
|
+libcaca_la_LIBADD = @CACA_LIBS@ $(ZLIB_LIBS) $(GETOPT_LIBS) -lGLU
|
|
|
|
codec_source = \
|
|
codec/import.c \
|