commit 52b0085
hovercats
·
2025-06-07 07:28:11 +0000 UTC
parent 47c96de
libelf: 0.193
4 files changed,
+30,
-32
+2,
-2
1@@ -1,2 +1,2 @@
2-e9e3f567ab63784d968f708c08ea5a09dd5fae2f0846d0d43a2ebc8b542c15b2d8
3-9a8f65322537a9c5c2f00b347a44de840e5f91e0e3f6b6c6d56b5ab4316385416c
4+c540dfc59d05c714b5e1d7893d514fc051f01814d1b01fc5e6fee811f5b7412b26
5+7cbfcec24f3d2239a32e10293ab5b580c79916bb76c8c46ff226c9ebca8d273cc2
1@@ -1,72 +1,70 @@
2-From a3aa0f3a770724367d456cf747c7642344d97093 Mon Sep 17 00:00:00 2001
3+From 5e0bb692001081f20487972c1fdd6c548ec504a2 Mon Sep 17 00:00:00 2001
4 From: hovercats <hovercatswithlasereyes@protonmail.com>
5 Date: Sat, 4 May 2024 19:30:17 +0200
6 Subject: [PATCH] fix checks for argp_parse and fts_close
7
8 ---
9 configure | 6 +++---
10- lib/Makefile.in | 8 ++++----
11- 2 files changed, 7 insertions(+), 7 deletions(-)
12+ lib/Makefile.in | 6 +++---
13+ 2 files changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/configure b/configure
16-index 6eb5a43..b76362a 100755
17+index b8cc5fd..9776163 100755
18 --- a/configure
19 +++ b/configure
20-@@ -9287,7 +9287,7 @@ LIBS="$saved_LIBS"
21+@@ -9681,7 +9681,7 @@ LIBS="$saved_LIBS"
22 case "$ac_cv_search_argp_parse" in
23- no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
24- printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
25+ no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
26+ printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
27 -as_fn_error $? "failed to find argp_parse
28 +: $? "failed to find argp_parse
29- See \`config.log' for more details" "$LINENO" 5; } ;;
30+ See 'config.log' for more details" "$LINENO" 5; } ;;
31 -l*) argp_LDADD="$ac_cv_search_argp_parse" ;;
32 *) argp_LDADD= ;;
33-@@ -9358,7 +9358,7 @@ LIBS="$saved_LIBS"
34+@@ -9760,7 +9760,7 @@ LIBS="$saved_LIBS"
35 case "$ac_cv_search_fts_close" in
36- no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
37- printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
38+ no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
39+ printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
40 -as_fn_error $? "failed to find fts_close
41 +: $? "failed to find fts_close
42- See \`config.log' for more details" "$LINENO" 5; } ;;
43+ See 'config.log' for more details" "$LINENO" 5; } ;;
44 -l*) fts_LIBS="$ac_cv_search_fts_close" ;;
45 *) fts_LIBS= ;;
46-@@ -9429,7 +9429,7 @@ LIBS="$saved_LIBS"
47+@@ -9839,7 +9839,7 @@ LIBS="$saved_LIBS"
48 case "$ac_cv_search__obstack_free" in
49- no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
50- printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
51+ no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
52+ printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
53 -as_fn_error $? "failed to find _obstack_free
54 +: $? "failed to find _obstack_free
55- See \`config.log' for more details" "$LINENO" 5; } ;;
56+ See 'config.log' for more details" "$LINENO" 5; } ;;
57 -l*) obstack_LIBS="$ac_cv_search__obstack_free" ;;
58 *) obstack_LIBS= ;;
59 diff --git a/lib/Makefile.in b/lib/Makefile.in
60-index 140a5ee..1e96d7e 100644
61+index d015ff8..248ff90 100644
62 --- a/lib/Makefile.in
63 +++ b/lib/Makefile.in
64-@@ -117,8 +117,8 @@ libeu_a_AR = $(AR) $(ARFLAGS)
65- libeu_a_LIBADD =
66+@@ -121,7 +121,7 @@ libeu_a_LIBADD =
67 am_libeu_a_OBJECTS = xasprintf.$(OBJEXT) xstrdup.$(OBJEXT) \
68 xstrndup.$(OBJEXT) xmalloc.$(OBJEXT) next_prime.$(OBJEXT) \
69-- crc32.$(OBJEXT) crc32_file.$(OBJEXT) color.$(OBJEXT) \
70-- error.$(OBJEXT) printversion.$(OBJEXT)
71-+ crc32.$(OBJEXT) crc32_file.$(OBJEXT) \
72+ crc32.$(OBJEXT) crc32_file.$(OBJEXT) eu-search.$(OBJEXT) \
73+- color.$(OBJEXT) error.$(OBJEXT) printversion.$(OBJEXT)
74 + error.$(OBJEXT)
75 libeu_a_OBJECTS = $(am_libeu_a_OBJECTS)
76 AM_V_P = $(am__v_P_@AM_V@)
77 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
78-@@ -417,10 +417,10 @@ textrel_check = if $(READELF) -d $@ | grep -F -q TEXTREL; then $(textrel_found);
79+@@ -427,10 +427,10 @@ textrel_check = if $(READELF) -d $@ | grep -F -q TEXTREL; then $(textrel_found);
80 noinst_LIBRARIES = libeu.a
81 libeu_a_SOURCES = xasprintf.c xstrdup.c xstrndup.c xmalloc.c next_prime.c \
82- crc32.c crc32_file.c \
83+ crc32.c crc32_file.c eu-search.c \
84 - color.c error.c printversion.c
85-+ color.c
86++ error.c
87
88 noinst_HEADERS = fixedsizehash.h libeu.h system.h dynamicsizehash.h list.h \
89 - eu-config.h color.h printversion.h bpf.h \
90 + eu-config.h bpf.h \
91- atomics.h stdatomic-fbsd.h dynamicsizehash_concurrent.h
92+ dynamicsizehash_concurrent.h \
93+ eu-search.h locks.h
94
95- EXTRA_DIST = dynamicsizehash.c dynamicsizehash_concurrent.c
96 --
97-2.44.0
98+2.49.0
99
+1,
-1
1@@ -1,2 +1,2 @@
2-https://sourceware.org/elfutils/ftp/0.191/elfutils-0.191.tar.bz2
3+https://sourceware.org/elfutils/ftp/0.193/elfutils-0.193.tar.bz2
4 patches/0001-fix-checks-for-argp_parse-and-fts_close.patch
+1,
-1
1@@ -1 +1 @@
2-0.191 1
3+0.193 1