2007
firebird2 (1.5.3.4870-12) unstable; urgency=high
* Urgency high, fixes an RC bug.
* firebird2-common: use Pre-Depends: adduser, instead of Depends, since
adduser is used in the .preinst script. Closes: #408361. Reported by Lucas
Nussbaum.
-- Damyan Ivanov <dam@modsoftsys.com> Thu, 25 Jan 2007 23:06:24 +0200
2006
firebird2 (1.5.3.4870-11) unstable; urgency=high
* Urgency high to fix FTBFS with gurrent gcc. No bug filed.
* Update gcc4.1.dpatch
- Drop parameters for templated destructors to work around gcc 4.1
weirdness (4.0 and 4.2 have no problem with these)
-- Damyan Ivanov <dam@modsoftsys.com> Wed, 18 Oct 2006 21:52:53 +0300
firebird2 (1.5.3.4870-10) unstable; urgency=medium
* Urgency medium, since the previous upload fixes serious bug
Making delay calculations this upload would enter testing at least 10 days
after -9, so changes in -9 still get enough exposure time.
* Moved firebird account creation from firebird2-{super,classic}-server to
firebird2-common's preinst.
Closes: #379768 firebird2-common: user firebird is not created, logrotate
fails
* Moved log files purging from firebird2-server-common to firebird2-common's
postrm
-- Damyan Ivanov <dam@modsoftsys.com> Thu, 27 Jul 2006 08:47:18 +0300
firebird2 (1.5.3.4870-9) unstable; urgency=low
* Added gcc4.1.dpatch, elliminating duplicate extern "C" declarations
Closes: #378300 - FTBFS: conflicts with new declaration with 'C' linkage
Closes: #377173 - FTBFS with GCC 4.2: C/C++ linkage declarations conflict
* Add firebid2-examples.postinst to remove /var/lib/firebird, which is left
from the package in sarge. Closes: #351203. Thanks to Lars Wirzenius.
* Spin-off firebird2-common, containing files needed by both client and
server and make both client and server depend on it.
Closes: #310609 - libfirebird2-super: firebird.msg is missing
* Silence getent when checking for firebird user existence in preinst
* Since security.fdb is no longer a conffile, drop relevant lintian override
* Move symlinks in .links debhelper files
* debian/control[.in]
+ Wrapped long lines
+ Noted in long description that this is 1.5 branch of Firebird
+ Swapped general description and flavour-explaination paragraphs
* Small tidy-up of long description of -server-common
* Put NODELAY in xinetd configutation
* firebird2-common.preinst: new: move logrotate file to its new location
*
-- Damyan Ivanov <dam@modsoftsys.com> Tue, 18 Jul 2006 16:45:54 +0300
firebird2 (1.5.3.4870-8) unstable; urgency=high
* Urgency high, since closing a RC bug * Create system group, instead of a normal group. Closes: #240287 Thanks to Andre Tomt * firebird2-server-common.postrm: Delete also security.fdb.dpkg-dist on purge * Fixup permissions of /var/run/firebird2/* after changing SYSDBA password in postinst * Updated my email in Uploaders and debian/copyright * Use invoke-rc.d instead of calling /etc/init.d/* directly when attempting to stop super-server in preinst * no_nagle-on-proto_tcp.dpatch: new, stolen from HEAD; use proper setsockopt level to set TCP_NODELAY option
-- Damyan Ivanov <dam@modsoftsys.com> Tue, 6 Jun 2006 10:28:38 +0300
firebird2 (1.5.3.4870-7) unstable; urgency=medium
* Urgency still medium, last uploaded revision is -4
* Make firebird2-{super,classic}-server Depends: to firebird2-server-common
(>= 1.5.3.4870-6), because this version is where fixed
instantiate-security-db.sh appears
-- Damyan Ivanov <divanov@creditreform.bg> Sat, 13 May 2006 20:49:53 +0300
firebird2 (1.5.3.4870-6) unstable; urgency=medium
* Urgency still medium, because previous revision was not uploaded
* "Repeat after me: sh is not perl, sh is not perl, ..."
+ Properly set variables in instantiate-security-db.sh
* Fix typo in firebird2-super-server.postinst
* Reload xinetd only in /etc/xinetd.d/firebird2 exists
* Remove redundant/misleading comments from SYSDBA.password generation
* Remove SYSDBA.password on purge
Remove init/guard/lock files from /var/run/firebird2 on remove
[debian/firebird2-server-common.postrm]
-- Damyan Ivanov <divanov@creditreform.bg> Sat, 13 May 2006 16:12:20 +0300
firebird2 (1.5.3.4870-5) unstable; urgency=medium
* Urgency medium because of fixing RC bug #340712, affecting Etch
* Make /var/lib/firebird2/system/security.fdb a configuration file (and not
a conffile)
+ Drop debian/firebird2-server-common.conffiles
+ security database instantiation is managed by *-server's postinst via
/usr/share/firebird2-server-common/instantiate-security-db.sh
+ Remove instantiated security.fdb on -common purge
Closes: #340712
* Add patch from upstream to fix crash on client connect (and server
startup) when TcpRemoteBufferSize in firebird.conf is more than 32658.
[debian/patches/cvs-fix-TcpRemoteBufferSize-crash.dpatch]
Closes: #329981
* Add patch from firebird-devel mailing list to fix compilation with GCC 4.
Firebird2 now compiles just fine with GCC 4.0.3 and GCC 4.1.0
Drop Build-Depends on build-essential gcc/g++
[debian/control, debian/control.in]
[debian/patches/gcc4.dpatch]
Added a miriad of similar fixes to let it compile on amd64 too.
[debian/patches/gcc4+amd64.dpatch]
Closes: #342964
* Add patch from upstream CVS to detach fbguard process (started from
init.d) from controlling tty
[debian/patches/cvs-fbguard-detach-tty.dpatch]
* Add patch from upstream CVS to avoid SIGPIPE on client side when server
was shut down
[debian/patches/cvs-client-crash-on-remote-shutdown.dpatch]
* Clean even more generated files. Call "make clean" with --no-builtin-rules
Make generated file cleaning a separate target and call it before building
classic/super flavours. Guarantees really clean build process.
[debian/rules]
* Remove unneeded entries from firebird2-server-common.lintan.override
+ package-name-doesnt-match-sonames libib-util
+ no-shlibs-control-file usr/lib/libib_util.so
These are no more needed, since libib_util.so is now in
/usr/lib/firebird2/lib
* Remove /var/lib/firebird.log* on firebird2-server-common purge
* Supply logrotate snipplet for rotating firebird.log
* Conform to Standards-Version 3.7.2
+ Replace direct calling of init.d scripts with invoke-rc.d
[firebird2-classic-server.postinst/postrm]
+ While there, remove xinetd config snipplet and restart xinetd in postrm
-- Damyan Ivanov <divanov@creditreform.bg> Wed, 10 May 2006 15:13:25 +0300
firebird2 (1.5.3.4870-4) unstable; urgency=high
* High urgency because of a local DoS bug fixed.
* [security]
Updated separate-file-and-sem-perms.dpatch to use 0660 for lock file,
shared memory and semaphores. Fixes local denial-of-service attack.
Closes: #362001
Important fixes:
* debian/rules: clean more generated files. Closes: #361227
* debian/make_packages.sh: move libib_util.so from /usr/lib to
/usr/lib/firebird2/lib since ib_util is supposed to be only used by UDFs
which are firebird-specific, i.e. not used by any other package.
Fixes a lintian error.
* Remove build-start and build-end targets from rules. These were used to
help determine build time. I should have used "time" or pbuilder and the
like for this anyway. Reported by Santiago Vila <sanvila@unex.es>
Closes: #358033
* Fix regression from 1.5.2-series: auto-terminate idle lock manager
* Add frankie in control.in's Uploaders:, not only in control
-- Damyan Ivanov <divanov@creditreform.bg> Wed, 12 Apr 2006 10:50:32 +0300
firebird2 (1.5.3.4870-3) unstable; urgency=high
* Urgency high due to fixed remote security vulnerability * [security] [CVE-2004-2043] Plumb remote pre-authetication crash. Possible code execution as user firebird. [src/jrd/unix.cpp] Closes: #357580
-- Damyan Ivanov <divanov@creditreform.bg> Mon, 20 Mar 2006 11:55:19 +0200
firebird2 (1.5.3.4870-2) unstable; urgency=high
[ Damyan Ivanov ]
* Make isql-fb support SET SQLDA_DISPLAY setting that is enabled only in
development builds by default
* Drop opt-remove-redundant-sort.dpatch whch has the buggy side effect of
causing improper sorting of the results
[Francesco P. Lovergine]
* Removed CVS stuff from orig tarball.
* Urgency due to a security bug solved by 1.5.3.
(closes: #357173)
-- Francesco Paolo Lovergine <frankie@debian.org> Thu, 16 Mar 2006 14:20:04 +0100
firebird2 (1.5.3.4870-2) unstable; urgency=low
* Make isql-fb support SET SQLDA_DISPLAY setting that is enabled only in
development builds by default
* Drop opt-remove-redundant-sort.dpatch whch has the buggy side effect of
causing improper sorting of the results
-- Damyan Ivanov <divanov@creditreform.bg> Wed, 15 Mar 2006 13:59:30 +0200
firebird2 (1.5.3.4870-1) unstable; urgency=low
* New upstream release
* Make -classic-server's lock manager (fb_lock_mgr) terminate automatically
when not used for 5 minutes. Closes: #341851. Thanks to Frederik Schueler
<fs@lowpingbastards.de> for reporting.
[debian/rules]
* Do not build static libraries (pass --disable static to configure)
[debian/rules]
* Added Homepage: to debian/control[.in]
* Updated debian/watch to work with sf.net
* Added README.Debian, explaining differences with upstream version
-- Damyan Ivanov <divanov@creditreform.bg> Thu, 26 Jan 2006 16:02:47 +0200
2005
firebird2 (1.5.3.4854-1) unstable; urgency=low
* New upstream release candidate (1.5.3 rc2)
* Source is actually a cvs export of tag R1_5_3 as of 16 Nov 2005
* Accomodated upstream versioning (major.minor.release.build)
* Bumped debhelper dependency to 5 [debian/control.in, debian/compat]
* Release version is 1.5.3 [debian/make_packages.sh]
* Patches overhaul
+ removed numeric prefix from dpatches [debian/patches/*]
+ removed rpath declarations in more general level
[builds/posix/make.defaults, builds/posix/make.rules, no-rpath.dpatch]
+ create gen/firebird/run directory [configure.in, create-run-dir.dpatch]
+ Added notes about generating autoboot.dpatch, autoboot.dpatch updated
+ Move fix for lock file location in new dpatch
* Supply --disable-static to ./configure [debian/rules]
-- Damyan Ivanov <divanov@creditreform.bg> Fri, 25 Nov 2005 10:56:05 +0200
firebird2 (1.5.2-10) unstable; urgency=low
* Fix long description s/SQL-92/SQL-99/ as is current on upstream
homepage. Spotted by marius popa <mapopa@reea.net>. Thanks.
-- Damyan Ivanov <divanov@creditreform.bg> Thu, 20 Oct 2005 13:48:29 +0300
firebird2 (1.5.2-9) unstable; urgency=low
* Added README.dpatch in debian/ to help further maintainers/QA team in
handling this package if such need araises.
Thaks to Florian Ernst.
* Added README.Debian to /usr/share/doc/firebird2-examples, explaining how
to prepare employee sample database for usage.
Thanks to Marius Popa.
* Corrected firebird2-{super,classic}-server.{postinst,preinst,prerm} to put
correct data in SYSDBA.password. s/PASSWD/PASSWORD/
-- Damyan Ivanov <divanov@creditreform.bg> Thu, 13 Oct 2005 22:32:46 +0300
firebird2 (1.5.2-8) unstable; urgency=low
* "Cleaning up the house"
* debian/control.in: Fix short description of firebird2-super-server.
Closes: #299983
* Make editline to not rely on system vis.h and always use its own.
Fixes FTBFS with kerberos4kth-dev 1.2.2-11: undefined reference to
`strunvis' (Closes: #283911)
Reported and fix suggested by Kalle Olavi Niemitalo <kon@iki.fi>
* Improve long descriptions of libfbembed1 and libfbclient1.
Closes: #329330 "libfbclient1: long description lacks everything"
Gerfried Fuchs <alfie@ist.org> spotted this. Thanks.
* Corrected sections:
- libfbclient1, libfbembed1 -> libs
- firebird2-utils-* -> utils
- firebird2-dev -> libdevel
- firebird2-examples -> doc
Gerfried Fuchs <alfie@ist.org> spotted this too. Thanks again.
* debian/README.64bit: add note about 64/32-bit incompatibility of
on-disk-structure of databases
* Fix typo in debian/make_packages.sh, causing UDF definition .sql files to
be installed in -classic-server. Now they go in -server-common.
Closes: #322199 firebird2-classic-server: Missing sql for functions of
ib_udf and fbudf
* firebird2-classic-server: xinetd configuration file is now installed
regardless of xinetd presense. Provided xinetd configuration is disabled,
however.
* fmbgr.bin fixed to point to /var/log/firebird.log when a problem occurs.
Prevoiusly pointed to $FIREBIRD/log/firebird.log
+ debian/patches/fbmgr_correct_log_path.dpatch
* Turn off echo when asking for sysdba password
* Ask for sysdba password only on one is not yet set (very first install)
* Move SYSDBA.password from /usr/lib/firebird2 to /etc/firebird2
* /etc/init.d/firebird2: source /etc/firebird2/SYSDBA.password to get sysdba
password.
* pre-boot autotools
+ debian/patches/autoboot.dpatch
+ remove autoconf and libtool from Build-Depends
* update src/extern/editline/config.{guess,sub} to those from 2005-09-13
+ fixes two lintian warnings
* aliases.conf: use /var/lib/firebird2/data for employee.fdb
* firebird-classic-server.prerm: detect active connections using
fb_lock_print
-- Damyan Ivanov <divanov@creditreform.bg> Sat, 8 Oct 2005 20:47:51 +0300
firebird2 (1.5.2-7) unstable; urgency=high
* Urgency still high, since previous releases were not uploaded
Fixes RC bug #317314 "FTBFS with gcc-4.0"
* Ease upgrade procedure:
+ libfbclient1:
- Added Replaces: libfirebird2-{super,classic}
- Removed Conflicts: libfirebird2-super
+ libfbembed1:
- Added Replaces: libfirebird2-classic
- Removed Conflicts: libfirebird2-classic
* Improved short description of libfbclient1 and libfbembed1
-- Damyan Ivanov <divanov@creditreform.bg> Wed, 14 Sep 2005 17:30:24 +0300
firebird2 (1.5.2-6) unstable; urgency=high
* Urgency still high, since previous releases were not uploaded
Fixes RC bug #317314 "FTBFS with gcc-4.0"
* Changes suggested by Christopher Martin. Thanks.
* firebird2-dev:
+ depend on both libfbembed1 and libfbclient1, since -dev provides
symlinks for both of them. [debian/control.in]
* libfbembed1:
+ do not provide compatibility symlinks to libgds.so - avoids conflicting
with libfbembed1. [debian/make_packages.sh]
* Updated src/extern/editline/config.{sub,in}.
- new patch: editline.update-autotools-files.dpatch
- added in debian/patches/00list
- added debian/source.lintian-overrides to reflect this
-- Damyan Ivanov <divanov@creditreform.bg> Tue, 13 Sep 2005 12:45:12 +0300
firebird2 (1.5.2-5) unstable; urgency=high
* Urgency still high, since previous releases were not uploaded
Fixes RC bug #317314 "FTBFS with gcc-4.0"
* debian/control.in
+ firebird2-dev
- removed Conflicts with firebird-dev, which is not in Debian anymore
- added Replaces: libfirebird2-{super,classic}, which incorrectly
provided dev symlinks that belong to -dev.
Thanks to Christopher Martin for spotting this.
* debian/firebird2-server-common.lintian.override: fixed libib-util
name
-- Damyan Ivanov <divanov@creditreform.bg> Sat, 10 Sep 2005 14:36:38 +0300
firebird2 (1.5.2-4) unstable; urgency=high
* Urgency still high, since previous releases were not uploaded
Fixes RC bug #317314 "FTBFS with gcc-4.0"
* Many improvements in this release are inspired by suggestions from George
Danchev <danchev at spnet dot net>. Thanks!
* Moved libib_util.so to -common
* libfbembed1 and libfbclient1 no longer conflict with each other
* Manuals:
+ Renamed isql.sgml to isql-fb.sgml
+ Renamed gstat.sgml to fbstat.sgml
+ debian/rules: streamlined building of manual pages
* Added lintian overrides for missing shlibs and soname vs. package name
mismatch in firebird-server-common
* Added lintian override for soname vs. package name mismatch for
firebird-classic-server
* debian/patches
+ new clean-more.dpatch: remove more generated files in clean.sh
+ 00list: added clean-more.dpatch
* debian/rules:
+ Removed dh_make template header
+ clean-patched: depend on patch, since we count on patched clean.sh to
clean everything that make clean does not
+ clean-patched: removed lines deleting generated files from source tree,
since this is now done in clean.sh
+ binary-arch: removed unneeded strip calls. dh_strip handles stripping
good enough
-- Damyan Ivanov <divanov@creditreform.bg> Thu, 25 Aug 2005 17:16:18 +0300
firebird2 (1.5.2-3) unstable; urgency=high
* Urgency high, because last version was uninstallable.
* debian/make_packages.sh: Move UDF/ib_udf.so and UDF/*.sql to -common;
make -common and -server-* installable at the same time as required.
-- Damyan Ivanov <divanov@creditreform.bg> Thu, 25 Aug 2005 12:08:26 +0300
firebird2 (1.5.2-2) unstable; urgency=high
* Urgency high, due to fixing RC bug #317314
* Packaging heavily based in work by Daniel Urban
* Switched to dpatch
+ debian/rules
- include dpatch.make
- configure-* depends on patch
- clean renamed to clean-patched
- new target clean depends on clean-patched and unpatch
+ 001_no-rpath.dpatch:
- builds/posix/Makefile.in.*: remove $(LIB_LINK_RPATH_LINE)
+ 002_fix-mcpu-to-mtune.dpatch
- builds/posix/prefix.linux*: s/-mcpu/-mtune/ - Fix g++ warnings
+ 003_no-custom-errno-and-sys_XXerrXX.dpatch
- remove explicit definitions of errno and sys_*err*
+ 004_separate-file-and-sem-perms.dpatch
- Use separate `"define"s for semaphore and file permissions
+ 005_fix-pthreads-detect.dpatch
- src/common/classes/locks.h
+ 006_fix-os-detection.dpatch
- fix OS patterns in src/extern/editline/configure[.in]
+ 007_create-run-dir.dpatch
- configure.in: create gen/firebird/run directory
+ 008_link-with-g++.dpatch
- builds/posix/make.rules: use $(CXX) for LIB_LINK instead of $(CC)
+ 009_opt-bypass-redundant-sort.dpatch
- src/jrd/opt.cpp: RP: optimize sort with OUTER JOIN if all the fields
in the sort list are from one stream, check the stream is the most
outer stream, if true update rse and ignore the sort
(stolen from CVS?)
+ 010_clean-is-phony.dpatch
- Makefile.in: declare clean as .PHONY so make clean actually do
something after first cleaning
* Debhelper compatibility level 4
+ debian/rules: DH_COMPAT=4
+ debian/control.in: Build-Depends debhelper (>> 4.0.0)
* debian/control.in
+ Changed Standards-Version to 3.6.2. No changes necessary
+ Added myself to uploaders
+ Removed Remco Seesink from Uploaders since he's leaving Debian and
pkg-firebird. Many thanks for your hard work, Remco.
http://lists.alioth.debian.org/pipermail/pkg-firebird-general/2005-July/000411.html
+ Library packages renamed (taken the opportunity to do this right now that
library packages have to be renamed due to C++ ABI transition)
- libfirebird2-super --> libfbclient1
- libfirebird2-classic --> libfbembed1
Eliminates two lintian warnings
* debian/rules:
+ added amd64 to supported architectures (clean target)
+ export CC=gcc-3.4, CXX=g++-3.4, CPP|CXXPP=cpp-3.4.
Added gcc-3.4 and g++-3.4 to Build-Depends accordingly
Closes: #317314 "FTBFS with gcc4"
+ STRIPPARAMS: --remove-sectio --> -remove-section
* debian/make_packages.sh:
+ moved examples to /usr/share/doc/firebird2-examples/examples
Closes: #193154
+ install ib_udf.so to UDF; install appropriate .sql scripts too
* debian/firebird2-super-server-postinst: made so that a #DEBHELPER# stub is
in an appropriate place. Saves a lintian override.
* debian/firebird2-examples.postinst: dropped. No need to add user account
for examples
* libib_util.so is copied without changing its name. Closes: #243989
* libib_util.so is supplied. Closes: #306714
-- Damyan Ivanov <divanov@creditreform.bg> Thu, 25 Aug 2005 12:08:14 +0300
2004
firebird2 (1.5.2-1) unstable; urgency=high
* fix creating include symlink. Closes: #308790 * fix misplaces link in examples. Closes: #276532 * new upstream release resolves "libfbclient depends on libpthread" bug. Closes: #278924 * fix typo in debian/make_packages.sh that caused that libib_util.so wasn't copied. * add amd64 architecture. * fix typo in debian/control.in. Closes: #299972 * fix typo in debian/control.in. Closes: #299975 * fix typo in debian/control.in. Closes: #299978 * fix typo in debian/control.in. Closes: #299979 * fix typo in debian/control.in. Closes: #299981 * fix typo in debian/control.in. Closes: #299973 * fix typo in debian/control.in. Closes: #299988 * New upstream release. Closes: #294199
-- Daniel Urban <daniel@sente.pl> Thu, 28 Apr 2004 08:52:00 +0200
firebird2 (1.5.2-0mentors2) unstable; urgency=low
* New upstream release
* debian/make_packages.sh
- put some comments regarding libgds.so.0 links
- Cleaned libfbclient and libfbembed links (see Policy, 8.1):
+ *.so.1 -> *.so.1.5.2 links in lib* packages
+ *.so -> *.so.1.5.2 links in -dev package
* 1.5.2 replaced with $FB_VERSION (currently defined equal to "1.5.2", but
will ease packaging of future versions
* debian/rules
- clean:
+ remove object and other generated files in src/extern/editline
+ call sh clean.sh for cleaning additional generated files
+ remove src/dsql/dsql.tab.h which is generated too
* added debian/source.lintian-overrides, containing
- maintainer-script-lacks-debhelper-token
debian/firebird2-super-server.postinst
This is normal, super.postinst explicitly does what #DEBHELPER# does
-- Damyan Ivanov <divanov@creditreform.bg> Fri, 4 Mar 2005 18:58:05 +0200
firebird2 (1.5.1-4) unstable; urgency=high
* Renamed gstat to fbstat to solve naming conflict with ganglia-monitor.
Urgency high as this is release critical. Closes: #274793
* Setting conflicts between firebird2-utils-super and firebird2-utils-classic
-- Remco Seesink <raseesink@hotpop.com> Wed, 20 Oct 2004 18:09:50 +0200
firebird2 (1.5.1-3) unstable; urgency=high
* Added symlink /usr/lib/libfbembed.so. Closes: #270590 * Applied patch made by Robert Millan. FTBFS on GNU/Hurd and GNU/k*BSD. Closes: #265310 * Fixed description of super-server. Closes: #268507 * Added missing 'r' character to word 'server' in inetd.conf. Closes: #269597
-- Daniel Urban <daniel@sente.pl> Fri, 3 Sep 2004 18:44:04 +0200
firebird2 (1.5.1-2) unstable; urgency=high
* Added bison(yacc) to build-depends. Closes: #263930 * Urgency high as we want to find out as soon as possible whether there are any problem with migration to testing.
-- Daniel Urban <daniel@sente.pl> Fri, 6 Aug 2004 13:56:00 +0200
firebird2 (1.5.1-1) unstable; urgency=low
* New upstream version. Closes: #262117 * While installing server asks about password for sysdba (gsec is in firebird-*-server) * libfirebird2 provides libfirebird and libfirebird2 (conflicts: libfirebird and libfirebird2) * Fixed problem in firebird2-classic-server.postrm * inetd-update in firebird2-classic * Lock files to /run (/var/run/firebird2) * Lintian override for firebird2-server-common. intl/fbintl must be executable. Upstream distribution works only this way. * no_empty file to /var/lib/firebird2/data and backup
-- Daniel Urban <daniel@sente.pl> Mon, 16 Jul 2004 09:50:00 +0200
firebird2 (1.5.0-1) unstable; urgency=low
* Initial Release. Closes: #151052 * Lintian clean, tested by people on Debian-Firebird mailing list.
-- Daniel Urban <daniel@sente.pl> Mon, 14 Jun 2004 18:37:59 +0200