aports/unmaintained/seamonkey/fix-libevent.patch
Alex Xu (Hello71) f87bf7e50c unmaintained/seamonkey: move from testing
no bumps for upstream security updates since 2.53.1 was released Feb
2020. note [0] "Warning! The SeaMonkey version available for download
from this page is outdated and may suffer from known security
vulnerabilities." for this type of highly exposed security-sensitive
software, there must be a maintainer responsible for regular and timely
updates, not just once every couple years.

[0] https://www.seamonkey-project.org/releases/2.49.5
2021-09-02 13:49:32 +00:00

12 lines
552 B
Diff

--- seamonkey-2.48/mozilla/ipc/chromium/src/base/message_pump_libevent.cc.orig
+++ seamonkey-2.48/mozilla/ipc/chromium/src/base/message_pump_libevent.cc
@@ -23,7 +23,7 @@
// This macro checks that the _EVENT_SIZEOF_* constants defined in
// ipc/chromiume/src/third_party/<platform>/event2/event-config.h are correct.
#define CHECK_EVENT_SIZEOF(TYPE, type) \
- static_assert(_EVENT_SIZEOF_##TYPE == sizeof(type), \
+ static_assert(EVENT__SIZEOF_##TYPE == sizeof(type), \
"bad _EVENT_SIZEOF_"#TYPE);
CHECK_EVENT_SIZEOF(LONG, long);