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

489 Commits

Author SHA1 Message Date
AlexPeshkoff
3c3c8a2961 Fixed #7283: Suspicious error message during install 2022-08-29 19:54:37 +03:00
Adriano dos Santos Fernandes
1b964bdcad Fix #7241 - mac installer - firebird user not created correctly if group already exists.
Solution by: Jonathan Frutos
2022-08-16 21:03:51 -03:00
104c3b6561 Ignore 2022-07-25 09:48:31 +02:00
af2c444bc7 Make consistent use of hyphens instead of underscores when naming windows installation packages. 2022-07-25 09:44:24 +02:00
5257147629 Document that Inno Setup 6.2.1 is 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-22 13:41:38 +02:00
703d0d1fa1 Add support for testing scripted client and devinst installs
Update documentation
Fix miscellaneous bugs.
2022-02-28 12:46:58 +01:00
6e444433cd Misc 2022-01-20 17:34:00 +01:00
85228a238d Document part of the solution for one the problems mentioned in #7105 2022-01-20 17:33:47 +01:00
e17e25b519 This should fix #7096 2022-01-20 17:29:57 +01: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
Damyan Ivanov
ba53c4c816 add Documentation key to systemd service file 2021-10-29 19:52:45 +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
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
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
AlexPeshkoff
1fbc1d0996 Fixed CORE-6516: Protect included tomcrypt library from being overwritten by system package 2021-03-16 20:06:52 +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
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
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
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
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
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
Paul Reeves
49bf80035e Include sub-dirs added since beta 1 2020-04-28 16:32:29 +02:00
Paul Reeves
e7e83a4024 whitespace 2020-04-28 16:31:26 +02:00
Paul Reeves
2b18b0e82a Be sure to package .md filetypes with a .txt extension. Windows does not seem to have a native reader for this type. 2020-04-28 16:29:11 +02:00
Paul Reeves
52a8d42a99 Upgrade to v6 of the InnoSetup installer. 2020-04-28 16:25:29 +02:00
Paul Reeves
23dcc30058 Remove some InnoSetup compiler warnings 2020-04-28 16:14:41 +02:00
Paul Reeves
bfe66caabe Be sure to fail windows packaging if firebird.pas not found. 2020-04-27 16:21:57 +02:00
AlexPeshkoff
b83f4b10f5 misc 2020-04-23 23:46:02 +03:00
AlexPeshkoff
9722a77be4 Updated gentoo init.d script to make it match current OS requirements 2020-04-23 23:36:55 +03:00
AlexPeshkoff
a3ca34253d Moved less-specific test down to the end of list, should help with distro detection on elbrus linux 2020-04-23 20:09:03 +03:00