[vlc-commits] [Git][videolan/vlc][3.0.x] extras/tools: add /dev/stdin to sha512sum command

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Tue Mar 11 14:50:10 UTC 2025



Felix Paul Kühne pushed to branch 3.0.x at VideoLAN / VLC


Commits:
fed25a62 by Marvin Scholz at 2025-03-10T06:51:20+01:00
extras/tools: add /dev/stdin to sha512sum command

This is needed with the sha512sum introduced on recent macOS versions
and matches what is already done for contribs too.

(cherry picked from commit 2564699fa2c51bb969a2ca0ff76788005dc1968b) (rebased)
rebased:
- the code around is slightly different

- - - - -


1 changed file:

- extras/tools/tools.mak


Changes:

=====================================
extras/tools/tools.mak
=====================================
@@ -37,7 +37,7 @@ endif
 
 download_pkg = $(call download,$(VIDEOLAN)/$(2)/$(lastword $(subst /, ,$(@)))) || \
 	( $(call download,$(1)) && echo "Please upload package $(lastword $(subst /, ,$(@))) to our FTP" )  \
-	&& grep $(@) $(TOOLS)/SHA512SUMS| $(SHA512SUM)
+	&& grep $(@) $(TOOLS)/SHA512SUMS| $(SHA512SUM) /dev/stdin
 
 UNPACK = $(RM) -R $@ \
     $(foreach f,$(filter %.tar.gz %.tgz,$^), && tar xvzfo $(f)) \



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/fed25a62527e02fe6b7cfdbb4f36e19a4a9ae0b4

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/fed25a62527e02fe6b7cfdbb4f36e19a4a9ae0b4
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list