Merhaba,
Baslikta belirtilen hatadan muzdarip arkadaslarin dikkatine! Sarge
duyurusunu muteakip PostgreSQL 8.0 paketleri experimental'dan unstable'a
aktariliyor (indeksler henu guncellenmedi). Sarge'i kullanmaya devam
ederken sadece bu paket icin APT-ignelemesi yapabilir veya daha basiti
hicbir igneleme yapmadan /etc/apt/sources.list'e testing ve unstable
depolarini da ekleyip 'apt-get -t unstable postgresql-8*' gibi bir
komutla surum yukseltmesi yapabilirsiniz. Fakat guvenlik konusunda
uyarayim, bu paketler icin resmi anlamda duzenli guvenlik guncellemesi
yok. Ote yandan paketler testing'e ulastiginda testing-security
ekibinin (etkili olacagini tahmin ettigim) guvenlik destegi olacaktir.
Tabii testing'e girdiginde bu paketlerin yeni bagimliliklari sizi
Sarge'dan biraz uzaklastirabilir. :-) Yukleme gunlugunu (kirpilmis
halde) asagiya yapistiriyorum.
----- Forwarded message from Debian Bug Tracking System <[EMAIL PROTECTED]>
-----
From: [EMAIL PROTECTED] (Debian Bug Tracking System)
Date: Tue, 07 Jun 2005 04:03:46 -0700
To: Recai Oktas <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Bug#305886 acknowledged by developer
(Bug#305886: fixed in postgresql-8.0 8.0.3-4)
This is an automatic notification regarding your Bug report
#305886: Installation fails on Turkish locale (tr_TR),
which was filed against the postgresql package.
It has been closed by one of the developers, namely
Martin Pitt <[EMAIL PROTECTED]>.
Their explanation is attached below. If this explanation is
unsatisfactory and you have not received a better one in a separate
message then please contact the developer, by replying to this email.
[...]
Closes: 139389 239811 243781 262081 264603 274043 277757 280417 280418 285844
285929 290118 290399 291350 302368 303257 304459 305200 305886 311553
Changes:
postgresql-8.0 (8.0.3-4) unstable; urgency=low
.
* First unstable upload.
* debian/control: Now build with libreadline5-dev instead of version 4.
.
postgresql-8.0 (8.0.3-3) experimental; urgency=low
.
* Added libpq4 dependency to libpq-dev.
* postgresql-contrib-8.0.install: Correct paths to install missing shared
files and documentation. (Closes: #311553)
* libpq-dev.install: Install some more header files from server/ which are
required by client libraries.
.
postgresql-8.0 (8.0.3-2) experimental; urgency=low
.
* Added CAN numbers to previous changelog entries.
* debian/patches/07-postgresql.conf.patch: Enable listen_addresses = '*' by
default.
* debian/control, libpq-dev: Conflict to and replace postgresql-dev.
.
postgresql-8.0 (8.0.3-1) experimental; urgency=low
.
* New upstream release:
- Prevent calling conversion functions by users. [CAN-2005-1409]
- Prevent calling tsearch2 functions by users. [CAN-2005-1410]
* debian/libpq-dev.{install,links}: Install pg_config into
/usr/lib/postgresql/8.0/bin to make it print correct paths, and install a
symlink into /usr/bin instead. Closes: #305200
* debian/rules: Change include dir configure option to
/usr/include/postgresql/8.0, so that different versions of
postgresql-server-dev-<version> do not conflict with each other. Since
applications using the libpq-dev are supposed to use pg_config, this
should not break them either.
.
postgresql-8.0 (8.0.2-1) experimental; urgency=low
.
* New upstream release:
- Removed debian/patches/02-libpq-soname.patch, upstream adopted SONAME
change to libpq4.
* Ship "reindexdb" in -contrib.
* Added debian/patches/02_pager.patch: Use /usr/bin/pager as default pager
in psql. Closes: #304459
* Added debian/postgresql-doc-8.0.doc-base: Register doc package in
doc-base.
.
postgresql-8.0 (8.0.1-4) experimental; urgency=low
.
* Ship pg_config in libpq-dev instead of postgresql-8.0; added
proper package conflict. Closes: #303257
* Install pg_config in /usr/bin instead of 8.0-specific bin dir.
Closes: #302368
* debian/postgresql-8.0.init: Added autovacuum functions.
.
postgresql-8.0 (8.0.1-3) experimental; urgency=low
.
* Dropped pgxs package, the Makefiles are now part of postgresql-server-dev.
* -contrib: Only recommend, not depend on libpg-perl and libdbd-pg-perl.
* Renamed packages pg-pl*-8.0 to postgresql-pl*-8.0 for consistency.
* Added debian/patches/07-postgresql.conf.patch:
- Patch for Debian changes to the default configuration.
- Enable stats_row_level to allow pg_autovacuum to work.
.
postgresql-8.0 (8.0.1-2) experimental; urgency=low
.
* Changed dependency of pg-pltcl-8.0 from libtcl8.4 to tcl8.4
* Now depend on postgresql-common >= 3 which provides more maintainer script
functions.
* Compress manpages.
.
postgresql-8.0 (8.0.1-1) experimental; urgency=low
.
* New upstream release. Closes: #274043, #291350
- Ignores shell backticks with invalid meta-commands. Closes: #285844
- Fixes uninitialized error strings when connecting to a server which is
down. Closes: #264603, #277757
- configure script supports GNU/Hurd and GNU/k*BSD. Closes: #262081
- Fixes comma splices in HTML documentation. Closes: #243781
- Now upper() and lower() work also for Unicode characters.
Closes: #139389, #290118, #290399
- New configuration variable max_stack_depth which prevents DoS situations
due to infinite recursion. Closes: #239811
- Reportedly works with Turkish locale. Closes: #305886
- This version is not vulnerable against the following security issues:
. Load arbitrary shared libs, execute startup function [CAN-2005-0227]
. Execute functions with aggregate wrapper [CAN-2005-0244]
. Buffer overflow and 64-bit issues in contrib/intagg [CAN-2005-0246]
. Buffer overflows in the PL/PGSQL parser in gram.y [CAN-2005-0247]
. Insecure temporary files in make_oidjoins_check [CAN-2004-0977]
* Splitted development package into libpq-dev and postgresql-server-dev.
Closes: #280417
* Splitted libecpg4 into libecpg4, libecpg-compat1 and libpgtypes1.
* Old libpgtcl package does not exist any more. The PL/TCL procedural
language is now shipped in pg-pltcl8.0, the TCL client library is not
shipped by PostgreSQL any more. Closes: #280418
* Now use /var/lib/postgresql/ as (default) data directory. Closes: #285929
[...]
----- End forwarded message -----
--
roktas