mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 12:24:32 +04:00
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:
@@ -5,7 +5,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=postgresql
|
PKG_NAME:=postgresql
|
||||||
PKG_VERSION:=13.1
|
PKG_VERSION:=13.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||||
PKG_LICENSE:=PostgreSQL
|
PKG_LICENSE:=PostgreSQL
|
||||||
@@ -17,7 +17,7 @@ PKG_SOURCE_URL:=\
|
|||||||
http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \
|
http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \
|
||||||
ftp://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_USE_MIPS16:=0
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|||||||
@@ -7,5 +7,5 @@
|
|||||||
-$(call recurse,all install,src config)
|
-$(call recurse,all install,src config)
|
||||||
+$(call recurse,all install,src config contrib)
|
+$(call recurse,all install,src config contrib)
|
||||||
|
|
||||||
all:
|
docs:
|
||||||
+@echo "All of PostgreSQL successfully made. Ready to install."
|
$(MAKE) -C doc all
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--- a/src/Makefile.shlib
|
--- a/src/Makefile.shlib
|
||||||
+++ b/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)
|
%.pc: $(MAKEFILE_LIST)
|
||||||
|
|||||||
Reference in New Issue
Block a user