Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
8 changes: 4 additions & 4 deletions SPECS/espeak-ng/espeak-ng.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"espeak-ng-1.51.1.tgz": "0823df5648659dcb67915baaf99118dcc8853639f47cadaa029c174bdd768d20"
}
}
"Signatures": {
"espeak-ng-1.52.0.tgz": "bb4338102ff3b49a81423da8a1a158b420124b055b60fa76cfb4b18677130a23"
}
}
14 changes: 8 additions & 6 deletions SPECS/espeak-ng/espeak-ng.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Summary: Compact text-to-speech synthesizer
Name: espeak-ng
Version: 1.51.1
Version: 1.52.0
Release: 1%{?dist}
# Apache2 license applies only to Android APK code- does not apply here
# BSD license applies only to Windows code- does not apply here
License: GPLv3 AND Unicode
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://github.com/espeak-ng/espeak-ng
Source0: https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz#/%{name}-%{version}.tgz
Patch0: espeak-ng-1.51-CVE-2023-49990-4.patch
Source0: https://github.com/%{name}/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tgz
BuildRequires: alsa-lib-devel
BuildRequires: autoconf
BuildRequires: automake
Expand Down Expand Up @@ -64,16 +63,15 @@ rm -vrf %{buildroot}%{_datadir}/vim/registry
%check
%make_build check

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%ldconfig_scriptlets

%files
%license COPYING
%license COPYING.APACHE
%license COPYING.BSD2
%license COPYING.UCD
%doc README.md
%doc CHANGELOG.md
%doc ChangeLog.md
%{_bindir}/speak-ng
%{_bindir}/espeak-ng
%{_libdir}/libespeak-ng.so.1
Expand All @@ -91,6 +89,10 @@ rm -vrf %{buildroot}%{_datadir}/vim/registry
%{_datadir}/vim/vimfiles/syntax/espeakrules.vim

%changelog
* Thu Apr 17 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.52.0-1
- Auto-upgrade to 1.52.0 - remove chrome extension which used unverified function
- Removing patch file for CVE-2023-49990 as it is fixed in newest version.

* Wed Jan 31 2024 Sumedh Sharma <sumsharma@microsoft.com> - 1.51.1-1
- Bump package version to 1.51.1
- move vim specific builds to sub-package 'vim'
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3368,8 +3368,8 @@
"type": "other",
"other": {
"name": "espeak-ng",
"version": "1.51.1",
"downloadUrl": "https://github.com/espeak-ng/espeak-ng/archive/1.51.1/espeak-ng-1.51.1.tar.gz"
"version": "1.52.0",
"downloadUrl": "https://github.com/espeak-ng/espeak-ng/archive/refs/tags/1.52.0.tar.gz"
}
}
},
Expand Down
Loading