Skip to content

Commit

Permalink
postgresql: update to 15.2
Browse files Browse the repository at this point in the history
Release Notes:
https://www.postgresql.org/docs/release/15.2/

Fixes: CVE-2022-41862
Signed-off-by: Nick Hainke <[email protected]>
  • Loading branch information
PolynomialDivision authored and dangowrt committed May 25, 2023
1 parent f64e5ef commit ad98bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/postgresql/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=postgresql
PKG_VERSION:=15.1
PKG_VERSION:=15.2
PKG_RELEASE:=1
PKG_MAINTAINER:=Daniel Golle <[email protected]>
PKG_LICENSE:=PostgreSQL
Expand All @@ -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:=64fdf23d734afad0dfe4077daca96ac51dcd697e68ae2d3d4ca6c45cb14e21ae
PKG_HASH:=99a2171fc3d6b5b5f56b757a7a3cb85d509a38e4273805def23941ed2b8468c7

PKG_BUILD_FLAGS:=no-mips16
PKG_FIXUP:=autoreconf
Expand Down

0 comments on commit ad98bf5

Please sign in to comment.