Fred Dixon
330d758053
Fix #15138
2022-08-08 11:46:05 -05:00
Anton Georgiev
5290c2039c
Merge pull request #15194 from schrd/cleanup-akka-systemd
...
fix: remove obsolete systemd overrides
2022-06-24 08:58:31 -04:00
Anton Georgiev
fa5ea33c6c
Merge pull request #15100 from schrd/fix-issue-10989
...
Fix(build): add service dependency to redis for several services
2022-06-23 15:40:38 -04:00
Daniel Schreiber
74576f4fff
fix: remove obsolete systemd overrides
...
the redis dependency for `bbb-apps-akka` and `bbb-fsesl-akka` has
already beed added in commit b6777ed9cb
so
the override is no longer neccesary.
closes #15192
2022-06-16 13:54:31 +02:00
Anton Georgiev
5961797433
build(fsesl-akka): build deps in sequence to allow for ci use
2022-05-30 20:22:18 +00:00
Daniel Schreiber
1a12514b61
Fix(build): add service dependency to redis for several services
...
* fix unit name: the unit name on Ubuntu is `redis-server.service`
* services which need a working redis require both After= and Wants=
See the description in the `systemd.unit` man page.
2022-05-29 22:31:03 +02:00
Anton Georgiev
b5241d0ee9
Merge pull request #15022 from schrd/etherpad-clusterproxy-fix
...
Fix etherpad session authentication to work in cluster setups
2022-05-18 12:44:17 -04:00
Daniel Schreiber
dfd93e7959
Fix etherpad session authentication to work in cluster setups
...
Etherpad uses the sessionID cookie for authorization. In cluster setups the
host part of the URI which serves the html5 frontend is different from
the hostname part of the URI which serves etherpad. Therefore the
bbb-html5 client can't set a cookie for etherpad which contains the
etherpad sessionID.
This patch uses the `ep_auth_session` etherpad plugin which takes the
`sessionID` as query parameter, sets the cookie in the browser and
redirects the iframe to the pad URI.
2022-05-16 07:40:42 +02:00
Fred Dixon
ef6eb21cce
Minor refactoring of propagating new version
2022-05-15 13:58:25 -05:00
Anton Georgiev
61d27c78f7
build: set html5 client version on bbb-config update
2022-05-13 13:50:20 +00:00
Ramon Souza
07f9a192b9
Merge remote-tracking branch 'upstream/v2.4.x-release' into merge-2425-apr27
2022-04-27 15:32:20 -03:00
Calvin Walton
09124ab06c
packaging: Add dependencies on yq 3
...
yq package is now provided in the BigBlueButton support PPA for BBB 2.5,
so we can depend on the package now. Ensure the dependency is specific
to avoid an incompatible yq version 4 from being installed.
2022-04-25 15:04:38 -04:00
Ramon Souza
c96c47e551
update bbb-html5 build scripts for meteor 2.7.1
2022-04-25 13:11:12 -03:00
Bohdan Zhemelinskyi
51032dd593
fix disable THP called too often
2022-04-01 14:43:48 +00:00
Anton Georgiev
84821f47bc
chore: move sox dependency to Dockerfile
2022-03-31 01:39:46 +00:00
Anton Georgiev
5926217199
build: drop net-tools from bbb-freeswitch-core
2022-03-30 14:57:15 +00:00
Anton Georgiev
fc688f2038
Merge branch 'meteor-261' of github.com:ramonlsouza/bigbluebutton into meteor-261
2022-03-29 20:27:26 +00:00
Anton Georgiev
ee9a0146a8
build: move ruby-bundler libsystemd-dev to docker image
2022-03-29 20:09:44 +00:00
Anton Georgiev
0836351747
Merge pull request #14662 from danimo/recordplaybackfix
...
make bbb-record-core package install again on focal
2022-03-29 15:04:07 -04:00
Calvin Walton
c722b799be
bbb-record-core: Use bundler deployment option
...
This makes the bundle install error out if the Gemfile.lock is out of
date (Gemfile was updated) rather than silently updating it during the
build.
2022-03-29 12:52:12 -04:00
Calvin Walton
98dfb2789a
bbb-record-core: Use bundler from ruby-bundler package
2022-03-29 11:28:02 -04:00
Calvin Walton
cbaae2c753
Update bbb-record-core dependencies.
...
Since gems are no longer being built during package install, dev
packages are no longer needed. Install the runtime libraries instead.
Drop the libxslt & libxml dependencies, since current nokogiri versions
used bundled copies of those libraries.
2022-03-29 11:06:00 -04:00
Fred Dixon
08c6ad67fb
Update after-install.sh
...
Make check for worker_rlimit_nofile silent
2022-03-27 09:09:52 -04:00
Fred Dixon
50498354f0
Add needed dependency to get IP address
2022-03-26 17:07:14 -05:00
Fred Dixon
4707bf839b
Fix #14670
2022-03-26 17:06:51 -05:00
Daniel Molkentin
dc012a2548
fix(bbb-record-core): make package install again on focal
...
Now uses Ubuntu's bundler version to install all dependencies at build time
rather than install time. Gems are also now vendored, and no longer pollute the
operating system.
2022-03-23 22:55:04 +01:00
Anton Georgiev
6b4a7ff898
refactor: swap netstat with ss
2022-03-23 20:50:19 +00:00
Anton Georgiev
33a2dd566c
build: do not delete .nginx file, it is removed on upgrade too
2022-03-18 19:02:46 +00:00
Anton Georgiev
5db05bdad8
fix: set repo.artima.com/releases to https
2022-03-16 19:20:26 +00:00
Anton Georgiev
f4c5ce50b6
build: bbb-web require openjdk-11-jdk not 8
2022-03-16 19:04:47 +00:00
Anton Georgiev
c261c542ca
build: adapt packaging for java 11
2022-03-16 18:31:49 +00:00
Anton Georgiev
9705ac99b0
Merge pull request #14607 from pedrobmarin/b-e-fua
...
build(etherpad): forbid userName argument
2022-03-16 12:23:27 -04:00
Anton Georgiev
06d2652714
build: do not remove /usr/share/bigbluebutton/nginx/web on upgrade
2022-03-16 16:19:55 +00:00
Anton Georgiev
405d326ea7
Merge branch 'v2.5.x-release' into meteor-261
2022-03-16 11:55:31 -04:00
Pedro Beschorner Marin
06397cae49
build(etherpad): forbid userName argument
...
Since bbb-pads user's name is set internally by akka-apps and bbb-pads internal
credentials exchange. Yet, Etherpad's embedded URL params still work and the user
could use it to ovewrite.
Use nginx rules to block an access attempt that contains the userName argument.
2022-03-16 12:48:08 -03:00
Anton Georgiev
d00d6a0323
Merge pull request #14600 from bigbluebutton/transition-to-focal
...
!build and conf: Upgrade Ubunto to 20.04
2022-03-16 08:54:56 -04:00
Anton Georgiev
d1f7d6eda4
build: recover presentation-slides.nginx
2022-03-15 03:20:28 +00:00
Anton Georgiev
3b476935b8
build: add missed loadbalancer.nginx
2022-03-15 02:47:22 +00:00
Anton Georgiev
c3242c8003
build: nginx from /usr/share/bigbluebutton/nginx
2022-03-15 02:01:37 +00:00
Anton Georgiev
4e6b0a608e
refactor: store nginx files in /usr/share/bigbluebutton/nignx not /etc/bigbluebutton/nginx
2022-03-15 01:42:28 +00:00
Anton Georgiev
9653c0882a
build: re-enable FreeSWITCH patch 1531
2022-03-15 01:36:45 +00:00
Anton Georgiev
1f0b58a87e
build: re-add sfu as a dependency to bbb-html5
2022-03-15 00:23:39 +00:00
Anton Georgiev
d5b1fe50a0
build: add mongodb-org as bbb-html5 dependency
2022-03-14 23:15:26 +00:00
Anton Georgiev
3a875efd8b
build: change bionic to focal in build scripts
2022-03-14 23:01:05 +00:00
Anton Georgiev
7775d06725
build: create /etc/nginx/sites-enabled if needed
2022-03-14 20:38:54 +00:00
Anton Georgiev
9e6c078703
build: use tomcat9 not tomcat10
2022-03-14 20:38:31 +00:00
Anton Georgiev
c2ee473f7c
must revert! build: temp drop bbb-webrtc-sfu as a dependency
2022-03-14 20:04:36 +00:00
Anton Georgiev
20bff96cbf
must revert! build: temp drop yq as a dependency
2022-03-14 19:39:11 +00:00
Anton Georgiev
3de540f0ab
build: swap bionic with focal
2022-03-14 19:04:23 +00:00
Anton Georgiev
7147045a82
build: renamed opts-bionic to -focal
2022-03-14 18:53:35 +00:00