8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00
Commit Graph

802 Commits

Author SHA1 Message Date
88da52606a Include build type in the displayed version string 2023-03-30 12:16:30 +02:00
18ad25f4ad Doc notes 2023-03-30 12:15:21 +02:00
bdece9f348 Be sure to add build suffix after the file version number 2023-03-30 12:14:46 +02:00
034f8c0517 Use ERRORLEVEL consistently 2023-03-30 12:10:39 +02:00
AlexPeshkoff
9356f8772c Misc
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-03-09 18:15:40 +03:00
Adriano dos Santos Fernandes
76685f7696 Extract ICU data from icudt.zip. 2023-02-04 18:32:58 -03:00
Adriano dos Santos Fernandes
14507af30d Flat Android tree. 2023-02-04 18:32:57 -03:00
Adriano dos Santos Fernandes
56da7b245b Fix Android cross build script running in Linux. 2023-02-04 18:32:57 -03:00
9f37b29f77 Add missing ConfigurationTaget 2023-01-23 10:32:12 +01:00
7ea43aff2c Forward port the fix for #7096 2023-01-18 12:34:53 +01:00
Dmitry Yemanov
5c7030d12a Misc 2022-12-21 11:46:15 +03:00
Adriano dos Santos Fernandes
deb9f77701 Fix Android package version. 2022-12-10 23:01:34 -03:00
Adriano dos Santos Fernandes
0c5db1d2a3 POSIX build with support for --enable-client-only and --without-tomcrypt. 2022-11-27 11:24:13 -03:00
Adriano dos Santos Fernandes
a47a1699af Allow to build using prefixed toolchain (configure --host). 2022-09-25 11:21:23 -03:00
Adriano dos Santos Fernandes
d44f3cb94b Adjust Android x86/x64 build. 2022-09-07 10:03:01 -03:00
Adriano dos Santos Fernandes
84a0168870 Split Android package into two phases, second one to run in emulator.
Add GitHub action to run second phase in MacOS machine, where Android emulator can run.

