- Update to 1.0.0
* The first stable release of Hiredis.
* RESP3 support, TLS connections, allocator injection.
* Connect and command timeouts.
* API breaking changes, recompilation required.
- Update to 0.14.1
* CVE-2020-7105 (failure to check for NULL return when
allocating memory).
- Update to 0.14.0
* ABI changes. Upstream "changes are numerous".
OBS-URL: https://build.opensuse.org/request/show/839123
OBS-URL: https://build.opensuse.org/package/show/server:database/hiredis?expand=0&rev=9
12 lines
323 B
Diff
12 lines
323 B
Diff
--- Makefile
|
|
+++ Makefile
|
|
@@ -208,7 +208,7 @@
|
|
endif
|
|
|
|
hiredis-test: test.o $(TEST_LIBS)
|
|
- $(CC) -o $@ $(REAL_CFLAGS) -I. $^ $(REAL_LDFLAGS) $(TEST_LDFLAGS)
|
|
+ $(CC) -o $@ $(REAL_CFLAGS) -pie -I. $^ $(REAL_LDFLAGS) $(TEST_LDFLAGS)
|
|
|
|
hiredis-%: %.o $(STLIBNAME)
|
|
$(CC) $(REAL_CFLAGS) -o $@ $< $(TEST_LIBS) $(REAL_LDFLAGS)
|