mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to PostgreSQL 17.6
This commit is contained in:
@@ -5,7 +5,7 @@ COMMENT-contrib=PostgreSQL RDBMS contributions
|
||||
COMMENT-plpython=Python procedural language for PostgreSQL
|
||||
COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous version
|
||||
|
||||
VERSION= 17.5
|
||||
VERSION= 17.6
|
||||
PREV_MAJOR= 16
|
||||
DISTNAME= postgresql-${VERSION}
|
||||
PKGNAME-main= postgresql-client-${VERSION}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (postgresql-17.5.tar.gz) = cwv+80sDglwFGuD8N1Qsi+JrVaRORyNpIhr9OXGW4wM=
|
||||
SIZE (postgresql-17.5.tar.gz) = 28082580
|
||||
SHA256 (postgresql-17.6.tar.gz) = KRC4UoNnTaLa5qwT/l67qvPEgkRjlsujLmco08xzbYY=
|
||||
SIZE (postgresql-17.6.tar.gz) = 28141372
|
||||
|
||||
@@ -10,5 +10,5 @@ Index: src/interfaces/libpq/Makefile
|
||||
+SO_MAJOR_VERSION= ${LIBpq_MAJOR}
|
||||
+SO_MINOR_VERSION= ${LIBpq_MINOR}
|
||||
|
||||
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
|
||||
override CPPFLAGS := -I$(srcdir) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port $(CPPFLAGS)
|
||||
ifneq ($(PORTNAME), win32)
|
||||
|
||||
@@ -700,6 +700,7 @@ share/doc/postgresql/html/release-17-2.html
|
||||
share/doc/postgresql/html/release-17-3.html
|
||||
share/doc/postgresql/html/release-17-4.html
|
||||
share/doc/postgresql/html/release-17-5.html
|
||||
share/doc/postgresql/html/release-17-6.html
|
||||
share/doc/postgresql/html/release-17.html
|
||||
share/doc/postgresql/html/release-prior.html
|
||||
share/doc/postgresql/html/release.html
|
||||
|
||||
Reference in New Issue
Block a user