Skip to content

Commit

Permalink
postgresql-94: update to 9.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
pyhalov committed Mar 6, 2018
1 parent 1b5308d commit 2fbb9d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/database/postgresql-94/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ include ../../../make-rules/shared-macros.mk

COMPONENT_NAME= postgresql
COMPONENT_MJR_VERSION= 9.4
COMPONENT_MNR_VERSION= 16
COMPONENT_MNR_VERSION= 17
COMPONENT_VERSION= $(COMPONENT_MJR_VERSION).$(COMPONENT_MNR_VERSION)
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH= sha256:dcbc62b621e4d8a445c2f33750f7d96257c38103cccebeb934e6913a3c135e81
COMPONENT_ARCHIVE_HASH= sha256:7a320cd335052b840d209dc9688f09965763351c590e3cc7bf577591179fd7c6
COMPONENT_ARCHIVE_URL= http://ftp.postgresql.org/pub/source/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL= http://www.postgresql.org/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ file path=usr/postgres/9.4/doc/html/release-9-3-19.html
file path=usr/postgres/9.4/doc/html/release-9-3-2.html
file path=usr/postgres/9.4/doc/html/release-9-3-20.html
file path=usr/postgres/9.4/doc/html/release-9-3-21.html
file path=usr/postgres/9.4/doc/html/release-9-3-22.html
file path=usr/postgres/9.4/doc/html/release-9-3-3.html
file path=usr/postgres/9.4/doc/html/release-9-3-4.html
file path=usr/postgres/9.4/doc/html/release-9-3-5.html
Expand All @@ -1007,6 +1008,7 @@ file path=usr/postgres/9.4/doc/html/release-9-4-12.html
file path=usr/postgres/9.4/doc/html/release-9-4-13.html
file path=usr/postgres/9.4/doc/html/release-9-4-14.html
file path=usr/postgres/9.4/doc/html/release-9-4-15.html
file path=usr/postgres/9.4/doc/html/release-9-4-16.html
file path=usr/postgres/9.4/doc/html/release-9-4-2.html
file path=usr/postgres/9.4/doc/html/release-9-4-3.html
file path=usr/postgres/9.4/doc/html/release-9-4-4.html
Expand Down Expand Up @@ -1631,6 +1633,7 @@ file path=usr/postgres/9.4/include/server/executor/spi.h
file path=usr/postgres/9.4/include/server/executor/spi_priv.h
file path=usr/postgres/9.4/include/server/executor/tstoreReceiver.h
file path=usr/postgres/9.4/include/server/executor/tuptable.h
file path=usr/postgres/9.4/include/server/fe_utils/connect.h
file path=usr/postgres/9.4/include/server/fmgr.h
file path=usr/postgres/9.4/include/server/foreign/fdwapi.h
file path=usr/postgres/9.4/include/server/foreign/foreign.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ file path=usr/postgres/9.4/include/server/executor/spi.h
file path=usr/postgres/9.4/include/server/executor/spi_priv.h
file path=usr/postgres/9.4/include/server/executor/tstoreReceiver.h
file path=usr/postgres/9.4/include/server/executor/tuptable.h
file path=usr/postgres/9.4/include/server/fe_utils/connect.h
file path=usr/postgres/9.4/include/server/fmgr.h
file path=usr/postgres/9.4/include/server/foreign/fdwapi.h
file path=usr/postgres/9.4/include/server/foreign/foreign.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,7 @@ file path=usr/postgres/9.4/doc/html/release-9-3-19.html
file path=usr/postgres/9.4/doc/html/release-9-3-2.html
file path=usr/postgres/9.4/doc/html/release-9-3-20.html
file path=usr/postgres/9.4/doc/html/release-9-3-21.html
file path=usr/postgres/9.4/doc/html/release-9-3-22.html
file path=usr/postgres/9.4/doc/html/release-9-3-3.html
file path=usr/postgres/9.4/doc/html/release-9-3-4.html
file path=usr/postgres/9.4/doc/html/release-9-3-5.html
Expand All @@ -935,6 +936,7 @@ file path=usr/postgres/9.4/doc/html/release-9-4-13.html
file path=usr/postgres/9.4/doc/html/release-9-4-14.html
file path=usr/postgres/9.4/doc/html/release-9-4-15.html
file path=usr/postgres/9.4/doc/html/release-9-4-16.html
file path=usr/postgres/9.4/doc/html/release-9-4-17.html
file path=usr/postgres/9.4/doc/html/release-9-4-2.html
file path=usr/postgres/9.4/doc/html/release-9-4-3.html
file path=usr/postgres/9.4/doc/html/release-9-4-4.html
Expand Down

0 comments on commit 2fbb9d4

Please sign in to comment.