Skip to content

Commit f002761

Browse files
committed
Update libmagic patch
This simplifies the libmagic patch: - in upstream the HAVE_STRERROR check has been removed - in upstream library the HAVE_SIGNAL_H has been removed - indentations syncs with the upstream library - some irrelevant changes removed from the patch (log comment), upstream has this correctly logged already so no need to patch the comment. Closes GH-4298
1 parent 338e1b2 commit f002761

File tree

9 files changed

+64
-96
lines changed

9 files changed

+64
-96
lines changed

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)