From 69b539aec4ca82325adcecc8c1c2cc52c20ec5a1 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Tue, 24 May 2016 00:15:55 +0200 Subject: [PATCH] postgresql: 9.5.2 -> 9.5.3 --- postgresql/.footprint | 2 ++ postgresql/.md5sum | 2 +- postgresql/Pkgfile | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/postgresql/.footprint b/postgresql/.footprint index 4c9b024dc..0c639412d 100644 --- a/postgresql/.footprint +++ b/postgresql/.footprint @@ -1374,6 +1374,7 @@ drwxr-xr-x root/root usr/share/postgresql/timezone/Asia/ -rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Thimbu -rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Thimphu -rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Tokyo +-rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Tomsk -rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Ujung_Pandang -rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Ulaanbaatar -rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Ulan_Bator @@ -1507,6 +1508,7 @@ drwxr-xr-x root/root usr/share/postgresql/timezone/Europe/ -rw-r--r-- root/root usr/share/postgresql/timezone/Europe/Jersey -rw-r--r-- root/root usr/share/postgresql/timezone/Europe/Kaliningrad -rw-r--r-- root/root usr/share/postgresql/timezone/Europe/Kiev +-rw-r--r-- root/root usr/share/postgresql/timezone/Europe/Kirov -rw-r--r-- root/root usr/share/postgresql/timezone/Europe/Lisbon -rw-r--r-- root/root usr/share/postgresql/timezone/Europe/Ljubljana -rw-r--r-- root/root usr/share/postgresql/timezone/Europe/London diff --git a/postgresql/.md5sum b/postgresql/.md5sum index 3efd3b7ba..aedbb05cf 100644 --- a/postgresql/.md5sum +++ b/postgresql/.md5sum @@ -1,2 +1,2 @@ 7186c94fbcf7bf99f1f315122ebb233a postgresql -c3f829b50f0351208debc79af3c946f9 postgresql-9.5.2.tar.bz2 +3f0c388566c688c82b01a0edf1e6b7a0 postgresql-9.5.3.tar.bz2 diff --git a/postgresql/Pkgfile b/postgresql/Pkgfile index b3250c7d7..cc105ea05 100644 --- a/postgresql/Pkgfile +++ b/postgresql/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl name=postgresql -version=9.5.2 +version=9.5.3 release=1 source=(https://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz2 postgresql)