postgresql: update to version 13.5

Addresses CVE-2021-3393 and CVE-2021-20229.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2021-11-15 18:39:38 +00:00
parent 3b0f19d6d2
commit 717f494ca7
3 changed files with 5 additions and 5 deletions

View File

@@ -7,5 +7,5 @@
-$(call recurse,all install,src config)
+$(call recurse,all install,src config contrib)
all:
+@echo "All of PostgreSQL successfully made. Ready to install."
docs:
$(MAKE) -C doc all