FreeBSD Bugzilla – Attachment 223734 Details for
Bug 254680
www/nginx: vod-module update to 1.27
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nginx-1.18.0_50,2.patch
nginx-1.18.0_50,2.patch (text/plain), 4.50 KB, created by
takefu
on 2021-03-31 16:56:17 UTC
(
hide
)
Description:
nginx-1.18.0_50,2.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2021-03-31 16:56:17 UTC
Size:
4.50 KB
patch
obsolete
>diff -udprN /usr/ports/www/nginx/distinfo ./distinfo >--- /usr/ports/www/nginx/distinfo 2021-03-20 19:14:35.483857000 +0000 >+++ ./distinfo 2021-03-31 15:39:17.381433000 +0000 >@@ -1,4 +1,4 @@ >-TIMESTAMP = 1616136977 >+TIMESTAMP = 1617205157 > SHA256 (nginx-1.18.0.tar.gz) = 4c373e7ab5bf91d34a4f11a0c9496561061ba5eee6020db272a17a7228d35f99 > SIZE (nginx-1.18.0.tar.gz) = 1039530 > SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae >@@ -137,8 +137,8 @@ SHA256 (cubicdaiya-ngx_small_light-v0.9. > SIZE (cubicdaiya-ngx_small_light-v0.9.2_GH0.tar.gz) = 56502 > SHA256 (openresty-srcache-nginx-module-v0.32_GH0.tar.gz) = fd80e59b672e4ff3b4e943740b3facab421c6965226b5934aed16a514baacf47 > SIZE (openresty-srcache-nginx-module-v0.32_GH0.tar.gz) = 49891 >-SHA256 (kaltura-nginx-vod-module-1.23_GH0.tar.gz) = 800cf3de639567e27f4cb75527392f23842b349fb680abefd12d4db9a5be951f >-SIZE (kaltura-nginx-vod-module-1.23_GH0.tar.gz) = 442053 >+SHA256 (kaltura-nginx-vod-module-1.27_GH0.tar.gz) = b7f0e2eecbcdb8ed1f8c90eb86c756f563fc5d21768a351abe4de63f3ddf01d6 >+SIZE (kaltura-nginx-vod-module-1.27_GH0.tar.gz) = 450777 > SHA256 (vozlt-nginx-module-vts-v0.1.18_GH0.tar.gz) = 17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65 > SIZE (vozlt-nginx-module-vts-v0.1.18_GH0.tar.gz) = 380327 > SHA256 (tg123-websockify-nginx-module-e82d254_GH0.tar.gz) = 1ea0fd35e3bed61c822aa0bfb9329a38d908a602b78a5e5fef9c7e946a26de6b >diff -udprN /usr/ports/www/nginx/files/extra-patch-nginx-vod-module-config ./files/extra-patch-nginx-vod-module-config >--- /usr/ports/www/nginx/files/extra-patch-nginx-vod-module-config 2021-01-28 06:21:19.607445000 +0000 >+++ ./files/extra-patch-nginx-vod-module-config 2021-03-31 15:50:22.656968000 +0000 >@@ -1,6 +1,6 @@ >---- ../nginx-vod-module-1.23/config.orig 2018-04-24 17:51:34.654430000 -0400 >-+++ ../nginx-vod-module-1.23/config 2018-04-24 18:10:13.517041000 -0400 >-@@ -154,8 +154,12 @@ >+--- ../nginx-vod-module-1.27/config.orig 2020-07-09 20:33:33 UTC >++++ ../nginx-vod-module-1.27/config >+@@ -227,8 +227,12 @@ ngx_feature_name="NGX_HAVE_LIBXML2" > ngx_feature_run=no > ngx_feature_incs="#include <libxml/parser.h> > #include <libxml/tree.h>" >diff -udprN /usr/ports/www/nginx/files/extra-patch-vod-filters-audio_encoder.c ./files/extra-patch-vod-filters-audio_encoder.c >--- /usr/ports/www/nginx/files/extra-patch-vod-filters-audio_encoder.c 2021-01-28 06:21:19.621657000 +0000 >+++ ./files/extra-patch-vod-filters-audio_encoder.c 1970-01-01 00:00:00.000000000 +0000 >@@ -1,20 +0,0 @@ >---- ../nginx-vod-module-1.23/vod/filters/audio_encoder.c.orig 2018-05-13 10:05:51.704192000 -0400 >-+++ ../nginx-vod-module-1.23/vod/filters/audio_encoder.c 2018-05-13 10:08:30.590029000 -0400 >-@@ -100,7 +100,7 @@ >- encoder->channel_layout = params->channel_layout; >- encoder->channels = params->channels; >- encoder->bit_rate = params->bitrate; >-- encoder->flags |= CODEC_FLAG_GLOBAL_HEADER; // make the codec generate the extra data >-+ encoder->flags |= AV_CODEC_FLAG_GLOBAL_HEADER; // make the codec generate the extra data >- >- avrc = avcodec_open2(encoder, encoder_codec, NULL); >- if (avrc < 0) >-@@ -139,7 +139,7 @@ >- { >- audio_encoder_state_t* state = context; >- >-- if ((state->encoder->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE) != 0) >-+ if ((state->encoder->codec->capabilities & AV_CODEC_CAP_VARIABLE_FRAME_SIZE) != 0) >- { >- return 0; >- } >diff -udprN /usr/ports/www/nginx/Makefile ./Makefile >--- /usr/ports/www/nginx/Makefile 2021-03-20 20:02:07.974305000 +0000 >+++ ./Makefile 2021-03-31 16:40:04.950911000 +0000 >@@ -3,7 +3,7 @@ > > PORTNAME= nginx > PORTVERSION= 1.18.0 >-PORTREVISION?= 49 >+PORTREVISION?= 50 > PORTEPOCH= 2 > CATEGORIES= www > MASTER_SITES= https://nginx.org/download/ \ >diff -udprN /usr/ports/www/nginx/Makefile.extmod ./Makefile.extmod >--- /usr/ports/www/nginx/Makefile.extmod 2021-03-20 19:14:35.483857000 +0000 >+++ ./Makefile.extmod 2021-03-31 16:35:56.643796000 +0000 >@@ -303,11 +303,11 @@ SMALL_LIGHT_VARS= DSO_EXTMODS+=small_li > SRCACHE_GH_TUPLE= openresty:srcache-nginx-module:v0.32:srcache > SRCACHE_VARS= DSO_EXTMODS+=srcache > >-VOD_GH_TUPLE= kaltura:nginx-vod-module:1.23:vod >+VOD_GH_TUPLE= kaltura:nginx-vod-module:1.27:vod > VOD_USE= GNOME=libxml2 >+VOD_USES= iconv > VOD_VARS= DSO_EXTMODS+=vod >-VOD_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-vod-module-config \ >- ${PATCHDIR}/extra-patch-vod-filters-audio_encoder.c >+VOD_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-vod-module-config > > VTS_GH_TUPLE= vozlt:nginx-module-vts:v0.1.18:vts > VTS_CONFIGURE_ON= --add-module=${WRKSRC_vts}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254680
: 223734