mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
Regenerate the patches to make portlint(1) happier. <ChangeLog> Upgrade urgency CRITICAL: Only in case of exposed instances to untrusted users. This Redis release, 5.0.6, is a bugfix and enhancement release. The most important bugfix is a corruption related to the HyperLogLog. A malformed HyperLogLog string could cause an invalid access to the memory. At a first glance the vulnerability appears to be not exploitable but just a DoS. The way to trigger the issue is complex, we'll not provide any information about how to do that for the users safety. Other significant changes in this release: * New modules APIs merged from Redis unstable to Redis 5. * Some memory optimization related to objects creation. * Fixes to flushSlaveOutputBuffer() that make sure that SHUTDOWN will transfer pending buffers to replicas. </ChangeLog>
15 lines
294 B
Text
15 lines
294 B
Text
--- deps/linenoise/Makefile.orig 2019-09-25 10:40:18 UTC
|
|
+++ deps/linenoise/Makefile
|
|
@@ -1,10 +1,10 @@
|
|
STD=
|
|
WARN= -Wall
|
|
-OPT= -Os
|
|
+#OPT= -Os
|
|
|
|
R_CFLAGS= $(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS)
|
|
R_LDFLAGS= $(LDFLAGS)
|
|
-DEBUG= -g
|
|
+#DEBUG= -g
|
|
|
|
R_CC=$(CC) $(R_CFLAGS)
|
|
R_LD=$(CC) $(R_LDFLAGS)
|