package/janus-gateway: bump version to 1.4.1

https://github.com/meetecho/janus-gateway/blob/v1.4.1/CHANGELOG.md

Rebased patches, added Upstream: tag to patch 0001.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-04-26 15:40:11 +02:00
committed by Julien Olivain
parent 09f18c31ad
commit 3d3fc6fb9c
5 changed files with 14 additions and 15 deletions

View File

@@ -462,7 +462,6 @@ package/irqbalance/S13irqbalance Shellcheck lib_sysv.Indent lib_sysv.Variables
package/irrlicht/0001-override-CPPFLAGS-CXXFLAGS-and-CFLAGS-in-Makefile.patch lib_patch.Upstream package/irrlicht/0001-override-CPPFLAGS-CXXFLAGS-and-CFLAGS-in-Makefile.patch lib_patch.Upstream
package/irrlicht/0002-makefile-override-LDFLAGS-and-remove-obsolete-X11R6-.patch lib_patch.Upstream package/irrlicht/0002-makefile-override-LDFLAGS-and-remove-obsolete-X11R6-.patch lib_patch.Upstream
package/iucode-tool/S00iucode-tool lib_sysv.Variables package/iucode-tool/S00iucode-tool lib_sysv.Variables
package/janus-gateway/0001-disable-ssp.patch lib_patch.Upstream
package/kexec-lite/0001-clean-restart.patch lib_patch.Upstream package/kexec-lite/0001-clean-restart.patch lib_patch.Upstream
package/keyutils/0001-fix-install-rule.patch lib_patch.Upstream package/keyutils/0001-fix-install-rule.patch lib_patch.Upstream
package/keyutils/0002-cifs.patch lib_patch.Sob lib_patch.Upstream package/keyutils/0002-cifs.patch lib_patch.Sob lib_patch.Upstream

View File

@@ -6,14 +6,14 @@ Subject: [PATCH] Do not force SSP usage
The toolchain may not support SSP, so do not enforce its usage, let The toolchain may not support SSP, so do not enforce its usage, let
the package user pass the appropriate CFLAGS to enable SSP if needed. the package user pass the appropriate CFLAGS to enable SSP if needed.
Upstream: https://github.com/meetecho/janus-gateway/pull/1801 (rejected)
Signed-off-by: Gregory Dymarek <gregd72002@gmail.com> Signed-off-by: Gregory Dymarek <gregd72002@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(rebased against v0.1.0) (rebased against v1.4.1)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
(rebased against v0.6.3) (rebased against v0.6.3)
Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
[Upstream status: rejected
(https://github.com/meetecho/janus-gateway/pull/1801)]
--- ---
configure.ac | 1 - configure.ac | 1 -
1 file changed, 1 deletion(-) 1 file changed, 1 deletion(-)
@@ -22,14 +22,14 @@ diff --git a/configure.ac b/configure.ac
index 257ea8c..ca17a29 100644 index 257ea8c..ca17a29 100644
--- a/configure.ac --- a/configure.ac
+++ b/configure.ac +++ b/configure.ac
@@ -20,7 +20,6 @@ LT_INIT @@ -19,7 +19,6 @@ LT_INIT
# Common CFLAGS # Common CFLAGS
CFLAGS="$CFLAGS \ CFLAGS="$CFLAGS \
-fPIC \ -fPIC \
- -fstack-protector-all \ - -fstack-protector-all \
-fstrict-aliasing \ -fstrict-aliasing \
-ggdb3 \
-pthread \ -pthread \
-Wall \
-- --
2.20.1 2.20.1

View File

@@ -14,8 +14,8 @@ and uses it to detect if the -Wunused-but-set-variable option is
supported, and only uses it in this case. supported, and only uses it in this case.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(rebased against v0.1.0) (rebased against v1.4.1)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
(rebased against v0.6.3) (rebased against v0.6.3)
Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
[rebased against v1.0.3) [rebased against v1.0.3)
@@ -35,7 +35,7 @@ diff --git a/src/Makefile.am b/src/Makefile.am
index 96d361e53be0..a8bfd17c930c 100644 index 96d361e53be0..a8bfd17c930c 100644
--- a/src/Makefile.am --- a/src/Makefile.am
+++ b/src/Makefile.am +++ b/src/Makefile.am
@@ -132,6 +132,7 @@ janus_CFLAGS = \ @@ -134,6 +134,7 @@ janus_CFLAGS = \
-DEVENTDIR=\"$(eventdir)\" \ -DEVENTDIR=\"$(eventdir)\" \
-DLOGGERDIR=\"$(loggerdir)\" \ -DLOGGERDIR=\"$(loggerdir)\" \
-DCONFDIR=\"$(confdir)\" \ -DCONFDIR=\"$(confdir)\" \
@@ -57,16 +57,16 @@ index c37c85b7ab06..5afe0ef0bbff 100644
LT_PREREQ([2.2]) LT_PREREQ([2.2])
LT_INIT LT_INIT
@@ -65,8 +68,7 @@ cc*) @@ -63,8 +66,7 @@ cc*)
# Specific gcc flags
CFLAGS="$CFLAGS \ CFLAGS="$CFLAGS \
-Wcast-align \
-Wno-override-init \ -Wno-override-init \
- -Wunsafe-loop-optimizations \ - -Wunsafe-loop-optimizations \
- -Wunused-but-set-variable" - -Wunused-but-set-variable"
+ -Wunsafe-loop-optimizations" + -Wunsafe-loop-optimizations"
esac esac
JANUS_VERSION=1102 JANUS_VERSION=1401
diff --git a/m4/ax_check_compile_flag.m4 b/m4/ax_check_compile_flag.m4 diff --git a/m4/ax_check_compile_flag.m4 b/m4/ax_check_compile_flag.m4
new file mode 100644 new file mode 100644
index 0000000..51df0c0 index 0000000..51df0c0

View File

@@ -1,3 +1,3 @@
# Locally computed # Locally computed
sha256 f721d62a22b38ba3a341a5502f06b8b3a5a4f7bd0e9cc6c53de257fe99695e17 janus-gateway-1.1.2.tar.gz sha256 cba1e7aac44f4458701c5e14698e791a0eee13ecacbdacc71b4245716c442c08 janus-gateway-1.4.1.tar.gz
sha256 91d04c97fa1da3fcd28205873276358aafc071c5b00a9ea8c49dd06d487a9dc6 COPYING sha256 91d04c97fa1da3fcd28205873276358aafc071c5b00a9ea8c49dd06d487a9dc6 COPYING

View File

@@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
JANUS_GATEWAY_VERSION = 1.1.2 JANUS_GATEWAY_VERSION = 1.4.1
JANUS_GATEWAY_SITE = $(call github,meetecho,janus-gateway,v$(JANUS_GATEWAY_VERSION)) JANUS_GATEWAY_SITE = $(call github,meetecho,janus-gateway,v$(JANUS_GATEWAY_VERSION))
JANUS_GATEWAY_LICENSE = GPL-3.0 with OpenSSL exception JANUS_GATEWAY_LICENSE = GPL-3.0 with OpenSSL exception
JANUS_GATEWAY_LICENSE_FILES = COPYING JANUS_GATEWAY_LICENSE_FILES = COPYING