Skip to content

Commit

Permalink
16.14.0 final deb - round 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Portnoy committed Jan 12, 2021
1 parent 1d3e88f commit 4e6aaac
Show file tree
Hide file tree
Showing 21 changed files with 114 additions and 14 deletions.
30 changes: 30 additions & 0 deletions deb/kaltura-base/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
kaltura-base (16.14.0-1) propus; urgency=medium

* FOUN-77: Add `ffmpeg` reconnect params to 2pass flow (https://github.com/kaltura/server/pull/10357)
* FOUN-75: Add `ffmpeg|ffprobe` reconnect params when running `mediainfo` parser (https://github.com/kaltura/server/pull/10348)
* PSVAMB-19304: Memcache - prevent attempt to connect when config is not present (https://github.com/kaltura/server/pull/10347)
* REACH2-973: Group zoom recording by start time (https://github.com/kaltura/server/pull/10335)
* PLAT-22550: Vid/Aud track duration detection (https://github.com/kaltura/server/pull/10330)
* SUP-24714: Allow download of assests for document type entries (https://github.com/kaltura/server/pull/10328)
* AN-22440: Add playbackType filter to total completion rate metric (https://github.com/kaltura/server/pull/10327)
* FOUN-71: Construct external URLs for shared file syncs as if they were local (https://github.com/kaltura/server/pull/10326)
* FOUN-48: S3 content set `fileAsset|Attachement|Transcript` (https://github.com/kaltura/server/pull/10325)
* Revert population of `liveStatus` attribute on manual live entry (https://github.com/kaltura/server/pull/10322)
* REACH2-981: Do not resubmit job while an older version is in progress (https://github.com/kaltura/server/pull/10320)
* FOUN-69: Support setting custom storage class when uploading files to S3 (https://github.com/kaltura/server/pull/10310)
* apimon: Additional `curl_exec()` monitors (https://github.com/kaltura/server/pull/10309)
* apimon: Monitor the different PHP exec functions (https://github.com/kaltura/server/pull/10308)
* REACH2-981: Do not resubmit job while an older version is in progress (https://github.com/kaltura/server/pull/10307)
* SUP-24350: Detect file extension for flavor assets when missing (https://github.com/kaltura/server/pull/10306)
* PLAT-22530: Support captions in `simulive` mode (https://github.com/kaltura/server/pull/10302)
* REACH2-982: Prevent resubmission when task is in Pending/Processing mode (https://github.com/kaltura/server/pull/10292)
* PLAT-11239: Add expiry to kaltura URL `tokenizer` and `recognizer` (https://github.com/kaltura/server/pull/10279)

-- Jess Portnoy <jess@a5d1111604e7> Wed, 06 Jan 2021 13:32:20 +0000

kaltura-base (16.14.0-1) propus; urgency=medium

* Switching to 16.14.0

-- Jess Portnoy <jess@a5d1111604e7> Wed, 06 Jan 2021 13:30:26 +0000

kaltura-base (16.8.0-2) propus; urgency=medium

* PLAT-10924: Stream a specific video conference source (https://github.com/kaltura/server/pull/9663)
Expand Down
4 changes: 3 additions & 1 deletion deb/kaltura-base/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ Depends:
kaltura-postinst,
bash,
curl,
php-xml,
php5-mysql|php-mysql|kaltura-php7-mysql,
php5-cli|php-cli|kaltura-php7-cli,
php5-curl|php-curl|kaltura-php7-curl,
php5-memcache|php-memcache|kaltura-php7-memcache
php5-memcache|php-memcache|kaltura-php7-memcache,
php-mbstring
Description: Kaltura Open Source Video Platform
Kaltura is the world's first Open Source Online Video Platform, transforming the way people work, learn,
and entertain using online video. The Kaltura platform empowers media applications with advanced video
Expand Down
1 change: 1 addition & 0 deletions deb/kaltura-base/debian/preinst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if ! getent passwd $KALTURA_USER >/dev/null; then
usermod -c "Kaltura server" $KALTURA_USER
usermod -a -G www-data kaltura
fi
usermod -G kaltura www-data

if [ -n "$2" ];then
touch $KALTURA_PREFIX/bin/kaltura-base-upgrading
Expand Down
1 change: 1 addition & 0 deletions deb/kaltura-base/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ binary-indep: install
sed -i 's@^IsmIndex@;IsmIndex@g' $(tree)/configurations/plugins.template.ini
sed -i 's@^;ElasticSearch@ElasticSearch@g' $(tree)/configurations/plugins.template.ini
sed -i "s#^;kmc_version = @KMC_VERSION@#kmc_version = $(KMC_VERSION)#g" $(tree)/configurations/local.template.ini
sed -i 's@sphinx_log@kaltura_sphinx_log.sphinx_log@g' $(tree)/deployment/updates/sql/2020_11_05_sphinx_log_dc_id_index.sql
sed -i "s#@KMCNG_VERSION@#$(KMCNG_VERSION)#g" $(tree)/configurations/local.template.ini
sed -i 's@^otp_required_partners\[\]@;otp_required_partners\[\]@g' $(tree)/configurations/local.template.ini
sed -i "s@^\(druid_url.*\)@;\1@g" $(tree)/configurations/local.template.ini
Expand Down
6 changes: 6 additions & 0 deletions deb/kaltura-batch/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kaltura-batch (16.14.0-1) propus; urgency=medium

* Switching to 16.14.0

-- Jess Portnoy <jess@a5d1111604e7> Wed, 06 Jan 2021 13:30:27 +0000

kaltura-batch (16.8.0-1) propus; urgency=medium

* Switching to 16.8.0
Expand Down
2 changes: 1 addition & 1 deletion deb/kaltura-dwh/debian/br.amd64
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
3
2 changes: 1 addition & 1 deletion deb/kaltura-elasticsearch/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Jess Portnoy <jess.portnoy@kaltura.com>

Package: kaltura-elasticsearch
Architecture: all
Pre-Depends: kaltura-base, elasticsearch-oss|elasticsearch, oracle-java8-installer|openjdk-8-jre
Pre-Depends: kaltura-base, elasticsearch-oss|elasticsearch, openjdk-8-jre-headless|oracle-java8-installer
Description: Kaltura Open Source Video Platform - Elasticsearch
Kaltura is the world's first Open Source Online Video Platform, transforming the way people work, learn,
and entertain using online video. The Kaltura platform empowers media applications with advanced video
Expand Down
2 changes: 1 addition & 1 deletion deb/kaltura-ffmpeg/debian/br.amd64
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
3
6 changes: 6 additions & 0 deletions deb/kaltura-front/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kaltura-front (16.14.0-1) propus; urgency=medium

* Switching to 16.14.0

-- Jess Portnoy <jess@a5d1111604e7> Wed, 06 Jan 2021 13:30:26 +0000

kaltura-front (16.8.0-1) propus; urgency=medium

* Switching to 16.8.0
Expand Down
2 changes: 1 addition & 1 deletion deb/kaltura-html5-studio/debian/br.amd64
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
1
2 changes: 1 addition & 1 deletion deb/kaltura-html5-studio/debian/br.i386
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
1
6 changes: 6 additions & 0 deletions deb/kaltura-html5-studio/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kaltura-html5-studio (2.2.3-1) propus; urgency=medium

* Fix numbers saved as strings(FEC-10523)

-- Jess Portnoy <jess.portnoy@kaltura.org> Wed, 06 Jan 2021 15:08:35 +0000

kaltura-html5-studio (2.2.1-1) mercury; urgency=low

* Fix studio link name(FEC-7651)
Expand Down
3 changes: 1 addition & 2 deletions deb/kaltura-html5-studio/debian/files
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
kaltura-html5-studio_2.2.1-1+b1_all.deb net extra
kaltura-html5-studio_2.2.1-1_amd64.buildinfo net extra
kaltura-html5-studio_2.2.3-1_all.deb net extra
6 changes: 6 additions & 0 deletions deb/kaltura-html5-studio3/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kaltura-html5-studio3 (3.8.0-1) propus; urgency=medium

* feat(FEC-10401): add analytics plugins in studio (#94)

-- Jess Portnoy <jess.portnoy@kaltura.org> Wed, 06 Jan 2021 15:13:43 +0000

kaltura-html5-studio3 (3.7.0-1) propus; urgency=medium

* feat(FEC-10283): add arbitrary studio config in advanced menu (#92)
Expand Down
2 changes: 1 addition & 1 deletion deb/kaltura-html5-studio3/debian/files
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kaltura-html5-studio3_3.7.0-1_all.deb net extra
kaltura-html5-studio3_3.8.0-1_all.deb net extra
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
misc:Depends=
misc:Pre-Depends=
28 changes: 28 additions & 0 deletions deb/kaltura-html5lib/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
kaltura-html5lib (2.85-1) propus; urgency=medium

* SUP-24022 - Bug in captions in playlist
* FEC-10621 - V2 - Support sending Kava beacons as POST
* SUP-23162 - [FR] Read when the user tabs the slider on the player
* SUP-24104 - Auto play ignores bumper
* feat: use Memcache pconnect
* fix: headerCallback location trim value is incorrect
* feat: add xml proxy header redirect function filter (#4197)
* fix: jquery is missing
* fix: additional sanitiziation for xml proxy
* Feat: add xml proxy header redirect function filter (#4197)
* Fix: jquery is missing (#4196)
* FEC-10621 - V2 - Support sending Kava beacons as POST
* Fix: additional sanitiziation for xml proxy
* FEV-772 - Can't play entries in context of playlist or embed in v2.84 player while hotspot is enabled
* SUP-16764 - Quiz.plugin pushes the captions up
* SUP-22922 - Closed Captions "Use Cookie" in player configuration is on by default
* PSVAMB-14660 - No Slide Sync during Webcasting Event- June 19th
* FEV-684 - kava - add full screen to screen mode on view events on V2
* FEV-715 - player v2: add player notification when the QnA panel opens and closes
* Toggle off polls when poll change is just a local change (Webcast hide polls) (#4180)
* fix: add php variable access protection (#4184)
* FEC-10337 - v2 player server to read the new map
* SUP-23047 - Accessibility issues with volume and progress bar

-- Jess Portnoy <jess@a5d1111604e7> Wed, 06 Jan 2021 13:50:42 +0000

kaltura-html5lib (2.83.2-1) propus; urgency=medium

* PSVAMB-14660 - no Slide Sync during Webcasting Event
Expand Down
5 changes: 3 additions & 2 deletions deb/kaltura-html5lib/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ binary-indep: install
mv kaltura-html5lib-$(HTML5LIB_LATEST_VERSION) $(HTML5LIB_PREFIX)/$(HTML5LIB_LATEST_VERSION)
cp debian/LocalSettings.php $(HTML5LIB_PREFIX)/$(HTML5LIB_LATEST_VERSION)/
mkdir $(HTML5LIB_PREFIX)/$(HTML5LIB_LATEST_VERSION)/cache
for HTML5_VER in $(HTML5LIB_VERSIONS);do \
for HTML5_VER in $(HTML5LIB_VERSIONS) $(HTML5LIB_LATEST_VERSION) ;do \
mv kaltura-html5lib-$$HTML5_VER $(HTML5LIB_PREFIX)/$$HTML5_VER; \
cp debian/LocalSettings.php $(HTML5LIB_PREFIX)/$$HTML5_VER/; \
sed -i '/^\s*"kAnalony"=>array(),\s*/d' $(HTML5LIB_PREFIX)/$$HTML5_VER/modules/KalturaSupport/UiConfResult.php; \
sed -i "s@\(\s*\)//'statistics' => array(),@\1'statistics' => array(),@g" $(HTML5LIB_PREFIX)/$$HTML5_VER/modules/KalturaSupport/UiConfResult.php; \
cp debian/simplePhpXMLProxy.php $(HTML5LIB_PREFIX)/; \
mkdir $(HTML5LIB_PREFIX)/$$HTML5_VER/cache; \
mkdir -p $(HTML5LIB_PREFIX)/$$HTML5_VER/cache; \
done
dh_install $(KALTURA_PREFIX)
dh_gencontrol -u-v$(DEB_VERSION)
Expand Down
14 changes: 14 additions & 0 deletions deb/kaltura-html5lib3/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
kaltura-html5lib3 (1.2.1-1) propus; urgency=medium

* FEC-10324: class instances merged like simple object (#368) (4968c5f)
* FEC-10694: Ima post roll overrides the post bumper (#378) (e350cbe)
* FEC-10749: playlist by sources stuck (#386) (a747f70), closes #370 /github.com/kaltura/kaltura-player-js/pull/370/files#diff-b20fda8cac0288af75e0f3c4304df5420584de585d923934f9606e3634d2dbf5L302
* FEC-10233: plugin async loading support (#372) (716e8c0)
* FEC-10632: handle player dimensions dynamically (#373) (c0bf2e1)
* FEC-10656: set forceRedirectExternalStreams as true by default on IE11 and Chromecast (#370) (51d8a4a)
* FEC-10669: add ability to pass options to loadMedia request (#374) (1db395a)
* FEC-10684: reset player automatically inside setMedia (#376) (63f698d)
* update playkit-js-* versions (318d87a)

-- Jess Portnoy <jess@a5d1111604e7> Wed, 06 Jan 2021 14:11:50 +0000

kaltura-html5lib3 (0.56.0-1) propus; urgency=medium

* New RAPT plugin (0.4.2)
Expand Down
2 changes: 1 addition & 1 deletion deb/kaltura-nginx/debian/br.amd64
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4
1
3 changes: 1 addition & 2 deletions deb/kaltura-playkit-bundler/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ if [ "$1" = "configure" ]; then
fi
mkdir -p $KALTURA_PREFIX/.forever
chown -R $KALTURA_USER:$KALTURA_GROUP $PLAYKIT_PREFIX/log $PLAYKIT_PREFIX/var/run $KALTURA_PREFIX/.forever
cd $PLAYKIT_PREFIX && rm -rf $PLAYKIT_PREFIX/node_modules && npm install yarn forever -g && yarn remove gulp && npm remove gulp && npm install yarn -g && yarn install && yarn add gulp@3.9.1 && yarn add global forever gulp@3.9.1

cd $PLAYKIT_PREFIX && rm -rf $PLAYKIT_PREFIX/node_modules && npm install yarn forever -g ; yarn remove gulp ; npm remove gulp ; npm install yarn -g && yarn install && yarn add gulp@3.9.1 && yarn add global forever && yarn global add gulp@3.9.1
if [ -r $KALTURA_PREFIX/app/configurations/local.ini ];then
SALT=`grep remote_addr_header_salt $KALTURA_PREFIX/app/configurations/local.ini|sed 's@^remote_addr_header_salt\s*=\s*\(.*\)$@\1@g'| sed 's@"@@g'`
sed -i "s#@APP_REMOTE_ADDR_HEADER_SALT@#$SALT#g" $PLAYKIT_PREFIX/config/default.json
Expand Down

0 comments on commit 4e6aaac

Please sign in to comment.