pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/espeak-ng Clean up, remove TODO with old vulnerabilities
Module Name: pkgsrc-wip
Committed By: adr <adr%sdf.org@localhost>
Pushed By: adr
Date: Tue Jan 30 12:37:21 2024 +0000
Changeset: 9c823aa14d60502eb79fc196792179e4ab0bb372
Modified Files:
espeak-ng/Makefile
espeak-ng/distinfo
espeak-ng/patches/patch-src_libespeak-ng_spect.c
Removed Files:
espeak-ng/TODO
Log Message:
wip/espeak-ng Clean up, remove TODO with old vulnerabilities
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9c823aa14d60502eb79fc196792179e4ab0bb372
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
espeak-ng/Makefile | 2 +-
espeak-ng/TODO | 3 ---
espeak-ng/distinfo | 2 +-
espeak-ng/patches/patch-src_libespeak-ng_spect.c | 2 +-
4 files changed, 3 insertions(+), 6 deletions(-)
diffs:
diff --git a/espeak-ng/Makefile b/espeak-ng/Makefile
index acbf3479e4..fe91cc527d 100644
--- a/espeak-ng/Makefile
+++ b/espeak-ng/Makefile
@@ -23,7 +23,7 @@ USE_LANGUAGES= c c++
# -D_NETBSD_SOURCE for mkstemp in /usr/include/stdlib.h
.if ${OPSYS} == "NetBSD"
-CFLAGS+= -D_NETBSD_SOURCE -DOS_NETBSD
+CFLAGS+= -D_NETBSD_SOURCE
.endif
CONFIGURE_ARGS+= CFLAGS=${CFLAGS:M*:Q}
diff --git a/espeak-ng/TODO b/espeak-ng/TODO
deleted file mode 100644
index 83def82808..0000000000
--- a/espeak-ng/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-This package has known vulnerabilities, please investigate and fix if possible:
- CVE-2023-49990, CVE-2023-49991, CVE-2023-49992, CVE-2023-49993,
- CVE-2023-49994
diff --git a/espeak-ng/distinfo b/espeak-ng/distinfo
index 0361832fc5..5fb653bde5 100644
--- a/espeak-ng/distinfo
+++ b/espeak-ng/distinfo
@@ -3,4 +3,4 @@ $NetBSD$
BLAKE2s (1.51.tar.gz) = 7e95a1f9619984f4b349c48146a4a7a3f50f359d7043366edb1c447089b1e383
SHA512 (1.51.tar.gz) = 6c29275706d21de2d5fa393702d2f173fc05d2ce4e2f46f3bf9a2742b0a8f294177663df0d079188e31cc2541f2c21a64e09e8afffe95befab667a4d00429fd2
Size (1.51.tar.gz) = 14260788 bytes
-SHA1 (patch-src_libespeak-ng_spect.c) = 73d2fa907eca74ae241094e7c8504f542e20229c
+SHA1 (patch-src_libespeak-ng_spect.c) = 90204d2c0b53b8e86422b62df0c4c6c851304246
diff --git a/espeak-ng/patches/patch-src_libespeak-ng_spect.c b/espeak-ng/patches/patch-src_libespeak-ng_spect.c
index ba3bb25ecd..f93c8305cf 100644
--- a/espeak-ng/patches/patch-src_libespeak-ng_spect.c
+++ b/espeak-ng/patches/patch-src_libespeak-ng_spect.c
@@ -9,7 +9,7 @@ Fix endian.h inclusion on NetBSD
#include <stdlib.h>
#include <string.h>
+
-+#ifdef OS_NETBSD
++#ifdef __NetBSD__
+#include <sys/endian.h>
+#else
#include <endian.h>
Home |
Main Index |
Thread Index |
Old Index