postgresql: 9.6.2 -> 9.6.3, fixes several CVEs

This commit is contained in:
Thomas Penteker 2017-05-12 23:09:26 +02:00
parent 9543960a05
commit cdf0ee5fb4
4 changed files with 8 additions and 6 deletions

View File

@ -255,6 +255,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/common/
-rw-r--r-- root/root usr/include/postgresql/server/common/config_info.h
-rw-r--r-- root/root usr/include/postgresql/server/common/controldata_utils.h
-rw-r--r-- root/root usr/include/postgresql/server/common/fe_memutils.h
-rw-r--r-- root/root usr/include/postgresql/server/common/int128.h
-rw-r--r-- root/root usr/include/postgresql/server/common/keywords.h
-rw-r--r-- root/root usr/include/postgresql/server/common/pg_lzcompress.h
-rw-r--r-- root/root usr/include/postgresql/server/common/relpath.h
@ -1267,6 +1268,7 @@ drwxr-xr-x root/root usr/share/postgresql/timezone/America/North_Dakota/
-rw-r--r-- root/root usr/share/postgresql/timezone/America/Porto_Acre
-rw-r--r-- root/root usr/share/postgresql/timezone/America/Porto_Velho
-rw-r--r-- root/root usr/share/postgresql/timezone/America/Puerto_Rico
-rw-r--r-- root/root usr/share/postgresql/timezone/America/Punta_Arenas
-rw-r--r-- root/root usr/share/postgresql/timezone/America/Rainy_River
-rw-r--r-- root/root usr/share/postgresql/timezone/America/Rankin_Inlet
-rw-r--r-- root/root usr/share/postgresql/timezone/America/Recife

View File

@ -1,2 +1,2 @@
7186c94fbcf7bf99f1f315122ebb233a postgresql
ee9cd5dfa24f691275cc65c92b6ff8f7 postgresql-9.6.2.tar.bz2
ce1d0a57ace0a5b7a994b56796fdba35 postgresql-9.6.3.tar.bz2

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37dIpRB/yNX+rna9V/wfwDHJa/3qpRPN67FuPA9o3EQy+fNWm/eFuYRxefjdvJfVruFZ63Tphuhh0nlOeRx8bgM=
SHA256 (Pkgfile) = 0b4dc41da4fc6736991e8521cbbc0cb41d5e84e174a81bd85ee069d62dd3c404
SHA256 (.footprint) = 9ab7c4e8745998cbd734cf79f3c33dd602ce403810cd3a80bf3b3c60fafa75b2
SHA256 (postgresql-9.6.2.tar.bz2) = 0187b5184be1c09034e74e44761505e52357248451b0c854dddec6c231fe50c9
RWSagIOpLGJF31uWFfhuiUO2PTgJbxSyXDSuZH0GlATMOtektuWDRvfbDs/J9ei5JarupfBlz5qREbOUmoDXkhhpaH2vJfjquww=
SHA256 (Pkgfile) = d853d0af66874dbf5bea51d335705152506e52c6fe3e6e1a97aa76d4813fe0ef
SHA256 (.footprint) = 427ff7664c9af10a41235fe42f160520d4b4b8efe7cdcec97a7ca7e84bfdf88f
SHA256 (postgresql-9.6.3.tar.bz2) = 1645b3736901f6d854e695a937389e68ff2066ce0cde9d73919d6ab7c995b9c6
SHA256 (postgresql) = 2c5ed04d159081774b2518c67b4bd95671154828a5bca23b68c7c7a05ec40078

View File

@ -5,7 +5,7 @@
# Depends on: openssl
name=postgresql
version=9.6.2
version=9.6.3
release=1
source=(https://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz2 postgresql)