-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove upstreamed patch. Switch to local tarballs. Smaller. Signed-off-by: Rosen Penev <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,30 +8,28 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=coturn | ||
PKG_VERSION:=4.6.1 | ||
PKG_VERSION:=4.6.2 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=https://codeload.github.com/coturn/coturn/tar.gz/$(PKG_VERSION)? | ||
PKG_HASH:=8fba86e593ed74adc46e002e925cccff2819745371814f42465fbe717483f1d8 | ||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_VERSION:=$(PKG_VERSION) | ||
PKG_SOURCE_URL:=https://github.com/coturn/coturn | ||
PKG_MIRROR_HASH:=55a7d63edfde6548cd6d6f1b62f6997beeebc66e0ff07b0afd175829434cbf3a | ||
|
||
PKG_MAINTAINER:=Jiri Slachta <[email protected]>, Sebastian Kemper <[email protected]> | ||
PKG_LICENSE:=BSD-COTURN-CITRIX COMBINED-CITRIX-VIVOCHA-BSD MIT-HASH | ||
PKG_LICENSE_FILES:=LICENSE src/apps/relay/dbdrivers/* src/server/ns_turn_khash.h | ||
|
||
PKG_MAINTAINER:=Jiri Slachta <[email protected]>, Sebastian Kemper <[email protected]> | ||
|
||
PKG_BUILD_PARALLEL:=1 | ||
PKG_CPE_ID:=cpe:/a:coturn_project:coturn | ||
|
||
PKG_INSTALL:=1 | ||
PKG_BUILD_PARALLEL:=1 | ||
|
||
PKG_CONFIG_DEPENDS+= \ | ||
CONFIG_COTURN_ENABLE_MYSQL \ | ||
CONFIG_COTURN_ENABLE_POSTGRESQL \ | ||
CONFIG_COTURN_ENABLE_REDIS \ | ||
CONFIG_COTURN_ENABLE_SQLITE | ||
|
||
PKG_CPE_ID:=cpe:/a:coturn_project:coturn | ||
|
||
include $(INCLUDE_DIR)/package.mk | ||
include $(INCLUDE_DIR)/nls.mk | ||
|
||
|
288 changes: 0 additions & 288 deletions
288
net/coturn/patches/100-coturn-4.6.0-openssl3-from-gentoo.patch
This file was deleted.
Oops, something went wrong.