mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update PostgreSQL with, amongst other things, two security fixes:
A vulnerability allows suppressing the normal checks that a SQL function returns the data type it's declared to do. These errors can easily be exploited to cause a backend crash, and in principle might be used to read database content that the user should not be able to access. [CVE-2007-0555] A vulnerability involving changing the data type of a table column can easily be exploited to cause a backend crash, and in principle might be used to read database content that the user should not be able to access. [CVE-2007-0556] The release includes a set of other fixes as well. Please see the release information at http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-11 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0556
This commit is contained in:
parent
9359b28ef7
commit
dc9b394b5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184279
2 changed files with 13 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 8.0.10
|
||||
PORTVERSION?= 8.0.11
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
MD5 (postgresql/postgresql-base-8.0.10.tar.bz2) = beb7db3955dc92362a8efc513c60bf96
|
||||
SHA256 (postgresql/postgresql-base-8.0.10.tar.bz2) = ed9d809cf54171475b755ebe452f9d360c5d1c8fb5085f575ae96c233f6abb6d
|
||||
SIZE (postgresql/postgresql-base-8.0.10.tar.bz2) = 7840640
|
||||
MD5 (postgresql/postgresql-opt-8.0.10.tar.bz2) = 4487d7ceebf33e847c780fe66b363d6e
|
||||
SHA256 (postgresql/postgresql-opt-8.0.10.tar.bz2) = 1e85b9007a79a842ddc22eb79fc4842937a0135d16e34756991a59bded345f96
|
||||
SIZE (postgresql/postgresql-opt-8.0.10.tar.bz2) = 134801
|
||||
MD5 (postgresql/postgresql-docs-8.0.10.tar.bz2) = 2b6206d2b74a00539af788df8619cf12
|
||||
SHA256 (postgresql/postgresql-docs-8.0.10.tar.bz2) = e357e94c0df851ca5e540aeac2c75aa1ea216194628bfd13c00586a43e211ef5
|
||||
SIZE (postgresql/postgresql-docs-8.0.10.tar.bz2) = 2264685
|
||||
MD5 (postgresql/postgresql-test-8.0.10.tar.bz2) = e32adb56b61e462b8a6a9593f7a6b2af
|
||||
SHA256 (postgresql/postgresql-test-8.0.10.tar.bz2) = e49070823751063f5f83e56a56e8cc4ab6605f2742ba5880cf387d71e50929bc
|
||||
SIZE (postgresql/postgresql-test-8.0.10.tar.bz2) = 931351
|
||||
MD5 (postgresql/postgresql-base-8.0.11.tar.bz2) = 8ec24b4b039679df791a3f719e26ee01
|
||||
SHA256 (postgresql/postgresql-base-8.0.11.tar.bz2) = c2c629cdc88645eb0828cd3799b508a6d9954176abf9df97ed11ece097891f3f
|
||||
SIZE (postgresql/postgresql-base-8.0.11.tar.bz2) = 7842493
|
||||
MD5 (postgresql/postgresql-opt-8.0.11.tar.bz2) = 3b44f2f7afa5f2461a9e3c16b071bc14
|
||||
SHA256 (postgresql/postgresql-opt-8.0.11.tar.bz2) = 548c2adcb432e3bd826deff0fefae8ff11000883738562b5862784fcb1040933
|
||||
SIZE (postgresql/postgresql-opt-8.0.11.tar.bz2) = 134664
|
||||
MD5 (postgresql/postgresql-docs-8.0.11.tar.bz2) = 018180bc9701f12a05a85ac1a5c8952b
|
||||
SHA256 (postgresql/postgresql-docs-8.0.11.tar.bz2) = 9dba452c057fa2db975ae9368af46aa655743387ff5e81884c605da171e6c8e5
|
||||
SIZE (postgresql/postgresql-docs-8.0.11.tar.bz2) = 2267159
|
||||
MD5 (postgresql/postgresql-test-8.0.11.tar.bz2) = 1ea7f22de83fb601619a7a391d6367e6
|
||||
SHA256 (postgresql/postgresql-test-8.0.11.tar.bz2) = 8de6cabd400b0ef483dd90b36a3106dd854d9bab5944920385dcad4fd7862217
|
||||
SIZE (postgresql/postgresql-test-8.0.11.tar.bz2) = 932100
|
||||
MD5 (postgresql/hier-Pg8.0.3-0.5.5.diff.gz) = 9fa75cd7b3f1cb913d2e6d310582a4bc
|
||||
SHA256 (postgresql/hier-Pg8.0.3-0.5.5.diff.gz) = f3a1849f2d527759ef721502cb445a435e072cc9be820c2e489c9e4a71c7adbe
|
||||
SIZE (postgresql/hier-Pg8.0.3-0.5.5.diff.gz) = 30555
|
||||
|
|
Loading…
Add table
Reference in a new issue