From a7217db7ea23582952682a4aabba45925f1ce166 Mon Sep 17 00:00:00 2001 From: Jess Portnoy Date: Mon, 10 Aug 2020 06:23:50 -0400 Subject: [PATCH] New upstream Nginx mainline ve --- RPM/SPECS/kaltura-nginx.spec | 10 +++++++--- build/sources.rc | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/RPM/SPECS/kaltura-nginx.spec b/RPM/SPECS/kaltura-nginx.spec index 84492be0e..eb0f1eb74 100644 --- a/RPM/SPECS/kaltura-nginx.spec +++ b/RPM/SPECS/kaltura-nginx.spec @@ -5,7 +5,7 @@ %define optflags -O3 # distribution specific definitions %define use_systemd (0%{?fedora} && 0%{?fedora} >= 18) || (0%{?rhel} && 0%{?rhel} >= 7) -%define ffmpeg_ver 4.0.2 +%define ffmpeg_ver 4.2.2 %if 0%{?rhel} == 5 Group: System Environment/Daemons @@ -57,8 +57,8 @@ Requires(pre): pwdutils Summary: High performance web server customized for Kaltura VOD Name: kaltura-nginx -Version: 1.17.10 -Release: 3 +Version: 1.19.1 +Release: 1 Vendor: Kaltura inc. URL: http://nginx.org/ @@ -423,6 +423,10 @@ if [ $1 -ge 1 ]; then fi %changelog +* Mon Aug 10 2020 jess.portnoy@kaltura.com - 1.19.1-1 +- New mainline ver - 1.19.1 +- New FFmpeg ver - 4.2.2 + * Mon Jul 6 2020 jess.portnoy@kaltura.com - 1.17.10-3 - New secure-token-module (1.4): Support cdnvideo tokens (https://github.com/kaltura/nginx-secure-token-module/pull/84) * Thu May 14 2020 jess.portnoy@kaltura.com - 1.17.10-1 diff --git a/build/sources.rc b/build/sources.rc index 8190e6dea..0bf78d30d 100755 --- a/build/sources.rc +++ b/build/sources.rc @@ -174,7 +174,7 @@ KALTURA_NGINX_JSON_VAR_URI="https://github.com/kaltura/nginx-json-var-module/arc KALTURA_NGINX_STRFTIME_VERSION=1.0 KALTURA_NGINX_STRFTIME_URI="https://github.com/kaltura/strftime-nginx-module/archive/v$KALTURA_NGINX_STRFTIME_VERSION.zip" -NGINX_VERSION=1.17.10 +NGINX_VERSION=1.19.1 NGINX_URI="http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz" # Nginx AWS authentication module.