Skip to content

Commit 7f02a44

Browse files
committed
Update libmagic patch
This syncs the libmagic (file library) patch with recent changes: - Remove HAVE_SIGNAL_H from libmagic Following left over since 5f89157 This syncs also libmagic patch with proper fixes of whitespaces errors, versions, line numbers, etc. - Remove HAVE_LOCALE_H check This was removed via e06836a and file library update 622b10f. - Remove HAVE_STRERROR Already removed via e6a6017 and in the libmagic 5.37.
1 parent df27bfe commit 7f02a44

File tree

9 files changed

+48
-73
lines changed

9 files changed

+48
-73
lines changed

configure.ac

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,13 +435,11 @@ grp.h \
435435
ieeefp.h \
436436
langinfo.h \
437437
limits.h \
438-
locale.h \
439438
monetary.h \
440439
netdb.h \
441440
poll.h \
442441
pwd.h \
443442
resolv.h \
444-
signal.h \
445443
syslog.h \
446444
sysexits.h \
447445
sys/ioctl.h \
@@ -643,7 +641,6 @@ std_syslog \
643641
strcasecmp \
644642
strcoll \
645643
strdup \
646-
strerror \
647644
strnlen \
648645
strptime \
649646
strtok_r \

ext/fileinfo/generate_patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=5.33
1+
VERSION=5.37
22
if [[ ! -d libmagic.orig ]]; then
33
mkdir libmagic.orig
44
wget -O - ftp://ftp.astron.com/pub/file/file-$VERSION.tar.gz \

0 commit comments

Comments
 (0)