Files
hiredis/relocatable_executable.patch
Martin Pluskal 7e807629c9 Accepting request 839123 from home:paulfee:redis
- 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
2020-10-02 12:01:06 +00:00

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)