Result for D5BB0141D021E89BC48F9144C2295D5E727A0F14

Query result

Key Value
FileName./usr/share/doc/libfbembed2.1/changelog.gz
FileSize432447
MD520276914000D1513DDC2F237BFF5AAB7
SHA-1D5BB0141D021E89BC48F9144C2295D5E727A0F14
SHA-256DF2CB15C9A0CE3345A03748BDADAEDC693AF22A784B847655E7051151AA71CBE
SSDEEP12288:gS5J9JgZXNL2FttJCyxTEnrBJ/Vc+cDrymk:VJm2CWIz4pk
TLSHT15B9423ED6B28F5BEC69E2D64030CCDE081D6B47B6CFD69105142D6B2ECB88457BB0A70
hashlookup:parent-total12
hashlookup:trust100

Network graph view

Parents (Total: 12)

The searched file hash is included in 12 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize4854206
MD53938F237E391CFF29F53C8DE8FE6B8BF
PackageDescriptionFirebird Super 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. . The "super" architecture uses separate threads to handle each connection. It has its advantages (eg: is usually faster and more efficient for large numbers of clients) but is unable to use more that one CPU on an SMP system and under some circumstances a client may crash all server threads. . This package contains the 2.1 branch of Firebird. . Firebird is a commercially independent project of C and C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) under the InterBase Public License v.1.0 on 25 July, 2000.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamefirebird2.1-super
PackageSectionmisc
PackageVersion2.1.0.17798-0.ds2-1
SHA-196567BEFD0E5EF0C128370F20D3E0123E0B01B8A
SHA-256FF019370210BA3F9A8964743BF6C1B14C47D45C2B60828D5259610E23578A34F
Key Value
FileSize2512088
MD5E0EFCC17725A1A6ADA84B2316832B48E
PackageDescriptionFirebird embedded client/server library 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 libfbembed - the embedded client/server library for Firebird. . It can work with remote Firebird servers (either super-server or classic) via TCP connections, in the same way libfbclient does. . Contrary to libfbclient, libfbembed is not thread-safe. . When working with local database libfbembed works directly with the database file without the need of a separate server process. It needs a separate lock manager -- fb_lock_mgr -- which is in firebird2.1-classic package. . If you are in doubt, you most probably need libfbclient2, instead of this package.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibfbembed2.1
PackageSectionlibs
PackageVersion2.1.1.17910-release.ds1-1ubuntu1
SHA-187E730EE236DF2931BA83B18CC6019FE00172C2C
SHA-256B47D7956FC65E384044F1A7B0ADC49A75EC23DB4BE2A4C58B0A3B4C67F573AB7
Key Value
FileSize840170
MD5FF9EE3F2602BC374BCD14944D048AEA6
PackageDescriptionFirebird client library 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 client library required to connect to Firebird. It works with either "super-server" or "classic" variants, as well as with commercial InterBase servers. . It uses TCP to connect to the server and is tread-safe. . For direct (non-TCP) database access, see libfbembed2.1.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibfbclient2
PackageSectionlibs
PackageVersion2.1.1.17910-release.ds1-1ubuntu1
SHA-1066F45D8ABA0138669F2C19EA69FAA7704A30AB9
SHA-2560953D41A6DA24ACF661536B83BAB50D40E8B78F851E3CAED6DE9AFC15024481D
Key Value
FileSize984666
MD5F48317D988300E7580167D2E5F8F8592
PackageDescriptioncommon files for firebird 2.1 servers and clients 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 files common to both servers and clients for both super and classic flavours. . These include the message file (firebird.msg), support scripts as well as configuration files in /etc/firebird/2.1. . Please refer to the firebird2.1-super or firebird2.1-classic packages for more information about Firebird in general.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamefirebird2.1-common
PackageSectionmisc
PackageVersion2.1.0.17798-0.ds2-1
SHA-17BF1B005A092F17E2B039012407490CA82F4356A
SHA-256CADDB7C9E0018CD6D17D033FA789E0BA0E9D07AAE39DB302E5074A48D206A3A7
Key Value
FileSize2744658
MD5EF9A5525E9DD68093A75D0830B1DF8D9
PackageDescriptionFirebird Classic 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. . The "classic" architecture uses a new process to handle each connection which results in somewhat slower operation (but is said to be faster than "super" on local connections) yet can take advantage of multiple CPUs on SMP machines. This is the "traditional" architecture. . This package contains the 2.1 branch of Firebird. . Firebird is a commercially independent project of C and C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) under the InterBase Public License v.1.0 on 25 July, 2000.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamefirebird2.1-classic
PackageSectionmisc
PackageVersion2.1.1.17910-release.ds1-1ubuntu1
SHA-101B12FA02DB3F6F6CF6B5FC77C85080ADED29B23
SHA-2564D14B49C18214C16617BC2CC0D96AD37E013ED1643AA90027CC8A09471306A3E
Key Value
FileSize982434
MD5C54CB899FF4CF809CA5EAA4BAF9FE370
PackageDescriptioncommon files for firebird 2.1 servers and clients 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 files common to both servers and clients for both super and classic flavours. . These include the message file (firebird.msg), support scripts as well as configuration files in /etc/firebird/2.1. . Please refer to the firebird2.1-super or firebird2.1-classic packages for more information about Firebird in general.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamefirebird2.1-common
PackageSectionmisc
PackageVersion2.1.1.17910-release.ds1-1ubuntu1
SHA-19B26EFAC2F3C9F9FF1C3408F74AC05570F44C2A2
SHA-256779BDEA427452227BB1B7772B4C2D06B07CB9327AC5BB10BB4CD88E82AB989D8
Key Value
FileSize602506
MD5F3D61BCB39ECECB4B363744D538D5C3C
PackageDescriptioncommon files for firebird 2.1 servers This package contains files common to super and classic Firebird servers. . These include the security database, manual pages, support scripts as well as configuration files in /etc/firebird/2.1. . Please refer to the firebird2.1-super or firebird2.1-classic packages for more information about Firebird in general.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamefirebird2.1-server-common
PackageSectionmisc
PackageVersion2.1.1.17910-release.ds1-1ubuntu1
SHA-1F6E5EB4D6ED72715042FD7F5AABDC3757CF7601D
SHA-25636DE99620360EF67E1EFFBB398A3358EA9075188868FC8CA09270E61ABECC6B3
Key Value
FileSize2523474
MD5F907F0B0452F4B7FAB6EBC1F1CC9CEAB
PackageDescriptionFirebird embedded client/server library 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 libfbembed - the embedded client/server library for Firebird. . It can work with remote Firebird servers (either super-server or classic) via TCP connections, in the same way libfbclient does. . Contrary to libfbclient, libfbembed is not thread-safe. . When working with local database libfbembed works directly with the database file without the need of a separate server process. It needs a separate lock manager -- fb_lock_mgr -- which is in firebird2.1-classic package. . If you are in doubt, you most probably need libfbclient2, instead of this package.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibfbembed2.1
PackageSectionlibs
PackageVersion2.1.0.17798-0.ds2-1
SHA-1A6A498FF2844055BF3E907D3A523FAB113FD27FF
SHA-256DC7B585533AD9FEEC2DD9FA1959A15BF8543A55ED8D2F3A3462A6A68B62A612B
Key Value
FileSize601694
MD5EFF65136BBBEC6F5098D9BE617CF459D
PackageDescriptioncommon files for firebird 2.1 servers This package contains files common to super and classic Firebird servers. . These include the security database, manual pages, support scripts as well as configuration files in /etc/firebird/2.1. . Please refer to the firebird2.1-super or firebird2.1-classic packages for more information about Firebird in general.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamefirebird2.1-server-common
PackageSectionmisc
PackageVersion2.1.0.17798-0.ds2-1
SHA-115E4A013EFC6C47E4D756F934952ADCBB360731E
SHA-2564ACBED96B14FA49553369BE6A2C425C536BFF210971C33139100837CEDD1CB7C
Key Value
FileSize869284
MD5D890F74D4101C21E588AB1F092F99716
PackageDescriptionFirebird client library 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 client library required to connect to Firebird. It works with either "super-server" or "classic" variants, as well as with commercial InterBase servers. . It uses TCP to connect to the server and is tread-safe. . For direct (non-TCP) database access, see libfbembed2.1.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamelibfbclient2
PackageSectionlibs
PackageVersion2.1.0.17798-0.ds2-1
SHA-10969F9A4A1CB385ADF63F26245FA012550F04049
SHA-2563447D08334CC3363BD26F3D549D716679A03FA9E830AD96CD6D310649D9C7707
Key Value
FileSize2743242
MD5F1D17A5F7C8A79CA8C9C58541E9AB625
PackageDescriptionFirebird Classic 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. . The "classic" architecture uses a new process to handle each connection which results in somewhat slower operation (but is said to be faster than "super" on local connections) yet can take advantage of multiple CPUs on SMP machines. This is the "traditional" architecture. . This package contains the 2.1 branch of Firebird. . Firebird is a commercially independent project of C and C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) under the InterBase Public License v.1.0 on 25 July, 2000.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamefirebird2.1-classic
PackageSectionmisc
PackageVersion2.1.0.17798-0.ds2-1
SHA-1720D19A1A7A4FDFE29A26F3D84B429063B023850
SHA-2564ED8CEF5EB0FF50D8787C2285D2C15604942ABC8EBD5E9DF01D8B9FDAF987AFB
Key Value
FileSize4843066
MD5F9D6013083EA6C2D2B854AC1F2A75BFC
PackageDescriptionFirebird Super 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. . The "super" architecture uses separate threads to handle each connection. It has its advantages (eg: is usually faster and more efficient for large numbers of clients) but is unable to use more that one CPU on an SMP system and under some circumstances a client may crash all server threads. . This package contains the 2.1 branch of Firebird. . Firebird is a commercially independent project of C and C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) under the InterBase Public License v.1.0 on 25 July, 2000.
PackageMaintainerUbuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
PackageNamefirebird2.1-super
PackageSectionmisc
PackageVersion2.1.1.17910-release.ds1-1ubuntu1
SHA-14583D63D5BB356441DA3DFF2E216651708A2E7E2
SHA-25664D04B966FDCCA8F334285E77BE7D264E3222E1931C59964105255D1A0F5AE43