Mercurial > pidgin.yaz
annotate src/protocols/napster/Makefile.am @ 11157:f068eaabe332
[gaim-migrate @ 13242]
Patch submitted to gaim-devel...
"Marcin Owsiany sent you a draft advisory regarding multiple libgadu
vulnerabilities. "Fortunately" gaim contains an extremely old version of
libgadu and is affected only by memory alignment bug, which cannot be
exploited on x86. No other critical vulnerabilities are known in gaim's
version of libgadu.
You'll find the patch in attachment.
Regards,
Wojtek Kaniewski
ekg/libgadu maintainer"
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 25 Jul 2005 21:20:14 +0000 |
parents | 2cc05a9e944d |
children | a13143b46c28 |
rev | line source |
---|---|
9570
24f84b7ffe8e
[gaim-migrate @ 10413]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8488
diff
changeset
|
1 EXTRA_DIST = \ |
24f84b7ffe8e
[gaim-migrate @ 10413]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8488
diff
changeset
|
2 Makefile.mingw |
24f84b7ffe8e
[gaim-migrate @ 10413]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8488
diff
changeset
|
3 |
2086 | 4 pkgdir = $(libdir)/gaim |
5 | |
8488 | 6 NAPSTERSOURCES = napster.c |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
7 |
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
8 AM_CFLAGS = $(st) |
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
9 |
10889 | 10 libnapster_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
2086 | 11 |
8488 | 12 if STATIC_NAPSTER |
2086 | 13 |
8082 | 14 st = -DGAIM_STATIC_PRPL |
8488 | 15 noinst_LIBRARIES = libnapster.a |
16 libnapster_a_SOURCES = $(NAPSTERSOURCES) | |
17 libnapster_a_CFLAGS = $(AM_CFLAGS) | |
3411
5df423e0bca8
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
2894
diff
changeset
|
18 |
2086 | 19 else |
20 | |
21 st = | |
8488 | 22 pkg_LTLIBRARIES = libnapster.la |
23 libnapster_la_SOURCES = $(NAPSTERSOURCES) | |
2086 | 24 |
25 endif | |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
26 |
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
27 AM_CPPFLAGS = \ |
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
28 -I$(top_srcdir)/src \ |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6360
diff
changeset
|
29 $(GLIB_CFLAGS) \ |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
30 $(DEBUG_CFLAGS) |