Currently this is done for ARM 32/64 builds.
2022-09-06 08:50:47 -03:00
Adriano dos Santos Fernandes
14fc962ed3
Merge pull request #7284 from FirebirdSQL/work/release-filenames
Change release filenames as the following examples
2022-09-06 07:43:00 -03:00
Vlad Khorsun
fb18d3371a Try to use default placement of 7zip, if env var SEVENZIP is not set by the user. 2022-09-04 18:32:38 +03:00
Adriano dos Santos Fernandes
47a829a8bf Package ICU with Android build and more fixes to AfterUntar phase. 2022-09-01 22:46:43 -03:00
Adriano dos Santos Fernandes
dcd86cf05e
Make Android build work with modern NDK and fix build issues (#7286) 2022-09-01 20:51:12 -03:00
Adriano dos Santos Fernandes
f3926489b8 Change Android release filenames. 2022-08-30 08:47:47 -03:00
Adriano dos Santos Fernandes
b4bda10e17 Change Posix/MacOS release filenames. 2022-08-30 08:47:47 -03:00
Adriano dos Santos Fernandes
d10a82ea65 Change Windows release filenames. 2022-08-30 08:47:47 -03:00
AlexPeshkoff
401ece980b Fixed #7283: Suspicious error message during install 2022-08-29 19:47:06 +03:00
AlexPeshkoff
5bac471fa1 Avoid build-time static libraries in android packages 2022-08-29 19:31:27 +03:00
Vlad Khorsun
46bf89d84c Improvement #7259 : Remove TcpLoopbackFastPath and use of SIO_LOOPBACK_FAST_PATH 2022-08-22 01:44:08 +03:00
Adriano dos Santos Fernandes
27bb3795a8
Merge pull request #7265 from FirebirdSQL/work/windows-build-config
Make Windows build scripts reuse previous configuration
2022-08-18 12:24:34 -03:00
Adriano dos Santos Fernandes
81a3d7fad3 Use two environment variables for the same purpose in different places.
Make run_all.bat default to RELEASE (even when previous build was configured for DEBUG).
2022-08-18 08:57:50 -03:00
Adriano dos Santos Fernandes
5dab361d89 Fix #7241 - mac installer - firebird user not created correctly if group already exists.
Solution by: Jonathan Frutos
2022-08-16 21:02:28 -03:00
Adriano dos Santos Fernandes
d2f64be550 Make Windows build scripts reuse previous configuration. 2022-08-16 07:24:59 -03:00
Adriano dos Santos Fernandes
d4bd604b05 Separate debug/release output in different directories. 2022-08-12 08:04:50 -03:00
Adriano dos Santos Fernandes
a7b7955503 Improve Windows build process making it generating public files directly in the output directory. 2022-08-12 08:04:49 -03:00
Adriano dos Santos Fernandes
1fd7ed7061 Fix errors when paths has spaces and different (or localized) utilities versions. 2022-08-12 08:04:49 -03:00
Adriano dos Santos Fernandes
581795ed78 Merge branch 'work/profiler-plugin' into work/profiler-plugin-merge 2022-08-10 22:26:38 -03:00
81b3bf29cf misc 2022-07-25 12:19:37 +02:00
6c41ef1eab Document that Inno Setup 6.2.1 or later should be used for packaging Windows kits.
This version has changes to further help protect against potential DLL preloading attacks when running installers or uninstallers under the SYSTEM account.
2022-07-25 12:18:14 +02:00
0e9e565577 Make consistent use of hyphens instead of underscores when naming windows installation packages. 2022-07-25 12:15:35 +02:00
Vlad Khorsun
6325174cfc
Merge pull request #7212 from FirebirdSQL/work/parallel_v5
Work/parallel v5
2022-06-21 11:46:49 +03:00
Vlad Khorsun
4d22040f90 Fixed docs according to Adriano comments. 2022-06-17 22:07:33 +03:00
a9ff4ac78d Bring the windows packaging up-to-date (but still WIP) 2022-06-17 18:06:34 +02:00
Vlad Khorsun
7d271e9e24 Documentation. 2022-06-16 18:48:10 +03:00
Adriano dos Santos Fernandes
a8ae90d9f7 Add configuration parameter DefaultProfilerPlugin.
Change RDB$PROFILER.START_SESSION parameters order and put defaults on them.
2022-06-04 15:00:42 -03:00
Vlad Khorsun
fa90269460 Parallel backup, restore and sweep. 2022-05-31 20:29:36 +03:00
Ilya Eremin
040db0e05a Add OnDisconnectTriggerTimeout parameter to firebird.conf 2022-04-06 19:44:51 +03:00
Adriano dos Santos Fernandes
4c9fffd9b9 Compiled statement cache. 2022-03-18 08:17:35 -03:00
7f3494c9cf Add support for testing scripted client and devinst installs
Update documentation
Fix miscellaneous bugs.
2022-02-28 13:13:56 +01:00
877a8443dd Forward port from v4 branch
Fix #6917
Fix #6943
Fix #6979
2022-02-28 12:48:58 +01:00
Dmitry Yemanov
82da31ccfd
Remove the WNET protocol (#7082)
* Wiped out the WNET support

* Remove the WNET files
2022-01-05 10:34:07 +03:00
AlexPeshkoff
c7f10bf221 Postfix for #7065: Connection hangs after delivery of 256 Gb; reworked according to java requirements 2021-12-14 11:30:10 +03:00
AlexPeshkoff
84656f1de8 Take care about running linux installer on non-intel platform 2021-12-13 20:32:16 +03:00
AlexPeshkoff
6e91b9f4f2 Fixes for 64-bit android build 2021-11-18 15:07:19 +03:00
Damyan Ivanov
70bbc0e7a5 add Documentation key to systemd service file 2021-10-29 19:42:44 +03:00
Adriano dos Santos Fernandes
56adbc7ab6 Remove remains of help.fdb after QLI removal. 2021-10-26 14:00:37 -03:00
e6a33454e8
Cascading replication option (#284)
* Option to enable cascade replication

* Requested changes
2021-10-26 08:31:17 +03:00
Adriano dos Santos Fernandes
ee088c22e3
Rework messages processing, simplifying the build and avoiding store generated files in git. (#6958) 2021-09-15 08:37:17 -03:00
Damyan Ivanov
cdf8410db5 drop StandartError=syslog from firebird.service
`syslog` is no longer documented in recent systemd (checked version 247,
systemd.exec(5)).

The default is to log to the journal, which is the sourced by syslog
(if present) so the setting would really be a noop anyway.
2021-09-14 14:38:09 +03:00
Adriano dos Santos Fernandes
010c3a8bd5
Remove QLI. (#6840) 2021-06-08 10:31:18 -03:00
Dmitry Yemanov
eac0f27e12 Renamed the package and the security database to v5 2021-05-31 14:36:48 +03:00
Adriano dos Santos Fernandes
5ddf2bfca7
Cleanup obsolete and generated Fortran files. (#6819) 2021-05-25 16:24:35 -03:00
Paul Reeves
c336cf4079 Remove unnecessary (and incorrect) code to copy the boost folder 2021-05-22 12:27:22 +02:00
AlexPeshkoff
0397853401 Next attempt to better detect default libdir 2021-05-20 16:39:51 +03:00
AlexPeshkoff
e4fbeb5bb8 New method to define default lib directory 2021-05-20 15:57:50 +03:00
Adriano dos Santos Fernandes
c5c8e5f1b1 Improve firebird.conf comments for #6800. 2021-05-10 10:55:53 -03:00
Adriano dos Santos Fernandes
60c906a6ee Misc - remove trailing spaces. 2021-05-10 10:55:13 -03:00
Dmitry Yemanov
340bd02363 Renamed replication 'log' to 'journal' 2021-05-04 20:37:49 +03:00
AlexPeshkoff
1a5535a9f1 Resolved #6780: added post-install script for Android to create architecture-specific files after cross build 2021-04-27 18:24:10 +03:00
Vlad Khorsun
4f42e155d1
Merge pull request #311 from FirebirdSQL/TempTableDirectory
Temp table directory
2021-04-20 14:17:03 +03:00
AlexPeshkoff
08a0bf6769 Postfix for CORE-6006 2021-04-13 15:50:40 +03:00
AlexPeshkoff
1fbc1d0996 Fixed CORE-6516: Protect included tomcrypt library from being overwritten by system package 2021-03-16 20:06:52 +03:00
hvlad
f2805020a6 New setting TempTableDirectory.
Used to set directory where engine should put data of temporary tables and temporary blobs.
2021-02-10 12:42:09 +02:00
169ae3104a Be sure to include the upgrade scripts for Fb 3 and FB 4 from the misc dir.
Keep the version names. Sub-dir v3.0 was previously renamed to security for deployment on windows.
2021-02-01 16:21:32 +01:00
d3585454b9 Do not let missing FB4 QSG break the packaging of RC1. 2021-02-01 16:20:07 +01:00
8c64f4c9ce Be sure to include the upgrade scripts for Fb 3 and FB 4 from the misc dir.
Keep the version names. Sub-dir v3.0 was previously renamed to security for deployment on windows.
2021-02-01 16:18:04 +01:00
AlexPeshkoff
9159861fe1 Doc fix 2021-01-22 13:22:56 +03:00
Paul Reeves
3f8e21d679 Add fbit - the firebird binary test_installer. This is for internal testing of the firebird binary install kits. 2021-01-19 15:30:00 +01:00
Paul Reeves
00d6f8f0e1 Remove obsolete [messages] section 2021-01-19 15:26:54 +01:00
Paul Reeves
33bdf6beb6 Comment out Bosnian as a language option at install time because Bosnian is not currently supported up stream by InnoSetup :-( 2021-01-19 15:26:15 +01:00
Paul Reeves
cecd298918 Replace hard-coded minimum windows version strings with MINVER define 2021-01-19 15:24:21 +01:00
Paul Reeves
b1c660910d Update InnoSetup script to latest version (6.1.2) and document effect on the minimum version of windows that is now supported by the binary installer. 2021-01-19 15:20:44 +01:00
Paul Reeves
f7d2f58847 Silence unnecessary warning 2021-01-19 15:16:52 +01:00
Paul Reeves
034c5a14d6 Use underscore consistently in setting FBBUILD_FILE_ID 2021-01-19 15:16:32 +01:00
Paul Reeves
e5435f65d2 Simplify the innosetup section for the examples directory - if we want to exclude any examples we should do it in make_examples.bat instead of during packaging. 2021-01-04 15:10:28 +01:00
Paul Reeves
c8748ab99e use correct wildcard for zip pack. *.* excluded files without a file extension. 2021-01-04 15:05:34 +01:00
Dmitry Yemanov
8e692d2374 Frontported sorting improvement from RedDb/HQbird, this also resolves CORE-2650 2020-12-17 11:09:50 +03:00
hvlad
0746ba3466 Some renaming and other misc changes, as suggested by Dmitry.
Added documentation of new setting into firebird.conf.
Show default value for WireCrypt setting from server side view.
Fixed assert pointed by Alex.
2020-10-27 16:27:05 +02:00
AlexPeshkoff
5e2ee2e27c Implemented CORE-6413: Remove PIDFile/-pidfile directive/option from firebird Super(Server/Classic) systemd unit 2020-10-08 16:03:17 +03:00
Dmitry Yemanov
a2e08294bc Fixed some errors, changed the logic slightly 2020-09-22 15:41:15 +03:00
1677359553
Replication plug (#280)
* Support for replication plugins + sample plugin
* Renamed TDBB flag
* Configurable replication errors handling
* Commit in two phases
* Move call to dispose() out of commit/rollback for code simplification
* A comment and manual fix for constant wrongly generated by CLOOP
* Log replication warnings as well
2020-09-18 11:45:51 +03:00
AlexPeshkoff
acff3adc79 Implemented CORE-6366: Check presence of tomcrypt & curses libraries before installing firebird 2020-07-16 20:03:07 +03:00
Paul Reeves
08f953ebfb Be sure to include all the latest additions to the examples directory. 2020-05-13 17:56:06 +02:00
Paul Reeves
60db0feed9 Do not allow a packaging warning to return an error. This needs to be reviewed.
Exclude wixpdb file from zip kits
2020-05-13 17:56:06 +02:00
AlexPeshkoff
cbf8e9a030 Additional check in installer for correct CWD - specially for P.Zotov 2020-05-13 13:38:04 +03:00
Paul Reeves
2af22cbb7b Resolve CORE-6011 - Remove option to support addition of legacy_auth from windows installer. 2020-05-13 11:30:49 +02:00
Dmitry Yemanov
a3bb11e933 Misc 2020-05-12 16:07:34 +03:00
AlexPeshkoff
0839d1c200 Reflect changed sample plugin names in posix built&install scripts 2020-05-07 13:22:19 +03:00
Adriano dos Santos Fernandes
f440a7d77c
Added tzdata directory to Linux install and allow to configure its default location in build time (#267)
* Added tzdata directory to Linux install and allow to configure its default location in build time.
2020-04-30 12:36:23 -03:00
Paul Reeves
63fae7cabb Don't allow installation of the msvc runtims to force a restart 2020-04-30 13:20:01 +02:00
Paul Reeves
5f727d31f2 Revert "Be sure to package .md filetypes with a .txt extension. Windows does not seem to have a native reader for this type."
This reverts commit 2b18b0e82a.
2020-04-29 10:30:23 +02:00
Dmitry Yemanov
87c499ad36 Added the forgotten config option 2020-04-28 18:27:03 +03:00
Paul Reeves
49bf80035e Include sub-dirs added since beta 1 2020-04-28 16:32:29 +02:00