Skip to content

Commit cbd3aa9

Browse files
d/ncurses: security update to 6.6+20251231-1 (CVE-2025-69720)
Source: https://salsa.debian.org/debian/ncurses/-/tree/debian/6.6+20251231-1 CVE-2025-69720: stack-based buffer overflow in infocmp -i option Fixed in upstream patch 20251213
1 parent ffbfb76 commit cbd3aa9

518 files changed

Lines changed: 24883 additions & 21001 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build*
2+
obj*/
3+
.pc/
4+
config.guess-stamp

AUTHORS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-------------------------------------------------------------------------------
2-
-- Copyright 2020-2021,2024 Thomas E. Dickey --
2+
-- Copyright 2020-2024,2025 Thomas E. Dickey --
33
-- Copyright 2006,2017 Free Software Foundation, Inc. --
44
-- --
55
-- Permission is hereby granted, free of charge, to any person obtaining a --
@@ -26,7 +26,7 @@
2626
-- sale, use or other dealings in this Software without prior written --
2727
-- authorization. --
2828
-------------------------------------------------------------------------------
29-
-- $Id: AUTHORS,v 1.7 2024/06/15 20:43:32 tom Exp $
29+
-- $Id: AUTHORS,v 1.8 2025/11/12 01:25:55 tom Exp $
3030
-------------------------------------------------------------------------------
3131
These are the principal authors/contributors of ncurses since 1.9.9e,
3232
in decreasing order of their contribution:
@@ -36,6 +36,6 @@ JPF Juergen Pfeifer
3636
ESR Eric S Raymond
3737
AVL Alexander V Lukyanov
3838
PB Philippe Blain
39+
GBR Branden Robinson
3940
SV Sven Verdoolaege
4041
NB Nicolas Boulenguez
41-
GBR Branden Robinson

Ada95/Makefile.in

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $Id: Makefile.in,v 1.31 2024/08/11 00:24:28 tom Exp $
1+
# $Id: Makefile.in,v 1.34 2025/10/18 15:20:43 tom Exp $
22
##############################################################################
3-
# Copyright 2020-2022,2024 Thomas E. Dickey #
3+
# Copyright 2020-2024,2025 Thomas E. Dickey #
44
# Copyright 1998-2010,2015 Free Software Foundation, Inc. #
55
# #
66
# Permission is hereby granted, free of charge, to any person obtaining a #
@@ -31,7 +31,7 @@
3131
# Author: Juergen Pfeifer, 1996
3232
#
3333
# Version Control
34-
# $Revision: 1.31 $
34+
# $Revision: 1.34 $
3535
#
3636
SHELL = @SHELL@
3737
VPATH = @srcdir@
@@ -47,6 +47,10 @@ libdir = @libdir@
4747
libexecdir = @libexecdir@
4848
includedir = @includedir@
4949

50+
@SET_MAKE@
51+
@SET_DESTDIR@
52+
TOP_MFLAGS = DESTDIR="$(DESTDIR)" RPATH_LIST="$(RPATH_LIST)"
53+
5054
BINDIR = $(DESTDIR)$(bindir@MERGE_PREFIX@)
5155
DATADIR = $(DESTDIR)$(datadir@MERGE_PREFIX@)
5256
LIBDIR = $(DESTDIR)$(libdir@MERGE_PREFIX@)
@@ -57,9 +61,6 @@ SUBDIRS = @ADA_SUBDIRS@
5761
INSTALL = @INSTALL@ @INSTALL_OPT_O@
5862
INSTALL_SCRIPT = @INSTALL@
5963

60-
TOP_MFLAGS = @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" RPATH_LIST="$(RPATH_LIST)"
61-
@SET_MAKE@
62-
6364
################################################################################
6465

6566
@MAKE_PHONY@.PHONY : all

0 commit comments

Comments
 (0)