SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libfbembed2_5-2.5.2.26539-62.1.x86_64.rpm :
Wed Aug 21 14:00:00 2013 fridrich.strbaAATTsuse.com
- firebird-2.5.2-pkgconfig.patch:
fix fbembed.pc file to link with -lfbembed instead of -lfbclient

Sun Jun 2 14:00:00 2013 mkubecekAATTsuse.cz
- resolve file conflicts between packages

* add explicit mutual conflict between -superserver and -classic

* remove fbguard from -classic (it is shared between SS and SC)

Fri Apr 12 14:00:00 2013 mkubecekAATTsuse.cz
- config-guess-sub-update.patch:
remove; attempt to patch these files would break build from
subversion snapshots; remove both files instead and let
libtoolize provide its own version
- reorder patches to keep the isql column alignment feature last

Mon Apr 8 14:00:00 2013 schwabAATTsuse.de
- firebird-fix-unsigned-char.diff:
Compile with -fsigned-char

Mon Apr 8 14:00:00 2013 matzAATTsuse.de
- firebird-fix-unsigned-char.diff:
fix for architectures where char is unsigned (aarch64 in this
case, but applies everywhere)
- aarch64-support.patch:
aarch64 doesn\'t need RISC_ALIGNMENT

Sun Mar 24 13:00:00 2013 schwabAATTsuse.de
- config-guess-sub-update.patch: update config.guess/sub for aarch64
- aarch64-support.patch: add support for aarch64

