Adriano dos Santos Fernandes
c9cbd8eb3d
Add rpath to empbuild in MacOS.
2021-12-17 08:58:51 -03:00
AlexPeshkoff
730058c949
Postfix for #7065 : Connection hangs after delivery of 256 Gb; reworked according to java requirements
2021-12-13 20:05:11 +03:00
AlexPeshkoff
17849d585f
update
2021-12-12 20:28:54 +03:00
22b867ea3f
Fix #6917 FB 4 installer asks for SYSDBA password when doing client installation
2021-12-09 13:11:21 +01:00
db5ff5ca28
Fix #6943 Windows client install missing DLLs
...
Fix #6979 FB 4.0 - Windows x64 server installer installs an incomplete x86 client
2021-12-09 13:10:11 +01:00
AlexPeshkoff
6f5550e975
Fixes for 64-bit android build
2021-11-18 15:06:14 +03:00
Adriano dos Santos Fernandes
9ea4863edc
Revert removal of older VS builds.
2021-11-16 08:47:54 -03:00
Adriano dos Santos Fernandes
a687278eb4
Use SDK 10.0 for VS >= 2019.
...
See https://developercommunity.visualstudio.com/t/windowstargetplatformversion-makes-it-impossible-t/140294#T-N548052
2021-11-14 20:59:32 -03:00
Adriano dos Santos Fernandes
e547eb6a10
Add support for VS 2022 build.
2021-11-14 20:56:28 -03:00
Adriano dos Santos Fernandes
c7d87029c3
Add support for VS 2019 build.
2021-11-14 20:56:28 -03:00
Adriano dos Santos Fernandes
4358ac557b
Fix #7037 - Build problem when using both --with-builtin-tommath and --with-builtin-tomcrypt.
2021-11-03 07:33:54 -03:00
Damyan Ivanov
ba53c4c816
add Documentation
key to systemd service file
2021-10-29 19:52:45 +03:00
real-dam
7d3bca5f48
use be.zip for timezone data source on big-endian platforms ( #7030 )
...
resolves "FIXME: For big-endian, be.zip must be used" in Makefile.in
the configure.ac usage of AC_C_BIGENDIAN is expanded so apart from
defining `WORDS_BIGENDIAN` on big-endian platforms, it also defines
`TZDATA_ZIP` to be `be.zip` or `le.zip` and that substitution is used later
in the makefiles
my initial attempt was to use the result of the plain `AC_C_BIGENDIAN`
check, but that is not propagated to the makefiles, just to `autoconf.h`
2021-10-29 08:09:31 -03:00
Paul Reeves
40a36373a4
Update installation_readme.txt to document that the binary installer no longer supports older windows versions.
2021-10-20 09:58:45 +02:00
AlexPeshkoff
1d8b9cbc39
Fix for #6978 : FB4 build fails on big endian
...
(cherry picked from commit cc1950a156
)
2021-09-23 15:53:30 +03:00
Vlad Khorsun
56e5a67b9e
Fixed bug #6949 : On windows, engine may hung on initialization when another instance with different lock directory is running.
...
WIP
2021-09-21 02:27:40 +03:00
Damyan Ivanov
f72bb11263
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:41:02 +03:00
Paul Reeves
8c77826c00
Ignore temporary editor files
2021-05-31 14:27:42 +02:00
Paul Reeves
4dd263c012
Be sure to deploy the correct pdb files in the correct directories
2021-05-31 14:27:42 +02:00
Paul Reeves
fff0c79293
Remove unnecessary (and incorrect) code to copy the boost folder
2021-05-22 12:27:43 +02:00
Adriano dos Santos Fernandes
ecd3c26186
Improve firebird.conf comments for #6800 .
2021-05-10 10:57:28 -03:00
Adriano dos Santos Fernandes
88b9918dbd
Misc - remove trailing spaces.
2021-05-10 10:57:21 -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
AlexPeshkoff
96b134a718
Front-ported MacOS related changes from FB3
2021-03-02 19:08:42 +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
AlexPeshkoff
ecb17cef2a
Android port, both armv7a & aarch64
2021-02-05 21:06:20 +03: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
03395fafb1
Do not let BuildExecutableInstall fail silently if an error has occurred.
2021-02-01 16:14:26 +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
AlexPeshkoff
6b851de60b
Android build completes successfully with NDK r21b and gmake 4.3
2021-01-07 18:06:58 +03: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
AlexPeshkoff
108587661c
Warnings
2020-12-30 12:51:53 +03:00
Dmitry Yemanov
8e692d2374
Frontported sorting improvement from RedDb/HQbird, this also resolves CORE-2650
2020-12-17 11:09:50 +03:00
Vlad Khorsun
95f96a18f6
Merge pull request #295 from FirebirdSQL/config
...
Config
2020-11-12 22:33:18 +02:00
hvlad
afe101eff5
Update MSVC12 and MSVC14 builds.
2020-11-11 19:19:18 +02: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