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:
parent
3b0f19d6d2
commit
717f494ca7
3 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=postgresql
|
||||
PKG_VERSION:=13.1
|
||||
PKG_VERSION:=13.5
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
PKG_LICENSE:=PostgreSQL
|
||||
|
@ -17,7 +17,7 @@ PKG_SOURCE_URL:=\
|
|||
http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \
|
||||
ftp://ftp.postgresql.org/pub/source/v$(PKG_VERSION)
|
||||
|
||||
PKG_HASH:=12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f
|
||||
PKG_HASH:=9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3
|
||||
|
||||
PKG_USE_MIPS16:=0
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/src/Makefile.shlib
|
||||
+++ b/src/Makefile.shlib
|
||||
@@ -387,14 +387,27 @@ endif # PORTNAME == cygwin || PORTNAME =
|
||||
@@ -391,14 +391,27 @@ endif # PORTNAME == cygwin || PORTNAME =
|
||||
|
||||
|
||||
%.pc: $(MAKEFILE_LIST)
|
||||
|
|
Loading…
Reference in a new issue