diff options
author | Thomas Penteker <tek@serverop.de> | 2014-07-27 18:58:26 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2014-07-27 18:58:26 +0200 |
commit | b70d9e6b7ad741e15e159e361a6f8f3c6d732a53 (patch) | |
tree | 8dc0e431e255f632dc168ce4201c48fcb932a25d /postgresql | |
parent | d159a1e4bca628601589c6b71608cd74f724e4a4 (diff) | |
download | contrib-b70d9e6b7ad741e15e159e361a6f8f3c6d732a53.tar.gz contrib-b70d9e6b7ad741e15e159e361a6f8f3c6d732a53.tar.xz |
postgresql: 9.3.4 -> 9.3.5
Diffstat (limited to 'postgresql')
-rw-r--r-- | postgresql/.footprint | 1 | ||||
-rw-r--r-- | postgresql/.md5sum | 2 | ||||
-rw-r--r-- | postgresql/Pkgfile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/postgresql/.footprint b/postgresql/.footprint index 5c77e5670..9c7ee02ba 100644 --- a/postgresql/.footprint +++ b/postgresql/.footprint @@ -1195,6 +1195,7 @@ drwxr-xr-x root/root usr/share/postgresql/timezone/Antarctica/ -rw-r--r-- root/root usr/share/postgresql/timezone/Antarctica/Rothera -rw-r--r-- root/root usr/share/postgresql/timezone/Antarctica/South_Pole -rw-r--r-- root/root usr/share/postgresql/timezone/Antarctica/Syowa +-rw-r--r-- root/root usr/share/postgresql/timezone/Antarctica/Troll -rw-r--r-- root/root usr/share/postgresql/timezone/Antarctica/Vostok drwxr-xr-x root/root usr/share/postgresql/timezone/Arctic/ -rw-r--r-- root/root usr/share/postgresql/timezone/Arctic/Longyearbyen diff --git a/postgresql/.md5sum b/postgresql/.md5sum index 4f939ca9d..57062960c 100644 --- a/postgresql/.md5sum +++ b/postgresql/.md5sum @@ -1,2 +1,2 @@ 7186c94fbcf7bf99f1f315122ebb233a postgresql -d0a41f54c377b2d2fab4a003b0dac762 postgresql-9.3.4.tar.bz2 +5059857c7d7e6ad83b6d55893a121b59 postgresql-9.3.5.tar.bz2 diff --git a/postgresql/Pkgfile b/postgresql/Pkgfile index 2ba6d5ef8..e7fd0e763 100644 --- a/postgresql/Pkgfile +++ b/postgresql/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl name=postgresql -version=9.3.4 +version=9.3.5 release=1 source=(ftp://ftp9.de.postgresql.org/unix/databases/postgresql/source/v$version/$name-$version.tar.bz2 postgresql) |