Skip to content

Commit

Permalink
icecast: update openssl
Browse files Browse the repository at this point in the history
- update openssl to v3
- update curl to v8.4
- optimize some libraries
  • Loading branch information
hgy59 committed Jan 6, 2025
1 parent 87bc789 commit c9c62de
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cross/ezstream/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ COMMENT = EZStream is a command line source client for Icecast media streaming
LICENSE = GPLv2

GNU_CONFIGURE = 1
ADDITIONAL_CFLAGS = -O
ADDITIONAL_CFLAGS = -Os

include ../../mk/spksrc.cross-cc.mk
4 changes: 2 additions & 2 deletions cross/icecast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://ftp.osuosl.org/pub/xiph/releases/icecast
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS = cross/libxml2 cross/libxslt cross/openssl cross/curl cross/libvorbis cross/speex cross/libtheora cross/ezstream
DEPENDS = cross/libxml2 cross/libxslt cross/openssl3 cross/curl cross/libvorbis cross/speex cross/libtheora cross/ezstream

HOMEPAGE = https://www.icecast.org
COMMENT = Icecast is a streaming media server which currently supports Ogg (Vorbis and Theora), Opus, WebM and MP3 audio streams.
Expand All @@ -15,7 +15,7 @@ GNU_CONFIGURE = 1
POST_INSTALL_TARGET = icecast_extra_install

CONFIGURE_ARGS = --with-xslt-config=$(STAGING_INSTALL_PREFIX)/bin/xslt-config
ADDITIONAL_CFLAGS = -O
ADDITIONAL_CFLAGS = -Os
ADDITIONAL_CFLAGS += -I$(STAGING_INSTALL_PREFIX)/include/libxml2

include ../../mk/spksrc.cross-cc.mk
Expand Down
4 changes: 2 additions & 2 deletions cross/libshout/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://ftp.osuosl.org/pub/xiph/releases/libshout
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS = cross/openssl cross/libvorbis cross/libogg cross/speex cross/libtheora
DEPENDS = cross/openssl3 cross/libvorbis cross/libogg cross/speex cross/libtheora

HOMEPAGE = https://icecast.org/
COMMENT = Libshout is a library for communicating with and sending data to an icecast server.
LICENSE = LGPL

GNU_CONFIGURE = 1
CONFIGURE_ARGS = --disable-static --disable-examples --disable-tools
ADDITIONAL_CFLAGS = -O
ADDITIONAL_CFLAGS = -Os

include ../../mk/spksrc.cross-cc.mk
2 changes: 1 addition & 1 deletion cross/libtheora/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ GNU_CONFIGURE = 1
CONFIGURE_ARGS = --disable-static
CONFIGURE_ARGS += --disable-examples
CONFIGURE_ARGS += --disable-spec
ADDITIONAL_CFLAGS = -O
ADDITIONAL_CFLAGS = -Os

include ../../mk/spksrc.cross-cc.mk
2 changes: 1 addition & 1 deletion cross/speex/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ LICENSE = BSD

GNU_CONFIGURE = 1
CONFIGURE_ARGS = --disable-static
ADDITIONAL_CFLAGS = -O
ADDITIONAL_CFLAGS = -Os

include ../../mk/spksrc.cross-cc.mk
4 changes: 2 additions & 2 deletions spk/icecast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ SPK_REV = 7
SPK_ICON = src/icecast.png
DSM_UI_DIR = app

DEPENDS = cross/$(SPK_NAME)
DEPENDS = cross/icecast

MAINTAINER = SynoCommunity
DESCRIPTION = Icecast is a streaming media server which currently supports Ogg \(Vorbis and Theora\), Opus, WebM and MP3 audio streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between. It is very versatile in that new formats can be added relatively easily and supports open standards for communication and interaction. This package includes Ezstream, a command line source client for Icecast media streaming servers.
CHANGELOG = "1. Update openssl to v1.1.1p.<br/>2. Update to libcurl of curl v7.83.1."
CHANGELOG = "1. Update openssl to v3.1.7. <br/>2. Update to libcurl of curl v8.4.0."
DISPLAY_NAME = Icecast2

HOMEPAGE = https://www.icecast.org/
Expand Down

0 comments on commit c9c62de

Please sign in to comment.