New Firebird packages fix several vulnerabilities in debian

This Debian security advisory is a bit unusual. While it’s normally
our strict policy to backport security bugfixes to older releases, this
turned out to be infeasible for Firebird 1.5 due to large infrastructural
changes necessary to fix these issues. As a consequence security support
for Firebird 1.5 is hereby discontinued, leaving two options to
administrators running a Firebird database:

installing ibwebadmin 2.0 from cvs

you will need an apache+php+php5interbase setup (in ubuntu or any distro,or windows)

Deprecated parameters

Pay attention, specially if you are using old IBO versions: Dmitry Yemanov posted in Firebird-Devel list that the OldParameterOrdering setting (found in Firebird.conf) will be removed from Firebird 2.5, and OldColumnNaming will be removed in FB 3.0. Both of them were introduced as temporary solutions to compatibility problems, to give time to developers solve the issues in their applications.

php5-interbase + ibwebadmin 1.0.2 added to the ubuntu gutsy repository

php5-interbase package fixes php-api dependencies (LP: #179803) and (LP: #135695)

and ibwebadmin is an update release for ubuntu gutsy

the repository can be used by adding it in  /etc/apt/sources.list

deb http://ppa.launchpad.net/mapopa/ubuntu gutsy main
deb-src http://ppa.launchpad.net/mapopa/ubuntu gutsy main

then
$sudo apt-get update
$sudo apt-get install ibwebadmin

as bonus firebird2.0-super from repository fixes  startup bug when server is restarted

1 50 51 52 53 54 78