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/x/x11/src/get-xf86-video-ati.sh | 4 ++-- source/x/x11/src/get-xf86-video-intel.sh | 4 ++-- source/x/x11/src/get-xf86-video-nouveau.sh | 4 ++-- source/x/x11/src/get-xf86-video-openchrome.sh | 4 ++-- source/x/x11/src/get-xf86-video-r128.sh | 4 ++-- source/x/x11/src/get-xf86-video-savage.sh | 4 ++-- source/x/x11/src/get-xf86-video-sis.sh | 4 ++-- source/x/x11/src/get-xf86-video-v4l.sh | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) (limited to 'source/x/x11') diff --git a/source/x/x11/src/get-xf86-video-ati.sh b/source/x/x11/src/get-xf86-video-ati.sh index 3b4b8d81..a19041d8 100755 --- a/source/x/x11/src/get-xf86-video-ati.sh +++ b/source/x/x11/src/get-xf86-video-ati.sh @@ -35,8 +35,8 @@ git clone https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/ ) HEADISAT="$( cd xf86-video-ati && git log -1 --format=%h )" -DATE="$( cd xf86-video-ati && git log -1 --format=%ad --date=format:%Y%m%d )" -LONGDATE="$( cd xf86-video-ati && git log -1 --format=%ad --date=format:%c )" +DATE="$( cd xf86-video-ati && git log -1 --format=%cd --date=format:%Y%m%d )" +LONGDATE="$( cd xf86-video-ati && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd xf86-video-ati && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv xf86-video-ati xf86-video-ati-${DATE}_${HEADISAT} diff --git a/source/x/x11/src/get-xf86-video-intel.sh b/source/x/x11/src/get-xf86-video-intel.sh index 20ce4e07..84f5b5aa 100755 --- a/source/x/x11/src/get-xf86-video-intel.sh +++ b/source/x/x11/src/get-xf86-video-intel.sh @@ -35,8 +35,8 @@ git clone https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/ ) HEADISAT="$( cd xf86-video-intel && git log -1 --format=%h )" -DATE="$( cd xf86-video-intel && git log -1 --format=%ad --date=format:%Y%m%d )" -LONGDATE="$( cd xf86-video-intel && git log -1 --format=%ad --date=format:%c )" +DATE="$( cd xf86-video-intel && git log -1 --format=%cd --date=format:%Y%m%d )" +LONGDATE="$( cd xf86-video-intel && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd xf86-video-intel && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv xf86-video-intel xf86-video-intel-${DATE}_${HEADISAT} diff --git a/source/x/x11/src/get-xf86-video-nouveau.sh b/source/x/x11/src/get-xf86-video-nouveau.sh index b0c6f999..00a44d2f 100755 --- a/source/x/x11/src/get-xf86-video-nouveau.sh +++ b/source/x/x11/src/get-xf86-video-nouveau.sh @@ -35,8 +35,8 @@ git clone git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau/ ) HEADISAT="$( cd xf86-video-nouveau && git log -1 --format=%h )" -DATE="$( cd xf86-video-nouveau && git log -1 --format=%ad --date=format:%Y%m%d )" -LONGDATE="$( cd xf86-video-nouveau && git log -1 --format=%ad --date=format:%c )" +DATE="$( cd xf86-video-nouveau && git log -1 --format=%cd --date=format:%Y%m%d )" +LONGDATE="$( cd xf86-video-nouveau && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd xf86-video-nouveau && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv xf86-video-nouveau xf86-video-nouveau-${DATE}_${HEADISAT} diff --git a/source/x/x11/src/get-xf86-video-openchrome.sh b/source/x/x11/src/get-xf86-video-openchrome.sh index ed64737d..e46049d7 100755 --- a/source/x/x11/src/get-xf86-video-openchrome.sh +++ b/source/x/x11/src/get-xf86-video-openchrome.sh @@ -35,8 +35,8 @@ git clone git://anongit.freedesktop.org/git/openchrome/xf86-video-openchrome/ ) HEADISAT="$( cd xf86-video-openchrome && git log -1 --format=%h )" -DATE="$( cd xf86-video-openchrome && git log -1 --format=%ad --date=format:%Y%m%d )" -LONGDATE="$( cd xf86-video-openchrome && git log -1 --format=%ad --date=format:%c )" +DATE="$( cd xf86-video-openchrome && git log -1 --format=%cd --date=format:%Y%m%d )" +LONGDATE="$( cd xf86-video-openchrome && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd xf86-video-openchrome && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv xf86-video-openchrome xf86-video-openchrome-${DATE}_${HEADISAT} diff --git a/source/x/x11/src/get-xf86-video-r128.sh b/source/x/x11/src/get-xf86-video-r128.sh index aa3e8d03..3776abbb 100755 --- a/source/x/x11/src/get-xf86-video-r128.sh +++ b/source/x/x11/src/get-xf86-video-r128.sh @@ -35,8 +35,8 @@ git clone https://gitlab.freedesktop.org/xorg/driver/xf86-video-r128/ ) HEADISAT="$( cd xf86-video-r128 && git log -1 --format=%h )" -DATE="$( cd xf86-video-r128 && git log -1 --format=%ad --date=format:%Y%m%d )" -LONGDATE="$( cd xf86-video-r128 && git log -1 --format=%ad --date=format:%c )" +DATE="$( cd xf86-video-r128 && git log -1 --format=%cd --date=format:%Y%m%d )" +LONGDATE="$( cd xf86-video-r128 && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd xf86-video-r128 && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv xf86-video-r128 xf86-video-r128-${DATE}_${HEADISAT} diff --git a/source/x/x11/src/get-xf86-video-savage.sh b/source/x/x11/src/get-xf86-video-savage.sh index 04f69730..a9ee3358 100755 --- a/source/x/x11/src/get-xf86-video-savage.sh +++ b/source/x/x11/src/get-xf86-video-savage.sh @@ -35,8 +35,8 @@ git clone https://gitlab.freedesktop.org/xorg/driver/xf86-video-savage/ ) HEADISAT="$( cd xf86-video-savage && git log -1 --format=%h )" -DATE="$( cd xf86-video-savage && git log -1 --format=%ad --date=format:%Y%m%d )" -LONGDATE="$( cd xf86-video-savage && git log -1 --format=%ad --date=format:%c )" +DATE="$( cd xf86-video-savage && git log -1 --format=%cd --date=format:%Y%m%d )" +LONGDATE="$( cd xf86-video-savage && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd xf86-video-savage && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv xf86-video-savage xf86-video-savage-${DATE}_${HEADISAT} diff --git a/source/x/x11/src/get-xf86-video-sis.sh b/source/x/x11/src/get-xf86-video-sis.sh index 7f86107c..a51745a0 100755 --- a/source/x/x11/src/get-xf86-video-sis.sh +++ b/source/x/x11/src/get-xf86-video-sis.sh @@ -35,8 +35,8 @@ git clone https://gitlab.freedesktop.org/xorg/driver/xf86-video-sis/ ) HEADISAT="$( cd xf86-video-sis && git log -1 --format=%h )" -DATE="$( cd xf86-video-sis && git log -1 --format=%ad --date=format:%Y%m%d )" -LONGDATE="$( cd xf86-video-sis && git log -1 --format=%ad --date=format:%c )" +DATE="$( cd xf86-video-sis && git log -1 --format=%cd --date=format:%Y%m%d )" +LONGDATE="$( cd xf86-video-sis && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd xf86-video-sis && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv xf86-video-sis xf86-video-sis-${DATE}_${HEADISAT} diff --git a/source/x/x11/src/get-xf86-video-v4l.sh b/source/x/x11/src/get-xf86-video-v4l.sh index a1516863..131d0828 100755 --- a/source/x/x11/src/get-xf86-video-v4l.sh +++ b/source/x/x11/src/get-xf86-video-v4l.sh @@ -35,8 +35,8 @@ git clone https://gitlab.freedesktop.org/xorg/driver/xf86-video-v4l/ ) HEADISAT="$( cd xf86-video-v4l && git log -1 --format=%h )" -DATE="$( cd xf86-video-v4l && git log -1 --format=%ad --date=format:%Y%m%d )" -LONGDATE="$( cd xf86-video-v4l && git log -1 --format=%ad --date=format:%c )" +DATE="$( cd xf86-video-v4l && git log -1 --format=%cd --date=format:%Y%m%d )" +LONGDATE="$( cd xf86-video-v4l && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd xf86-video-v4l && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) mv xf86-video-v4l xf86-video-v4l-${DATE}_${HEADISAT} -- cgit v1.2.3