Skip to content

Commit 8f23f9c

Browse files
authored
Merge pull request #315 from admlck/ncurses660
libs::ncurses: Update to 6.6
2 parents 41996ad + 4e3c55b commit 8f23f9c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

recipes/libs/ncurses.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ inherit: [autotools, patch]
22

33
metaEnvironment:
44
PKG_LICENSE: "MIT-open-group"
5-
PKG_VERSION: "6.5"
5+
PKG_VERSION: "6.6"
66

77
checkoutSCM:
88
scm: url
99
url: ${GNU_MIRROR}/ncurses/ncurses-${PKG_VERSION}.tar.gz
10-
digestSHA256: "136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6"
10+
digestSHA256: "355b4cbbed880b0381a04c46617b7656e362585d52e9cf84a67e2009b749ff11"
1111
stripComponents: 1
1212

1313
checkoutDeterministic: True
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
diff -u a/configure b/configure
2-
--- a/configure 2025-03-03 16:39:58.707952981 +0100
3-
+++ b/configure 2025-03-03 14:13:55.500512239 +0100
4-
@@ -6801,7 +6801,7 @@
1+
diff -ur a/configure b/configure
2+
--- a/configure 2025-12-27 01:59:17.000000000 +0100
3+
+++ b/configure 2026-04-18 13:13:34.363956146 +0200
4+
@@ -7123,7 +7123,7 @@
55
fi
66
cf_cv_rm_so_locs=yes
77
;;
@@ -10,12 +10,12 @@ diff -u a/configure b/configure
1010
if test "$DFT_LWR_MODEL" = "shared" && test -n "$LD_RPATH_OPT" ; then
1111
LOCAL_LDFLAGS="${LD_RPATH_OPT}\$(LOCAL_LIBDIR)"
1212
LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
13-
@@ -10418,7 +10418,7 @@
13+
@@ -10785,7 +10785,7 @@
1414
cf_xopen_source="-D_SGI_SOURCE"
1515
cf_XOPEN_SOURCE=
1616
;;
17-
-(linux*gnu|linux*gnuabi64|linux*gnuabin32|linux*gnueabi|linux*gnueabihf|linux*gnux32|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc)
18-
+(linux*gnu|linux*gnuabi64|linux*gnuabin32|linux*gnueabi|linux*gnueabihf|linux*gnux32|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc|l4re*)
17+
-(linux*gnu*|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc)
18+
+(linux*gnu*|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc|l4re*)
1919

2020
cf_gnu_xopen_source=$cf_XOPEN_SOURCE
2121

0 commit comments

Comments
 (0)