Fri Mar 8 13:00:00 2013 mkubecekAATTsuse.cz
- firebird-CORE-4058.patch:
fix remote stack overflow (bnc#808268, CVE-2013-2492)

Fri Jan 25 13:00:00 2013 cooloAATTsuse.com
- fix license string

Sun Nov 11 13:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.26539 (2.5.2 final)

* Optimizer level solution for CORE-2790/CORE-3449

* CORE-2666: Make it possible to use API to do remote
backups/restores

* backup state lock should be released at latch timeout, else
lock state accounting becomes inconsistent

* CORE-3873: Server crashes while switching to the shadow if the
disk I/O fault happens while flushing the cache

* CORE-3860: Trace API: Faulty database filter crashes server

* CORE-3875: GBak does not check correctly parameters and backups
random database with -B \":\"

* CORE-3879: Make fb_lock_print a bit more handy

* CORE-3656: Support for sweep information in Trace API

* CORE-2668: Write note into log when automatic sweep is started

* Enabled per-table runtime stats for sweeper (necessary for
CORE-3656)

* CORE-3884: Server crashes on preparing empty query when trace
is enabled

* CORE-3238: Makes GEN_UUID return a compliant RFC-4122 binary
UUID

* CORE-3887: CHAR_TO_UUID and UUID_TO_CHAR works different in
big/little endian architectures - problem similar to CORE-2898

* CORE-3895: High memory usage when PSQL code SELECT\'s from
stored procedure which modified some data

* Fixed the server crash in Stack::assign()

* CORE-3902: Derived fields may not be optimized via an index

* Fixed the broken (working as no-op) sweep in SuperServer

* Use better name from trunk for CORE-3911

* Restored the ODS level compatibility with v2.5.1 index keys,
while using the \"old good\" index key format in new indices. It
allows to claim that CORE-3675 and CORE-3853 are fixed (after
migration via backup/restore) but still operate almost
correctly with keys created in v2.5.1.

* CORE-3912: segfault in superclassic

* Better diagnostic (CORE-3786)
- firebird-2.5.2-icu49.patch:
fix broken unicode collations (bnc#789171, CORE-3946)

Wed Jul 25 14:00:00 2012 dvaleevAATTsuse.com
- add libatomic-ops-devel on non x86 arches
- set libdir on powerpc correctly

Sun Jul 22 14:00:00 2012 mkubecekAATTsuse.cz
- firebird-2.5.2-runlevel.patch:
don\'t start the daemon in runlevel 2
- add README.SUSE

Wed Jun 6 14:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.25494

* Rolled back the ODS level solution for CORE-2709 as it causes
cross-version compatibility issues (CORE-3853) as well as
functional regressions (CORE-3675). Another solution is likely
to be committed instead.

* CORE-3769: The message \'Unknown tag (4) in isc_svc_query()
results\' appears when fbtracemgr is interrupted by Ctrl-C

Sun Jun 3 14:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.25492

* CORE-3855: Blobs, inserted into GLOBAL TEMPORARY TABLE ON
COMMIT DELETE ROWS, could be placed into newly allocated
pages even if there is enough free place on some existing
data page

* isql: fix output if charset is different from locale

* Backported fix of timed semaphores in 32-bit build
- firebird-2.5.2-isqlalign.patch:
refresh
- firebird-2.5.2-isqllocale.patch:
backported isql fix of output if locale different from charset
- firebird-2.5.2-isqlwidth.patch:
backported fix for buffer overflow in isql if column width set
wider that its natural size

Fri May 25 14:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.25488

* CORE-3611: Wrong data while retrieving from CTEs (or derived
tables) with same column names

* CORE-3557: AV in engine when preparing query against dropping
table (a post-fix)

* add interpreter specification to generated scripts

* fix broken isql history with libedit 3.0

* CORE-3612: send errors to stderr
- firebird-2.5.1-shebang.patch:
delete (committed to upstream)
- remove extern/SfIO from the source tarball: while it is probably
covered by an open source license (EPL), the file stdio.h itself
contains only an unfriendly copyright notice without any
reference to the license; as it is needed only on Solaris, it
seems easier to simply remove it
- use standardized tags for licence

Fri May 18 14:00:00 2012 mkubecekAATTsuse.cz
- spec file formatting
- add copyright to spec file

Fri May 18 14:00:00 2012 mkubecekAATTsuse.cz
- Switching to new Firebird version (2.5) and spec file. This
obsoletes the previous changes file from version 2.1.

Mon May 14 14:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.25481

* CORE-3539: TRACE: add ability for logging ERRORs that occur in
runtime (lock conflicts, PK/UK/FK violations et al)

* Trace errors raised by failed ON TRANSACTION ROLLBACK and ON
DISCONNECT triggers

* CORE-3598: TRACE: add statistics of actions that were after
transaction finished

* CORE-3814: SuperClassic server crashes when performing a
database shutdown (FW=OFF)

* fix regression introduced by patch for CORE-3777

* CORE-3844: Validation not detects one specific case of index
corruption

* CORE-3841: Corrupted database after inserting rows

* CORE-3839: Values disappearing from index

* CORE-3845 : Interruption of \'heavy query\' leads to 0 ms (zero
duration) in it`s statistics in trace log

Tue May 8 14:00:00 2012 mkubecekAATTsuse.cz
- firebird-2.5.2-isqlalign.patch:
replace locale based patch with backport from firebird 3.0
- firebird-2.5.2-gpidfile.patch:
allow creating a pidfile for fbguard as well
- firebird-2.5.2-init.patch:
use killproc and guard pidfile for \"stop\" branch

Wed May 2 14:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.25472

* CORE-3819: Wrong service name to port address resolution in
database connection string

* CORE-3825: If an autocommit transaction (i.e. transaction
started with isc_tpb_autocommit option) run DDL using EXECUTE
STATEMENT it will produce a bugcheck 287 (Too many savepoints)

* Make the conf. parameter DummyPacketInterval more accurate

* CORE-3834: Usage of a NATURAL JOIN with a derived table crashes
the server
- temporary fix for \"stop\" branch of init script

Mon Apr 16 14:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.26467

* CORE-3806: Wrong data returned if a sub-query or a computed
field refers to the base table in the ORDER BY clause

* CORE-3807: Error \"Invalid expression in the select list\" can be
unexpectedly raised if a string literal is used inside a GROUP
BY clause in a multi-byte connection

* CORE-3686: Incorrect (zero) values are reported for \"acquire
blocks\" and \"mutex wait\" counters in the fb_lock_print output

* CORE-3810 : isql: zero divide + coredump when use \"-pag 0\"
command switch & set heading on inside .sql script

* Rolled back the optimization committed recently due to the
found regressions

* CORE-3812 : Connection lost to database during massive dropping
and altering primary keys of tables

* Do not ignore possible OS level errors even if they seem
unlikely to happen

Mon Apr 2 14:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.26456

* CORE-2286: Selecting from MON$CALL_STACK within a Trigger or SP
sometimes return 0 rows

* CORE-3569: CHAR(32767) present in XSQLVAR with length 32765

* CORE-3195: Concatenation to CHAR(32766/7) impossible

* CORE-3625: MON$IO_STATS doesn\'t report page writes performed
asynchronously (at the AST level)

* CORE-3092: ROW_COUNT is not cleared before the singleton INSERT
statement

* CORE-1992: bad BLR -- invalid stream for union select

* untracked AV due to CORE-3649

* Undo patch for CORE-3468

* CORE-3791: Performance degrades when actively working with
databases bigger than the available RAM amount

* CORE-3770: fbtracemgr loads CPU up to ~55% when no activity is
present

* CORE-3799: with caller privileges option don\'t work with
autonomous transaction option

* CORE-3801: Warnings could be put twice in status-vector

* CORE-3802: Firebird runs out of memory while restoring database
backup

Mon Mar 12 13:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.26436

* CORE-2457: UNICODE_CI internal gds software consistency
check

* CORE-3762: gsec returns 0 return code on some errors

* CORE-3649: gbak deletes backup file even if error happens
when it\'s already successfully closed

* CORE-3777: Conversion error from string when using GROUP BY

* CORE-3721: Multiuser server startup (/etc/init.d) script
picks up the ISC_ variables if set
- remove dependency of firebird-devel on firebird

Wed Feb 29 13:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.26429

* CORE-3761: Conversion error when using a blob as an argument
for the EXCEPTION statement

* CORE-3778: AV at connection shutdown

* CORE-1997: Broken foreign key handling for multi-segmented
index using multi-level collations

* CORE-2457: UNICODE_CI internal gds software consistency check

Wed Feb 15 13:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.26425

* CORE-3750: Error increasing limits on posix

Mon Jan 30 13:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.26424

* CORE-3732: Segfault when closing attachment to database

* CORE-3730: isc_dsql_exec_immed2() loses input parameter value with
RETURNING clause

* CORE-3733: GBAK fails to fix system generators while restoring

* CORE-3736: WITH LOCK clause is allowed for users with read-only
rights on some table, thus blocking others from updating this table

* Stop db triggers in qli
- declare BuildRoot only when needed (< 1130)
- define version in one place rather than two

Mon Jan 16 13:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.26417

* add system indices to avoid full table scans on system tables

* CORE-3722: IS NOT DISTINCT FROM NULL doesn\'t use index

* CORE-3727: Support C preprocessor flags in firebird build system

* CORE-3599: Don\'t allow to drop RDB$ADMIN role
- removed obsolete firebird-2.5.2-libs.patch (in upstream now)

Mon Jan 2 13:00:00 2012 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.26411

* CORE-3862: Multiple update installs can cause problems

* CORE-3697: String truncation error when selecting from a VIEW with
UNION inside

* CORE-3683: Wrong results if the recursive query contains an embedded
GROUP BY clause

* CORE-3671: JVM Access Violation when using Firebird Embedded

* CORE-3238: Make GEN_UUID return a compliant RFC-4122 binary UUID
and introduce CHAR_TO_UUID2 and UUID_TO_CHAR2 to convert UUIDs
from/to string also complying with the RFC

* CORE-3677: Stop utilities to export entrypoints

* CORE-3646: Segmentation fault in Linux

* CORE-3658: FBSVCMGR connects to server as OS user name rather than
value of ISC_USER environment variable

Wed Dec 14 13:00:00 2011 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.26397

* CORE-3490: Concurrency problem when using named cursors

* CORE-3690: Wrong warning message for ambiguous query

* CORE-3680: EXECUTE BLOCK statement and ISC_DSQL_EXECUTE2() problem

* CORE-927: Grants don\'t work for procedures used inside views

* CORE-3692: Cannot drop a NOT NULL constraint on a field
participating in the UNIQUE constraint

* CORE-3601 - Incorrect TEXT BLOB charset transliteration on VIEW with
trigger
- add libtool and pkg-config to BuildRequires

Tue Nov 29 13:00:00 2011 mkubecekAATTsuse.cz
- fixed include directory in pkg-config files
- set --prefix to /usr (shouldn\'t influence anything anyway)

Mon Nov 28 13:00:00 2011 mkubecekAATTsuse.cz
- provide pkg-config files for libfbclient and libfbembed

Thu Nov 10 13:00:00 2011 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.26389

* CORE-3646: Segmentation fault in multi-threaded program when using
2.5.x client library on Linux

* CORE-3650: Recreation of collation leads to FB \"death\"

* CORE-3557: AV in engine when preparing query against dropping table

* CORE-3579: Can\'t drop table when computed field depends on later

* created another field

Mon Oct 31 13:00:00 2011 mkubecekAATTsuse.cz
- update to upstream version 2.5.2.26386

* CORE-3636: Firebird 2.5.1 server crashes with Trace API

* CORE-3631: Duplicate records with NULLs checked incorrectly

* CORE-3627: Server crashes with access violation when inserting
row into table with unique index

* CORE-3600: temp files fb_query_xxxx remains after ISQL has been
closed

* CORE-3612: gfix-related services may loose error value in status
vector in isc_service_start()

* CORE-3610: Can insert DUPLICATE keys in UNIQUE index

Tue Oct 18 14:00:00 2011 mkubecekAATTsuse.cz
- compatibility with upstream tarball

Fri Sep 30 14:00:00 2011 mkubecekAATTsuse.cz
- fixes in init script, removed unneeded patch

Thu Sep 29 14:00:00 2011 mkubecekAATTsuse.cz
- fix baselibs.conf (libib_util.so moved to firebird)

Thu Sep 29 14:00:00 2011 mkubecekAATTsuse.cz
- add /srv/firebird directory
- restrict DatabaseAccess to /srv/firebird in default configuration
- move libib_util back to main server package (it depends on it)
- mark xinetd config file as config
- build with system editline
- don\'t fail install/upgrade if user or group creation fails
- rename isql and gstat to avoid conflict with other packages

Tue Sep 27 14:00:00 2011 mkubecekAATTsuse.cz
- common firebird-devel for header files and libib_util.so
- separate firebird-superserver package
- separate firebird-classic package
- build firebird-doc as noarch if possible (suse_version > 1110)
- restart on update (in postun)
- remove full version from patch names
- disable xinetd service by default
- move misc to _datadir

Mon Sep 26 14:00:00 2011 mkubecekAATTsuse.cz
- moved to BuildService
- removed %debug_package
- build libfbclient2-32bit
- move libib_util.so to main package
- restart on update
- fixed typo init init script

Mon Sep 19 14:00:00 2011 mikeAATTmk-sys.cz
- update to 2.5.1.26358

Fri Jun 24 14:00:00 2011 mikeAATTmk-sys.cz
- update to 2.5.1.26319

Wed May 25 14:00:00 2011 mikeAATTmk-sys.cz
- update to 2.5.1.26285
- remove init scripts for other distributions
- simplify user/group creation

Tue May 17 14:00:00 2011 mikeAATTmk-sys.cz
- update to 2.5.1.26279
- compile against system ICU
- shared libraries moved into a subpackage
- create /var/run/firebird in init script
- add Short-Description into the init script
- fixed interpreter specification in support scripts
- full path tu useradd and groupadd in pre-install script

Sat Mar 19 13:00:00 2011 mikeAATTmk-sys.cz
- update to 2.5.1.26239

Mon Jan 17 13:00:00 2011 mikeAATTmk-sys.cz
- update to 2.5.0.26179

Sun Nov 7 13:00:00 2010 mikeAATTmk-sys.cz
- add useradd and groupadd to dependencies

Fri Oct 15 14:00:00 2010 mikeAATTmk-sys.cz
- update to 2.5.0.26098 (2.5.0 Release)

Wed Aug 4 14:00:00 2010 mikeAATTmk-sys.cz
- fixed typo in specfile (BuildRoot)

Mon Aug 2 14:00:00 2010 mikeAATTmk-sys.cz
- create firebird user and group in preinstall script

Sun Aug 1 14:00:00 2010 mikeAATTmk-sys.cz
- update to 2.5.0.26054

Tue Jun 1 14:00:00 2010 mikeAATTmk-sys.cz
- update to 2.5.0.26038

Wed May 12 14:00:00 2010 mikeAATTmk-sys.cz
- update to 2.5.0.26005

Fri Apr 2 14:00:00 2010 mikeAATTmk-sys.cz
- update to 2.5.0.25980

Sat Mar 20 13:00:00 2010 mikeAATTmk-sys.cz
- update to 2.5.0.25958

Sat Feb 6 13:00:00 2010 mikeAATTmk-sys.cz
- update to 2.5.0.25920

Mon Jan 4 13:00:00 2010 mikeAATTmk-sys.cz
- update to 2.5.0.25904

Sun Dec 6 13:00:00 2009 mikeAATTmk-sys.cz
- update to 2.5.0.25856

Thu Nov 12 13:00:00 2009 mikeAATTmk-sys.cz
- update to 2.5.0.25784

Wed Oct 21 14:00:00 2009 mikeAATTmk-sys.cz
- update to 2.5.0.25731

Thu Oct 8 14:00:00 2009 mikeAATTmk-sys.cz
- update to 2.5.0.25725
- small fixes to files sections

Thu Sep 24 14:00:00 2009 mikeAATTmk-sys.cz
- first version of the package


 
ICM