mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] cpputest: accept new source MD5 checksum
@ 2023-06-13  9:44 Roland Hieber
  2023-06-13 15:06 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2023-06-13  9:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Apparently the release archive was repacked and re-uploaded to GitHub,
even though this is generally considered bad practise. The only
differences are Unix-style line-endings instead of MS-DOS line-endings in
platforms/Dos/ALLTESTS.BAT, all files now belong to root:root instead of
basvodde:staff, and have additional group+w access rights, all files
have the same modification date, and the files generated by the
configure script are missing in the source archive:

  -rw-rw-r--       15752 cpputest-3.8/INSTALL
  -rw-rw-r--      350913 cpputest-3.8/Makefile.in
  -rw-rw-r--       43394 cpputest-3.8/aclocal.m4
  -rwxrwxr-x        7333 cpputest-3.8/compile
  -rwxrwxr-x       42938 cpputest-3.8/config.guess
  -rw-rw-r--        5429 cpputest-3.8/config.h.in
  -rwxrwxr-x       35987 cpputest-3.8/config.sub
  -rwxrwxr-x      682925 cpputest-3.8/configure
  -rwxrwxr-x       23566 cpputest-3.8/depcomp
  drwxrwxr-x           0 cpputest-3.8/generated/
  -rw-rw-r--        7528 cpputest-3.8/generated/CppUTestGeneratedConfig.h
  -rwxrwxr-x       14675 cpputest-3.8/install-sh
  -rw-rw-r--      324089 cpputest-3.8/ltmain.sh
  -rw-rw-r--      305723 cpputest-3.8/m4/libtool.m4
  -rw-rw-r--       14514 cpputest-3.8/m4/ltoptions.m4
  -rw-rw-r--        4384 cpputest-3.8/m4/ltsugar.m4
  -rw-rw-r--         699 cpputest-3.8/m4/ltversion.m4
  -rw-rw-r--        6140 cpputest-3.8/m4/lt~obsolete.m4
  -rwxrwxr-x        6872 cpputest-3.8/missing
  -rwxrwxr-x        4640 cpputest-3.8/test-driver
---
 rules/cpputest.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/cpputest.make b/rules/cpputest.make
index b900170c3633..cc57b1f9eae9 100644
--- a/rules/cpputest.make
+++ b/rules/cpputest.make
@@ -15,7 +15,7 @@ PACKAGES-$(PTXCONF_CPPUTEST) += cpputest
 # Paths and names
 #
 CPPUTEST_VERSION	:= 3.8
-CPPUTEST_MD5		:= fc34eab33c08e8dcd83698988e9a33c5
+CPPUTEST_MD5		:= fc34eab33c08e8dcd83698988e9a33c5 e8fdbbb5dd37d32d65919f240f984905
 CPPUTEST		:= cpputest-$(CPPUTEST_VERSION)
 CPPUTEST_SUFFIX		:= tar.gz
 CPPUTEST_URL		:= https://github.com/cpputest/cpputest/releases/download/v$(CPPUTEST_VERSION)/$(CPPUTEST).$(CPPUTEST_SUFFIX)
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [PATCH] cpputest: accept new source MD5 checksum
  2023-06-13  9:44 [ptxdist] [PATCH] cpputest: accept new source MD5 checksum Roland Hieber
@ 2023-06-13 15:06 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-06-13 15:06 UTC (permalink / raw)
  To: Roland Hieber, ptxdist

On Tue, Jun 13, 2023 at 11:44:41AM +0200, Roland Hieber wrote:
> Apparently the release archive was repacked and re-uploaded to GitHub,
> even though this is generally considered bad practise. The only
> differences are Unix-style line-endings instead of MS-DOS line-endings in
> platforms/Dos/ALLTESTS.BAT, all files now belong to root:root instead of
> basvodde:staff, and have additional group+w access rights, all files
> have the same modification date, and the files generated by the
> configure script are missing in the source archive:
> 
>   -rw-rw-r--       15752 cpputest-3.8/INSTALL
>   -rw-rw-r--      350913 cpputest-3.8/Makefile.in
>   -rw-rw-r--       43394 cpputest-3.8/aclocal.m4
>   -rwxrwxr-x        7333 cpputest-3.8/compile
>   -rwxrwxr-x       42938 cpputest-3.8/config.guess
>   -rw-rw-r--        5429 cpputest-3.8/config.h.in
>   -rwxrwxr-x       35987 cpputest-3.8/config.sub
>   -rwxrwxr-x      682925 cpputest-3.8/configure
>   -rwxrwxr-x       23566 cpputest-3.8/depcomp
>   drwxrwxr-x           0 cpputest-3.8/generated/
>   -rw-rw-r--        7528 cpputest-3.8/generated/CppUTestGeneratedConfig.h
>   -rwxrwxr-x       14675 cpputest-3.8/install-sh
>   -rw-rw-r--      324089 cpputest-3.8/ltmain.sh
>   -rw-rw-r--      305723 cpputest-3.8/m4/libtool.m4
>   -rw-rw-r--       14514 cpputest-3.8/m4/ltoptions.m4
>   -rw-rw-r--        4384 cpputest-3.8/m4/ltsugar.m4
>   -rw-rw-r--         699 cpputest-3.8/m4/ltversion.m4
>   -rw-rw-r--        6140 cpputest-3.8/m4/lt~obsolete.m4
>   -rwxrwxr-x        6872 cpputest-3.8/missing
>   -rwxrwxr-x        4640 cpputest-3.8/test-driver

missing s-o-b.

Michael

> ---
>  rules/cpputest.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rules/cpputest.make b/rules/cpputest.make
> index b900170c3633..cc57b1f9eae9 100644
> --- a/rules/cpputest.make
> +++ b/rules/cpputest.make
> @@ -15,7 +15,7 @@ PACKAGES-$(PTXCONF_CPPUTEST) += cpputest
>  # Paths and names
>  #
>  CPPUTEST_VERSION	:= 3.8
> -CPPUTEST_MD5		:= fc34eab33c08e8dcd83698988e9a33c5
> +CPPUTEST_MD5		:= fc34eab33c08e8dcd83698988e9a33c5 e8fdbbb5dd37d32d65919f240f984905
>  CPPUTEST		:= cpputest-$(CPPUTEST_VERSION)
>  CPPUTEST_SUFFIX		:= tar.gz
>  CPPUTEST_URL		:= https://github.com/cpputest/cpputest/releases/download/v$(CPPUTEST_VERSION)/$(CPPUTEST).$(CPPUTEST_SUFFIX)
> -- 
> 2.39.2
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-13 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-13  9:44 [ptxdist] [PATCH] cpputest: accept new source MD5 checksum Roland Hieber
2023-06-13 15:06 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox