Skip to content

Commit ac523a9

Browse files
[AUTOPATCHER-CORE] Upgrade espeak-ng to 1.52.0 remove chrome extension which used unverified function (#13467)
Co-authored-by: Mykhailo Bykhovtsev <[email protected]>
1 parent e8f8ab6 commit ac523a9

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed
Binary file not shown.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Signatures": {
3-
"espeak-ng-1.51.1.tgz": "0823df5648659dcb67915baaf99118dcc8853639f47cadaa029c174bdd768d20"
4-
}
5-
}
2+
"Signatures": {
3+
"espeak-ng-1.52.0.tgz": "bb4338102ff3b49a81423da8a1a158b420124b055b60fa76cfb4b18677130a23"
4+
}
5+
}

SPECS/espeak-ng/espeak-ng.spec

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
Summary: Compact text-to-speech synthesizer
22
Name: espeak-ng
3-
Version: 1.51.1
3+
Version: 1.52.0
44
Release: 1%{?dist}
55
# Apache2 license applies only to Android APK code- does not apply here
66
# BSD license applies only to Windows code- does not apply here
77
License: GPLv3 AND Unicode
88
Vendor: Microsoft Corporation
99
Distribution: Azure Linux
1010
URL: https://github.com/espeak-ng/espeak-ng
11-
Source0: https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz#/%{name}-%{version}.tgz
12-
Patch0: espeak-ng-1.51-CVE-2023-49990-4.patch
11+
Source0: https://github.com/%{name}/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tgz
1312
BuildRequires: alsa-lib-devel
1413
BuildRequires: autoconf
1514
BuildRequires: automake
@@ -64,16 +63,15 @@ rm -vrf %{buildroot}%{_datadir}/vim/registry
6463
%check
6564
%make_build check
6665

67-
%post -p /sbin/ldconfig
68-
%postun -p /sbin/ldconfig
66+
%ldconfig_scriptlets
6967

7068
%files
7169
%license COPYING
7270
%license COPYING.APACHE
7371
%license COPYING.BSD2
7472
%license COPYING.UCD
7573
%doc README.md
76-
%doc CHANGELOG.md
74+
%doc ChangeLog.md
7775
%{_bindir}/speak-ng
7876
%{_bindir}/espeak-ng
7977
%{_libdir}/libespeak-ng.so.1
@@ -91,6 +89,10 @@ rm -vrf %{buildroot}%{_datadir}/vim/registry
9189
%{_datadir}/vim/vimfiles/syntax/espeakrules.vim
9290

9391
%changelog
92+
* Thu Apr 17 2025 CBL-Mariner Servicing Account <[email protected]> - 1.52.0-1
93+
- Auto-upgrade to 1.52.0 - remove chrome extension which used unverified function
94+
- Removing patch file for CVE-2023-49990 as it is fixed in newest version.
95+
9496
* Wed Jan 31 2024 Sumedh Sharma <[email protected]> - 1.51.1-1
9597
- Bump package version to 1.51.1
9698
- move vim specific builds to sub-package 'vim'

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3378,8 +3378,8 @@
33783378
"type": "other",
33793379
"other": {
33803380
"name": "espeak-ng",
3381-
"version": "1.51.1",
3382-
"downloadUrl": "https://github.com/espeak-ng/espeak-ng/archive/1.51.1/espeak-ng-1.51.1.tar.gz"
3381+
"version": "1.52.0",
3382+
"downloadUrl": "https://github.com/espeak-ng/espeak-ng/archive/refs/tags/1.52.0.tar.gz"
33833383
}
33843384
}
33853385
},

0 commit comments

Comments
 (0)