diff --git a/Fix-connect-linking-to-web-database-by-modifying-the-default-conf.patch b/Fix-connect-linking-to-web-database-by-modifying-the-default-conf.patch new file mode 100644 index 0000000000000000000000000000000000000000..9b931ba6d48adb598a737f8f36286f4784f67336 --- /dev/null +++ b/Fix-connect-linking-to-web-database-by-modifying-the-default-conf.patch @@ -0,0 +1,25 @@ +diff --git a/builds/install/misc/firebird.conf.in b/builds/install/misc/firebird.conf.in +index 05cd0c7..8c3d9ef 100644 +--- a/builds/install/misc/firebird.conf.in ++++ b/builds/install/misc/firebird.conf.in +@@ -406,10 +406,12 @@ + # Per-database configurable. + # + #AuthServer = Srp ++AuthServer = Legacy_Auth + # + # Per-connection and per-database configurable. + # + #AuthClient = Srp, Win_Sspi, Legacy_Auth ++AuthClient = Legacy_Auth + # + # If you need to use server plugins that do not provide encryption key (both Legacy_Auth + # & Win_Sspi) you should also turn off required encryption on the wire with WireCrypt +@@ -600,6 +602,7 @@ + # Type: string (predefined values) + # + #WireCrypt = Enabled (for client) / Required (for server) ++WireCrypt = Disabled + + # + # Should connection over the wire be compressed? diff --git a/firebird.spec b/firebird.spec index e105ee896ecb56f8cf831d12f4c99047b5a09404..b0188f7e12e9164d7861fdf29b46e40f3f1caeb2 100644 --- a/firebird.spec +++ b/firebird.spec @@ -1,8 +1,8 @@ Name: firebird Version: 3.0.3.32900 -Release: 8 +Release: 9 Summary: SQL relational database management system -License: Interbase +License: Interbase-1.0 URL: http://www.firebirdsql.org/ Source0: https://github.com/FirebirdSQL/firebird/releases/download/R3_0_3/Firebird-3.0.3.32900-0.tar.bz2 @@ -18,6 +18,7 @@ Patch0004: no-copy-from-icu.patch Patch0005: cloop-honour-build-flags.patch Patch0006: a4cb621bf55ef2101e22b1e7da5c458a1e0cc2ab.patch Patch0007: 0001-Port-to-RISC-V-64-bit-riscv64.patch +Patch0008: Fix-connect-linking-to-web-database-by-modifying-the-default-conf.patch BuildRequires: autoconf automake libtommath-devel libtool ncurses-devel libicu-devel BuildRequires: libedit-devel gcc-c++ libstdc++-static systemd-units chrpath zlib-devel procmail @@ -184,6 +185,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/firebird.conf %exclude %{_docdir}/firebird/IPLicense.txt %changelog +* Mon Nov 22 2021 xu_ping - 3.0.3.32900-9 +- Fix connect linking to web database by modifying the firebird.conf items to make client and server compatible + * Tue Aug 03 2021 panchenbo - 3.0.3.32900-8 - Fix login shell to /sbin/nologin