From e3a168a8384a40e302e9f7a424690d6e32bbeeb0 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 13 Oct 2022 20:21:11 +0100 Subject: [PATCH] postgresql: update to version 13.8 Update to 13.8 maintainance release of the PostgreSQL 13 release. This release contains a variety of fixes from 13.7, among also a fix addressing CVE-2022-2625. Signed-off-by: Daniel Golle --- libs/postgresql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 512af13965..98cdf6fe2c 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=13.7 +PKG_VERSION:=13.8 PKG_RELEASE:=1 PKG_MAINTAINER:=Daniel Golle 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:=1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399 +PKG_HASH:=73876fdd3a517087340458dca4ce15b8d2a4dbceb334c0441424551ae6c4cded PKG_USE_MIPS16:=0 PKG_FIXUP:=autoreconf -- 2.30.2