diff --git a/postgresql/.footprint b/postgresql/.footprint index c073a5b31..3bca266bb 100644 --- a/postgresql/.footprint +++ b/postgresql/.footprint @@ -704,6 +704,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/utils/ -rw-r--r-- root/root usr/include/postgresql/server/utils/geo_decls.h -rw-r--r-- root/root usr/include/postgresql/server/utils/guc.h -rw-r--r-- root/root usr/include/postgresql/server/utils/guc_tables.h +-rw-r--r-- root/root usr/include/postgresql/server/utils/hashutils.h -rw-r--r-- root/root usr/include/postgresql/server/utils/help_config.h -rw-r--r-- root/root usr/include/postgresql/server/utils/hsearch.h -rw-r--r-- root/root usr/include/postgresql/server/utils/index_selfuncs.h @@ -1742,7 +1743,6 @@ drwxr-xr-x root/root usr/share/postgresql/timezone/US/ -rw-r--r-- root/root usr/share/postgresql/timezone/US/Michigan -rw-r--r-- root/root usr/share/postgresql/timezone/US/Mountain -rw-r--r-- root/root usr/share/postgresql/timezone/US/Pacific --rw-r--r-- root/root usr/share/postgresql/timezone/US/Pacific-New -rw-r--r-- root/root usr/share/postgresql/timezone/US/Samoa -rw-r--r-- root/root usr/share/postgresql/timezone/UTC -rw-r--r-- root/root usr/share/postgresql/timezone/Universal diff --git a/postgresql/.md5sum b/postgresql/.md5sum index 28da6934a..57971970f 100644 --- a/postgresql/.md5sum +++ b/postgresql/.md5sum @@ -1,2 +1,2 @@ 7186c94fbcf7bf99f1f315122ebb233a postgresql -0a92328d9970bfb85dcecd011817238a postgresql-10.1.tar.bz2 +e97c3cc72bdf661441f29069299b260a postgresql-10.2.tar.bz2 diff --git a/postgresql/.signature b/postgresql/.signature index b7bc73a91..d3568268c 100644 --- a/postgresql/.signature +++ b/postgresql/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF338n/c0TgUQj7WQUDe1D1rdDr4J9/IQZGDjso3dYXvdTdZDTilvXhPLbb9GK8xlCCOOWYIBmtP/2X3HT5uIqzw8= -SHA256 (Pkgfile) = acec93420268812ac5f293af7d4a8b3221b2b25c00319c836e8fdea7230685ef -SHA256 (.footprint) = 16c1cecdf730d217edbe254f7365dd8c1505a624498b3729dcf54accfc33d708 -SHA256 (postgresql-10.1.tar.bz2) = 3ccb4e25fe7a7ea6308dea103cac202963e6b746697366d72ec2900449a5e713 +RWSagIOpLGJF32LKrhaktJPqyeb0JKYfsiQq6JCUzL/jqXxvlZmRVUN7OKSQf9OBbRUEIiCiEeNDrTFCgcSEUAQnujCYJ2pf1Qw= +SHA256 (Pkgfile) = b33882ba37aa6f43efd7932d12c0ac8c61950794af2281768b59766124e9a698 +SHA256 (.footprint) = 6db1b39599b229b7dfec4edb6e2be12e076137e7d214fe4cb59f7246bce75e40 +SHA256 (postgresql-10.2.tar.bz2) = fe32009b62ddb97f7f014307ce9d0edb6972f5a698e63cb531088e147d145bad SHA256 (postgresql) = 2c5ed04d159081774b2518c67b4bd95671154828a5bca23b68c7c7a05ec40078 diff --git a/postgresql/Pkgfile b/postgresql/Pkgfile index 40a091b2f..c697ef0e6 100644 --- a/postgresql/Pkgfile +++ b/postgresql/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl name=postgresql -version=10.1 +version=10.2 release=1 source=(https://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz2 postgresql)