pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/file



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Sep  7 10:47:20 UTC 2019

Modified Files:
        pkgsrc/sysutils/file: Makefile distinfo
Removed Files:
        pkgsrc/sysutils/file/patches: patch-src_softmagic.c

Log Message:
file: Update to 5.37

2019-05-09  22:27  Christos Zoulas <christos%zoulas.com@localhost>

        * Make sure that continuation separators are printed
          with -k within softmagic

2019-05-06  22:27  Christos Zoulas <christos%zoulas.com@localhost>

        * Change SIGPIPE saving and restoring during compression to use
          sigaction(2) instead of signal(3) and cache it. (Denys Vlasenko)
        * Cache stat(2) calls more to reduce number of calls (Denys Vlasenko)

2019-05-06  17:25  Christos Zoulas <christos%zoulas.com@localhost>

        * PR/77: Handle --mime-type and -k correctly.

2019-05-03  15:26  Christos Zoulas <christos%zoulas.com@localhost>

        * Switch decompression code to use vfork() because
          tools like rpmdiff and rpmbuild call libmagic
          with large process footprints (Denys Vlasenko)

2019-04-07  14:05  Christos Zoulas <christos%zoulas.com@localhost>

        * PR/75: --enable-zlib, did not work.

2019-02-27  11:54  Christos Zoulas <christos%zoulas.com@localhost>

        * Improve regex efficiency (Michael Schroeder) by:
                1. Prefixing regex searches with regular search
                   for keywords where possible
                2. Using memmem(3) where available


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/file/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/file/distinfo
cvs rdiff -u -r1.5 -r0 pkgsrc/sysutils/file/patches/patch-src_softmagic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/file/Makefile
diff -u pkgsrc/sysutils/file/Makefile:1.44 pkgsrc/sysutils/file/Makefile:1.45
--- pkgsrc/sysutils/file/Makefile:1.44  Sat Mar 16 10:50:31 2019
+++ pkgsrc/sysutils/file/Makefile       Sat Sep  7 10:47:20 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2019/03/16 10:50:31 leot Exp $
+# $NetBSD: Makefile,v 1.45 2019/09/07 10:47:20 nia Exp $
 
-DISTNAME=              file-5.36
+DISTNAME=              file-5.37
 CATEGORIES=            sysutils
 MASTER_SITES=          ftp://ftp.astron.com/pub/file/
 

Index: pkgsrc/sysutils/file/distinfo
diff -u pkgsrc/sysutils/file/distinfo:1.33 pkgsrc/sysutils/file/distinfo:1.34
--- pkgsrc/sysutils/file/distinfo:1.33  Sat Mar 16 10:50:31 2019
+++ pkgsrc/sysutils/file/distinfo       Sat Sep  7 10:47:20 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.33 2019/03/16 10:50:31 leot Exp $
+$NetBSD: distinfo,v 1.34 2019/09/07 10:47:20 nia Exp $
 
-SHA1 (file-5.36.tar.gz) = 473e0a2fb4f091031d449ed4d7ea912741f0c7e9
-RMD160 (file-5.36.tar.gz) = bd7c9b60ddba58fc18a4ec07904ed7a12e142b27
-SHA512 (file-5.36.tar.gz) = 3ec5e51ffb7a82defa74845a90fbc983f6e169fc116606049bc01ff6e720d340c8abf6eb7a08b9ac1099162a5c02deac3633b07b039d486344c8abd9052ca751
-Size (file-5.36.tar.gz) = 875792 bytes
+SHA1 (file-5.37.tar.gz) = 891176efa3006eff222bd364cd96135aad171941
+RMD160 (file-5.37.tar.gz) = e01826cca438ffc467b169a8f4fd760f9843f5fc
+SHA512 (file-5.37.tar.gz) = bf153c15aebdd00329806231d20f295077b8b99efd0181d01279bcf3734a1718567df38cf75bc929eb8015ac98d29bb4bf1228d7ece8bfdfe14dd976391dd06d
+Size (file-5.37.tar.gz) = 887682 bytes
 SHA1 (patch-aa) = 3da534bbbf61dadc1881b9b2827c0c425e908fc9
 SHA1 (patch-src_fsmagic.c) = f862c5335bc3c6b0d39dfcdfd79e2d99407e40f5
 SHA1 (patch-src_softmagic.c) = 82fe71f32508ad6dec04ccba794ec5f055000846



Home | Main Index | Thread Index | Old Index