Logo
Explore SSH Host Keys OBS Help
Sign In
pool/hiredis
SHA256
17
0
Fork 1
You've already forked hiredis
Code Issues Pull Requests Activity
Files
factory
hiredis/relocatable_executable.patch

12 lines
323 B
Diff
Raw Permalink Normal View History

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
--- 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)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 52ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API