firebird3.0 3.0.2.32703.ds4-11ubuntu1 source package in Ubuntu
Changelog
firebird3.0 (3.0.2.32703.ds4-11ubuntu1) bionic; urgency=medium * Define UCHAR_TYPE=uint16_t to avoid C++11 and fix FTBFS with icu59. -- Adam Conrad <email address hidden> Fri, 27 Oct 2017 12:39:22 -0600
Upload details
- Uploaded by:
- Adam Conrad
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- database
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
firebird3.0_3.0.2.32703.ds4.orig.tar.xz | 3.2 MiB | 86145c627f3474ee628fdd4e2b0c5635cf899e7ff82a86bdabc256e5415698fe |
firebird3.0_3.0.2.32703.ds4-11ubuntu1.debian.tar.xz | 98.4 KiB | b173edd9967a7198bc137e3735e010f731180108469c60d434de24cdab42bfbc |
firebird3.0_3.0.2.32703.ds4-11ubuntu1.dsc | 2.9 KiB | 2f7c9245ed6fd1211d5667db5818cab011d9f38255d4b8d23615565ae19d514d |
Available diffs
Binary packages built by this source
- firebird-dev: Development files for Firebird
C header files for Firebird, useful if one compiles programs that use the
Firebird client to work with Firebird databases.
.
See firebird3.0-server package for more information about Firebird.
- firebird3.0-common: common files for firebird 3.0 server, client and utilities
Common files for the Firebird server, client and user utilities.
.
These include the support scripts as well as configuration files in
/etc/firebird/3.0.
- firebird3.0-common-doc: copyright, licensing and changelogs of firebird3.0
Copyright, licensing information and upstream changelog of firebird3.0.
.
Due to the size of the upstream change log and copyright/licensing summary,
keeping them in a separate package saves space on mirrors and when installing
firebird3.0 packages.
- firebird3.0-doc: Documentation files for firebird database version 3.0
Various documents for firebird 3.0. These include the release notes, what's
new in firebird 3.0, quick start guide, upgrade guide, list of ISQL
enhancements etc.
- firebird3.0-examples: Examples for Firebird database
The examples included in this package are provided as samples and are also
used by Firebird's testing suite (TCS). The examples are in the form
of .h, .c, .e, .fdb and .gbk files.
.
See firebird3.0-server package for more information about Firebird.
- firebird3.0-server: Firebird Server - an RDBMS based on InterBase 6.0 code
Firebird is a relational database offering many ANSI SQL-99 features that
runs on Linux, Windows, and a variety of Unix platforms. Firebird offers
excellent concurrency, high performance, and powerful language support
for stored procedures and triggers. It has been used on production systems
under a variety of names since 1981.
.
This package contains the server binary as well as its configuration files.
The default mode of operation is the so called "superclassic", which is a
multi-threaded server -- each connection starts a separate thread and each
connection has its own page cache. The two other operation modes -- "classic"
(separate process/cache for each connection; started from the internet
super-server inetd or xinetd) and "super" (single-threaded server process with
shared cache between connections) are also available via configuration options.
- firebird3.0-server-core: Firebird engine core
Firebird database engine and support libraries. This package is required for
embedded (serverless) access to local databases with the tools packaged in
firebird3.0-utils or other binaries linked to the firebird client library,
libfbclient2.
.
The rest of the binaries needed for running a full-featured,
remotely-accessible Firebird server are in the firebird3.0-server package.
- firebird3.0-server-core-dbgsym: debug symbols for firebird3.0-server-core
- firebird3.0-server-dbgsym: debug symbols for firebird3.0-server
- firebird3.0-utils: Firebird command line utilities
This package contains the utilities for managing Firebird databases:
* isql-fb -- interactive console (original name isql)
* gbak -- backup and restore databases
* gfix -- check and repair databases
* gsec -- manage users and roles
* fbstat -- analyze databases (original name gstat)
* nbackup -- incremental backup and file-level copy
* gpre -- preprocess sources with embedded SQL
- firebird3.0-utils-dbgsym: debug symbols for firebird3.0-utils
- libfbclient2: Firebird client library
Client library for connecting to the Firebird server/embedded engine.
.
See firebird3.0-server package for more information about Firebird.
- libfbclient2-dbgsym: debug symbols for libfbclient2
- libib-util: Firebird UDF support library
Contains utility functions used by Firebird User-Defined Functions (UDF) for
memory management etc.
.
See firebird3.0-server package for more information about Firebird.
- libib-util-dbgsym: debug symbols for libib-util