Commit Graph

126 Commits

Author SHA1 Message Date
Copilot
88fbfa90d5
Fix dead link in turnserver.spec Source0 field (#1722)
The `Source0` field in `rpm/turnserver.spec` was pointing to a dead link
at
`http://turnserver.open-sys.org/downloads/v%{version}/%{name}-%{version}.tar.gz`.
The domain `turnserver.open-sys.org` is no longer resolvable, making RPM
package building impossible when relying on this source.

**Changes made:**
- Updated `Source0` to use GitHub archive URL:
`https://github.com/coturn/coturn/archive/refs/tags/upstream/%{version}.tar.gz`
- Updated version from `4.7.0` to `4.5.2` to match the latest available
GitHub tag (`upstream/4.5.2`)

**Verification:**
-  Old URL confirmed dead (domain resolution fails)
-  New GitHub archive URL works correctly and downloads valid gzipped
tar archive
-  RPM spec file syntax validation passes (`rpmbuild --nobuild`)
-  URL properly expands with RPM variable substitution

The new source URL format follows GitHub's standard archive pattern and
will work reliably for future RPM builds.

Fixes #1574.

> [!WARNING]
>
> <details>
> <summary>Firewall rules blocked me from connecting to one or more
addresses</summary>
>
> #### I tried to connect to the following addresses, but was blocked by
firewall rules:
>
> - `turnserver.open-sys.org`
>   - Triggering command: `curl -I REDACTED` (dns block)
>
> If you need me to access, download, or install something from one of
these locations, you can either:
>
> - Configure [Actions setup
steps](https://gh.io/copilot/actions-setup-steps) to set up my
environment, which run before the firewall is enabled
> - Add the appropriate URLs or hosts to my [firewall allow
list](https://gh.io/copilot/firewall-config)
>
> </details>



<!-- START COPILOT CODING AGENT TIPS -->
---

💬 Share your feedback on Copilot coding agent for the chance to win a
$200 gift card! Click
[here](https://survey.alchemer.com/s3/8343779/Copilot-Coding-agent) to
start the survey.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ggarber <512252+ggarber@users.noreply.github.com>
2025-07-14 12:03:20 +02:00
Pavel Punsky
678996a529
Update version to 4.7.0 (#1691)
Set new release version to 4.7.0
Updating minor version due to some breaking changes in options to enable
more secure/robust configuration without additional flags (or relying on
recommended conf file which people seem to skip during updates)
2025-05-30 14:13:59 -07:00
Pavel Punsky
b6e53ca4c9
Update version to 4.6.3 (#1609)
preparing for new tag 4.6.3

---------

Co-authored-by: tyranron <tyranron@gmail.com>
2024-12-11 10:13:38 -08:00
eakraly
86a8f659fb
Fix rpm version scripts (#1556)
Fix #1521
2024-10-04 10:28:11 -07:00
Mathieu Aubin
4ba2f69ba3
Update turnserver.spec (#1192) 2023-04-23 13:51:31 -07:00
Gustavo Garcia
27e5dd6e23
Change rpm systemd service type from notify to exec (#1043)
Fix the issue https://github.com/coturn/coturn/issues/118 that prevent
the process to start as coturn never send the notification to systemd
thus preventing the startup.

Cherry-picked from #990 thanks to @rapsys
2022-10-24 16:43:01 -07:00
Mészáros Mihály
b58166cc90
Fixes #692 2021-01-18 10:31:25 +01:00
Mészáros Mihály
104ab83f09 Automatically notify systemd if compiled 2021-01-10 20:57:43 +01:00
Mészáros Mihály
a66e5cd286 Remove pid handling from systemd service files 2021-01-10 20:57:06 +01:00
Mészáros Mihály
0c9e6f9bff Bump version in rpm 2021-01-10 10:43:49 +01:00
Mészáros Mihály
ef7916842d Add systemd notification support 2021-01-07 17:51:34 +00:00
Mészáros Mihály
3b3c5849cc bump version 2020-12-07 15:26:00 +01:00
Mészáros Mihály
6d605d353f Bump version 2020-06-24 17:05:18 +02:00
Mészáros Mihály
97c37d9a5f
Merge pull request #577 from osterik/feature/build-from-local-folder
build RPM from local folder instead of git repo
2020-06-24 15:41:33 +02:00
Ilya Kisleyko
b9d2fd00e6 build RPM from local folder instead of git repo 2020-06-09 18:28:08 +00:00
Ilya Kisleyko
b2dc7240df fix for #556 2020-06-09 18:25:15 +00:00
Mészáros Mihály
2b2f116c2d Bump version 2020-04-30 20:41:17 +02:00
Mészáros Mihály
5e61bea8ec Bumping version number 2019-03-02 22:06:19 +01:00
root
dc764dffda rpm build fix 2019-01-31 14:45:36 +01:00
Mészáros Mihály
18d81f26c5 bumping version number 2018-12-06 08:31:28 +00:00
Mészáros Mihály
5d88f8275d bumping up the release version 2018-09-27 22:27:30 +02:00
Oleg Moskalenko
b324980c68 Centos version bumped up 2017-12-10 18:20:12 -08:00
Oleg Moskalenko
6eb452d560 bumping up the release version 2017-12-10 17:56:33 -08:00
Mathieu Aubin
af674368d1 Typo
Fixes small typo in rpm spec file for changelog section
2017-01-10 08:14:40 -05:00
Oleg Moskalenko
067d49238d version bumped 2016-10-18 00:06:13 -07:00
Oleg Moskalenko
95357e2b6a working on packaging 2016-10-16 20:40:32 -07:00
Oleg Moskalenko
43b62d16f2 typos fixed 2016-08-27 16:24:08 -07:00
Oleg Moskalenko
20b9b48683 rpm update 2016-08-21 00:53:42 -07:00
Oleg Moskalenko
464fa59abf rpm update 2016-08-21 00:46:47 -07:00
Oleg Moskalenko
1dda3658bb rpm update 2016-08-21 00:32:29 -07:00
Oleg Moskalenko
07e3cd5434 rpm build update 2016-08-20 23:43:48 -07:00
Oleg Moskalenko
1c802bf49a CentOS 7 setup updated 2016-08-20 23:34:42 -07:00
Oleg Moskalenko
2c3858856e fix epel version for CentOS7 2016-05-07 18:42:43 -07:00
Oleg Moskalenko
de3b6634e6 dates fixed in rpm build 2016-03-11 22:58:14 -08:00
mom040267
f733e3d45f Update turnserver.service.fc 2015-11-17 17:40:30 -08:00
Oleg Moskalenko
092849aa0b hiredis and mongo config fix 2015-11-17 01:05:05 -08:00
Oleg Moskalenko
9db1c77473 fixing non-root user rpm 2015-11-15 21:52:25 -08:00
Oleg Moskalenko
9c08f16440 fixing non-root user rpm 2015-11-15 21:48:44 -08:00
Oleg Moskalenko
9c1bcfec2e fixing non-root user rpm 2015-11-15 21:26:18 -08:00
Oleg Moskalenko
91bb109b52 fixing non-root user rpm 2015-11-15 21:16:32 -08:00
Oleg Moskalenko
7397577f56 fixes for non-root RPM execution 2015-11-15 21:02:26 -08:00
mom040267
752f24ddf7 Merge pull request #28 from sergey-safarov/systemd-optimization
Optimaized systemd unit file for large volume open connection and RTP…
2015-11-15 13:43:46 -08:00
Sergey Safarov
a49355e072 Optimaized systemd unit file for large volume open connection and RTP processing 2015-11-16 00:39:32 +03:00
Sergey Safarov
d63e72fcb2 Fixed startup daemon as non root user 2015-11-16 00:07:01 +03:00
Oleg Moskalenko
9a82dda964 non-interactive shell fix 2015-11-01 23:21:33 -08:00
Oleg Moskalenko
bd7937cb45 working on openssl compatibility without SSLv3 2015-10-11 18:51:26 -07:00
Oleg Moskalenko
e544a6c0f2 DTLS segfault fixed 2015-09-30 00:01:02 -07:00
Oleg Moskalenko
68bea1d079 version update 2015-09-16 23:07:08 -07:00
Oleg Moskalenko
dd1a632d8d working on multi-tenant server 2015-09-14 22:48:39 -07:00
Oleg Moskalenko
dbc9dee42b working on multi-tenant server based upon oauth 2015-09-14 00:16:13 -07:00