Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3bc37fd54dc03d0244cdfd7f8dfcddc14ef7ac93)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Pol Vinogradov <vin.public AT gmail.com>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3bc37fd54dc03d0244cdfd7f8dfcddc14ef7ac93)
  • Date: Sun, 04 Mar 2007 17:21:37 +0100

> GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:
>
> utils/file/DETAILS | 2 +-
> utils/file/HISTORY | 3 +++
>
> New commits:
> commit 3bc37fd54dc03d0244cdfd7f8dfcddc14ef7ac93
> DETAILS: fixed hash
>
> diff --git a/utils/file/DETAILS b/utils/file/DETAILS
>
> -
> SOURCE_HASH=sha512:8cb4bbdd1b7b0de5f02b7a825617cf54dad524ea5c837dc2381dc56cb63b09035af11e5f2ba98f26830a5b3f20a7d581b590f9452478bff8d01a6732aebcdd95
> +
> SOURCE_HASH=sha512:a724e18c2a345de45a804ae41e4601ff7cb87d59cf994d89b99fe570b19172bd7dc02013e84359abd7a760297b4d33217773883bc98341a5aac8f2f05d86e109
>
> @@ -1,3 +1,6 @@
> +2007-03-03 Pol Vinogradov <vin.public AT gmail.com>
> + * DETAILS: fixed hash
> +
> 2007-03-02 Ladislav Hagara <hgr AT vabo.cz>
> * DETAILS: 4.20

Yea, they have changed sources without version number change.

root@matrix:/tmp/FILE# ls -l file*
-rw-r--r-- 1 root root 548393 Mar 4 16:51 file-4.20-new.tar.gz
-rw-r--r-- 1 root root 548412 Mar 2 06:05 file-4.20-old.tar.gz

There are changes only in one file:

diff -r OLD/file-4.20/magic/Magdir/perl NEW/file-4.20/magic/Magdir/perl
15a16
>
19,20c20,21
< >1 regex \^.{7}[\ \t]+[A-Za-z_]
< >>1 regex \^.{9}[\ \t]*[0-9A-Za-z_:]*\ *; Perl5 module
source text
---
> >1 regex \^package[\ \t]+[A-Za-z_]
> >>1 regex \^package[\ \t]+[0-9A-Za-z_:]*\ *; Perl5
module source text
24c25,26
< >>0 regex \^1\ *;|\^(use|sub|my)\ .*[(;{=3D] Perl5
module source text
---
> >>0 regex \^1\ *;|\^(use|sub|my)\ .*[(;{=] Perl5
module source text
>


Just some nitpicking, if the file was vendor signed we did not
discovered it.

--
Ladislav Hagara






Archive powered by MHonArc 2.6.24.

Top of Page