commit 6e0db0a5a58a2c0d9d6d3f347f574840f1ed8f6d Author: Simone Rota <sip@crux.nu> Date: Wed Jul 11 13:22:50 2007 +0200 [notify] postgresql: updated to 8.2.4 The version previously available through the CRUX port system contains a provilege excalation exploit, see: http://www.postgresql.org/about/news.791 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2138 diff --git a/postgresql/.footprint b/postgresql/.footprint index ffc26da..9b56e04 100644 --- a/postgresql/.footprint +++ b/postgresql/.footprint @@ -648,6 +648,7 @@ drwxr-xr-x root/root usr/share/postgresql/timezone/Africa/ -rw-r--r-- root/root usr/share/postgresql/timezone/Africa/Accra -rw-r--r-- root/root usr/share/postgresql/timezone/Africa/Addis_Ababa -rw-r--r-- root/root usr/share/postgresql/timezone/Africa/Algiers +-rw-r--r-- root/root usr/share/postgresql/timezone/Africa/Asmara -rw-r--r-- root/root usr/share/postgresql/timezone/Africa/Asmera -rw-r--r-- root/root usr/share/postgresql/timezone/Africa/Bamako -rw-r--r-- root/root usr/share/postgresql/timezone/Africa/Bangui @@ -772,6 +773,7 @@ drwxr-xr-x root/root usr/share/postgresql/timezone/America/Indiana/ -rw-r--r-- root/root usr/share/postgresql/timezone/America/Indiana/Petersburg -rw-r--r-- root/root usr/share/postgresql/timezone/America/Indiana/Vevay -rw-r--r-- root/root usr/share/postgresql/timezone/America/Indiana/Vincennes +-rw-r--r-- root/root usr/share/postgresql/timezone/America/Indiana/Winamac -rw-r--r-- root/root usr/share/postgresql/timezone/America/Indianapolis -rw-r--r-- root/root usr/share/postgresql/timezone/America/Inuvik -rw-r--r-- root/root usr/share/postgresql/timezone/America/Iqaluit @@ -822,6 +824,7 @@ drwxr-xr-x root/root usr/share/postgresql/timezone/America/North_Dakota/ -rw-r--r-- root/root usr/share/postgresql/timezone/America/Rankin_Inlet -rw-r--r-- root/root usr/share/postgresql/timezone/America/Recife -rw-r--r-- root/root usr/share/postgresql/timezone/America/Regina +-rw-r--r-- root/root usr/share/postgresql/timezone/America/Resolute -rw-r--r-- root/root usr/share/postgresql/timezone/America/Rio_Branco -rw-r--r-- root/root usr/share/postgresql/timezone/America/Rosario -rw-r--r-- root/root usr/share/postgresql/timezone/America/Santiago @@ -954,6 +957,7 @@ drwxr-xr-x root/root usr/share/postgresql/timezone/Atlantic/ -rw-r--r-- root/root usr/share/postgresql/timezone/Atlantic/Canary -rw-r--r-- root/root usr/share/postgresql/timezone/Atlantic/Cape_Verde -rw-r--r-- root/root usr/share/postgresql/timezone/Atlantic/Faeroe +-rw-r--r-- root/root usr/share/postgresql/timezone/Atlantic/Faroe -rw-r--r-- root/root usr/share/postgresql/timezone/Atlantic/Jan_Mayen -rw-r--r-- root/root usr/share/postgresql/timezone/Atlantic/Madeira -rw-r--r-- root/root usr/share/postgresql/timezone/Atlantic/Reykjavik @@ -968,6 +972,7 @@ drwxr-xr-x root/root usr/share/postgresql/timezone/Australia/ -rw-r--r-- root/root usr/share/postgresql/timezone/Australia/Canberra -rw-r--r-- root/root usr/share/postgresql/timezone/Australia/Currie -rw-r--r-- root/root usr/share/postgresql/timezone/Australia/Darwin +-rw-r--r-- root/root usr/share/postgresql/timezone/Australia/Eucla -rw-r--r-- root/root usr/share/postgresql/timezone/Australia/Hobart -rw-r--r-- root/root usr/share/postgresql/timezone/Australia/LHI -rw-r--r-- root/root usr/share/postgresql/timezone/Australia/Lindeman @@ -1216,6 +1221,7 @@ drwxr-xr-x root/root usr/share/postgresql/timezone/US/ -rw-r--r-- root/root usr/share/postgresql/timezone/W-SU -rw-r--r-- root/root usr/share/postgresql/timezone/WET -rw-r--r-- root/root usr/share/postgresql/timezone/Zulu +-rw-r--r-- root/root usr/share/postgresql/timezone/posixrules drwxr-xr-x root/root usr/share/postgresql/timezonesets/ -rw-r--r-- root/root usr/share/postgresql/timezonesets/Africa.txt -rw-r--r-- root/root usr/share/postgresql/timezonesets/America.txt diff --git a/postgresql/.md5sum b/postgresql/.md5sum index af00482..b56d7c1 100644 --- a/postgresql/.md5sum +++ b/postgresql/.md5sum @@ -1,2 +1,2 @@ f5eeff17dd7117175794459f7097ad1a postgresql -cb47771004d53505200ffd00ac45bc32 postgresql-8.2.3.tar.bz2 +af7ec100a33c41bfb8d87b5e0ec2f44a postgresql-8.2.4.tar.bz2 diff --git a/postgresql/Pkgfile b/postgresql/Pkgfile index b12db12..32e6c7d 100644 --- a/postgresql/Pkgfile +++ b/postgresql/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=postgresql -version=8.2.3 +version=8.2.4 release=1 source=(ftp://ftp9.de.postgresql.org/unix/databases/postgresql/source/v$version/$name-$version.tar.bz2 postgresql)