From 44ee31b48454cc9d26c95629218042336887812f Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 10 Jul 2020 00:40:43 +0000 Subject: Fri Jul 10 00:40:43 UTC 2020 a/kernel-generic-5.4.51-x86_64-1.txz: Upgraded. +EFI_CUSTOM_SSDT_OVERLAYS y a/kernel-huge-5.4.51-x86_64-1.txz: Upgraded. SPEAKUP y -> m SPEAKUP_SYNTH_ACNTPC y -> m SPEAKUP_SYNTH_ACNTSA y -> m SPEAKUP_SYNTH_APOLLO y -> m SPEAKUP_SYNTH_AUDPTR y -> m SPEAKUP_SYNTH_BNS y -> m SPEAKUP_SYNTH_DECEXT y -> m SPEAKUP_SYNTH_DECTLK y -> m SPEAKUP_SYNTH_DTLK y -> m SPEAKUP_SYNTH_DUMMY y -> m SPEAKUP_SYNTH_KEYPC y -> m SPEAKUP_SYNTH_LTLK y -> m SPEAKUP_SYNTH_SOFT y -> m SPEAKUP_SYNTH_SPKOUT y -> m SPEAKUP_SYNTH_TXPRT y -> m +EFI_CUSTOM_SSDT_OVERLAYS y a/kernel-modules-5.4.51-x86_64-1.txz: Upgraded. ap/vim-8.2.1167-x86_64-1.txz: Upgraded. d/Cython-0.29.21-x86_64-1.txz: Upgraded. d/kernel-headers-5.4.51-x86-1.txz: Upgraded. k/kernel-source-5.4.51-noarch-1.txz: Upgraded. +EFI_CUSTOM_SSDT_OVERLAYS y n/gnupg2-2.2.21-x86_64-1.txz: Upgraded. x/mesa-20.1.3-x86_64-1.txz: Upgraded. xap/mozilla-firefox-78.0.2esr-x86_64-1.txz: Upgraded. This release contains a security fix and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/78.0.2/releasenotes/ https://www.mozilla.org/security/advisories/mfsa2020-28/ (* Security fix *) xap/vim-gvim-8.2.1167-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. Speakup is included as modules which will need to be loaded manually, for now at least. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. Speakup is included as modules which will need to be loaded manually, for now at least. --- source/d/clisp/source.download | 2 +- source/d/gyp/fetch-gyp.sh | 4 ++-- source/d/icecream/get-icecream.sh | 2 +- source/d/strace/get-strace.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'source/d') diff --git a/source/d/clisp/source.download b/source/d/clisp/source.download index 5929b1e56..af369613f 100755 --- a/source/d/clisp/source.download +++ b/source/d/clisp/source.download @@ -35,7 +35,7 @@ git clone https://gitlab.com/gnu-clisp/clisp ) HEADISAT="$( cd clisp && git log -1 --format=%h )" -DATE="$( cd clisp && git log -1 --format=%ad --date=format:%Y%m%d )" +DATE="$( cd clisp && git log -1 --format=%cd --date=format:%Y%m%d )" # Cleanup. We're not packing up the whole git repo. ( cd clisp && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv clisp clisp-2.50_${DATE}_${HEADISAT} diff --git a/source/d/gyp/fetch-gyp.sh b/source/d/gyp/fetch-gyp.sh index 9009a02ae..19c3d6858 100755 --- a/source/d/gyp/fetch-gyp.sh +++ b/source/d/gyp/fetch-gyp.sh @@ -35,8 +35,8 @@ git clone https://chromium.googlesource.com/external/gyp ) HEADISAT="$( cd gyp && git log -1 --format=%h )" -DATE="$( cd gyp && git log -1 --format=%ad --date=format:%Y%m%d )" -LONGDATE="$( cd gyp && git log -1 --format=%ad --date=format:%c )" +DATE="$( cd gyp && git log -1 --format=%cd --date=format:%Y%m%d )" +LONGDATE="$( cd gyp && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd gyp && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) rm -r gyp/test/* diff --git a/source/d/icecream/get-icecream.sh b/source/d/icecream/get-icecream.sh index b4642231d..cbbfe6086 100755 --- a/source/d/icecream/get-icecream.sh +++ b/source/d/icecream/get-icecream.sh @@ -35,7 +35,7 @@ git clone git://github.com/icecc/icecream ) HEADISAT="$( cd icecream && git log -1 --format=%h )" -DATE="$( cd icecream && git log -1 --format=%ad --date=format:%Y%m%d )" +DATE="$( cd icecream && git log -1 --format=%cd --date=format:%Y%m%d )" # Cleanup. We're not packing up the whole git repo. ( cd icecream && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv icecream icecream-${DATE}_${HEADISAT} diff --git a/source/d/strace/get-strace.sh b/source/d/strace/get-strace.sh index d31d33a41..3ccc512b4 100755 --- a/source/d/strace/get-strace.sh +++ b/source/d/strace/get-strace.sh @@ -37,7 +37,7 @@ git clone git://github.com/strace/${PKGNAM} ) HEADISAT="$( cd ${PKGNAM} && git log -1 --format=%h )" -DATE="$( cd ${PKGNAM} && git log -1 --format=%ad --date=format:%Y%m%d )" +DATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%Y%m%d )" # Cleanup. We're not packing up the whole git repo. ( cd ${PKGNAM} && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv ${PKGNAM} ${PKGNAM}-${DATE}_${HEADISAT} -- cgit v1.2.3