Skip to content
Snippets Groups Projects
Commit 14367caa authored by Asterisk Development Team's avatar Asterisk Development Team
Browse files

Update for 20.8.1

parent 741183d7
Branches
Tags 20.8.1
1 merge request!193Merge tag '20.8.1' into 'merge-asterisk-20.8.1'
20.8.0 20.8.1
ChangeLogs/ChangeLog-20.8.0.md ChangeLogs/ChangeLog-20.8.1.md
\ No newline at end of file \ No newline at end of file
## Change Log for Release asterisk-20.8.1
### Links:
- [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.8.1.md)
- [GitHub Diff](https://github.com/asterisk/asterisk/compare/20.8.0...20.8.1)
- [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20.8.1.tar.gz)
- [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)
### Summary:
- Commits: 1
- Commit Authors: 1
- Issues Resolved: 0
- Security Advisories Resolved: 1
- [GHSA-qqxj-v78h-hrf9](https://github.com/asterisk/asterisk/security/advisories/GHSA-qqxj-v78h-hrf9): res_pjsip_endpoint_identifier_ip: wrongly matches ALL unauthorized SIP requests
### User Notes:
### Upgrade Notes:
### Commit Authors:
- George Joseph: (1)
## Issue and Commit Detail:
### Closed Issues:
- !GHSA-qqxj-v78h-hrf9: res_pjsip_endpoint_identifier_ip: wrongly matches ALL unauthorized SIP requests
### Commits By Author:
- ### George Joseph (1):
- Revert "res_pjsip_endpoint_identifier_ip: Add endpoint identifier transport ad..
### Commit List:
### Commit Details:
#### Revert "res_pjsip_endpoint_identifier_ip: Add endpoint identifier transport ad..
Author: George Joseph
Date: 2024-05-17
This reverts PR #602
Resolves: #GHSA-qqxj-v78h-hrf9
...@@ -1683,3 +1683,9 @@ ALTER TABLE ps_registrations MODIFY id VARCHAR(255) NOT NULL; ...@@ -1683,3 +1683,9 @@ ALTER TABLE ps_registrations MODIFY id VARCHAR(255) NOT NULL;
UPDATE alembic_version SET version_num='6c475a93f48a' WHERE alembic_version.version_num = 'd5122576cca8'; UPDATE alembic_version SET version_num='6c475a93f48a' WHERE alembic_version.version_num = 'd5122576cca8';
-- Running upgrade 6c475a93f48a -> bd9c5159c7ea
ALTER TABLE ps_endpoint_id_ips DROP COLUMN transport;
UPDATE alembic_version SET version_num='bd9c5159c7ea' WHERE alembic_version.version_num = '6c475a93f48a';
...@@ -1805,5 +1805,11 @@ ALTER TABLE ps_registrations ALTER COLUMN id SET NOT NULL; ...@@ -1805,5 +1805,11 @@ ALTER TABLE ps_registrations ALTER COLUMN id SET NOT NULL;
UPDATE alembic_version SET version_num='6c475a93f48a' WHERE alembic_version.version_num = 'd5122576cca8'; UPDATE alembic_version SET version_num='6c475a93f48a' WHERE alembic_version.version_num = 'd5122576cca8';
-- Running upgrade 6c475a93f48a -> bd9c5159c7ea
ALTER TABLE ps_endpoint_id_ips DROP COLUMN transport;
UPDATE alembic_version SET version_num='bd9c5159c7ea' WHERE alembic_version.version_num = '6c475a93f48a';
COMMIT; COMMIT;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment