Update recutils to 1.9.

This commit is contained in:
fcambus 2022-10-04 06:52:00 +00:00
parent 4d2986c3f9
commit 9495526cc7
4 changed files with 4 additions and 24 deletions

View File

@ -1,9 +1,8 @@
COMMENT = tools to access human-editable plaintext record files
DISTNAME = recutils-1.8
REVISION = 0
DISTNAME = recutils-1.9
SHARED_LIBS += rec 0.0 # 1.0
SHARED_LIBS += rec 1.0 # 1.0
CATEGORIES = textproc

View File

@ -1,2 +1,2 @@
SHA256 (recutils-1.8.tar.gz) = 346uaVk/26U+Jky/SyMH37ghIMCbb6sj4trVGomlsZM=
SIZE (recutils-1.8.tar.gz) = 2474024
SHA256 (recutils-1.9.tar.gz) = YwFZKwAgwUtFZ1fvXUNNSfYCe45fOkmdEzYvIFxIbg4=
SIZE (recutils-1.9.tar.gz) = 2759999

View File

@ -1,18 +0,0 @@
Don't use printf %n.
https://git.savannah.gnu.org/cgit/gnulib.git/commit/lib/vasnprintf.c?id=b954346c6101860c7b462d1b286641d1307afd6c
Index: lib/vasnprintf.c
--- lib/vasnprintf.c.orig
+++ lib/vasnprintf.c
@@ -4871,10 +4871,7 @@ VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp,
#endif
*fbp = dp->conversion;
#if USE_SNPRINTF
-# if ! (((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) \
- && !defined __UCLIBC__) \
- || (defined __APPLE__ && defined __MACH__) \
- || (defined _WIN32 && ! defined __CYGWIN__))
+# if 0
fbp[1] = '%';
fbp[2] = 'n';
fbp[3] = '\0';

View File

@ -8,7 +8,6 @@
@bin bin/recsel
@bin bin/recset
include/rec.h
@info info/rec-mode.info
@info info/recutils.info
@static-lib lib/librec.a
lib/librec.la